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

37909 Courses in Cardiff delivered Online

Skilled Worker Training Course

By Immigration Advice Service

Learn how to employ a migrant under the Skilled Worker Route from obtaining a Certificate of Sponsorship to Visa being granted. View our Skilled Worker training course dates below, available remotely via Microsoft Teams. Skilled Worker Training Course – Learn how to employ a migrant under the Skilled Worker Route from COS to Visa being granted   This half-day training workshop provides valuable insights on how to employ a migrant under the Skilled Worker route, from obtaining a Certificate of Sponsorship, to be granted a Skilled Worker Visa. During this workshop, you will receive training on various aspects of the Skilled Worker recruitment process, ensuring you have a thorough understanding of the procedures involved. Key topics covered include applying for Undefined COS, applying for Defined COS, assigning the COS, and navigating the application process for Prospective Employees Visa, both in-country and out-country applications.   Course joining links, materials and instructions are sent out 24hours before the course starts. Why choose IAS' Immigration Training Courses? Immigration Advice Service has been providing professional immigration services for over 10 years in the public, private and corporate sectors. Our Skilled Worker training course will give you all the knowledge you need about how to employ migrants under the Skilled Worker route, including how to obtain Certificates of Sponsorship. This an opportunity not to be missed by HR Advisors, Business Directors and immigration/legal professionals.   How is this course structured? The “Skilled Worker – How to employ a migrant under the Skilled Worker Route from COS to Visa being granted ” half-day training workshop will involve training in all aspects of the Skilled Worker recruitment process including: Applying for Undefined COS Applying for Defined COS Assigning the COS Applying for Prospective Employees Visa – in country and out country Application Applying for the dependants of Prospective Employees Visa Join over 92% of satisfied customers who found their training with IAS useful and beneficial to their role. You will also be provided with training material to keep after completing the course.

Skilled Worker Training Course
Delivered OnlineFlexible Dates
£150

AutoCAD Training Courses Evening

By London Design Training Courses

Learn AutoCAD Evening Training Course. Clickhere for info This Autodesk AutoCAD 2D Introduction Evening Course is ideal for students who are completely new to the software and for those looking to produce advanced 2D plans, elevations and sections, as well as understanding all key tools in AutoCAD 2D. Call 02077202581 or WhatsApp 07970325184. Duration: 10 hrs. Method: 1-on-1, Personalized attention Schedule: Tailor your own slots, available from Mon to Sat between 9 am and 7 pm. Flexible Evening Sessions: Learn at your pace with evening classes. Comprehensive Skill Development: Master 2D Plans, Sections and Elevations. Industry-Standard Knowledge: Gain proficiency sought by employers. Practical Application: Apply skills to real-world design scenarios. Recorded Lessons for Review: Revisit course material anytime. Lifetime Email Support: Get ongoing assistance even after course completion. Course Duration: 10 hours Course Overview: AutoCAD 2D Training Course Designed for beginners, this course teaches the fundamentals of AutoCAD 2D software. Participants will learn essential tools and features to create, edit, and annotate 2D drawings. By course completion, students will confidently produce their own 2D drawings using AutoCAD. Introduction to AutoCAD 2D Overview of AutoCAD 2D software Understanding the user interface Navigating the drawing area Setting up drawing units and limits Creating basic shapes and lines Drawing Tools Utilizing Line, Circle, and Arc tools Implementing Polyline and Spline tools Adding dimensions and annotations Understanding layers and object properties Creating and inserting blocks into drawings Editing Tools Using Erase, Move, and Copy tools Implementing Rotate and Scale tools Understanding grips and grip editing Utilizing Trim and Extend tools Exploring fillets and chamfers Advanced Drawing Tools Utilizing Offset and Mirror tools Implementing Array and Divide tools Understanding hatching and gradient fills Adding text and multiline text Incorporating tables and fields into drawings Final Project Completing a final project using all learned tools and features Instructor-guided process to create a personal 2D drawing with AutoCAD Q&A and review of course material Assessment: Submission of the final project Active participation in class exercises and discussions Requirements: AutoCAD 2D software installed on the student's computer Basic computer skills and familiarity with the Windows operating system A laptop or desktop computer with a minimum of 4GB RAM and a 64-bit operating system.

AutoCAD Training Courses Evening
Delivered in London or OnlineFlexible Dates
£290

Definitive Apache for Engineers

