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

4561 Operations courses in Prestwick delivered Online

20345-1 Administering Microsoft Exchange Server 2016/2019

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The audience for this course includes enterprise-level messaging administrators on Exchange Server. IT generalists and helpdesk professionals who want to learn about Exchange Server may also take this course. Students taking this course are expected to have at least two years of experience working in the IT field-typically in the areas of Windows Server administration, network administration, helpdesk, or system administration. They are also expected to have some experience with Exchange Server concepts but previous experience managing Exchange Server is not a requirement. Overview After completing this course, students will be able to: Deploy Exchange Server. Plan and configure storage for Exchange Server. Create and manage various recipient objects in Exchange Server. Perform recipient management and Exchange server management tasks by using Exchange Server cmdlets. Deploy Client Access services in Exchange Server. Manage high availability in Exchange Server. Implement disaster recovery for Exchange Server. Configure and manage message transport in Exchange Server. Configure message security in Exchange Server. Monitor and troubleshoot Exchange Server. Configure Exchange Server role-based access control permissions and configure audit logging for both administrators and users. Implement and manage integration with Exchange Online. This course teaches IT professionals how to administer and support Exchange Server. The course covers how install and configure Exchange Server. It also covers how to manage mail recipients and public folders, including how to perform bulk operations by using Exchange Management Shell. In addition, the course covers how to manage client connectivity, message transport and hygiene, and highly available Exchange Server deployments. It also covers how to implement disaster recovery solutions. Finally, the course covers how to maintain and monitor an Exchange Server deployment and how to administer Exchange Online in a Office 365 deployment. Deploying Microsoft Exchange Server 2016 Overview of Exchange Server Exchange Server architecture Requirements for Exchange Server Deploying Exchange Server Exchange Server Exchange Server Management Tools Lab : Deploying Exchange Server Managing Exchange Server 2016 storage Exchange Server mailbox databases Exchange Server storage Configuring Exchange Server mailbox databases and storage Lab : Configuring Exchange Server storage Managing recipient objects Managing user mailboxes Managing other types of mailboxes Managing other recipients objects Configuring policies and address lists Lab : Managing recipient objects Lab : Configuring address lists and policies Managing recipients and Exchange servers by using Exchange Server cmdlets Overview of the Exchange Management Shell Managing Exchange Servers by using Exchange Management Shell cmdlets Managing Exchange servers by using scripts Lab : Managing Exchange Server and recipient objects by using Exchange Management Shell Implementing client connectivity Configuring client access services Managing client access services Client connectivity in Exchange Server Configuring Outlook on the web Configuring mobile messaging Lab : Configuring client access services Lab : Deploying and configuring client access services on Exchange Server Managing high availability in Exchange Server High availability on Exchange Server Configuring highly available mailbox databases Configuring high availability of Client Access services Lab : Implementing DAGs Lab : Implementing and testing high availability Implementing disaster recovery for Exchange Server Implementing Exchange Server backup Implementing Exchange Server recovery Lab : Backing up Exchange Server data Lab : Restoring Exchange Server data Configuring and managing message transport Overview of message transport Configuring message transport Managing transport rules Lab : Configuring and managing message transport Configuring message security Deploying and managing an Edge Transport server for message security Implementing an antivirus solution for Exchange Server Implementing an antispam solution for Exchange Server Lab : Configuring message security in Exchange Server Monitoring and troubleshooting Exchange Server Monitoring Exchange Server Troubleshooting Exchange Server Lab : Monitoring and troubleshooting Exchange Server Securing and maintaining Exchange Server Securing Exchange Server by using RBAC Configuring audit logging in Exchange Server Maintaining Exchange Server Lab : Securing and maintaining Exchange Server Implementing and managing Exchange Online deployments Overview of Exchange Online and Office 365 Managing Exchange Online Implementing the migration to Exchange Online Managing a hybrid environment Lab : Managing Exchange Online Additional course details: Nexus Humans 20345-1 Administering Microsoft Exchange Server 2016/2019 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 20345-1 Administering Microsoft Exchange Server 2016/2019 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.

20345-1 Administering Microsoft Exchange Server 2016/2019
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Cassandra (TTDS6776)

By Nexus Human

