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

3404 Office Skills & Productivity courses in Cardiff delivered Online

Office365 Teams, SharePoint and One Drive

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for business users and knowledge workers in a variety of roles and fields who have competence in a desktop-based Microsoft Office productivity suite, and who are now extending Microsoft Office to a collaborative cloud-based Office 365 environment. Overview In this course, you will build upon your knowledge of the Microsoft Office desktop application suite to work productively in the cloud-based Microsoft Office 365 environment. You will: Sign in, navigate, and identify components of the Office 365 environment. Create, edit, and share documents with team members using the Office Online apps, SharePoint, OneDrive for Business, and Teams Collaborate using Teams. Configure Teams. This course introduces several productivity apps including SharePoint, OneDrive and Teams that can be used in combination by teams for communication and collaboration. Outline for Teams About What is Microsoft Teams? Overview How to Access Microsoft Teams Etiquette for using teams Integration Capabilities SharePoint OneDrive Interface Storage ? OneDrive & SharePoint Permissions & Access Owner, Member & Guest Communication and Collaboration Team Conversations Private conversations Mentions Inviting people Search Settings and Customization Use the search tool to find specific messages, files or people Working with Files Create new files Upload files Attaching or sharing Files Edit and Collaborate on files Open files in SharePoint OneDrive for personal files Administration (Champions) Add members to a Team Access administrator settings Meetings and calls Initiate a meeting on demand Schedule a meeting and invite attendees Meetings and Outlook Introduction to SharePoint What is SharePoint Understanding your permissions Logging into SharePoint Working with SharePoint sites Working with SharePoint sites Navigate, browse and search in a site Follow a site Working with documents Navigate a library Open and edit a document Upload or create a document in a library Share a file Set alerts for files Use checkout and check-in Team collaboration Versioning Getting Started (OneDrive Outline) Sign in, access and navigate Working with files and folders Upload files Organize files and folders Rename. Copy and download files Delete and recover files Search Use OneDrive with Office Save an office file online to OneDrive Use OneDrive with desktop office Versioning Share files Co-authoring

Office365 Teams, SharePoint and One Drive
Delivered OnlineFlexible Dates
Price on Enquiry

Automating Image Creation with HashiCorp Packer for DevOps

By Packt

This is a comprehensive course for using HashiCorp Packer in your organization. The course teaches you about using HCL2 to create your Packer templates, the new standard moving forward. Explore the core HashiCorp Packer components and access hands-on labs you can perform in your environment.

Automating Image Creation with HashiCorp Packer for DevOps
Delivered Online On Demand7 hours 11 minutes
£82.99

SCM230 SAP Supply Network Planning (APO-SNP)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for project team members and other key users (persons from special departments) responsible for creating and optimizing a cross location supply plan including production, procurement and distribution plans. In this course, students gain an understanding of how to create cross-location production plans, distribution resource plans, and procurement plans taking into account work center capacities, supplier capacities, and transportation capacities in SAP APO. Course Outline Overview of Supply Chain Planning in SAP SCM (APO), Integration with Demand Planning (DP) and Production Planning (PP/DS) Overview of exchanging master and transaction data with SAP ECC Master data for supply network planning, interchangeability and shelf live Configuring Supply Network Planning and interactive planning using planning books and macros Introduction to the Planner Home Page (EhP 3) Collaborative Supply Planning (supplier and manufacturer exchange data over the Internet) Integrated exception management in the alert monitor Discussions about the different planning methods: Heuristic including capacity leveling, optimization, capable-to-match, and VMI. Standard and advanced Cross-location safety stock planning Deployment: Implementing stock transport requisitions into manageable stock transport orders. Calculating and optimizing short-term replenishment plans for distribution centers and customers Transport Load Builder (TLB): Grouping stock transfers by threshold values for volumes, weight and pallets. Additional course details: Nexus Humans SCM230 SAP Supply Network Planning (APO-SNP) 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 SCM230 SAP Supply Network Planning (APO-SNP) 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.

SCM230 SAP Supply Network Planning (APO-SNP)
Delivered OnlineFlexible Dates
Price on Enquiry

