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

1302 Management courses in Caterham

Certified Scrum Product Owner: In-House Training

By IIL Europe Ltd

Certified ScrumMaster®: In-House Training This course is an introduction to Scrum and the principles and tools required to be an effective Scrum Product Owner. You will come away with a good understanding of the Scrum framework and the underlying principles required to make effective decisions regarding the application of the Scrum framework to different situations. Participants successfully completing this course earn a Certified Scrum Product Owner® (CSPO®) designation. The Scrum Alliance certification includes a one-year membership with Scrum Alliance. What You Will Learn You'll learn how to: Use the principles, practices, and tools required to be an effective Scrum Product Owner Make effective decisions regarding the application of the Scrum framework to different situations, including: Setting product vision and goals Chartering the project Writing user stories and structuring your product backlog Scaling the Product Owner Estimating for forward planning Applying prioritization techniques Planning and tracking release progress Getting Started Introduction Course structure Course goals and objectives Agile Principles and Scrum Overview Process control models Incremental and iterative development Shifting the focus on product management Overview of the Scrum process Agile principles Lean principles Scrum Roles and Responsibilities Scrum roles Cross-functional teams Product Owner Responsibilities The Scrum Project Community What happens to my traditional role in Scrum? Chartering the Project Establishing a shared vision Elevator Statement Data sheets Product Vision Box Magazine Review / Press Release Product Backlog and User Stories Product uncertainty and progressive refinement User role modeling User Stories Product backlog characteristics Getting backlog items ready Slicing User Stories Using the product backlog to manage expectations Sprints Done and Scaling Done The Scrum process in detail Sustainable pace The Product Owner's role in each of the Scrum meetings Scaling the Product Owner Scaling Scrum Approaches to scaling the Product Owner Estimation for Forward Planning Why comparative estimation works Planning Poker Affinity Estimation Prioritization Techniques Additional Product Backlog Prioritization Techniques Kano Analysis Theme Screening Release Planning and Tracking Progress Velocity Release Planning Tracking release progress

Certified Scrum Product Owner: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,595

NOCN NVQ Level 3 Diploma in Supervising Hire and Rental Operations

By Learning for Hire Limited

NOCN NVQ Level 3 Diploma in Supervising Hire and Rental Operations

NOCN NVQ Level 3 Diploma in Supervising Hire and Rental Operations
Delivered In-Person in Oswestry or UK WideFlexible Dates
£1,200

About this Training Course This 5 full-day course is aimed at engineers and supervisors who already have a basic understanding of well construction methods but who would benefit from a more detailed knowledge of completion design. The course will concentrate on the important aspects of completion design and what makes a safe and efficient well. A common thread of practical examples will be used throughout the course in the form of a case study or 'red-thread' exercise. The case study is based around data all taken from a single field where those attending will work through all the basic issues of a completion design. The exercises associated with the case study is performed in the student's own time after each of the formal sessions. However, at the start of the next day, the case study is reviewed and discussed. The whole case study will continue through all sessions, with each element being reviewed at the start of the next session. There is no 'right' answer to the exercise - producing interesting discussions! The purpose of the course is not to go over specific equipment in detail. Teaching methods include presentations, videos, and animations and the case study. The course will cover: Types and configurations of completions The completion design process Inflow performance, skin and formation damage Perforating; selection, deployment and interface with rest of completion Stimulation and impact on completion and flow performance with coverage of modern horizontal multifrac tools Open hole, non-sand control completions including open hole packers and horizontal well clean up Sand control; when do you need it, basic types and selection guidelines. Includes standalone screens, ICDs, various gravel packing techniques, frac packs and expandable screens Tubing sizing, flow estimation and liquid loading Artificial lift; types and selection criteria, interface with drilling, reservoir and facilities. Design of gas lift and ESPs included Production chemistry impacts on completion, prevention and removal (scales, wax, asphaltene, hydrates, and souring) Metallurgy, corrosion, and erosion; metal types and selection of Elastomers and plastics; types and selection of Tubing stress analysis; picking the grade and weight of tubing, plus selection criteria for packers and expansion devices. Interface between tubing stress analysis and casing design Completion equipment; basic types of equipment, reliability and selection criteria for each (tree, safety valve, mandrel, packers, expansion devices etc) Completion installation; importance of wellbore clean-out, function and types of brines, pointers for efficient completion installation Non-conventional wells; types and when / where to use them (multilaterals, smart (intelligent) wells and also SAGD, CO2 sequestration, CBM, etc) Training Objectives By the end of this course, the participants should be able to: Have a good understanding of the completion design process and what makes a good completion design Understand the importance of the installation process (completion running) in the design process Have an appreciation of new and developing completion techniques (intelligent wells) Target Audience This course will benefit engineers and field-based personnel such as completion supervisors and production engineers. It is also suitable for completion vendors, specialists such as chemists and subsurface personnel including geologists, reservoir engineers and petrophysicists. Trainer Your expert course leader has 30 years of oil and gas industry experience. A first class degree in geophysics and a master degree in Petroleum Engineering was a prelude to seven years with BP as a petroleum engineer. He left BP and following a short spell in Camco, jointly founded ICE Energy. After six years of completions and petroleum engineering consultancy and training, ICE Energy merged with TRACS International, where he continued with petroleum and completion engineering studies, leading integrated teams, and developing / delivering training courses for a variety of different clients in diverse world-wide locations. In the last five years, he is independent again - focusing on technical consulting and course delivery. 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