Duration 3 Days 18 CPD hours Overview The goal of this course is to enable technical students new to Cassandra to begin working with Cassandra in an optimal manner. Throughout the course students will learn to: Understand the Big Data needs that C* addresses Be familiar with the operation and structure of C* Be able to install and set up a C* database Use the C* tools, including cqlsh, nodetool, and ccm (Cassandra Cluster Manager) Be familiar with the C* architecture, and how a C* cluster is structured Understand how data is distributed and replicated in a C* cluster Understand core C* data modeling concepts, and use them to create well-structured data models Be familiar with the C* eventual consistency model and use it intelligently Be familiar with consistency mechanisms such as read repair and hinted handoff Understand and use CQL to create tables and query for data Know and use the CQL data types (numerical, textual, uuid, etc.) Be familiar with the various kinds of primary keys available (simple, compound, and composite primary keys) Be familiar with the C* write and read paths Understand C* deletion and compaction The Cassandra (C*) database is a massively scalable NoSQL database that provides high availability and fault tolerance, as well as linear scalability when adding new nodes to a cluster. It has many powerful capabilities, such as tunable and eventual consistency, that allow it to meet the needs of modern applications, but also introduce a new paradigm for data modeling that many organizations do not have the expertise to use in the best way.Introduction to Cassandra is a hands-on course designed to teach attendees the basics of how to create good data models with Cassandra. This technical course has a focus on the practical aspects of working with C*, and introduces essential concepts needed to understand Cassandra, including enough coverage of internal architecture to make good decisions. It is hands-on, with labs that provide experience in core functionality. Students will also explore CQL (Cassandra Query Language), as well as some of the ?anti-patterns? that lead to non-optimal C* data models and be ready to work on production systems involving Cassandra. Session 1: Cassandra Overview Why We Need Cassandra - Big Data Challenges vs RDBMS High level Cassandra Overview Cassandra Features Optional: Basic Cassandra Installation and Configuration Session 2: Cassandra Architecture and CQL Overview Cassandra Architecture Overview Cassandra Clusters and Rings Nodes and Virtual Nodes Data Replication in Cassandra Introduction to CQL Defining Tables with a Single Primary Key Using cqlsh for Interactive Querying Selecting and Inserting/Upserting Data with CQL Data Replication and Distribution Basic Data Types (including uuid, timeuuid) Session 3: Data Modeling and CQL Core Concepts Defining a Compound Primary Key CQL for Compound Primary Keys Partition Keys and Data Distribution Clustering Columns Overview of Internal Data Organization Overview of Other Querying Capabilities ORDER BY, CLUSTERING ORDER BY, UPDATE , DELETE, ALLOW FILTERING Batch Queries Data Modeling Guidelines Denormalization Data Modeling Workflow Data Modeling Principles Primary Key Considerations Composite Partition Keys Defining with CQL Data Distribution with Composite Partition Key Overview of Internal Data Organization Session 4: Additional CQL Capabilities Indexing Primary/Partition Keys and Pagination with token() Secondary Indexes and Usage Guidelines Cassandra collections Collection Structure and Uses Defining and Querying Collections (set, list, and map) Materialized View Overview Usage Guidelines Session 5: Data Consistency In Cassandra Overview of Consistency in Cassandra CAP Theorem Eventual (Tunable) Consistency in C* - ONE, QUORUM, ALL Choosing CL ONE Choosing CL QUORUM Achieving Immediate Consistency Overview of Other Consistency Levels Supportive Consistency Mechanisms Writing / Hinted Handoff Read Repair Nodetool repair Session 6: Internal Mechanisms Ring Details Partitioners Gossip Protocol Snitches Write Path Overview / Commit Log Memtables and SSTables Write Failure Unavailable Nodes and Node Failure Requirements for Write Operations Read Path Overview Read Mechanism Replication and Caching Deletion/Compaction Overview Delete Mechanism Tombstones and Compaction Session 7: Working with IntelliJ Configuring JDBC Data Source for Cassandra Reading Schema Information Querying and Editing Tables. Additional course details: Nexus Humans Introduction to Cassandra (TTDS6776) 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 Introduction to Cassandra (TTDS6776) 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.

Introduction to Cassandra  (TTDS6776)
Delivered OnlineFlexible Dates
Price on Enquiry