5.0(3)

By Systems & Network Training

Apache training course description A hands on training course covering installation, configuration and management of the Apache web server. What will you learn Install Apache. Configure Apache. Manage Apache. Build static and dynamic web sites with Apache. Secure Apache. Apache training course details Who will benefit: Technical staff working with Apache. Prerequisites: TCP/IP foundation for engineers. UNIX fundamentals Duration 3 days Apache training course contents Installing Apache What is Apache? Apache versions, history, downloading Apache, source distribution, compilation, binary distribution, installation, platform considerations. Hands on Downloading and installing Apache. Controlling the Apache server Running Apache, automatic Apache start, starting, stopping, restarting Apache. Checking Apache status. Hands on Server control. Configuration Serving webpages, setting the document root, applying configuration changes, Configuration files, httpd.conf, syntax, directives, modules, utilities, turning features on/off. Hands on basic Apache configuration. More configuration MIME, URL mapping, content negotiation, indexing, performance tuning. Logging log file content, configuration, log file locations, error logging, browser errors, error page configuration, forbidden index pages. Hands on Log files. Security File permissions, .htaccess, protecting files with passwords, password files, authentication, restricting access by IP address. Secure HTTP HTTPS, installing mod_ssl, certificates, configuring mod_ssl, http and https coexistence Virtual hosts Multiple sites on one server, separate configuration files, IP based, name based, port based, virtual host names, enabling, defining, configuring, aliases, testing, https virtual hosts. Hands on Virtual hosts. Dynamic sites Dynamic sites, CGI, PHP, PERL, CGI programs, example CGI scripts, Apache and CGI, CGI parameters, CGI issues, PHP, mod_php, Perl and Apache, mod_perl, installing mod_perl. Hands on CGI, PHP and Perl with Apache. Modules What are modules, standard modules, loading modules, mod_speling, mod_rewrite, other special purpose modules, URL rewriting, redirection, URL transformation, browser dependent pages. Hands on Working with modules.

Definitive Apache for Engineers
Delivered in Internationally or OnlineFlexible Dates
£2,367

Database fundamentals

5.0(3)

By Systems & Network Training

Database fundamentals training course description This three-day training course helps you prepare for Microsoft Technology Associate Exam 98-364, and build an understanding of these topics: Core Database Concepts, Creating Database Objects, Manipulating Data, Data Storage, and Administering a Database. What will you learn Describe core database concepts. Create database objects. Manipulate data. Describe data storage. Administer a database. Create a relational database consisting of 3 related tables. Database fundamentals training course details Who will benefit: Those working with databases. Prerequisites: None. Duration 3 days Database fundamentals training course contents Understanding core database concepts Flat-type databases, hierarchical databases, relational databases, database fundamentals, relational database concepts, using the SQL Server Management Studio Interface. Data Manipulation Language (DML), Data Definition Language (DDL), using DDL statements. Creating database objects Defining data types, using built-in data types, using exact numeric data types, using approximate numeric data types. Creating and using tables. Creating views. Creating stored procedures, SQL injections. Manipulating data Using Queries to select data, combining conditions, using the BETWEEN clause, using the NOT clause, using the UNION clause, using the EXCEPT and INTERSECT clauses, using the JOIN clause. Using Queries to insert data, Inserting data. Updating data and databases, Using the UPDATE statement. Deleting data, Using the DELETE statement, truncating a table with TRUNCATE TABLE, deleting a table with DROP TABLE, using referential integrity. Understanding data storage Normalising a database, normalization, first normal form, second normal form, third normal form, fourth normal form, fifth normal form. Primary, foreign and composite keys, clustered and non-clustered indexes, creating a non-clustered table. Administering a Database Securing Databases, server-level security, database-level security, Windows security, SQL authentication, database server roles, granting access to a database, fixed database roles, object permissions, managing roles, ownership chains, reviewing a sample security model. Backing up and restoring databases, recovery models, backup devices.

Database fundamentals
Delivered in Internationally or OnlineFlexible Dates
£2,367

Wing Chun Kung Fu - Master Training Programme

By Wing Chun International Bedford

