• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

701 Operations courses in Sutton Coldfield delivered Live Online

ISO : International Organization for Standardization 9001:2015

By NextGen Learning

ISO : International Organization for Standardization 9001:2015 Course Overview: This ISO 9001:2015 course provides an in-depth introduction to the internationally recognised standard for quality management systems. Learners will gain a clear understanding of the principles behind ISO 9001:2015 and its application across various industries. The course explores the requirements for establishing, maintaining, and improving quality management processes, with a focus on driving continual improvement within organisations. Upon completion, learners will be equipped to implement ISO 9001:2015 standards within their own workplace, enhancing their organisation's operational efficiency and customer satisfaction. Course Description: The ISO 9001:2015 course covers a comprehensive range of topics crucial for quality management in any organisation. It begins with an overview of the ISO 9001:2015 standard, followed by an in-depth analysis of each clause. Learners will explore the context of the organisation, leadership requirements, planning and support processes, operational execution, performance evaluation, and strategies for continual improvement. The course combines theoretical insights with the application of concepts, providing a holistic learning experience that equips individuals with the knowledge to enhance their organisation's quality management system. Learners will develop the skills needed to identify and address quality-related challenges, ensuring they contribute to organisational success. ISO : International Organization for Standardization 9001:2015 Curriculum Module 01: Introduction To ISO 9001:2015 Module 02: Clause 4 - Context Of The Organisation Module 03: Clause 5 - Leadership Module 04: Clause 6 - Planning Module 05: Clause 7 - Support Module 06: Clause 8 - Operation Module 07: Clause 9 - Performance Evaluation Module 08: Clause 10 - Improvement (See full curriculum) Who is this course for? Individuals seeking to improve their knowledge of quality management systems. Professionals aiming to implement or oversee ISO 9001:2015 standards in their organisations. Beginners with an interest in ISO certifications and quality assurance processes. Organisations striving for quality management improvements. Career Path: Quality Manager ISO Auditor Quality Assurance Specialist Compliance Officer Operations Manager Quality Control Coordinator ISO Consultant

ISO : International Organization for Standardization 9001:2015
Delivered OnlineFlexible Dates
£9.99

VMware Tanzu Mission Control: Management and Operations 2022

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Operators and application owners who are responsible for deploying and managing policies for multiple Kubernetes clusters across on-premises and public cloud environments. Overview By the end of the course, you should be able to meet the following objectives: Describe the VMware Tanzu Mission Control architecture Configure user and group access Create access, image registry, network, security, quota, and custom policies Connect your on-premises vSphere with Tanzu Supervisor cluster to VMware Tanzu Mission Control Create, manage, and backup Tanzu Kubernetes clusters Perform cluster inspections Monitor and secure Kubernetes environments During this two-day course, you focus on using VMware Tanzu© Mission Control? to provision and manage Kubernetes clusters. The course covers how to apply access, image registry, network, security, quota, and custom policies to Kubernetes environments. For cluster provisioning and management, the course focuses on deploying, upgrading, backing up and monitoring Kubernetes clusters on VMware vSphere© with Tanzu. Given the abstractions of VMware Tanzu Mission Control, the learnings should be transferrable to public cloud. Introducing VMware Tanzu Mission Control VMware Tanzu Mission Control Accessing VMware Tanzu Mission Control VMware Cloud? services access control VMware Tanzu Mission Control architecture Cluster Management Attached clusters Management clusters Provisioned clusters Cluster inspections Data protection VMware Tanzu© Observability? by Wavefront VMware Tanzu© Service Mesh? Policy Management Policy management Access policies Image registry policies Network policies Security policies Quota policies Custom policies Policy insights

VMware Tanzu Mission Control: Management and Operations 2022
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to C Plus Plus Programming Essentials (TTCP2100)

By Nexus Human

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

Introduction to C Plus Plus Programming Essentials (TTCP2100)
Delivered OnlineFlexible Dates
Price on Enquiry

Food Safety and Hygiene Level 2

By NextGen Learning