Administering Cisco UCS X-Series Solutions with Intersight (INTUCSX)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The primary audience for this course is as follows: Server Administrators Systems Engineers Storage Administrators Technical Solutions Architects Integrators and Partners Consulting Systems Engineers Network Administrators Network Engineers Network Managers Architects Overview Upon completion of this course, the student will be able to meet these overall objectives: Understand, describe, and configure Cisco Intersight (on prem and SaaS models) Understand, describe, and configure Intersight Advanced features (IST, ICO, IWOM) Understand, describe, and configure IMM and UMM mode for UCS Understand, describe, and configure Cisco X-Series (FI, IFM, X210c Server, Adv Fabric Module) Create Intersight Pools, Policies, and Management for X-Series Design and operate Cisco UCS with Intersight Managed Mode Solutions This deep-dive training covers Cisco UCS X-Series server family and how Intersight can be the enablement platform for all UCS servers. We will cover Intersight features such as IWOM, IST, ICO, and programmability either On-Prem or in the Cloud. Attendees will learn the breadth of the physical X-Series (pools, policies, firmware, so much more) platform as well as maintaining existing infrastructure with Intersight Infrastructures Services. Also covered is how to manage physical, virtual, cloud platforms and deploy to any or all. Section 1: Intersight Foundations Intersight Architecture Flexible Deployment Models Cisco Intersight Infrastructure Service Licensing Intersight Essentials License Tier Intersight Advantage License Tier Intersight Premier License Tier Section 2: Monitoring and Maintaining UCS Infrastructure with Intersight Device Health and Monitoring Standalone Management for UCS C-Series Servers Server Compatibility (HCL), Advisories (CVEs), and Contract Status Firmware Upgrades Section 3: Designing & Operationalizing Cisco UCS Solutions with Intersight Implementing Cisco Hyperflex with Intersight Managing Cisco HyperFlex in vSphere Environment Section 4: Cisco UCS M5, M6, X Overview and Configuration Cisco UCS X-Series with Intersight Deployment Architecture X-Series Fabric Interconnects Compute X-Series Power/Cooling Efficiency Cooling Capacity Airflow Thermal Policies Future-Proof Cooling Power Policies Compute Series Architecture ? C220 M6 Architecture ? C240 M6 Cisco VIC Offerings for M6 GPU Offerings for X-Series Management Options for C220 / C240 M6 Rack Servers UCS 7th Generation Intel Rack Servers Architecture ? C220 M7 Architecture ? C240 M7 Intel 4th Gen Intel© Xeon© SP Sapphire Rapids High Level Features M7 Memory DIMMs Architecture ? C225 M6 Architecture ? C245 M6 Section 5: Designing Cisco UCS LAN and SAN Connectivity LAN Connectivity Overview Gen 4 End Host Mode Requirements for Configuring VLANs in Cisco UCS Manager Role of the vNIC in Abstracting MAC Addresses Configuring Compute Node SAN Connectivity Fibre Channel Switching Fibre Channel Operating Modes EHM and N-Port Virtualization Configuring VSANs in Cisco UCS Manager Creating VSANs and FCoE VLANs in Cisco UCS Role of vHBAs when Abstracting WWNNs and WWPNs into a Service Profile Configuring Manual Uplink Pinning and Recovery from Failure Section 6: Configuring Cisco UCS-X in IMM Mode IMM and Domain Profiles Domain Policy Concepts and Usage Cisco Intersight Server Profiles Creating and Deploying a UCS C-Series Server Profile ? Process Overview Importing a Server Profile ? Process Overview Upgrading Firmware Cisco IMM Transition Tool Thermal Policies Power Policies Section 7: Implementing Cisco UCS-X Firmware Updates Intersight Platform Firmware Operations Overview Intersight Firmware Bundles Cisco Stand-Alone Firmware Management Cisco HX Firmware Management UCS Managed Infrastructure Firmware Management UCS Intersight Managed Mode Firmware Management Hardware Compatibility List Section 8: Intersight Workload Optimizer (IWO) Intersight Workload Optimizer Overview IWO Delivery and Tiers Workload Optimizer ? What?s New? IWO Value Proposition Application Resource Management IWO Market Section 9: Intersight Cloud Orchestrator (ICO) Sample Scenario Workflow Designer Validate and Execute a Workflow ICO ? Intersight Cloud Orchestrator Infrastructure Orchestration Infrastructure as Code with ICO Immutability with Intersight Cloud Orchestrator Workflow Versions Rollback Tasks (Task Designer) Section 10: Intersight API Overview Intersight API Resources SDKs / Ansible Modules Use Case Additional course details: Nexus Humans Administering Cisco UCS X-Series Solutions with Intersight (INTUCSX) 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 Administering Cisco UCS X-Series Solutions with Intersight (INTUCSX) 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.

Administering Cisco UCS X-Series Solutions with Intersight (INTUCSX)
Delivered OnlineFlexible Dates
Price on Enquiry