Python 3 Essentials

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for Experienced Programmers and Systems Administrators. Overview Throughout the course students will be led through a series of progressively advanced topics, where each topic consists of lecture, group discussion, comprehensive hands-on lab exercises, and lab review. This course is ?skills-centric?, designed to train attendees in core Python and web development skills beyond an intermediate level, coupling the most current, effective techniques with best practices. Working within in an engaging, hands-on learning environment, guided by our expert Python practitioner, students will learn to: ? Create working Python scripts following best practices ? Use python data types appropriately ? Read and write files with both text and binary data ? Search and replace text with regular expressions ? Get familiar with the standard library and its work-saving modules ? Use lesser-known but powerful Python data types ? Create 'real-world', professional Python applications ? Work with dates, times, and calendars ? Know when to use collections such as lists, dictionaries, and sets ? Understand Pythonic features such as comprehensions and iterators ? Write robust code using exception handling An introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features. An Overview of Python What is python? 1 -- An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Built-in functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Sequences About sequences Lists and list methods Tuples Indexing and slicing Iterating through a sequence Sequence functions, keywords, and operators List comprehensions Generator Expressions Nested sequences Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings The standard library The sys module Launching external programs Math functions Random numbers The string module Reading CSV data Dates and times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the file system Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations 17 ? Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Advanced data handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network services Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Parsing command-line options Detecting the current platform Trapping signals Implementing logging Python Timeline Advantages/Disadvantages of Python Getting help with pydoc

Python 3 Essentials
Delivered OnlineFlexible Dates
Price on Enquiry

Mastering Python Programming (TTPS4820)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This introductory-level Python course is geared for experienced users who want to use Python in web development projects, or system administrators and web site administrators who want to use Python to support their server installations, as well as anyone else who wants to automate or simplify common tasks with the use of Python scripts. Basic familiarity with any programming or scripting language would be helpful, along with a working, user-level knowledge of Unix/Linux, Mac, or Windows. Overview This course is approximately 50% hands-on, combining expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Throughout the hands-on course students, will learn to write essential Python scripts using the most current and efficient skills and techniques. Working in a hands-on learning environment, guided by our expert team, attendees will learn to: Create working Python scripts following best practices Use python data types appropriately Read and write files with both text and binary data Search and replace text with regular expressions Get familiar with the standard library and its work-saving modules Use lesser known but powerful Python data types Create 'real-world', professional Python applications Work with dates, times, and calendars Know when to use collections such as lists, dictionaries, and sets Understand Pythonic features such as comprehensions and iterators Write robust code using exception handling Mastering Python Programming is an introductory and beyond-level practical, hands-on Python training course that leads the student from the basics of writing and running Python scripts to more advanced features such as file operations, regular expressions, working with binary data, and using the extensive functionality of Python modules. Extra emphasis is placed on features unique to Python, such as tuples, array slices, and output formatting. This comprehensive, practical course provides an in-depth exploration of working with the programming language, not an academic overview of syntax and grammar. Students will immediately be able to use Python to complete tasks in the real world. An overview of Python What is python? Python Timeline Advantages/Disadvantages of Python Getting help with pydoc The Python Environment Starting Python Using the interpreter Running a Python script Python scripts on Unix/Windows Editors and IDEs Getting Started Using variables Builtin functions Strings Numbers Converting among types Writing to the screen Command line parameters Flow Control About flow control White space Conditional expressions Relational and Boolean operators While loops Alternate loop exits Array types About array types (AKA sequences) Lists and list methods Tuples Indexing and slicing Iterating through a sequence Nested sequences Sequence functions, keywords, and operators List comprehensions Generator Expressions Working with files File overview Opening a text file Reading a text file Writing to a text file Reading and writing raw (binary) data Converting binary data with struct Dictionaries and Sets About dictionaries Creating dictionaries Iterating through a dictionary About sets Creating sets Working with sets Functions Defining functions Parameters Global and local scope Nested functions Returning values Sorting The sorted() function Alternate keys Lambda functions Sorting collections Using operator.itemgetter() Reverse sorting Errors and Exception Handling Syntax errors Exceptions Using try/catch/else/finally Handling multiple exceptions Ignoring exceptions Modules and Packages The import statement Module search path Creating Modules Using packages Function and Module aliases An Introduction to Python Classes About o-o programming Defining classes Constructors Methods Instance data Properties Class methods and data Regular Expressions RE syntax overview RE Objects Searching and matching Compilation flags Groups and special groups Replacing text Splitting strings Using the Standard Library The sys module Launching external programs Math functions Random numbers Reading CSV data Dates and Times Working with dates and times Translating timestamps Parsing dates from text Formatting dates Calendar data Working with the File System Paths, directories, and filenames Checking for existence Permissions and other file attributes Walking directory trees Creating filters with fileinput Using shutil for file operations Advanced Data Handling Defaultdict and Counter Prettyprinting data structures Compressed archives (zip, gzip, tar, etc.) Persistent data Network Programming Using requests Grabbing web content Sending email Using SSH for remote access Using FTP Writing real-life applications Reading input files a la Unix Parsing command-line options Detecting the current platform Implementing logging Additional course details: Nexus Humans Mastering Python Programming (TTPS4820) 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 Mastering Python Programming (TTPS4820) 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.