For all Wing Chun Students whom want to take their Wing Chun Training to another Level Course Curriculum Master Training Programme December 2018 (122:58) January 2019 (108:46) February 2019 (62:05) February 2019 - Day 1 (20:15) February 2019 - Day 2 (41:50) March 2019 (108:45) April 2019 (102:00) May 2019 (68:41) June 2019 (94:58) July 2019 (88:39) August 2019 (61:43) September 2019 (68:17) October 2019 (130:25) November 2019 (125:54) December 2019 (55:38) January 2020 (136:44) February 2020 - Part 1 (65:23) February 2020 - Part 2 (39:17) July 2020 (82:43) August 2020 (83:39) Bonus - Tibor (Private recordings from his private lessons & Seminars) (38:03) SNT - (May 2020) (92:36) Chum Kiu - (May 2020) (72:04) Bui Tze - (March 2020) (35:32) Wooden Dummy - (April 2020) (39:41) Wooden Dummy (Mistress May 2020) (35:18) Siu Nim Tau - Form Reviews (May 2020) (57:06) Chum Kiu - Form Reviews (June 2020) Bui Tze - Form Reviews April 2020 (15:08) Wooden Dummy - Form Reviews (May 2020) (16:01) Knives - Reviews & Training Ideas (May2020) (6:04) Super Seminar - September 2020 (186:44) October 20202 (52:59) November 2020 (8:50) January 2021 (73:06) February 2021 (6:34) Zoom Lessons (205:31) June 2021 Master Class Sat June 2021 (97:33) July 2021 (321:36) August 2021 (177:33) September 2021 - Seminar (123:39) October 2021 (87:56) November 2021 (47:25) December 2021 (60:43) January 2022 (151:05) February 2022 (138:28) March 2022 (112:22) April 2022 (87:44) May 2022 (100:14) June 2022 (154:23) July 2022 (122:21) July 2022 (122:21) Student Grades 1 - 12 Testing Sheets 1st Student Grade (Testing Sheet) (111:55) 2nd Student Grade (Testing Sheet) (104:17) 1st Technician Degree Testing Sheet Programme 1st Technician Degree Module - BPG (6:57) Chi Sau - Poon Sau (classic roll with 3 ways to change) (2:39) Chi Sau - Three ways to Attack (BPG) (1.Direct 2.Change 3.Their Change) (9:18) Double Complex Loop - 1. Position (build the loop 7) 2. Flow 3. Transition (BPG) (17:22) 1. Bong Lap - S4S, 4w2w. (defender wins) (2:33) 2. Bong Lap - Colar Grip (defender wins) (3:50) 3. Bong Lap - Fok Sau (defender wins) (1:48) 1. Bong Lap - Pak Sau (attacker wins) (1:33) 2. Bong Lap - Cover Low Punch (attacker wins) (1:48) 3. Bong Lap - Interception Pak Sau (attacker wins) (1:14) 1. Pak Sau - S4S Mirror N2N (defender wins) (1:57) 2. Pak Sau - Wu Sau Lap Sau (defender wins) (1:38) 3.Pak Sau - Cover Pak Sau - WD3 (defender wins) (2:03) 1. Pak Sau - Mirror/N2N (attacker wins) (3:12) 2. Pak Sau - Lap Sau WD7 (attacker wins) (1:25) 3. Pak Sau - Entry Technique 6 (attacker wins) (1:08) 1. Gwai Jaang - Double Cover (defender wins) (1:41) 2. Gwai Jaang - Intercepting Pak Sau (defender wins) (2:20) 3. Gwai Jaang - Attacking Kwan Sau (defender wins) (1:41) 1. Gwai Jaang - Gwai Jaang (attacker wins) (0:42) 2. Gwai Jaang - Palm Strike (attacker wins) (1:27) 3. Gwai Jaang - Arm Break (attacker wins) (0:37) PTS - Free Play Combo with BPG (3 minutes) Quick Review of the Whole 1st Technician Programme (6:57) 2nd Technician Degree Testing Sheet Programme 2nd Technician Degree Module - BPG Coming Soon December 2021 Forms BT - Opening the Form BT - 1. Punch BT - 2. Elbows 6 BT - 3. Elbows 4 BT - 4. Elbows 2 BT - 5. Gaun Sau BT - 6. Don Fak Sau BT - 7. Bui Sau BT - 8 Double Grab BT - Closing the Form 1. Jut Punch - 1. Wedge Palm Strike (Double Complex Loop) 1. Jut Punch - 2. Kwan Sau - Offline (0:40) 1. Jut Punch - 3. Attacking Kwan Sau 2. Double Palm Strike - 1. Kau Sau 2. Double Palm Strike - 2. Covering Bong Sau WD5 2. Double Palm Strike - 3. Inside Collar Pull WD1 & 2 3. Kau Sau - 1. Kau Sau ii 3. Kau Sau - 2. Uppercut - Fak Sau 3. Kau Sau - 3. Over the Top - Kau Sau Side Kick 4. Kau Sau ii - 1. Tok - Shot Gun 4. Kau Sau ii - 2. Single Arm Grab 4. Kau Sau ii - 3. Outside Head Grab - Knee 5. Tok - Shot Gun - 1. Double Lap Inside 5. Tok - Shot Gun - 2. 5. Tok - Shot Gun - 3. 6. Double Lap - 1. Double Man Sau 6. Double Lap - 2. Same 4 Same 6. Double Lap - 3. Cross Trap Gum Sau 7. Double Man Sau - 1. Jut Punch 7. Double Man Sau - 2. Open the Door - Don Fak Sau 7. Double Man Sau - 3. Gum/Jumping Punch 3rd Technician Degree Testing Sheet Programme Wooden Dummy Module - Coming Soon 2021 4th Technician Degree Testing Sheet Programme Long Pole Module - Coming Soon 2021 5th Practician Degree Testing Sheet Programme Double Knives - Coming Soon 2021  Frequently Asked Questions When does the course start and finish?The course starts now and never ends! It is a completely self-paced online course - you decide when you start and when you finish.How long do I have access to the course?How does lifetime access sound? After enrolling, you have unlimited access to this course for as long as you like - across any and all devices you own.What if I am unhappy with the course?We would never want you to be unhappy! If you are unsatisfied with your purchase, contact us in the first 30 days and we will give you a full refund.