Data Engineering on Google Cloud

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This class is intended for experienced developers who are responsible for managing big data transformations including: Extracting, loading, transforming, cleaning, and validating data. Designing pipelines and architectures for data processing. Creating and maintaining machine learning and statistical models. Querying datasets, visualizing query results and creating reports Overview Design and build data processing systems on Google Cloud Platform. Leverage unstructured data using Spark and ML APIs on Cloud Dataproc. Process batch and streaming data by implementing autoscaling data pipelines on Cloud Dataflow. Derive business insights from extremely large datasets using Google BigQuery. Train, evaluate and predict using machine learning models using TensorFlow and Cloud ML. Enable instant insights from streaming data Get hands-on experience with designing and building data processing systems on Google Cloud. This course uses lectures, demos, and hand-on labs to show you how to design data processing systems, build end-to-end data pipelines, analyze data, and implement machine learning. This course covers structured, unstructured, and streaming data. Introduction to Data Engineering Explore the role of a data engineer. Analyze data engineering challenges. Intro to BigQuery. Data Lakes and Data Warehouses. Demo: Federated Queries with BigQuery. Transactional Databases vs Data Warehouses. Website Demo: Finding PII in your dataset with DLP API. Partner effectively with other data teams. Manage data access and governance. Build production-ready pipelines. Review GCP customer case study. Lab: Analyzing Data with BigQuery. Building a Data Lake Introduction to Data Lakes. Data Storage and ETL options on GCP. Building a Data Lake using Cloud Storage. Optional Demo: Optimizing cost with Google Cloud Storage classes and Cloud Functions. Securing Cloud Storage. Storing All Sorts of Data Types. Video Demo: Running federated queries on Parquet and ORC files in BigQuery. Cloud SQL as a relational Data Lake. Lab: Loading Taxi Data into Cloud SQL. Building a Data Warehouse The modern data warehouse. Intro to BigQuery. Demo: Query TB+ of data in seconds. Getting Started. Loading Data. Video Demo: Querying Cloud SQL from BigQuery. Lab: Loading Data into BigQuery. Exploring Schemas. Demo: Exploring BigQuery Public Datasets with SQL using INFORMATION_SCHEMA. Schema Design. Nested and Repeated Fields. Demo: Nested and repeated fields in BigQuery. Lab: Working with JSON and Array data in BigQuery. Optimizing with Partitioning and Clustering. Demo: Partitioned and Clustered Tables in BigQuery. Preview: Transforming Batch and Streaming Data. Introduction to Building Batch Data Pipelines EL, ELT, ETL. Quality considerations. How to carry out operations in BigQuery. Demo: ELT to improve data quality in BigQuery. Shortcomings. ETL to solve data quality issues. Executing Spark on Cloud Dataproc The Hadoop ecosystem. Running Hadoop on Cloud Dataproc. GCS instead of HDFS. Optimizing Dataproc. Lab: Running Apache Spark jobs on Cloud Dataproc. Serverless Data Processing with Cloud Dataflow Cloud Dataflow. Why customers value Dataflow. Dataflow Pipelines. Lab: A Simple Dataflow Pipeline (Python/Java). Lab: MapReduce in Dataflow (Python/Java). Lab: Side Inputs (Python/Java). Dataflow Templates. Dataflow SQL. Manage Data Pipelines with Cloud Data Fusion and Cloud Composer Building Batch Data Pipelines visually with Cloud Data Fusion. Components. UI Overview. Building a Pipeline. Exploring Data using Wrangler. Lab: Building and executing a pipeline graph in Cloud Data Fusion. Orchestrating work between GCP services with Cloud Composer. Apache Airflow Environment. DAGs and Operators. Workflow Scheduling. Optional Long Demo: Event-triggered Loading of data with Cloud Composer, Cloud Functions, Cloud Storage, and BigQuery. Monitoring and Logging. Lab: An Introduction to Cloud Composer. Introduction to Processing Streaming Data Processing Streaming Data. Serverless Messaging with Cloud Pub/Sub Cloud Pub/Sub. Lab: Publish Streaming Data into Pub/Sub. Cloud Dataflow Streaming Features Cloud Dataflow Streaming Features. Lab: Streaming Data Pipelines. High-Throughput BigQuery and Bigtable Streaming Features BigQuery Streaming Features. Lab: Streaming Analytics and Dashboards. Cloud Bigtable. Lab: Streaming Data Pipelines into Bigtable. Advanced BigQuery Functionality and Performance Analytic Window Functions. Using With Clauses. GIS Functions. Demo: Mapping Fastest Growing Zip Codes with BigQuery GeoViz. Performance Considerations. Lab: Optimizing your BigQuery Queries for Performance. Optional Lab: Creating Date-Partitioned Tables in BigQuery. Introduction to Analytics and AI What is AI?. From Ad-hoc Data Analysis to Data Driven Decisions. Options for ML models on GCP. Prebuilt ML model APIs for Unstructured Data Unstructured Data is Hard. ML APIs for Enriching Data. Lab: Using the Natural Language API to Classify Unstructured Text. Big Data Analytics with Cloud AI Platform Notebooks What's a Notebook. BigQuery Magic and Ties to Pandas. Lab: BigQuery in Jupyter Labs on AI Platform. Production ML Pipelines with Kubeflow Ways to do ML on GCP. Kubeflow. AI Hub. Lab: Running AI models on Kubeflow. Custom Model building with SQL in BigQuery ML BigQuery ML for Quick Model Building. Demo: Train a model with BigQuery ML to predict NYC taxi fares. Supported Models. Lab Option 1: Predict Bike Trip Duration with a Regression Model in BQML. Lab Option 2: Movie Recommendations in BigQuery ML. Custom Model building with Cloud AutoML Why Auto ML? Auto ML Vision. Auto ML NLP. Auto ML Tables.

Data Engineering on Google Cloud
Delivered OnlineFlexible Dates
Price on Enquiry

Accounting: Accountancy Training

4.9(27)

By Apex Learning

