Defining Corporate Priorities for Smarter Sustainability What does sustainability mean for your organization? During this session, Fulya Kocak will discuss varying levels of sustainability and define how they differ based on an organization's priorities. Using examples from the construction industry, Ms. Kocak will show participants - from project managers to Chief Executive Officers - how they can take action and apply smart strategies to further their company's sustainability goals. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.
Defining Corporate Priorities for Smarter Sustainability What does sustainability mean for your organization? During this session, Fulya Kocak will discuss varying levels of sustainability and define how they differ based on an organization's priorities. Using examples from the construction industry, Ms. Kocak will show participants - from project managers to Chief Executive Officers - how they can take action and apply smart strategies to further their company's sustainability goals. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.
Overview This 3-day course focuses on covering the foundations of equity markets, including practical experience with equity swaps and options. During this course you will learn: How to use equity swaps, dividend swaps, equity index options and single name options. Applications of these products are shown across a variety of strategies across volatility trading, corporate finance and investment management. Key issues in pricing and risk management. Who the course is for Equity and Derivative sales, traders, structurers, quants and relevant IT personnel Asset allocation managers and equity portfolio managers Company finance executives, corporate treasurers and investment bankers Risk managers, finance, IPV professionals, auditors and accountants Course Content To learn more about the day by day course content please request a brochure To learn more about schedule, pricing & delivery options, book a meeting with a course specialist now
Duration 5 Days 30 CPD hours This course is intended for This course is intended for entry-level network administrators, network support and help desk technicians. Overview Upon successful completion of this course, students will be able to build, connect and manage networks, and IP traffic routing. In this course the student will learn to install, operate, configure and secure basic and enterprise networks. Networking BasicsNetworking ModelsNetwork AddressingPacket DeliveryDevice ManagementNetwork Security BasicsAdvanced Network Security with ACLsSwitchesAdvanced Switching ConceptsRoutersAdvanced Routing ConceptsBasic Network ServicesCisco Device ManagementTroubleshooting and Data CollectionAdvanced Switch RedundancyOSPF ConfigurationEIGRP ConfigurationPPP WANsFrame Relay WANsSecure VPNs and Tunneling Additional course details: Nexus Humans Cisco Networking training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Cisco Networking course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
Duration 4 Days 24 CPD hours This course is intended for This is an introductory-level C++ programming course designed for developers with experience programming in C or other languages. Practical hands-on prior programming experience and knowledge is required. Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with C++, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: Writing procedural programs using C++ Using private, public and protected keywords to control access to class members Defining a class in C++ Writing constructors and destructors Writing classes with const and static class members Overloading operators Implementing polymorphic methods in programs Writing programs using file I/O and string streams Using manipulators and stream flags to format output Using the keyword template to write generic functions and classes Writing programs that use generic classes and functions Writing programs that use algorithms and containers of the Standard Library Apply object-oriented design techniques to real-world programming problems Using algorithms and containers of the Standard Library to manipulate string data Understand how C++ protects the programmer from implementation changes in other modules of an application Using try() blocks to trap exceptions Using catch() blocks to handle exceptions Defining exceptions and using throw to trigger them Introduction to C++ Programming / C++ Essentials is a skills-focused, hands-on C++ training course geared for experienced programmers who need to learn C++ coupled with sounds coding skills and best practices for OO development. Students will leave this course armed with the required skills to put foundation-level C++ programming skills right to work in a practical environment. The central concepts of C++ syntax and style are taught in the context of using object-oriented methods to achieve reusability, adaptability and reliability. Emphasis is placed on the features of C++ that support abstract data types, inheritance, and polymorphism. Students will learn to apply the process of data abstraction and class design. Practical aspects of C++ programming including efficiency, performance, testing, and reliability considerations are stressed throughout. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency Moving from C to C++ (Optional) New Compiler Directives Stream Console I/O Explicit Operators Standard Libraries Data Control Capabilities Handling Data New Declaration Features Initialization and Assignment Enumerated Types The bool Type Constant Storage Pointers to Constant Storage Constant Pointers References Constant Reference Arguments Volatile Data Global Data Functions Function Prototypes and Type Checking Default Function Data Types Function Overloading Problems with Function Overloading Name Resolution Promotions and Conversions Call by Value Reference Declarations Call-by-Reference and Reference Types References in Function Return Constant Argument Types Conversion of Parameters Using Default Initializers Providing Default Arguments Inline Functions Operator Overloading Advantages and Pitfalls of Overloading Member Operator Syntax and Examples Class Assignment Operators Class Equality Operators Non-Member Operator Overloading Member and Non-Member Operator Functions Operator Precedence This Pointer Overloading the Assignment Operator Overloading Caveats Creating and Using Objects Creating Automatic Objects Creating Dynamic Objects Calling Object Methods Constructors Initializing Member consts Initializer List Syntax Allocating Resources in Constructor Destructors Block and Function Scope File and Global Scope Class Scope Scope Resolution Operator :: Using Objects as Arguments Objects as Function Return Values Constant Methods Containment Relationships Dynamic Memory Management Advantages of Dynamic Memory Allocation Static, Automatic, and Heap Memory Free Store Allocation with new and delete Handling Memory Allocation Errors Controlling Object Creation Object Copying and Copy Constructor Automatic Copy Constructor Conversion Constructor Streaming I/O Streams and the iostream Library Built-in Stream Objects Stream Manipulators Stream Methods Input/Output Operators Character Input String Streams Formatted I/O File Stream I/O Overloading Stream Operators Persistent Objects Introduction to Object Concepts The Object Programming Paradigm Object-Orientated Programming Definitions Information Hiding and Encapsulation Separating Interface and Implementation Classes and Instances of Objects Overloaded Objects and Polymorphism Declaring and Defining Classes Components of a Class Class Structure Class Declaration Syntax Member Data Built-in Operations Constructors and Initialization Initialization vs. Assignment Class Type Members Member Functions and Member Accessibility Inline Member Functions Friend Functions Static Members Modifying Access with a Friend Class Templates Purpose of Template Classes Constants in Templates Templates and Inheritance Container Classes Use of Libraries Strings in C++ Character Strings The String Class Operators on Strings Member Functions of the String Class Inheritance Inheritance and Reuse Composition vs. Inheritance Inheritance: Centralized Code Inheritance: Maintenance and Revision Public, Private and Protected Members Redefining Behavior in Derived Classes Designing Extensible Software Systems Syntax for Public Inheritance Use of Common Pointers Constructors and Initialization Inherited Copy Constructors Destructors and Inheritance Public, Protected, Private Inheritance Exceptions Types of Exceptions Trapping and Handling Exceptions Triggering Exceptions Handling Memory Allocation Errors C++ Program Structure Organizing C++ Source Files Integrating C and C++ Projects Using C in C++ Reliability Considerations in C++ Projects Function Prototypes Strong Type Checking Constant Types C++ Access Control Techniques Polymorphism in C++ Definition of Polymorphism Calling Overridden Methods Upcasting Accessing Overridden Methods Virtual Methods and Dynamic Binding Virtual Destructors Abstract Base Classes and Pure Virtual Methods Multiple Inheritance Derivation from Multiple Base Classes Base Class Ambiguities Virtual Inheritance Virtual Base Classes Virtual Base Class Information The Standard Template Library STL Containers Parameters Used in Container Classes The Vector Class STL Algorithms Use of Libraries
Illuminating the Hidden - Design for Sustainability as a Path Toward More Sustainable Products, More Sustainable Thinking, More Sustainable Corporate Cultures Consumers and other purchasers understand now more than ever that there are hidden impacts in the products and services they purchase. Leading companies now realize that they need to incorporate sustainability into their product development processes. To do that, they need product development teams who know how to 'think' in terms of sustainability, and fostering such thinking requires shifts bigger than the single product on the shelf - it's about transforming corporate culture. This session will walk through the concepts behind Design for Sustainability. It will highlight as a case study a collaborative partnership between UL Environment and Ingersoll Rand in fostering sustainability thinking in Ingersoll Rand through its product development process. The session will end with a brief overview of steps that companies can take to start incorporating design for sustainability thinking in their organizations. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies.
About Course A Comprehensive Course on Business Communication and Communication Skills In this Business Communication online course by Xpert Learning, you will learn how to adapt your communication style for different audience, how to nuance your communication in different situations and mediums, and in this process, maximize productivity. You will also learn the necessary skills to handle difficult conversations within the workplace. According to a LinkedIn survey, Communication is identified as the most sought-after soft skill among employers. Communication is an essential skill for every individual regardless of position in the hierarchy, industry, or location. For achieving organizational success, effective communication is crucial. Through precise and succinct communication, organizations can develop better strategies, enhance productivity, boost morale, and stimulate innovation. Because communication is so important in business, Organizations want and need people with good communication skills. However, most individuals do not communicate well and they are unaware of the fact. The communication shortcomings of employees and the importance of communication in business explain why you should work to improve your communication skills. Your ability to communicate effectively will determine how others perceive you, and largely, your performance and value in the organization. Business Communication is a Learned skill: you learn when and how to say or write the message that needs to be delivered. You can learn this skill from the comprehensive course developed by Xpert Learning. Through different learning mediums you will learn how to understand your audience and nuance your message accordingly, qualities of Effective Business Writing, how to write precise Business Reports, Emails, how to present a Steller Business presentation, and how to use these skills in your career development. Enroll today in this Business Communication Course and advance your career with Xpert Learning! What Will You Learn? Understand the importance of effective communication in business settings Identify and analyze different types of audiences and tailor communication to their needs Develop skills for writing clear, concise, and effective business documents, such as reports and emails Learn techniques for delivering effective business presentations Understand the importance of continuous learning and career development in a business environment Course Content Introduction to Business Communication Introduction to Business Communication Understanding your Audience and Deliver your Message Understanding your Audience and Deliver your Message Effective Business Writing Effective Business Writing Writing Business Reports and Emails Writing Business Reports and Emails Business Presentation Business Presentation Part 1 Business Presentation Part 2 Sample Presentation Career Development Career Development: Job Searching, Resume/CV, Cover Letters, and Interview skills Conclusion Conclusion A course by Xpert Learning RequirementsThere are no specific requirements or prerequisites for this course. Learners of all levels and backgrounds can benefit from this course. However, it would be beneficial if learners have a basic understanding of business communication. Audience This course is designed for individuals who want to develop their business communication skills, including managers, executives, and professionals in various industries. Additionally, this course is also beneficial for students who are pursuing business-related degrees or courses and want to improve their communication skills in a business setting. Whether you are a beginner or an experienced professional, this course can help you elevate your communication skills and achieve your business goals. Audience This course is designed for individuals who want to develop their business communication skills, including managers, executives, and professionals in various industries. Additionally, this course is also beneficial for students who are pursuing business-related degrees or courses and want to improve their communication skills in a business setting. Whether you are a beginner or an experienced professional, this course can help you elevate your communication skills and achieve your business goals.
A course by Xpert Learning RequirementsA computer or mobile device with an internet connectionA basic understanding of Microsoft Office applicationsA willingness to learn and grow Audience Business Professionals Administrative assistants Project managers Team leaders Office managers Business owners Anyone who wants to advance their career in the workplace Audience Business Professionals Administrative assistants Project managers Team leaders Office managers Business owners Anyone who wants to advance their career in the workplace
Duration 1 Days 6 CPD hours This course is intended for This course is intended for both organizations that would like to improve the corporate communications of their employees and individuals, who take the role of Project Managers, Business Analysts, Team Leaders, Scrum Masters, Product Owners, Managers, Employees, and anyone who would like to improve their communications skills both in the personal and professional aspects. Overview Upon successful completion of this course, students will learn: what effective communications are. why they are important. how by improving communications you will be able to improve the overall execution of projects and your results in general. the specifics of online remote teamwork communications. Your employees will be equipped with knowledge of different communication techniques and styles, which will save them time to adapt to the communication style of the interlocutor and allow them to have more effective conversations both with business partners and customers, and with colleagues at work. Also, they will master the art of active listening and thus win more customers and partners. This course can be adapted to the specific needs of your organization. This course represents highly effective training on developing communication skills and teaches students how to ask correct questions and get the most from one discussion. Also, students will learn how to resolve and/or avoid conflict situations. Course Outline What is the process of effective communications? How to ask good questions and reach clear agreements? Why is listening important and how to listen actively? How to give and receive feedback? How to prepare and conduct effective meetings? Each topic includes discussions and exercises.
Duration 1 Days 6 CPD hours We?ve all met that dynamic, charismatic person that just has a way with others, and has a way of being remembered. This workshop will help participants work towards being that unforgettable person by providing communication skills, negotiation techniques, tips on making an impact, and advice on networking and starting conversations. 1 - Getting Started Icebreaker Housekeeping Items The Parking Lot Workshop Objectives 2 - Verbal Communication Skills Listening and Hearing: They Aren?t the Same Thing Asking Questions Communicating with Power 3 - Non-Verbal Communication Skills Body Language The Signals You Send to Others It?s Not What You Say, It?s How You Say It 4 - Making Small Talk and Moving Beyond The Four Levels of Conversation 5 - Moving the Conversation Along Asking for Examples Using Repetition Using Summary Questions Asking for Clarity and Completeness 6 - Remembering Names Creating a Powerful Introduction Using Mnemonics Uh-Oh?I?ve Forgotten Your Name 7 - Influencing Skills Seeing the Other Side Building a Bridge Giving In Without Giving Up 8 - Bringing People to Your Side A Dash of Emotion Plenty of Facts Bringing It All Together 9 - Sharing Your Opinion Using I-Messages Disagreeing Constructively Building Consensus 10 - Negotiation Basics Preparation Opening Bargaining Closing 11 - Making An Impact Creating a Powerful First Impression Assessing a Situation Being Zealous without Being Offensive 12 - Wrapping Up Words from the Wise Review of Parking Lot Lessons Learned Completion of Action Plans and Evaluations