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

4619 Operations courses in Barnsley 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

CompTIA Network+ Certification

4.8(9)

By Skill Up

Grab the opportunities of the networking world with the Best CompTIA Network+ Certification. Learn Networking Fundamentals, Network Devices, Network Security.

CompTIA Network+ Certification
Delivered Online On Demand16 hours 59 minutes
£13.59

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

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

NECA: Nutanix Enterprise Cloud Administration

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Administrators, architects, and business leaders who manage Nutanix clusters in the datacenter Managers and technical staff seeking information to drive purchase decisions Anyone who is seeking the Nutanix Certified Professional - Multicloud Infrastructure (NCP-MCI) certification Overview During this program, attendees will: Develop a working knowledge of the Nutanix product family. Understand the requirements and considerations involved in setting up a Nutanix cluster. Familiarize themselves with cluster management and monitoring via the Prism web console. Learn how to create, manage, and migrate VMs, set up data protection services, and plan for business continuity. Understand how to plan and handle upgrades, assess future requirements, and create what-if scenarios to adress scaling for business needs. The Nutanix Enterprise Cloud Administration (ECA) course enables administrators (system, network, and storage) to successfully configure and manage Nutanix in the datacenter. The course covers many of the tasks Nutanix administrators perform through the use of graphical user interfaces (GUIs) and command line interfaces (CLIs). It also provides insight into a Nutanix cluster?s failover and self-healing capabilities, offers tips for solving common problems, and provides guidelines for collecting information when interacting with Nutanix Support Introduction The section describes the Nutanix HCI solution, walks you through the components of the Nutanix Enterprise Cloud, and explains the relationship between physical and logical cluster components. Managing the Nutanix Cluster In this section, you will use the Prism console to monitor a cluster, configure a cluster using various interfaces, use the REST API Explorer to manage the cluster, and learn how to deploy Nutanix-specific PowerShell cmdlets. Securing the Nutanix Cluster This section shows how to secure a Nutanix cluster through user authentication, SSL certificate installation, and cluster access control. Acropolils Networking This section explains how to configure managed and unmanaged Acropolis networks and describes the use of Open vSwitch (OVS) in Acropolis. You will learn how to display and manage network details, differentiate between supported OVS bond modes, and gain insight into default network configuration. VM Management This section shows you how to upload images, and how to create and manage virtual machines. Health Monitoring and Alerts In this section, you will use the Health Dashboard to monitor a cluster?s health and performance. You will also use Analysis Dashboard to create charts that you can export with detailed information on a variety of components and metrics. Distributed Storage Fabric This section discusses creating and configuring storage containers, including the storage optimization features: deduplication, compression, and erasure coding. AHV Workload Migration Using Nutanix Move, this section shows how to migrate workloads to a cluster running AHV. This is followed by a lab where a VM running on a Nutanix cluster configured with ESXi is migrated to a Nutanix cluster running AHV. File and Volumes This section gives you detailed information on Nutanix Volumes, which provides highly available, high-performance block storage through a few easy configuration steps. It also discusses Nutanix Files. Understanding Infrastructure Resiliency This section shows how Nutanix provides comprehensive data protection at all levels of the virtual datacenter: logical and physical. Data Protection Data can be replicated between Nutanix clusters, synchronously and asynchronously. This section shows how to configure a Protection Domain (PD) and Remote Sites, recover a VM from a PD, and perform a planned failover of a PD. Prism Central Having discussed and used Prism Element earlier, this section looks at the capabilities of Prism Central. With the added functionality provided by a Pro license, the focus is on features related to monitoring and managing multiple activities across a set of clusters. Monitoring the Nutanix Cluster This section shows you where to locate and how to interpret cluster-related log files. In addition, you will take a closer look at the Nutanix Support Portal and online help. Cluster Management and Expansion This section outlines essential life-cycle operations, including starting/stopping a Nutanix cluster, as well as starting/shutting down a node. You will also learn how to expand a cluster, manage licenses, and upgrade the cluster?s software and firmware. Remote Office Branch Office (ROBO) Deployments In this section, you will understand various configurations and requirements specific to a ROBO site. This includes hardware/software, Witness VM, networking, failure and recovery scenarios for two-node clusters, and the seeding process. Additional course details: Nexus Humans NECA: Nutanix Enterprise Cloud Administration 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 NECA: Nutanix Enterprise Cloud Administration 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.