------------------------NEW YEAR SALE ENDS TODAY------------------------ Get Hard Copy + PDF Certificates + Transcript + Student ID Card as a Gift - Enrol Now Are you ready to be an accountant but don't know where to start? If so, you're in luck. We've got you covered with our 15-in-1 Accountancy:Accounting Training bundle! Accounting is one of the most critical skills for business. It's also one of the most misunderstood. But don't worry; we're here to help you understand what accounting is and how it can help your business succeed. This Accountancy: Accounting Training bundle is designed to teach you everything you need to know about accounting and how it applies to your day-to-day life. By the end of this course, you'll have a solid understanding of the basics, including: -How much money do I make? -How can I increase my salary? -How do I get promoted? -What is a budget? And much more! The Accountancy: Accounting Training bundle is designed to help you learn everything you need in one place: from how to solve problems with spreadsheets through the basics of accounting knowledge and understanding, all the way up through advanced topics like audit procedures and tax law compliance. You and other future accountants will benefit from this course by improving your foundational accounting knowledge. In addition, it will increase your chances of success and keep you one step ahead of the competition. This Accounting: Accountancy Training Bundle Consists of the following Premium courses: Course 01: Accountancy Course 02: Diploma in Quickbooks Bookkeeping Course 03: Level 3 Tax Accounting Course 04: Payroll Management - Diploma Course 05: Level 3 Xero Training Course 06: Theory of Constraints, Throughput Accounting and Lean Accounting Course 07: Internal Audit Training Diploma Course 08: Team Management Course 09: Business Analysis Level 3 Course 10: Diploma in Sage 50 Accounts Course 11: Positive Psychology Masterclass Course 12: Microsoft Excel Training: Depreciation Accounting Course 13: GDPR Data Protection Level 5 Course 14: Microsoft Excel Level 3 Key Features of the Course FREE Accounting: Accountancy Training CPD-accredited certificate Get a free student ID card with Accounting: Accountancy Training training (£10 applicable for international delivery) Lifetime access to the Accounting: Accountancy Training course materials The Accounting: Accountancy Training program comes with 24/7 tutor support Get instant access to this Accounting: Accountancy Training course Learn Accounting: Accountancy Training training from anywhere in the world The Accounting: Accountancy Training training is affordable and simple to understand The Accounting: Accountancy Training training is entirely online Learning Outcomes After completing this course, you will be able to: Understand and apply core accounting principles to manage financial transactions and records effectively. Perform accurate bookkeeping and maintain detailed financial records using industry-standard accounting software. Prepare and analyze financial statements, including balance sheets, income statements, and cash flow statements. Develop and manage budgets, and conduct financial forecasting to support strategic decision-making. Implement best practices in financial reporting and ensure compliance with relevant accounting standards and regulations. Utilize advanced financial analysis techniques to assess business performance and guide financial planning. So why wait? Enrol right now! Description Enhance your financial expertise with the Accounting: Accountancy Training course. This comprehensive program provides a solid foundation in accountancy, covering everything from basic accounting principles to advanced financial analysis. You'll gain essential skills in bookkeeping, budget management, and financial forecasting, and become proficient in using accounting software. Whether you're starting a career or aiming for advancement, this course offers the practical knowledge and confidence needed to excel in the dynamic field of accounting. Enrol today to master the skills required for effective financial management and decision-making. Curriculum ofAccountancy: Accounting Bundle Course 01: Accountancy Introduction The Role of an Accountant Accounting Concepts and Standards Double-Entry Bookkeeping Balance Sheet Income statement How will I get my Certificate? After successfully completing the Accountancy: Accounting course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) CPD 145 CPD hours / points Accredited by CPD Quality Standards Who is this course for? The Accountancy: Accounting Training bundle is ideal for anyone interested in the Accounting and Finance discipline or who wishes to pursue a successful career in this field of study, such as; Aspiring Accountants and Financial Analysts Aspiring Investment Bankers Aspiring Financial Controllers Business Owners Accounting Students Anyone wishing to understand a company's financials Anyone hoping to be successful in the world of Business & Finance Requirements Our Accountancy: Accounting is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. Career path Accountant Financial Advisor Financial Supervisor Financial Clerk Bookkeeper In the United Kingdom, the typical annual income for these professionals ranges from £25,000 to £70,000. Certificates Certificate of completion Digital certificate - Included

Accounting: Accountancy Training
Delivered Online On Demand3 days
£79

Restaurant Management

By IOMH - Institute of Mental Health