Course Overview The Food Safety and Hygiene Level 2 course is designed to equip learners with a strong understanding of the key principles underpinning food hygiene and safety in the UK. Covering essential topics such as microbiological hazards, legislation, allergen control, and hygiene practices, this course prepares learners to contribute effectively to safe food handling environments. Whether you're working in catering, hospitality, retail, or food production, the knowledge gained through this course helps ensure food is handled in compliance with UK standards. By the end of the course, learners will be confident in identifying hazards, understanding legal responsibilities, and maintaining hygienic practices within food premises. It also includes timely guidance for adapting food businesses during COVID-19, supporting learners in meeting current industry expectations. Course Description This CPD-accredited course explores the foundations of food safety and hygiene, including a detailed look into food legislation, storage, preparation, and cleaning protocols. Learners will gain insights into the causes of foodborne illnesses, methods to prevent cross-contamination, and best practices for managing allergenic, chemical, and physical hazards. The course also highlights the importance of personal hygiene, structural cleanliness, and effective waste control within food premises. A dedicated module addresses how food businesses can operate safely during and after the COVID-19 pandemic. Designed to support learners in understanding their responsibilities under food law, this course promotes awareness and compliance in diverse food-handling settings, from small catering units to large-scale food operations. Course Modules Module 01: Food Safety Legislation Module 02: Microbiological Hazards Module 03: Physical, Chemical and Allergenic Hazards Module 04: Food Storage Module 05: Food Preparation Module 06: Personal Hygiene Module 07: Food Premises Design and Cleaning Schedules Module 08: Further Information Module 09: Reopening and Adapting Your Food Business During COVID-19 (See full curriculum) Who is this course for? Individuals seeking to meet UK food safety training requirements. Professionals aiming to develop their food safety knowledge for supervisory or compliance roles. Beginners with an interest in food hygiene and regulatory standards. Business owners and managers in catering, hospitality, or food production. Career Path Food Safety Officer Catering Assistant Kitchen Supervisor Restaurant or Café Manager Food Retail Worker Compliance Assistant in Food Manufacturing

Food Safety and Hygiene Level 2
Delivered OnlineFlexible Dates
£9.99

Xero Accounting and Bookkeeping Level 7

By NextGen Learning

Course Overview The Xero Accounting and Bookkeeping Level 7 course offers a comprehensive understanding of digital accounting using Xero software, tailored for individuals looking to advance in financial management and bookkeeping roles. This course equips learners with essential knowledge to manage sales, purchases, payroll, VAT, and fixed assets efficiently. Learners will also explore how to maintain accurate financial records and ensure compliance with current UK regulations. Whether you are looking to upgrade your skills or step into a new career, this course supports your professional development by building competence in cloud-based accounting practices. Upon completion, learners will have the confidence to work in a variety of finance-related roles and contribute effectively to any business or organisation’s accounting functions. Course Description This course delves into core areas of Xero accounting, starting with an introduction to the software and progressing through key functionalities including sales invoicing, purchase management, bank reconciliation, and payroll processing. Learners will be guided through each section in a structured and accessible way, allowing them to understand how to set up and manage accounts, handle tax returns, and record transactions accurately. Additional topics such as fixed asset tracking and product/service management provide a complete view of digital bookkeeping in a professional context. The curriculum is designed to align with UK financial standards and includes a detailed exploration of VAT return procedures. By the end of the course, learners will develop a strong grasp of Xero’s interface, gain proficiency in managing financial tasks digitally, and enhance their confidence to support accounting operations within various business settings. Course Modules Module 01: Introduction Module 02: Getting Started Module 03: Invoices and Sales Module 04: Bills and Purchases Module 05: Bank Accounts Module 06: Products and Services Module 07: Fixed Assets Module 08: Payroll Module 09: VAT Returns (See full curriculum) Who is this course for? Individuals seeking to develop advanced accounting skills using cloud-based software. Professionals aiming to improve their bookkeeping knowledge and career progression. Beginners with an interest in digital finance and business accounting. Small business owners and administrative staff managing company accounts. Career Path Xero Bookkeeper Accounts Assistant Payroll Officer Finance Administrator VAT Compliance Officer Office Manager (with financial duties) Small Business Accountant

Xero Accounting and Bookkeeping Level 7
Delivered OnlineFlexible Dates
£9.99

Data Analysis and Forecasting in Excel

By NextGen Learning

Course Overview This comprehensive course on "Data Analysis and Forecasting in Excel" provides learners with essential skills to manage, analyse, and visualise data effectively using Excel. Whether you are analysing historical data or forecasting future trends, this course covers key tools such as PivotTables, charts, and lookup functions to make your data work for you. Learners will also gain proficiency in automating tasks and creating dynamic reports, which are invaluable for decision-making processes in various professional settings. By the end of the course, you will have the capability to work with complex data sets, produce insightful reports, and apply forecasting techniques to guide future strategies. Course Description In this course, learners will delve into the full spectrum of data analysis capabilities offered by Excel. Topics include modifying worksheets, working with lists, and using advanced tools such as PivotTables, PivotCharts, and lookup functions. Learners will explore the process of visualising data through charts and sparklines, allowing them to convey complex information in an accessible manner. The course also covers automating workbook functionality and creating mapping data for better analysis. Additionally, learners will gain expertise in forecasting data trends to support strategic planning. By the end of the course, participants will have developed a comprehensive understanding of Excel’s analytical tools, enabling them to manage data with efficiency and precision in various business contexts. Course Modules Module 01: Modifying a Worksheet Module 02: Working with Lists Module 03: Analyzing Data Module 04: Visualizing Data with Charts Module 05: Using PivotTables and PivotCharts Module 06: Working with Multiple Worksheets and Workbooks Module 07: Using Lookup Functions and Formula Auditing Module 08: Automating Workbook Functionality Module 09: Creating Sparklines and Mapping Data Module 10: Forecasting Data (See full curriculum) Who is this course for? Individuals seeking to enhance their Excel data analysis skills. Professionals aiming to improve their forecasting and reporting capabilities. Beginners with an interest in data management and analysis. Those seeking to enhance their proficiency in Excel for career advancement. Career Path Data Analyst Business Analyst Financial Analyst Marketing Analyst Operations Manager Project Manager Excel Specialist in various industries such as finance, marketing, and logistics