NECA: Nutanix Enterprise Cloud Administration
Delivered OnlineFlexible Dates
Price on Enquiry

Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 1

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for those with a basic understanding of Microsoft Windows and who need to learn foundational Word skills, such as creating, editing, and formatting documents; inserting simple tables and creating lists; and employing a variety of techniques for improving the appearance and accuracy of document content. Overview In this course, you will learn fundamental Word skills. You will: Navigate and perform common tasks in Word, such as opening, viewing, editing, saving, and printing documents, and configuring the application. Format text and paragraphs. Perform repetitive operations efficiently using tools such as Find and Replace, Format Painter, and Styles. Enhance lists by sorting, renumbering, and customizing list styles. Create and format tables. Insert graphic objects into a document, including symbols, special characters, illustrations, pictures, and clip art. Format the overall appearance of a page through page borders and colors, watermarks, headers and footers, and page layout. Use Word features to help identify and correct problems with spelling, grammar, readability, and accessibility. These days, most people take electronic word processing for granted. While we may still write out our grocery lists with pen and paper, we expect to use a computer to create the majority of our documents. It's impossible to avoid word-processing software in many areas of the business world. Managers, lawyers, clerks, reporters, and editors rely on this software to do their jobs. Whether you are an executive secretary or a website designer, you'll need to know the ins and outs of electronic word processing.Microsoft© Word is designed to help you move smoothly through the task of creating professional-looking documents. Its rich features and powerful tools can make your work easy, and even fun. In this course, you'll learn how to use Word on the desktop to create and edit simple documents; format documents; add tables and lists; add design elements andlayout options; and proof documents.Note: Most Office users perform the majority of their daily tasks using the desktop version of the Office software, so that is the focus of this training. The course material will alsoenable you to access and effectively utilize many web-based resources provided with your Microsoft 365 subscription. This includes brief coverage of key skills for using Word for theWeb and OneDrive. Helpful notes throughout the material alert you to cases where the online version of the application may function differently from the primary, desktop version.This course may be a useful component in your preparation for the Microsoft Word (Microsoft 365 Apps and Office 2019): Exam MO-100 and Microsoft Word Expert (Microsoft 365 Apps and Office 2019): Exam MO-101 certification exams. Lesson 1: Getting Started with Word Topic A: Navigate in Microsoft Word Topic B: Create and Save Word Documents Topic C: Edit Documents Topic D: Work with Word for the Web Lesson 2: Formatting Text and Paragraphs Topic A: Apply Character Formatting Topic B: Control Paragraph Layout Topic C: Align Text Using Tabs Topic D: Display Text in Bulleted or Numbered Lists Topic E: Apply Borders and Shading Lesson 3: Working More Efficiently Topic A: Make Repetitive Edits Topic B: Apply Repetitive Formatting Topic C: Use Styles to Streamline Repetitive Formatting Tasks Topic D: Customize the Word Environment Lesson 4: Managing Lists Topic A: Sort a List Topic B: Format a List Lesson 5: Adding Tables Topic A: Insert a Table Topic B: Modify a Table Topic C: Format a Table Topic D: Convert Text to a Table Lesson 6: Inserting Graphic Objects Topic A: Insert Symbols and Special Characters Topic B: Add Images to a Document Lesson 7: Controlling Page Appearance Topic A: Apply a Page Border and Color Topic B: Add Headers and Footers Topic C: Control Page Layout Topic D: Add a Waterm Lesson 8: Preparing to Publish a Document Topic A: Check Spelling, Grammar, and Readability Topic B: Preview and Print Documents Topic C: Use Research Tools Topic D: Check Accessibility Topic E: Dictate Text in a Document Topic F: Save a Document to Other Form Additional course details: Nexus Humans Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 1 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 Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 1 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.

Microsoft Word for Office 365 (Desktop or Online) (v1.1) Part 1
Delivered OnlineFlexible Dates
Price on Enquiry

Management Skills Training Mini Bundle

By Compete High

The Management Skills Training Mini Bundle is built for those who manage people, deadlines, or both—often at the same time. With focused lessons in Team Leader, Problem Solving, Stress Management, GDPR, and Communication Skills, this bundle helps bring order to workplace chaos (without needing a panic button). It’s ideal for supervisors, coordinators, or anyone who’s ever had to write a polite email while fuming inside. Tidy up your workflow, avoid GDPR headaches, and keep your cool—all while learning at your own pace. The Management Skills Training Mini Bundle is designed for clarity, not complexity. Learning Outcomes: Manage teams and delegate responsibilities with better clarity. Handle stressful situations with calm, collected responses. Improve workplace communication through active listening techniques. Solve internal challenges using structured thinking approaches. Apply GDPR principles in everyday digital communication. Strengthen leadership confidence through knowledge, not guesswork. Who is this Course For: Managers dealing with team challenges and responsibilities. Coordinators aiming for better stress and people management. Professionals working with GDPR-related documents or data. Team leads looking for a communication refresh. Staff in charge of decision-making and staff feedback. Office supervisors balancing tasks, emails, and phone calls. Anyone expected to “sort it out” at work. Individuals new to managing or leading small teams. Career Path: Team Leader – £28,500/year Office Manager – £31,000/year People Operations Coordinator – £30,000/year Project Support Officer – £27,000/year Compliance Administrator – £29,500/year Internal Communications Officer – £28,000/year

Management Skills Training Mini Bundle
Delivered Online On Demand11 hours
£19.99