Mastering Python Programming (TTPS4820)
Delivered OnlineFlexible Dates
Price on Enquiry

Diploma in Microsoft Azure 2017

4.3(43)

By John Academy

Description: Microsoft Azure is a cloud computing service formerly known as Windows Azure. This cloud computing service is a big part of Microsoft's business, and it competes with similar services from Amazon and Google. With this diploma in Microsoft Azure 2017 course, get a chance to learn about the fundamentals of working in a Microsoft Azure environment to help improve your business. This course will help you get started with Microsoft Azure technologies such as virtual machines, networking, identity, storage and infrastructure. You will get to learn how Microsoft Azure can help you build and manage your business's applications and cloud services and help improve overall business productivity. So why wait? Join this course now! Assessment: At the end of the course, you will be required to sit for an online MCQ test. Your test will be assessed automatically and immediately. You will instantly know whether you have been successful or not. Before sitting for your final exam you will have the opportunity to test your proficiency with a mock exam. Certification: After completing and passing the course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in hard copy at a cost of £39 or in PDF format at a cost of £24. Who is this Course for? Diploma in Microsoft Azure 2017 is certified by CPD Qualifications Standards and CiQ. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic background. Requirements Our Diploma in Microsoft Azure 2017 is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. Career Path After completing this course you will be able to build up accurate knowledge and skills with proper confidence to enrich yourself and brighten up your career in the relevant job market. Microsoft Azure 2017 Hello Azure FREE 00:23:00 Subscriptions 00:16:00 Management Portals 00:33:00 App Service 00:22:00 App Settings 00:12:00 Hosting Plans 00:19:00 Deployments 00:22:00 Monitoring 00:15:00 Application Insights 00:25:00 Debugging Part 00:23:00 Function Apps 00:37:00 DevOps 101 00:12:00 Work Backlog 00:19:00 Code 00:12:00 Build 00:10:00 Release 00:12:00 Testing 00:06:00 Mock Exam Mock Exam- Diploma in Microsoft Azure 2017 00:20:00 Final Exam Final Exam- Diploma in Microsoft Azure 2017 00:20:00 Order Your Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Diploma in Microsoft Azure 2017
Delivered Online On Demand5 hours 58 minutes
£23

Sage 50 Training

4.8(9)

By Skill Up

Feeling overwhelmed by spreadsheets and out of the loop on your business finances? Take a deep breath, because the Sage 50 course is here. From Sage 50 training to knowing the payroll process all in one!

Sage 50 Training
Delivered Online On Demand6 hours 2 minutes
£13.59

Microsoft Access Diploma

4.7(47)

By Academy for Health and Fitness

Harness the unlimited power of Microsoft Access by creating and maintaining your own basic database system, as well as learning how to develop user-friendly programs. Microsoft Access is a well-known and widely used data-management software application. This Microsoft Access course will teach you how to make the most of this versatile and useful programme, so sign Microsoft Access course up today to quickly gain a valuable new skill that will broaden your portfolio and advance your career. After completing this Microsoft Access course, you will have mastered the most commonly used Access tools and will be able to complete any access task with efficiency and grace. So why wait any longer? Enrol now and become a Microsoft Access guru! Upon completion of this Microsoft Access course, you will be able to: Fully understand tables, queries, reports, and forms Make useful database tables and effective reports Build dynamic user data forms Effectively retrieve data using access queries Automate access database tasks with Macros and VBA And more Why Prefer This Microsoft Access Course? Opportunity to earn a certificate accredited by CPDQS. Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and Engaging Content. Free Assessments 24/7 Tutor Support. *** Course Curriculum *** Here is the curriculum breakdown of the Microsoft Access course: Microsoft Access for Beginners Module 01 Orientation to Microsoft Access Create a Simple Access Database Get Help and Configure Options in Microsoft Access Module 02 Modify Table Data Sort and Filter Records Module 03 Create Basic Queries Sort and Filter Data in a Query Perform Calculations in a Query Module 04 Create Basic Access Forms Work with Data on Access Forms Module 05 Create a Report Add Controls to a Report Enhance the Appearance of a Report Prepare a Report for Print Organize Report Information Format Reports Assessment Process Once you have completed all the modules in the Microsoft Access course, you can assess your skills and knowledge with an optional assignment. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Microsoft Access Course is for: Users wishing to advance their understanding of Microsoft Access from beginner to advanced Those who have used Access but want to learn some little-known tips, tricks, and shortcuts in order to become more efficient. This Microsoft Access course is also appropriate for students who have prior experience with Access and want to learn more about it. Entrepreneurs, office workers, teachers, and students interested in database work Requirements You will not need any prior background or expertise to enrol in this Microsoft Access Course. Career path Upon completion of this Microsoft Access course, learners will be able to add their new skills to their CV and take the very first step towards the following careers: Database Administrator: £37,000 Data Analyst: £32,000 Office Manager: £28,000 Administrative Assistant: £22,000 Business Analyst: £40,000 Project Coordinator: £27,000 Certificates CPDQS Accredited Certificate Digital certificate - £10 CPDQS Accredited Certificate Hard copy certificate - £29 If you are an international student, then you have to pay an additional 10 GBP as an international delivery charge.