Wing Chun Kung Fu - Master Training Programme
Delivered Online On Demand
£600

Project Risk Management: Virtual In-House Training

By IIL Europe Ltd

Project Risk Management: Virtual In-House Training Have you been surprised by unplanned events during your projects? Are you and your project team frequently fighting fires? Well, you are not alone. Uncertainty exists in any project environment. While it's impossible to predict project outcomes with 100% certainty, you can influence the outcome, avoid potential risks, and be ready to respond to challenges that arise. In this course, you'll gain the proper knowledge needed to identify, assess, plan for, and monitor risk in your projects. You'll learn how to set up and implement risk management processes, helping you to minimize uncertainty and achieve more consistent, predictable outcomes as a result. What You Will Learn You'll learn how to: Demonstrate to others how the risk management processes in A Guide to the Project Management Body of Knowledge (PMBOK® Guide) apply to your project's environment, especially for high-risk projects Adapt these processes for a particular high-risk project team's operating principles Explain the importance of using risk management best practices at single and enterprise project levels Lead an initiative to implement risk management best practices in your project environment Foundation Concepts Risk-related definitions The risk management process High-risk projects and project failures Classical failures in implementing risk management Plan Risk Management Project risk management and governance Risk management planning for high-risk projects High-risk variations on a risk management plan Identify Risk Adapting the risk identification process for high-risk projects Recognizing risks spontaneously Confirming and structuring risk events for treatment Wrapping up risk identification for high-risk projects Perform Qualitative Risk Analysis Adapting qualitative risk analysis for high-risk projects Accelerating risk analysis Clearing risk action Wrapping up qualitative risk analysis for the next level Perform Quantitative Risk Analysis Adapting quantitative risk analysis for high-risk projects Ensuring effective risk analyses with data quality assessments Building a foundation for quantitative risk analysis Using discrete quantitative tools Using continuous quantitative tools Wrapping up quantitative risk analysis for high-risk projects Plan Risk Responses Adapting risk response planning for high-risk projects Optimizing active risk response strategies Leveraging contingencies for high project performance Wrapping up risk response planning for high-risk projects Implement Risk Responses Implementing Risk Responses Process Executing Risk Response Plans Tools and Techniques Best Practices Continuous Risk Management Monitor Risks Adapting risk monitoring for high-risk projects Optimizing risk plan maintenance Weaving risk reassessment into the project's progress Maintaining a continuous 'vigil' in high-risk project environments

Project Risk Management: Virtual In-House Training
Delivered OnlineFlexible Dates
£850

Project Communication Skills: Virtual In-House Training

By IIL Europe Ltd