Completion Design
Delivered in Internationally or OnlineFlexible Dates
£4,385 to £5,099

Autodesk AutoCAD Course 1-2-1 Evening and Weekends.

By Real Animation Works

Autocad face to face training customised and bespoke. Online or Face to Face

Autodesk AutoCAD Course 1-2-1 Evening and Weekends.
Delivered in London or OnlineFlexible Dates
£380

Git and GitHub for engineers

5.0(3)

By Systems & Network Training

Git and GitHub course description This course covers version control using Git but also using GUI frontends such as GitHub. The course starts with a tour of using GitHub but then quickly moves onto using git from the command line. All elements of git version control are covered including creation of repositories, adding and editing files, branches and merging, rewriting history and handling merge conflicts. Hands on sessions are used throughout the course. What will you learn Install git. Add and edit files in a repository. Create branches and perform merges. Handle merge conflicts. Git and GitHub course details Who will benefit: Anyone requiring version control. Prerequisites: None. Duration 1 day Git and GitHub course contents Introduction Version control for software, configuration management. Other uses. Version control systems. What is git? What is GitHub? Distributed version control. Comparison of git to other systems. GitHub Getting started, creating an account, account types, repositories, access control, bug tracking, feature requests. Alternatives to GitHub. Hands on Using GitHub. Installing git Linux install, Windows install, git config, levels, user.name, user.email. Hands on Installing and configuring git. Creating repositories git clone, github, git remote, git init. Hands on Creating a repository. Adding and editing files Staging and adding, git add, git commit, git push, git pull, git status, git log. Two stage process. File states: Working, staging, history, untracked. git mv, git rm, .gitignore, git diff, git difftool. Undoing changes. Hands on Adding and editing files in git. Branching and merging What is a branch, HEAD label, master branch, git branch, git checkout. Feature branches, bux fix branches, integration branches, production branches, fast forward merges, 3 way merges, git merge, git status, git log, tags. Hands on Making branches, merging. Rewriting history git reset, git rebase, advantages. Hands on Reset commits, rebase a branch. Merge conflicts What is a conflict, conflict resolution process, resolving merges, rebasing, git log, merge tools, configuring merge tools, avoiding conflicts. Hands on Merge resolution.

Git and GitHub for engineers
Delivered in Internationally or OnlineFlexible Dates
£797

Vectorworks Intermediate Training Course

By ATL Autocad Training London

Who is this course for? Vectorworks Intermediate Training Course. This intermediate course empowers designers with Vectorworks skills, enhancing productivity and enabling the creation of intricate, high-quality designs. Design career with this essential training. Vectorworks courses cater to individuals of all skill levels. Click here for more info: Website Scheduling: 1-on-1 training, your schedule. Book any hour, Mon to Sat, 9 am - 7 pm. Call 02077202581 to reserve. Duration: 16 hours. Method: In-person sessions and live online.  Comprehensive Course Outline Please note that the following is a general outline, and the specific topics covered during your training will be tailored to your student level, available time, and course preferences. Essential Foundations Navigating the Interface and User-Friendly Navigation Document Settings Adjustment and Template File Creation Effective File Navigation: Zooming, Panning, and Page Fitting Object Selection Techniques and Deletion Creating Basic Drawings with Precision Utilizing Object Snaps for Accurate Drawing Understanding the Object Info Palette Exploring Fundamental 2D Tools and Tool Modes Crafting Complex Lines and Shapes Project Organization Efficiently Organizing Your Drawings Using Classes Customizing Colors, Line Types, and Line Thickness Views Management: Saving and Editing Views Annotating and Printing Your Designs Adding Text and Annotations Incorporating Dimensions for Clarity Preparing and Printing Your Drawings Advanced Presentation Techniques Leveraging the Power of Sheets and Viewports Creating Standard and Cropped Viewports Annotating and Editing Viewports Exploring Viewport Display Overrides and Sheet Layer Printing Streamlining Workflows Between Viewports and Design Layers Efficiently Saving and Editing Views for Navigation Enhancement Importing DWG and File Formats Importing and Effectively Working with DWG Files Integrating Sketches and Photos into Your Drawings Enhancing Efficiency Creating and Editing Symbols Resource Browser: Management and Organization of Symbols Maximizing Productivity with Worksheets, Schedules, and Reports Custom Attribute Creation and Management (Hatches, Gradients, and Image Fills) Designing Custom Title Blocks Free 30-day Trial Vectorworks https://www.vectorworks.net/trial After completing this course, you will: Master Vectorworks: Gain proficiency in Vectorworks software, including its interface and essential design tools. Precise Drawing: Create accurate drawings with dimensions and object snaps. Project Management: Efficiently organize and manage design projects using classes and views. Clear Presentation: Annotate and dimension your drawings for professional presentations and printing. Advanced Presentation: Learn advanced presentation techniques, including sheets and viewports. File Integration: Work with DWG files, sketches, and photos to enhance your designs. Efficiency Boost: Discover time-saving workflows, symbol creation, and customization. Top Job Opportunities for Designers: Architectural Drafter Interior Designer Landscape Designer CAD Technician Graphic Designer Construction Estimator Product Designer Set Designer Event Planner Urban Planner These roles span various industries and offer career growth for Vectorworks-trained designers in fields like architecture, engineering, entertainment, and more. Tailored Vectorworks Training Our Vectorworks courses are customized to your needs, offering 1-2-1 sessions that adapt content to your expertise, experience, and project requirements. Whether in class, onsite, or via live online sessions, these bespoke courses ensure optimal learning outcomes. Course Overview Begin your journey into Vectorworks, unlocking the potential for digital 2D and 3D visualization in interior design, architecture, 3D modeling, and landscaping. Vectorworks, a user-friendly industry-standard software, is suitable for both PC and Mac users. Course Highlights Master proper drawing setup and utilize 2D drawing tools for professional plans and elevations. Navigate and leverage the built-in symbol library effectively. Transform 2D plans into fully rendered 3D perspectives with textures and lighting. Create a comprehensive project presentation print. (Note: This course does not cover complex curved shapes.) Tailored Training | Vectorworks Personalized One-on-One Guidance Flexible Learning Schedule Ongoing Post-Course Support Access to Extensive Learning Materials Recognition with a Certificate of Attendance Affordable Training Rates Assistance with Software Configuration Rewards for Referrals Special Group Training Discounts Convenient Hours to Suit Your Schedule Customized Courses for Your Animation Needs