Microsoft Access Diploma
Delivered Online On Demand3 hours
£12

Functional Skills Maths Level 2 & Functional Skills English Level 2

By Compliance Central

Mastering English and Maths is pivotal in both daily life and professional endeavors. English facilitates effective communication, enabling clear expression of ideas and successful interactions. Maths equips us with problem-solving skills and numerical literacy vital for budgeting, decision-making, and various tasks. Elevate your career prospects with our comprehensive Functional Skills Maths Level 2 & Functional Skills English course. Sharpen practical mathematical abilities, enhance language proficiency, and gain a competitive edge in the job market. Acquire skills employers highly value, boosting your employability and paving the way for personal growth and success. Invest in yourself today and reap the rewards tomorrow. 4 Exclusive Courses with 4 Free CPD Accredited PDF Certificates! Limited Time Offer!! Hurry Up and Enrol Now!!! Course 01: Functional Skills Maths Course 02: Functional Skills English Course 03: Functional Skills IT Course 04: Functional Skills Fitness This Functional Skills course starts with the basics of Functional Skills and gradually progresses towards advanced topics. Therefore, each lesson of this Functional Skills is intuitive and easy to understand. Why would you choose the Functional Skills course: Lifetime access to the Functional Skills course materials Full tutor support is available from Monday to Friday with the Functional Skills course Learn Functional Skills at your own pace from the comfort of your home Gain a complete understanding of the Functional Skills course Accessible, informative learning Functional Skills course modules designed by experts Get 24/7 help or advice from our email and live chat teams with the Functional Skills course Study Functional Skills in your own time through your computer, tablet or mobile devic A 100% learning satisfaction guarantee with your Functional Skills course Curriculum Breakdown of the Functional Skills (Maths, English, IT & Fitness) Level 2 Bundle Take a look at the training modules of the Functional Skills Maths Level 2 Numbers and Negative Numbers Multiples Factors Fractions and Power Percentages Expressions Decimals Ratio and Proportion Exponents and Radicals Graphs The Profit and Loss Perimeter and Area Averages Probability Take a look at the training modules of the Functional Skills English Level 2 Basics of Grammar The Basics of Sentence Structure of Sentence Punctuation & Capitalisation Spelling Take a look at the training modules of the Functional Skills IT How People Use Computers System Hardware Device Ports and Peripherals Data Storage and Sharing Understanding Operating Systems Setting Up and Configuring a PC Setting Up and Configuring a Mobile Device Managing Files Using and Managing Application Software IT Security Threat Mitigation Computer Maintenance and Management IT Troubleshooting Understanding Databases Take a look at the training modules of the Functional Skills Fitness Introduction Introduction To Functional Fitness Training What Is Functional Fitness Benefits Of Functional Fitness Benefits Of Functional Fitness Functional Fitness & Other Exercises Common Mistakes With Functional Fitness Functional Fitness Training Areas Functional Fitness & Power Functional Fitness & Strength Functional Fitness & Range Of Motion Functional Fitness & Balance & Endurance Conclusion to Functional Fitness Training Conclusion CPD 40 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Functional Skills course. Requirements To enrol in this Functional Skills course, all you need is a basic understanding of the English Language and an internet connection. Career path The Functional Skills (Maths, English, IT & Fitness) Level 2 bundle will enhance your knowledge and improve your confidence in exploring opportunities in various sectors related to Functional Skills (Maths, English, IT & Fitness) Level 2 are following- Teacher of Mathematics Teacher of English Teacher of IT Mathematics/ English/ IT Lecturer SEND Maths/ English/ IT Teacher Functional Skills Tutor Certificates CDP Accerdited PDF Certificate Digital certificate - Included 4 CPD Accredited PDF Certificates for Free CPD Accredited Hardcopy Certificate Hard copy certificate - £9.99 Delivery Charge Inside the UK: Free Outside the UK: £9.99 for each.