Project Communication Skills: Virtual In-House Training Communication is the single most critical project success factor. When effective, projects get executed on time, within budget, and with objectives being met. But that isn't all. Strong communication also nurtures healthy team relationships. And in today's highly diverse world, where projects are often fast-paced, complex, and virtual, that is more important than ever. Strong communication skills foster cultural awareness, trust, and empathy. Together, they contribute greatly to project success-and ultimately, to future project success. In this course, participants will actively explore best communication practices from a variety of perspectives: in-person, virtual, electronic, and via formal project documentation. In order to be transformative, however, those perspectives will be filtered further through the lens of their formal, personalized assessment. It is a powerful tool which identifies individuals' internal needs and priorities. It translates those into descriptive profiles and reports, gifting users with valuable information about themselves and others. Paired with the course's real-world activities, it will provide uniquely strategic opportunities for communicating effectively and meaningfully-and with less conflict, both personally and professionally. What You Will Learn At the end of this program, you will be able to: Identify basic elements of communication and explain how they affect teams Explore how your assessment style impacts you and how you communicate with people of other styles Infer how your style impacts the way(s) you send and interpret emails and instant messages Analyze real world email and instant messaging practices to determine how they affect communication and relationships Explore best practices for formal project communications and presentations Analyze how your assessment style and global diversity can contribute to both strong team communication and conflict Identify solutions for virtual team work communication challenges Getting Started Foundation Concepts Communication as a foundation skill Elements of communication Communicating across media Targeting your audience How communication impacts team performance The Assessment Framework Overview of the assessment's approach Exploring assessment report Increasing your effectiveness with other assessment styles Email and Instant Messages Preferred communications and assessment styles The email brands we create Assessment styles and email Emotion and email Email guidelines and best practices Anatomy of an email The seven deadly email sins Instant messages and other interfaces Project Communications and Presentations Communicating across the project lifecycle Project templates Structuring a presentation Delivering a presentation Interpersonal and Team Communication Skills Communication styles and techniques Managing conflict in a project environment Styles and conflict Communication and global team leadership Virtual Communication Leading global virtual teams Virtual processes and technology Virtual team leadership

Project Communication Skills: Virtual In-House Training
Delivered OnlineFlexible Dates
£850

Preparing for Digital Transformation: Virtual In-House Training

By IIL Europe Ltd

Preparing for Digital Transformation: Virtual In-House Training Organizations today must keep pace with changing technology to stay abreast of the market demand. Keeping pace means a transformation of the entire organization into the digital age. This workshop presents the challenges, benefits, and pitfalls of digital transformation and how it will affect you, and how you can be better prepared and positioned for the upcoming digital transformation. The goal of this course is to enable you to become knowledgeable about the technologies behind a digital transformation in your organization and the driving forces compelling such a transformation. You will learn how to become engaged in the processes of transforming your organization digitally to meet with the growing demands of customers and clients What you will Learn Describe the impact that digital is making on the economy and on customer expectations Examine the nature and drivers of the digital transformation Evaluate new technologies such as Blockchain, Big Data, Artificial Intelligence, and other technologies and see how they work to bring about digital transformation Assess the impact of digital technologies on the current roles and positions in the organization Discuss both the demand that customers have for digital technologies and the impact the digital technologies have on the customer and its relationship with the organization Recognize the new technology trends in the digital transformation and what they mean to the future of the organization Identify how digital transformation will affect all roles and how to be prepared for the upcoming and continuing digital transformation Foundation Concepts Digital transformation versus automation Driving forces behind the digital transformation Learning from digital transformation successes Digital Transformation and Customer Orientation The Digital Customer Customer touch points and the customer journey Omnichannel concept Transform to the customer Digital Technologies and the Organization Relationship Management Big Data: The Basis for it All The Human Factor in Digital Transformations Risks of Digital Transformation Technology Trends Data and Business Analytics Other Major Trends Preview of Coming Attractions Pathway to Digital Transformation

Preparing for Digital Transformation: Virtual In-House Training
Delivered OnlineFlexible Dates
£850

Risk Assessment Skills Training

4.3(43)

By John Academy