Data Analysis and Forecasting in Excel
Delivered OnlineFlexible Dates
£9.99

Personal Assistant (PA)

By NextGen Learning

Course Overview This Personal Assistant (PA) course is designed to provide learners with essential skills and knowledge to excel in a variety of administrative roles. Covering everything from business communication to organisational skills, this course ensures learners are equipped to manage office duties efficiently, support executives, and contribute to the smooth running of an organisation. By completing this course, learners will gain a solid understanding of the core functions of a PA, enabling them to confidently take on responsibilities in any professional setting. Course Description The course delves into key areas including business telephone etiquette, managing travel arrangements, organising meetings, and developing effective communication skills. Learners will explore the nuances of record-keeping, minute-taking, and scheduling, essential for ensuring a well-structured office environment. With a strong emphasis on time management, organisational skills, and business writing, this course prepares learners to confidently manage multiple tasks and responsibilities in fast-paced work environments. By the end, learners will have developed the ability to enhance productivity and support executive operations effectively. Course Modules Module 01: Introduction to Personal Assistant Module 02: Business Telephone Skills Module 03: Representing Your Boss and Company Module 04: Mail Services and Shipping Module 05: Travel Arrangements Module 06: Organising Meetings and Conferences Module 07: Time Management Module 08: Record Keeping and Filing Systems Module 09: Business Writing Skills Module 10: Organisational Skills Module 11: Communication Skills Module 12: Customer Service Module 13: Effective Planning and Scheduling Module 14: Invoicing/Petty Cash Module 15: Introduction to Minute Writing Module 16: Preparation for Minute Taking Module 17: The Meeting Structure Module 18: Minute Meeting, Decision and Action Module 19: Roles and Responsibility of Minute Taker Module 20: Tips for Minute Taking Module 21: Technology in Minute Taking Module 22: Building Confidence (See full curriculum) Who is this course for? Individuals seeking to enhance their administrative skills. Professionals aiming to advance their career as a Personal Assistant. Beginners with an interest in office management and administrative roles. Anyone interested in developing organisational and communication skills. Career Path Personal Assistant Executive Assistant Administrative Assistant Office Manager Office Administrator Executive Support Specialist

Personal Assistant (PA)
Delivered OnlineFlexible Dates
£9.99

Data Analytics

By NextGen Learning

Course Overview This comprehensive Data Analytics course provides an in-depth exploration of data analysis, covering the essential principles and techniques used to extract valuable insights from data. Learners will engage with core concepts, such as data mining, statistical analysis, and visualisation, enabling them to make informed decisions and drive business outcomes. By the end of the course, participants will have the skills to analyse and interpret data, apply analytical tools effectively, and present their findings clearly. This course equips learners with the necessary tools to understand and leverage data in various professional settings, adding significant value to their career prospects. Course Description The Data Analytics course covers a wide range of topics, including the fundamentals of data analysis, statistical methods, and various data visualisation techniques. Learners will explore essential tools such as Excel and specialised software, while gaining a deep understanding of how to collect, store, and process data effectively. Emphasis is placed on developing the analytical mindset required to interpret data accurately and draw actionable insights. This course is designed to ensure learners can confidently navigate the world of data analytics and apply their knowledge in diverse industries, enhancing their problem-solving and decision-making abilities. Course Modules Module 01: Introduction to the World of Data Module 02: Basics of Data Analytics Module 03: Statistics for Data Analytics Module 04: Actions Taken in the Data Analysis Process Module 05: Gathering the Right Information Module 06: Storing Data Module 07: Data Mining Module 08: Excel for Data Analytics Module 09: Tools for Data Analytics Module 10: Data-Analytic Thinking Module 11: Data Visualisation That Clearly Describes Insights Module 12: Data Visualisation Tools (See full curriculum) Who is this course for? Individuals seeking to enhance their analytical skills for data-driven decision-making. Professionals aiming to transition into data analytics or enhance their data-related roles. Beginners with an interest in understanding data and its applications across industries. Business professionals seeking to leverage data for strategic growth. Career Path Data Analyst Business Intelligence Analyst Data Scientist Market Research Analyst Operations Analyst Financial Analyst Business Analyst Data Visualisation Specialist