Functional Skills Maths Level 2 & Functional Skills English Level 2
Delivered Online On Demand20 hours
£21

Restaurant, Hospitality & Catering Management for Restaurant Manager - 8 Courses Bundle

By NextGen Learning

Imagine yourself as a master of the dining realm, orchestrating seamless experiences and delighting guests at every turn. Elevate your skills with our comprehensive "Restaurant, Hospitality & Catering Management for Restaurant Manager" bundle. Unleash your potential through Restaurant Management insights, crafting unforgettable guest journeys. Dive into the art of profit optimization, harnessing data to set menu prices that boost your bottom line. Delve into eight immersive CPD Accredited courses, each a standalone course: Course 01: Restaurant Management Course 02: How to Analyse & Maximize Restaurant Profits Course 03: Set Menu Prices for your restaurant using data Course 04: Hospitality Management Level 2 Course 05: Catering Management Course 06: Level 1 Food Hygiene and Safety Course 07: Professional Waiter Diploma Course 08: Receptionist Skills Experience the synergy of "Restaurant, Hospitality & Catering Management for Restaurant Manager" and unlock a world where every aspect resonates with success. Embark now on a journey curated to perfection, where your mastery shines. Learning Outcomes Boost earnings through cost analysis, data-based pricing, and strategic management. Craft exceptional guest experiences, driving loyalty and referrals. Able to Plan, execute, and manage successful catering events for client satisfaction. Ensure a safe and clean food service environment with Level 1 Hygiene. Enhance dining with skilled waitstaff, anticipating needs and exceeding expectations. Master communication and organisation as the welcoming face of the establishment. With our Restaurant, Hospitality & Catering Management for Restaurant Manager bundle, you'll gain a comprehensive skill set, a deeper understanding of the industry, and the confidence to lead your team to success. Delve into profit optimization with our first course of the Restaurant, Hospitality & Catering Management for Restaurant Manager bundle, where you'll learn to dissect restaurant operations, strategically manage costs, and set menu prices that strike the perfect balance between value and profitability. Elevate your service game with the Professional Waiter Diploma, mastering the art of guest interactions and anticipation and creating memorable dining experiences that will keep patrons returning for more. Venture into the world of hospitality with our comprehensive Hospitality Management Level 2 course of this unique Restaurant, Hospitality & Catering Management for Restaurant Manager bundle. Uncover the secrets of crafting exceptional guest experiences, fostering customer loyalty, and ensuring that every visit to your establishment is unforgettable. Meanwhile, our Catering Management course equips you with the skills to orchestrate flawless catering events. Safety takes centre stage with the Level 1 Food Hygiene and Safety certification, ensuring that your establishment maintains the highest cleanliness and food safety standards. And as the face of your establishment, the Receptionist Skills course provides that you leave an indelible positive impression on every guest. This Restaurant, Hospitality & Catering Management for Restaurant Manager bundle promises to transform you into that visionary, armed with a versatile skill set that can navigate any challenge and seize every opportunity. CPD 80 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Aspiring Restaurant Managers Hospitality Enthusiasts Catering Professionals Food Industry Entrepreneurs Service-Oriented Individuals Career Changers Career path Restaurant Manager (£30K - £40K) Hospitality Manager (£25K - £35K) Catering Manager (£28K - £38K) Food Service Director (£35K - £45K) Guest Relations Manager (£25K - £35K) Front-of-House Manager (£22K - £32K) Certificates CPD Certificate Of Completion Digital certificate - Included 8 Digital Certificates Are Included With This Bundle CPD Quality Standard Hardcopy Certificate (FREE UK Delivery) Hard copy certificate - £9.99 Hardcopy Transcript - £9.99

Restaurant, Hospitality & Catering Management for Restaurant Manager - 8 Courses Bundle
Delivered Online On Demand35 hours
£39