Overview The restaurant industry in the UK is a dynamic and ever-evolving landscape, offering a plethora of opportunities for those with a passion for food, service, and entrepreneurship. With an impressive 87,000 restaurants generating over £37 billion in annual revenue, this vibrant sector continues to thrive, catering to diverse culinary preferences and dining experiences. The "Restaurant Management Diploma" course equips you with the essential knowledge and skills to navigate the complexities of this exciting industry, empowering you to excel as a restaurant manager, owner, or hospitality professional. Restaurant Management Diploma Through this comprehensive program, you'll gain a deep understanding of the industry, from legal requirements to menu planning and layout optimization. Master inventory management and storage techniques to streamline operations. Explore effective strategies for financing, recruiting, training, and fostering a culture of teamwork. Delve into customer relations, marketing policies, and leveraging technology to enhance the dining experience. By the end, you'll possess the tools and expertise to run a safe, clean, and profitable restaurant, poised to thrive in this competitive field. Unlock your potential with the "Restaurant Management Diploma" today. Restaurant Management Diploma In this Restaurant Management Diploma course, you will: Develop comprehensive knowledge of the restaurant industry and its operations. Learn techniques for effective menu planning and drinks management. Understand legal requirements and layout management for restaurant operations. Gain skills in purchasing, receiving, inventory, and storage management. Acquire strategies for financing, recruitment, training, and team management. Explore customer relations, marketing policies, and technology in restaurants. Additional Perks of Buying a Course From Institute of Mental Health Study online - whenever and wherever you want. One-to-one support from a dedicated tutor throughout your course. Certificate immediately upon course completion 100% Money back guarantee Exclusive discounts on your next course purchase from Institute of Mental Health Enrolling in the Restaurant Management course can assist you in getting into your desired career quicker than you ever imagined. So without further ado, start now. Process of Evaluation After studying the Restaurant Management course, your skills and knowledge will be tested with a MCQ exam or assignment. You must get a score of 60% to pass the test and get your certificate.  Certificate of Achievement Upon successfully completing the Restaurant Management course, you will get your CPD accredited digital certificate immediately. And you can also claim the hardcopy certificate completely free of charge. All you have to do is pay a shipping charge of just £3.99. Who Is This Course for? This Restaurant Management is suitable for anyone aspiring to start a career in Restaurant Management; even if you are new to this and have no prior knowledge on Restaurant Management, this course is going to be very easy for you to understand.  And if you are already working in the Restaurant Management field, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level.  Taking this Restaurant Management course is a win-win for you in all aspects.  This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements This Restaurant Management course has no prerequisite.  You don't need any educational qualification or experience to enrol in the Restaurant Management course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online Restaurant Management course. Moreover, this course allows you to learn at your own pace while developing transferable and marketable skills. Course Curriculum Module 01: An Overview of the Restaurant Industry An Overview of the Restaurant Industry 00:20:00 Module 02: Choosing Your Restaurant Choosing Your Restaurant 00:16:00 Module 03: Restaurant Layout Management and Legal Requirements Restaurant Layout Management and Legal Requirements 00:19:00 Module 04: Menu Planning Menu Planning 00:25:00 Module 05: Drinks Management Drinks Management 00:16:00 Module 06: Purchasing, Receiving, Inventory, and Storage Purchasing, Receiving, Inventory, and Storage 00:29:00 Module 07: Financing Your Business Financing Your Business 00:25:00 Module 08: Finding, Recruiting, and Training Employees Finding, Recruiting, and Training Employees 00:25:00 Module 09: Running a Safe and Clean Restaurant Running a Safe and Clean Restaurant 00:26:00 Module 10: Handling Service Using Technology Handling Service Using Technology 00:23:00 Module 11: Teamwork and Daily Routine of a Restaurant Teamwork and Daily Routine of a Restaurant 00:22:00 Module 12: Customer Relations and Marketing Policy Customer Relations and Marketing Policy 00:26:00

Restaurant Management
Delivered Online On Demand4 hours 32 minutes
£11

Food Hygiene and Safety Training for Catering Management

By St. Paul's College

Our Food Hygiene and Safety Training for Catering Management Bundle Course provides a comprehensive theoretical foundation in food safety principles, equipping you with the knowledge to excel in leadership roles.

Food Hygiene and Safety Training for Catering Management
Delivered Online On Demand29 hours
£53

Cost Control Process and Management Level 3

By Course Cloud

Cost Control Process and Management Level 3 Course Overview Cost Control Process and Management Level 3 provides a thorough, step-by-step understanding of how to monitor, manage, and reduce costs in the food and hospitality industry. Whether you're managing a restaurant, running a kitchen, or simply want to optimise your business processes, this course breaks down everything you need to know — from inventory terms and purchasing controls to recipe costing and menu engineering. This instructor-guided, self-paced course is packed with practical examples and real-world insights that will help you reduce waste, increase profitability, and maintain operational efficiency. With lifetime access to the course materials, you can learn at your own speed and revisit content anytime you need a refresher. Extra Included: Free Accredited Certificate Included Lifetime Access Free Student ID Card Learning Outcome Understand key cost control terms and inventory principles Set up effective PAR levels and re-order points Manage purchasing, receiving, and storing processes efficiently Apply recipe cards, buffet costing, and menu pricing strategies Perform butcher tests, bar checks, and spot recipe testing Monitor slow/non-moving stock and control production Use reports and checklists for daily/monthly food cost tracking Implement menu engineering reports to boost profitability Why Choose This Cost Control Process and Management Level 3 Course? This course has been designed to provide you with job-ready skills that are directly applicable in real-world cost control environments. You’ll gain both the theoretical understanding and the hands-on techniques needed to streamline operations and cut unnecessary costs. All content is accessible online and supported by expert guidance. Whether you're aiming to enhance your current role or preparing for a new career path, this course will help you stand out in the food & beverage industry. Who is this Cost Control Process and Management Level 3 Course for? This course is ideal for individuals looking to strengthen their expertise in the subject area, whether you're a complete beginner aiming to build foundational knowledge, a professional seeking to enhance your current role, or a business owner wanting to manage specific operations in-house. It's also beneficial for career changers exploring new opportunities, or anyone eager to gain practical, industry-relevant skills to boost their employability. Entry Requirements There are no formal requirements to enrol in this course. A basic understanding of food service or hospitality operations will be helpful but not essential. Accredited Certification After successfully completing the course, you can get a UK and internationally accepted certificate to share your achievement with potential employers or include it in your CV. For the PDF certificate, you’ll need to pay £9.99. You can get the hard copy for 15.99, which will reach your doorstep by post.

Cost Control Process and Management Level 3
Delivered Online On Demand2 hours 8 minutes
£5.99

HR: Human Resources Management (Employment Law, UK Payroll & Recruitment) Diploma