Data Analytics
Delivered OnlineFlexible Dates
£9.99

Decision Making and Critical Thinking

By NextGen Learning

Course Overview: This course on Decision Making and Critical Thinking offers a comprehensive exploration of how to develop and apply critical thinking skills in both personal and professional contexts. Learners will gain the ability to analyse complex situations, make well-informed decisions, and approach problems with a logical mindset. By the end of this course, participants will have a clear understanding of critical thinking principles, decision-making processes, and how to apply these techniques effectively in various scenarios. The course is designed to enhance problem-solving capabilities and promote more thoughtful, reasoned approaches to decision-making. Course Description: The Decision Making and Critical Thinking course covers a wide range of essential topics, including understanding the key components of critical thinking, identifying and overcoming common barriers, and exploring decision-making strategies. Learners will delve into how to evaluate claims, the benefits of critical thinking, and the practical applications of these skills in real-world situations. With engaging lessons and interactive content, participants will develop the cognitive tools needed to think critically, solve problems, and make decisions that are both informed and objective. Key areas of focus include problem-solving techniques, critical thinking strategies, and the structured decision-making process. Upon completion, learners will be equipped to make more effective decisions and analyse situations with a critical mindset. Course Modules: Module 01: Introduction to Critical Thinking Module 02: Critical Thinking and the Judgment of Claims Module 03: Benefits and Barriers of Critical Thinking Module 04: Importance of Critical Thinking Module 05: Recognising a Critical Thinker Module 06: What Are the Critical Thinking Steps? Module 07: Critical Thinking Strategies Module 08: Problem-Solving Through Critical Thinking Module 09: Decision Making with Critical Thinking (See full curriculum) Who is this course for? Individuals seeking to improve their decision-making skills. Professionals aiming to enhance their critical thinking abilities. Beginners with an interest in logic, problem-solving, and decision-making. Anyone looking to develop a more analytical and structured approach to challenges. Career Path: Analyst roles in business, marketing, and consulting. Leadership positions requiring strategic decision-making. Project management and operations management positions. Careers in education, research, or policy analysis. Roles in human resources, where critical thinking is key to recruitment and development.

Decision Making and Critical Thinking
Delivered OnlineFlexible Dates
£9.99

CAD Designer Training

By NextGen Learning

Course Overview: The "CAD Designer Training" course provides a comprehensive introduction to the world of Computer-Aided Design (CAD). Learners will explore the core principles, tools, and techniques used in CAD software to create both 2D and 3D designs. The course covers fundamental topics such as shape creation, geometry, modelling, and assemblies, along with software introductions to AutoCAD, T-Flex, SolidWorks, and FreeCAD. By the end of this course, participants will have a solid understanding of CAD design and the technical skills necessary to pursue a career in design, engineering, or architecture. Course Description: This in-depth course is designed to equip learners with the essential skills for becoming proficient in CAD design. It covers a variety of important areas, including the basics of CAD design, 2D and 3D shape creation, geometry and modelling, and assembly techniques. Learners will gain an introduction to industry-standard software such as AutoCAD, T-Flex, SolidWorks, and FreeCAD, allowing them to explore multiple platforms used in the CAD design field. With modules covering extrusion, rotations, grids, polygons, and civil drawings, this course ensures learners develop a comprehensive understanding of the tools and techniques used by CAD professionals. It is an excellent foundation for anyone wishing to pursue a career in the design and engineering sectors. Course Modules: Module 01: Introduction to CAD Design Module 02: CAD Designer Career in the United Kingdom Module 03: Basics for CAD Design – Part 1 Module 04: Basics for CAD Design – Part 2 Module 05: 2D Shape in CAD Module 06: 3D Shape in CAD Module 07: Geometry and Modelling Module 08: Assemblies in CAD Design Module 09: Extrusion and Rotations Module 10: Blending Operations in CAD Module 11: Grids and Regular Polygons Module 12: Parameters in Civil Drawings Module 13: Introduction to AutoCAD Module 14: Introduction to T-Flex CAD Module 15: Introduction to SolidWorks Module 16: Introduction to FreeCAD (See full curriculum) Who is this course for? Individuals seeking to build a career in design and engineering. Professionals aiming to develop their CAD design skills. Beginners with an interest in CAD software and design. Those pursuing opportunities in the construction, architecture, or manufacturing industries. Career Path: CAD Designer 3D Modeler Architectural Drafter Mechanical Designer Civil Drafter Product Designer Engineering Assistant Design Consultant

CAD Designer Training
Delivered OnlineFlexible Dates
£9.99