Vectorworks Intermediate Training Course
Delivered in London or OnlineFlexible Dates
£558

Assuring Quality Through Acceptance Testing: In-House Training

By IIL Europe Ltd

Assuring Quality Through Acceptance Testing: In-House Training It is also the business analyst's responsibility to confirm that the resulting solution developed by IT does, in fact, solve the defined problem. This is done first through testing, especially acceptance testing, and then through monitoring of the installed solution in the user community. It is the business analyst's job to define the business problem to be solved by IT. It is also the business analyst's responsibility to confirm that the resulting solution developed by IT does, in fact, solve the defined problem. This is done first through testing, especially acceptance testing, and then through monitoring of the installed solution in the user community. The business analyst is not only concerned with the testing itself, but also with the management and monitoring of the users doing the acceptance testing, and recording, analyzing, and evaluating the results. What you will Learn Upon completion, participants will be able to: Create a set of acceptance test cases Manage and monitor an acceptance test stage where users perform the testing Work with the development team in the systems testing stage Assess the solution once it is in the business environment Foundation Concepts The role of the business analyst An introduction to the BABOK® Guide BA roles and relationships through the project life cycle Introduction to assuring software quality through acceptance testing The Scope of IT Testing Overview of testing stages The testing process Testing documentation Pre-Acceptance Testing The BA's role in testing Early development testing stages (unit and integration) Late development testing stage (system) The Acceptance Test Stage - Part I (Planning, Design, and Development) Overview of user acceptance testing Acceptance test planning Designing user acceptance tests Developing individual user acceptance test cases Building effective user acceptance test scenarios The Acceptance Test Stage - Part II (Execution and Reporting) Operating guidelines Execution Reporting Post-Acceptance Testing Overview Project implementation Project transition (project closure) Production through retirement Testing Commercial Off-the-Shelf (COTS) Software Overview Selecting the software Implementing the software Summary What did we learn and how can we implement this in our work environments?

Assuring Quality Through Acceptance Testing: In-House Training
Delivered in London or UK Wide or OnlineFlexible Dates
£1,495

Directional, Horizontal and Multilateral Drilling – Simulator Assisted

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your drilling skills with our Directional, Horizontal, and Multilateral Drilling Simulator Assisted course. Join EnergyEdge for comprehensive training.

Directional, Horizontal and Multilateral Drilling – Simulator Assisted
Delivered in Internationally or OnlineFlexible Dates
£3,599 to £3,799

Efficient Team Work

5.0(10)

By GBA Corporate

Overview Our teamwork training course is suitable for team members and managers looking to raise the performance of their team.

Efficient Team Work
Delivered in Internationally or OnlineFlexible Dates
£1,718 to £3,626

Acute Medical Emergencies

By M&K Update Ltd

A comprehensive two days, delivered using a variety of teaching styles, by professionals who manage medical emergencies on a day-to-day basis. A number of the more common presenting conditions are covered providing a structured approach to the pathophysiology, initial assessment and management of the acutely ill medical patient.

Acute Medical Emergencies
Delivered in person or OnlineFlexible Dates
Price on Enquiry