4.7(47)

By Academy for Health and Fitness

[Updated: February 2024] HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 Diploma (QLS Endorsed) 'A bad reputation makes hiring 10% more expensive.' YOU, an HR professional, are quite uneasy with this. HR or Human Resources Management is the Most experienced professionals in the UK earn up to £55,000 annually, with entry-level occupations starting at £27,000. We are here to assist you in advancing into this fascinating profession, which is waiting for a fresh graduate. The Advanced Diploma in (HR) Human Resources at QLS Level 5 Training Offers the Following Courses: Course 01: (HR) Human Resources at QLS Level 5 Course 02: UK Payroll Administrator Course 03: UK Employment Law Course 04: Workplace Confidentiality This Diploma in (HR) Human Resources at QLS Level 5 course is endorsed by The Quality Licence Scheme & accredited by CPDQS (with 190 CPD points) A thorough introduction to the topic of human resources management will be given in this HR: Human Resources Management (Employment Law & Recruitment). The HR: Human Resources Management (Employment Law & Recruitment) course will explore key HR topics, including employee interactions, performance management, salary and benefits, and recruiting and selection. The HR: Human Resources Management (Employment Law & Recruitment) course will also cover best practices in the industry and give an overview of the legal and regulatory standards that pertain to HR management. Here are a few important skills you will achieve from our HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 course: Apply the fundamentals and techniques of HR management Recruit, Hire and Retain employees Preserve good working relationships and performance Acknowledge the influence of employment legislation on HR management. Discover the fundamentals of benefits and compensation and how to use them Identify the basics of training and development and how to put them into practice Top Reviews of this HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 Course This HR Course has more value than it looks to have. I have been looking for doing a Human Resources course for a long time. Reviewed by Alex I was impressed by the methodology of teaching very clear Reviewed by Delphine Makenga Betu Muya I learned a lot and you can learn in your own time. Reviewed by Safiya Laviniere HR: Human Resources Management (Employment Law & Recruitment) Diploma Course Curriculum of HR: Human Resources Management (Employment Law & Recruitment) Level 5 Module 01: Introduction to Human Resource Module 02: Employee Recruitment and Selection Procedure Module 03: Employee Training and Development Process Module 04: Performance Appraisal Management Module 05: Employee Relations Module 06: Motivation and Counselling Module 07: Ensuring Health and safety at the Workplace Module 08: Employee Termination Module 09: Employer Record and Statistics Module 10: Essential UK Employment Law Assessment Process of HR: Human Resources Management (Employment Law & Recruitment) Diploma You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass the exam and achieve Quality Licence Scheme endorsed certificate. After passing the Diploma in (HR) Human Resources at QLS Level 5 exam, you will be able to request a certificate with additional cost that has been endorsed by the Quality Licence Scheme. CPD 200 CPD hours / points Accredited by CPD Quality Standards Module 01: Introduction to Human Resource 15:40 1: Introduction Video Preview 01:16 2: Introduction to Human Resource Preview 14:24 Module 02: Employee Recruitment and Selection Procedure 23:42 3: Employee Training and Development Process Preview 23:42 Module 03: Employee Training and Development Process 14:27 4: Employee Training and Development Process 14:27 Module 04: Performance Appraisal Management 14:15 5: Performance Appraisal Management 14:15 Module 05: Employee Relations 09:34 6: Employee Relations 09:34 Module 06: Motivation and Counselling 13:31 7: Motivation and Counselling 13:31 Module 07: Ensuring Health and safety at the Workplace 13:28 8: Ensuring Health and safety at the Workplace 13:28 Module 08: Employee Termination 10:45 9: Employee Termination 10:45 Module 09: Employer Record and Statistics 09:00 10: Employer Record and Statistics 09:00 Module 10: Essential UK Employment Law 21:44 11: Essential UK Employment Law 21:44 Assessment (Optional) 02:00 12: Assignment On Diploma in Human Resources at QLS Level 5 02:00 Order Your Certificate 02:00 13: Order Your CPD Certificate 01:00 14: Order Your QLS Endorsed Certificate 01:00 Recommendations! 01:00 15: Take your career to the next level with HF Online! 01:00 Module 11: Recruitment Management: Defining and Knowing the Position 06:28 16: Defining and Knowing the Position 06:28 Module 12: Filtering Applicants to Interview 05:33 17: Filtering Applicants to Interview 05:33 Module 13: Hiring Strategy 04:57 18: Hiring Strategy 04:57 Module 14: Lure in Great Candidates 04:12 19: Lure in Great Candidates 04:12 Module 15: Making an Offer 04:55 20: Making an Offer 04:55 Module 16: Onboarding 04:55 21: Onboarding 04:55 Module 17: Selection Process (I) 04:59 22: Selection Process (I) 04:59 Module 18: Selection Process (II) 04:36 23: Selection Process (II) 04:36 Module 19: The Interview (I) 04:55 24: The Interview (I) 04:55 Module 20: The Interview (II) 04:10 25: The Interview (II) 04:10 Free Course No 01: UK Payroll Administrator 4:12:44 26: Module 01_ Payroll System in the UK 31:29 27: Module 02_ Payroll Basics 09:47 28: Module 03_ Company Settings 07:39 29: Module 04_ Legislation Settings 07:09 30: Module 05_ Pension Scheme Basics 05:37 31: Module 06_ Pay Elements 13:59 32: Module 07_ The Processing Date 07:06 33: Module 08_ Adding Existing Employees 08:06 34: Module 09_ Adding New Employees 12:12 35: Module 10_ Payroll Processing Basics 11:20 36: Module 11_ Entering Payments 11:31 37: Module 12_ Pre-Update Reports 08:42 38: Module 13_ Updating Records 08:43 39: Module 14_ e-Submissions Basics 08:43 40: Module 15_ Process Payroll (November) 15:46 41: Module 16_ Employee Records and Reports 13:15 42: Module 17_ Editing Employee Records 06:58 43: Module 18_ Process Payroll (December) 12:17 44: Module 19_ Resetting Payments 05:08 45: Module 20_ Quick SSP 09:37 46: Module 21_ An Employee Leaves 13:15 47: Module 22_ Final Payroll Run 07:15 48: Module 23_ Reports and Historical Data 08:16 49: Module 24_ Year-End Procedures 08:54 Free Course No 02: UK Employment Law 3:23:09 50: Module 01: Basic of Employment Law 16:17 51: Module 02: Legal Recruitment Process 26:44 52: Module 03: Employment Contracts 14:06 53: Module 04: Employee Handbook 13:03 54: Module 05: Disciplinary Procedure 13:55 55: Module 06: National Minimum Wage & National Living Wage 21:57 56: Module 07: Parental Right, Sick Pay & Pension Scheme 31:13 57: Module 08: Discrimination in the Workplace 27:43 58: Module 09: Health & Safety at Work 10:21 59: Module 10: Dismissal, Grievances and Employment Tribunals 20:51 60: Module 11: Workplace Monitoring & Data Protection 06:59 Free Course No 03: Workplace Confidentiality 37:08 61: Module 01 Introduction to workplace confidentiality 03:18 62: Module 02 Business Etiquettes and Types of Confidentiality 08:01 63: Module 03 The Importance of Confidentiality 03:46 64: Module 04 Confidentiality with Co-workers 05:45 65: Module 05 Preventing Confidentiality Breach 06:08 66: Module 06 How Employers Can Protect Confidential Information 10:10 Who is this course for? HR: Human Resources Management (Employment Law & Recruitment) Diploma This HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 course is suitable for the following: HR Manager HR Advisor HR Officer Recruitment Manager Talent Acquisition Specialist Employee Relations Advisor Learning and Development Manager Compensation and Benefits Specialist HR Business Partner Diversity and Inclusion Manager Organizational Development Manager HR Operations Manager HR Shared Services Manager HR Business Analyst You should enrol in this Recruitment course if you want to enrol in further: Level 2 Certificate in Recruitment Resourcing Level 3 Certificate in Principles of Recruitment Practice (RQF) CIPD HR practice HR and Marketing CIPD HR practice Human Resources Management Level 3 Certificate in Principles of Human Resource (HR) Practice (RQF) NCFE Level 3 Diploma in Skills for Business: Human Resources Certified Employee Performance Management Professional OTHM Level 3 Foundation Diploma in Employability and Workplace Skills CIPD HR practice NCFE Level 3 Diploma in Skills for Business: Human Resources Level 3 Certificate in Principles of Human Resource (HR) Practice (RQF) Level 4 Diploma in Human Resource Management Level 7 Diploma in Human Resource Management Level 2 Certificate in Recruitment Resourcing CIPD Level 3 Foundation Certificate in People Practice CIPD Level 5 Associate Diploma in People Management CIPD Level 7 Advanced Diploma in Strategic People Management Requirements HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 No formal qualification is required for this HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 course. Career path HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 Completing this HR Management: Human Resources Management (Employment Law & Recruitment) Level 5 course can lead to a variety of career opportunities in the HR field, such as: Human Resources Officer Human Resources Manager Human Resources Adviser Talent Acquisition Specialist Employee Relations Manager Head of HR Certificates Certificate Accredited by CPDQS Digital certificate - Included Diploma in (HR) Human Resources at QLS Level 5 Hard copy certificate - £119 Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in (HR) Human Resources at QLS Level 5, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 119 GBP inside the UK 129 GBP (including postal fees) for International Delivery Certificate Accredited by CPDQS Upon finishing the (HR) Human Resources course, you need to order to receive aCertificate Accredited by CPDQSthat is accepted all over the UK and also internationally. The pricing schemes are: 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (International Delivery)

HR: Human Resources Management (Employment Law, UK Payroll & Recruitment) Diploma
Delivered Online On Demand11 hours 36 minutes
£12

Medical Assistant Diploma

5.0(1)

By Course Gate

Gain essential skills in medical office management with the Medical Assistant Diploma. Learn medical terminology, record-keeping, confidentiality, and more. Perfect for aspiring medical assistants and healthcare professionals. Start your career today!

Medical Assistant Diploma
Delivered Online On Demand3 hours 21 minutes
£11.99