Course Overview Whether you are an employee or an employer, it is important to learn how to create a safe workplace. Building a risk-free work environment will not only protect the people but also help in creating a productive workforce. However, to create a risk-free workplace, you must first learn how to assess the risks. That is where our Risk Assessment Skills Training comes in. This course is focused on helping you understand the fundamentals of risk assessment. The highly engaging and bit-sized modules will educate you on the five steps of the risk management process. Then you will learn the skills required for assessing the potential risks in the workplace. The course will also include detailed lessons on the risk assessment toolkit and show you how to utilise it properly. Enrol in the Risk Assessment Skills Training course and get a step closer to creating a safe and healthy workplace.     Course Sneak Peek Learning Outcomes Learn the basic principles of risk assessment and its significance in ensuring workplace safety. Familiarise yourself with the five essential steps of the risk management process. Build your competence in identifying the sources of potential risks Gain a deeper understanding of the risk assessment toolkit Course Promo Why Should Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. What Skills Will You Learn from This Course? Risk Assessment Risk Management Who Should Take this Risk Assessment Skills Training? Whether you're an existing practitioner or an aspiring professional, this course will enhance your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Risk Assessment Skills Training is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Certificate of Achievement After completing and passing the Risk Assessment Skills Training successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates can be obtained either in Hard Copy at £39 or in PDF format at £24. Career Path This exclusive Risk Assessment Skills Training course will equip you with effective skills and abilities and help you explore career paths such as  Risk Assessor Safety OfficerHR Manager Course Curriculum Module 01: What is Risk Assessment? What is Risk Assessment? 00:10:00 Module 02: How to Manage Risks How to Manage Risks 00:14:00 Module 03: Risk Assessment Toolkit Risk Assessment Toolkit 00:10:00 Certificate & Transcript Order Your Certificates and Transcripts 00:00:00

Risk Assessment Skills Training
Delivered Online On Demand34 minutes
£23.99

Supply Chain in Upstream Oil & Gas: Purchasing & Procurement

By EnergyEdge - Training for a Sustainable Energy Future

About this Training Course  A few decades ago, the purchasing function in an Oil & Gas company was seen only as a procurement function in charge of supplying goods and services defined by the end user. Over the years, the purchasing function has won its letters of nobility and has proven to be a powerful leverage of savings and cost reduction. In the upstream Oil & Gas sector, where production sites are spread everywhere and sometimes in very isolated areas, purchasing & procurement performs an important mission to secure the supply of high-tech equipment which will travel all over the world before being installed offshore or in remote areas. These two objectives, cost saving and securing of supply, make the purchasing & procurement a strategic function and an essential segment of the supply chain as it drives the other steps in the chain.   Training Objectives By the end of the course, the participants will feel confident in their understanding of: The supply chain functions in the upstream Oil & Gas industry and its objectives. The purchasing process from the identification of a need to its satisfaction within the specifications, planning and budget. The strategic tools of the buyer: The category management and market analysis, the definition of the frame agreement and contracts. The creation of value for their organization by using the leverages of the purchasing process from the selection of supplier, the cost analysis and the negotiation. Target Audience This course is primarily designed for purchasers or head of purchasing/procurement. It is also necessary for other stake holders in the supply chain, including expediters, stock controllers and cost controllers. This course is also recommended for the participants in the logistics function who want to enlarge their knowledge domain of the supply chain. Finally, the supply chain administrators from the technical departments may also find this course necessary in order to facilitate their interaction with the purchasing department. Course Level Basic or Foundation Trainer Your expert course leader has 25 years of experience in management positions in Contracting, Procurement and Logistics, mainly in the Oil & Gas Industry. He was a Lecturer for IFP Training for 5 years. During his Oil & Gas industry experience, he has worked on major Oil and Gas development projects like the Yadana project in Myanmar, Akpo project in Nigeria and YLNG in Yemen. His international experience allows him to adapt very easily and integrate the multicultural specificities of the Oil & Gas industry in his teaching. POST TRAINING COACHING SUPPORT (OPTIONAL) To further optimise your learning experience from our courses, we also offer individualized 'One to One' coaching support for 2 hours post training. We can help improve your competence in your chosen area of interest, based on your learning needs and available hours. This is a great opportunity to improve your capability and confidence in a particular area of expertise. It will be delivered over a secure video conference call by one of our senior trainers. They will work with you to create a tailor-made coaching program that will help you achieve your goals faster. Request for further information post training support and fees applicable Accreditions And Affliations

Supply Chain in Upstream Oil & Gas: Purchasing & Procurement
Delivered in Internationally or OnlineFlexible Dates
£2,579 to £2,999