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

36973 Courses

AZ-400 Designing and Implementing Microsoft DevOps Solutions

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Students in this course are interested in implementing DevOps processes or in passing the Microsoft Azure DevOps Solutions certification exam. Overview After completing this course, students will be able to: Plan for the transformation with shared goals and timelines Select a project and identify project metrics and Key Performance Indicators (KPI's) Create a team and agile organizational structure Design a tool integration strategy Design a license management strategy (e.g., Azure DevOps and GitHub users) Design a strategy for end-to-end traceability from work items to working software Design an authentication and access strategy Design a strategy for integrating on-premises and cloud resources Describe the benefits of using Source Control Describe Azure Repos and GitHub Migrate from TFVC to Git Manage code quality including technical debt SonarCloud, and other tooling solutions Build organizational knowledge on code quality Explain how to structure Git repos Describe Git branching workflows Leverage pull requests for collaboration and code reviews Leverage Git hooks for automation Use Git to foster inner source across the organization Explain the role of Azure Pipelines and its components Configure Agents for use in Azure Pipelines Explain why continuous integration matters Implement continuous integration using Azure Pipelines Define Site Reliability Engineering Design processes to measure end-user satisfaction and analyze user feedback Design processes to automate application analytics Manage alerts and reduce meaningless and non-actionable alerts Carry out blameless retrospectives and create a just culture Define an infrastructure and configuration strategy and appropriate toolset for a release pipeline and application infrastructure Implement compliance and security in your application infrastructure Describe the potential challenges with integrating open-source software Inspect open-source software packages for security and license compliance Manage organizational security and compliance policies Integrate license and vulnerability scans into build and deployment pipelines Configure build pipelines to access package security and license ratings This course provides the knowledge and skills to design and implement DevOps processes and practices. Students will learn how to plan for DevOps, use source control, scale Git for an enterprise, consolidate artifacts, design a dependency management strategy, manage secrets, implement continuous integration, implement a container build strategy, design a release strategy, set up a release management workflow, implement a deployment pattern, and optimize feedback mechanisms. Module 1: Get started on a DevOps transformation journey Introduction to DevOps Choose the right project Describe team structures Choose the DevOps tools Plan Agile with GitHub Projects and Azure Boards Introduction to source control Describe types of source control systems Work with Azure Repos and GitHub Module 2: Development for enterprise DevOps Structure your Git Repo Manage Git branches and workflows Collaborate with pull requests in Azure Repos Explore Git hooks Plan foster inner source Manage Git repositories Identify technical debt Module 3: Implement CI with Azure Pipelines and GitHub Actions Explore Azure Pipelines Manage Azure Pipeline agents and pools Describe pipelines and concurrency Explore Continuous integration Implement a pipeline strategy Integrate with Azure Pipelines Introduction to GitHub Actions Learn continuous integration with GitHub Actions Design a container build strategy Module 4: Design and implement a release strategy Introduction to continuous delivery Explore release strategy recommendations Build a high-quality release pipeline Introduction to deployment patterns Implement blue-green deployment and feature toggles Implement canary releases and dark launching Implement A/B testing and progressive exposure deployment Module 5: Implement a secure continuous deployment using Azure Pipelines Create a release pipeline Provision and test environments Manage and modularize tasks and templates Automate inspection of health Manage application configuration data Integrate with identity management systems Implement application configuration Module 6: Manage infrastructure as code using Azure and DSC Explore infrastructure as code and configuration management Create Azure resources using Azure Resource Manager templates Create Azure resources by using Azure CLI Explore Azure Automation with DevOps Implement Desired State Configuration (DSC) Implement Bicep Module 7: Implement security and validate code bases for compliance Introduction to Secure DevOps Implement open-source software Software Composition Analysis Static analyzers OWASP and Dynamic Analyzers Security Monitoring and Governance Module 8: Design and implement a dependency management strategy Explore package dependencies Understand package management Migrate, consolidate, and secure artifacts Implement a versioning strategy Introduction to GitHub Packages Module 9: Implement continuous feedback Implement tools to track usage and flow Develop monitor and status dashboards Share knowledge within teams Design processes to automate application analytics Manage alerts, Blameless retrospectives and a just culture Additional course details: Nexus Humans AZ-400 Designing and Implementing Microsoft DevOps Solutions 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 AZ-400 Designing and Implementing Microsoft DevOps Solutions 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.

AZ-400 Designing and Implementing Microsoft DevOps Solutions
Delivered OnlineFlexible Dates
Price on Enquiry

Architecting with Google Cloud: Design and Process

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Cloud Solutions Architects, Site Reliability Engineers, Systems Operations professionals, DevOps Engineers, IT managers. Individuals using Google Cloud Platform to create new solutions or to integrate existing systems, application environments, and infrastructure with the Google Cloud Platform. Overview Apply a tool set of questions, techniques and design considerations Define application requirements and express them objectively as KPIs, SLO's and SLI's Decompose application requirements to find the right microservice boundaries Leverage Google Cloud developer tools to set up modern, automated deployment pipelines Choose the appropriate Google Cloud Storage services based on application requirements Architect cloud and hybrid networks Implement reliable, scalable, resilient applications balancing key performance metrics with cost Choose the right Google Cloud deployment services for your applications Secure cloud applications, data and infrastructure Monitor service level objectives and costs using Stackdriver tools This course features a combination of lectures, design activities, and hands-on labs to show you how to use proven design patterns on Google Cloud to build highly reliable and efficient solutions and operate deployments that are highly available and cost-effective. This course was created for those who have already completed the Architecting with Google Compute Engine or Architecting with Google Kubernetes Engine course. Defining the Service Describe users in terms of roles and personas. Write qualitative requirements with user stories. Write quantitative requirements using key performance indicators (KPIs). Evaluate KPIs using SLOs and SLIs. Determine the quality of application requirements using SMART criteria. Microservice Design and Architecture Decompose monolithic applications into microservices. Recognize appropriate microservice boundaries. Architect stateful and stateless services to optimize scalability and reliability. Implement services using 12-factor best practices. Build loosely coupled services by implementing a well-designed REST architecture. Design consistent, standard RESTful service APIs. DevOps Automation Automate service deployment using CI/CD pipelines. Leverage Cloud Source Repositories for source and version control. Automate builds with Cloud Build and build triggers. Manage container images with Google Container Registry. Create infrastructure with code using Deployment Manager and Terraform. Choosing Storage Solutions Choose the appropriate Google Cloud data storage service based on use case, durability, availability, scalability and cost. Store binary data with Cloud Storage. Store relational data using Cloud SQL and Spanner. Store NoSQL data using Firestore and Cloud Bigtable. Cache data for fast access using Memorystore. Build a data warehouse using BigQuery. Google Cloud and Hybrid Network Architecture Design VPC networks to optimize for cost, security, and performance. Configure global and regional load balancers to provide access to services. Leverage Cloud CDN to provide lower latency and decrease network egress. Evaluate network architecture using the Cloud Network Intelligence Center. Connect networks using peering and VPNs. Create hybrid networks between Google Cloud and on-premises data centers using Cloud Interconnect. Deploying Applications to Google Cloud Choose the appropriate Google Cloud deployment service for your applications. Configure scalable, resilient infrastructure using Instance Templates and Groups. Orchestrate microservice deployments using Kubernetes and GKE. Leverage App Engine for a completely automated platform as a service (PaaS). Create serverless applications using Cloud Functions. Designing Reliable Systems Design services to meet requirements for availability, durability, and scalability. Implement fault-tolerant systems by avoiding single points of failure, correlated failures, and cascading failures. Avoid overload failures with the circuit breaker and truncated exponential backoff design patterns. Design resilient data storage with lazy deletion. Analyze disaster scenarios and plan for disaster recovery using cost/risk analysis. Security Design secure systems using best practices like separation of concerns, principle of least privilege, and regular audits. Leverage Cloud Security Command Center to help identify vulnerabilities. Simplify cloud governance using organizational policies and folders. Secure people using IAM roles, Identity-Aware Proxy, and Identity Platform. Manage the access and authorization of resources by machines and processes using service accounts. Secure networks with private IPs, firewalls, and Private Google Access. Mitigate DDoS attacks by leveraging Cloud DNS and Cloud Armor. Maintenance and Monitoring Manage new service versions using rolling updates, blue/green deployments, and canary releases. Forecast, monitor, and optimize service cost using the Google Cloud pricing calculator and billing reports and by analyzing billing data. Observe whether your services are meeting their SLOs using Cloud Monitoring and Dashboards. Use Uptime Checks to determine service availability. Respond to service outages using Cloud Monitoring Alerts. Additional course details: Nexus Humans Architecting with Google Cloud: Design and Process 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 Architecting with Google Cloud: Design and Process 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.

Architecting with Google Cloud: Design and Process
Delivered OnlineFlexible Dates
Price on Enquiry

55355 SharePoint 2016 Administration

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for an IT person wanting to learn about administrating SharePoint 2016. Overview After completing this course, you will be able to: The Installation and configure a SharePoint 2016 Farm How to manage a SharePoint 2016 Farm through the GUI and PowerShell How to create site collections via GUI and PowerShell How to create and configure the all the required service applications for SharePoint 2016 How to backup and restore in SharePoint 2016 This SharePoint 2016 Administrator course is design for Administrators who are new to SharePoint Server Administration or who are upgrading from previous versions of SharePoint.This course covers content that was in retired Microsoft Course 20339-1. Module 1: Hardware, Installation and Patching How to build a Min Role Farm How to View ULS Logs How to document and check IIS Settings for SharePoint 2016 Module 2: Farm Management How to manage the SharePoint Farm Administors group How to configure Outgoing Email How to configure Incoming Email How to Configure Diagnostic and Usage Log Options Module 3: Web Applications How to define a new Managed Account How to add new IP Addresses to a SharePoint Server How to create a claims based web application in SharePoint Central Administration How to create a claims based web application in PowerShell How to create a hosting web application in PowerShell Module 4: Site Collections How to create a managed path How to create a site collection using SharePoint Central Administration How to create a site collection using PowerShell How to create a site collection in its own database using SharePoint Central Administration How to create a site collection in its own database using PowerShell How to create a host named site collection using PowerShell Module 5: Service Applications How to create a State Service Application How to create a Search Service Application How to create the Managed Metadate Service Module 6: Application Management How to add a new IP and Certificate to a SharePoint Web Application How to configure DNS for SharePoint Web Application How to Create a Subscription Settings Service Application How to create the Application Management Application Service How to configure the application URLs How to create the App Catalog Site Colleciton How to Add Apps to the catalog Module 7: Managing the User Profile Service How to create the My Site Web Application How to create the User Profile Service Application How to Configure the User Profile Synchronization Permissions How to create the Active Directory Import Connection How to assign permissions for the AD Group to create a My Site How to create a My Site Module 8: Search How to view the currenty Search Topology How to create an Enterprise Search Centre How to configure a new search schema property How to create a site collection-level result source How to create a new content source Module 9: Office Online Server How to install the pre-requisites for Office Online Server How to install the Office Online Server Binaries How to create the Office Online Server SSL Certifcate How to create the Office Online Server Farm How to connect to the farm from SharePoint How to test the connectivity Module 10: Enterprise Content Management How to create and Apply a site policy How to create discovery sets How to configure In Place records management How to configure the records centre How to configure DLP Module 11: Web Content Management How to configure cross-site publication How to configure content deployment Module 12: Workflow Server How to install Workflow Manger server and Client Binaires How to configure the workflow farm How to patch the workflow farm manager and clients How to register the workflow service in SharePoint How to test Workflow creation Module 13: Business Connectity Services and Secure Store How to configure the secure store service How to create the BCS service Application How to setup the products database How to import the BCS Definition How to use the BDC file in a list web part Module 14: Hybrid SharePoint Shown and Demonstrated the Hybrid features of SharePoint 2016 Module 15: Backup and Restore How to backup SharePoint 2016 Content How to delete SharePoint 2016 Content How to restore SharePoint 2016 Content via PowerShell How to recover a unattached content database Module 16: Upgrade How to restore and attach a SharePoint 2013 Database How to upgrade a SharePoint 2013 MMS Service Application Additional course details: Nexus Humans 55355 SharePoint 2016 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 55355 SharePoint 2016 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.

55355 SharePoint 2016 Administration
Delivered OnlineFlexible Dates
Price on Enquiry

Grammar Checker Tools: Revolutionizing the Way We Write

By Roy Butler

Discover how grammar checker tools are transforming writing with advanced AI, enhancing quality, and saving time for students, professionals, and content creators.

Grammar Checker Tools: Revolutionizing the Way We Write
Delivered In-PersonFlexible Dates
FREE

Diploma in EYFS Teaching Part - 1

By iStudy UK

Course Description Get instant knowledge from this bite-sized Diploma in EYFS Teaching Part - 1 course. This course is very short and you can complete it within a very short time. In this Diploma in EYFS Teaching Part - 1 course you will get fundamental ideas of EYFS teaching, the key strategy of EYFS, promoting learning and so on. Enrol in this course today and start your instant first step towards the introduction to EYFS. Learn faster for instant implementation. Learning outcome  Familiarise with EYFS Understand the importance of early years in development Gain in-depth knowledge of the EYFS teaching techniques Deepen your understanding of working as an EYFS teacher Promote learning and development How Much Do Learning Support Assistants Earn? Senior - £29,000(Appx.) Average - £19,000(Appx.) Starting - £13,000(Appx.) Requirement Our Diploma in EYFS Teaching Part - 1 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. Diploma in EYFS Teaching Part - 1 Module 01: Introduction to EYFS 00:12:00 Module 02: Importance of Early Years in Development 00:19:00 Module 03: EYFS Teaching Techniques 00:14:00 Module 04: Working as an EYFS Teacher 00:18:00 Module 05: Promoting Learning and Development 00:30:00 Assignment Assignment - Diploma in EYFS Teaching Part - 1 00:00:00

Diploma in EYFS Teaching Part - 1
Delivered Online On Demand1 hour 33 minutes
£25

Level 2 Certificate in Understanding Domestic Abuse Course - CPD Certified

5.0(3)

By School Of Health Care

Level 2 Certificate in Understanding Domestic Abuse Course Online According to the annual Crime Survey, almost 2.5 Million adults experience domestic abuse: domestic abuse each year. Furthermore, one in every five children witnesses or is a victim of domestic abuse: domestic abuse as a child. Although domestic abuse: domestic abuse is often an unreported crime, most cases are kept hidden. This Level 2 Certificate in Understanding Domestic Abuse Course aims to increase learners' awareness and understanding of domestic abuse: domestic abuse and its impacts. Domestic abuse: domestic abuse and its impacts must be understood by those working in various fields, including healthcare, social care, childcare, education, and housing. Why choose this Level 2 Certificate in Understanding Domestic Abuse Course from the School of Health Care? Self-paced course, access available from anywhere in the world. High-quality study materials that are easy to understand. Level 2 Certificate in Understanding Domestic Abuse Course developed by industry experts. After each module, there will be an MCQ quiz to assess your learning. Assessment results are generated automatically and instantly. 24/7 support is available via live chat, phone call, or email. Free PDF certificate after completing the Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course. Main Course: Level 2 Certificate in Understanding Domestic Abuse Course Free Courses included with Level 2 Certificate in Understanding Domestic Abuse Course Course 01: Equality and Diversity Course 02: Healthcare Management Training Course 03: Level 5 Mental Health First Aid Certification Course 04: Mental Health Support Worker Special Offers of this Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course: This Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course includes a FREE PDF Certificate. Lifetime access to this Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course Instant access to this Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course 24/7 Support Available to this Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course [ Note: Free PDF certificate as soon as completing the Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course] Level 2 Certificate in Understanding Domestic Abuse Course Online This Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course consists of 04 modules. Course Curriculum of Level 2 Certificate in Understanding Domestic Abuse Course Module 01: Understand Domestic Abuse Module 02: Understand the Signs and Risk Factors Associated with Domestic Abuse Module 03: Understand the Impact of Domestic Abuse Module 04: Understand Policy, Response and Intervention in Relation to Domestic Abuse Assessment Method of Level 2 Certificate in Understanding Domestic Abuse Course After completing Working in Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course, you will get quizzes to assess your learning. You will do the later modules upon getting 60% marks on the quiz test. Apart from this, you do not need to sit for any other assessments. Who is this course for? Level 2 Certificate in Understanding Domestic Abuse Course Online This Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse course is ideal for anyone who has a responsibility to support those experiencing domestic abuse: domestic abuse. Special Note: Our Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Course is not a regulated course. If you prefer to get qualified, you can look at the following options: NCFE CACHE Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse Requirements Level 2 Certificate in Understanding Domestic Abuse Course Online To enrol in this Understanding Domestic Abuse: Domestic Abuse Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Understanding Domestic Abuse: Domestic Abuse Course. Be energetic and self-motivated to complete our Understanding Domestic Abuse: Domestic Abuse Course. Basic computer Skill is required to complete our Understanding Domestic Abuse: Domestic Abuse Course. If you want to enrol in our Understanding Domestic Abuse: Domestic Abuse Course, you must be at least 15 years old. Career path Level 2 Certificate in Understanding Domestic Abuse Course Online Upon completing this Level 2 Certificate in Understanding Domestic Abuse: Domestic Abuse course, you can become familiarised with the response and support of those domestically abused.

Level 2 Certificate in Understanding Domestic Abuse Course - CPD Certified
Delivered Online On Demand42 hours
£15

COPD Physiotherapy Treatment Level 2

By Physiotherapy Online

COPD Physiotherapy Treatment Aims to  Chronic obstructive pulmonary disease (COPD) is the third leading cause of death in the United States. There are approximately 30 million people in the United States who have been diagnosed with COPD. Physical activity and therapy can provide great improvement in symptoms, exercise capacity, and health-related quality of life. This course is for physical and occupational therapy clinicians in acute, subacute or home health care who are seeking to update their understanding of COPD rehabilitation. As rehabilitation professionals, we need to understand the pathophysiology as well as the evidence-based treatment strategies to promote optimal living for individuals with COPD. This webinar is part 2 in a 2-part series. This part 2 webinar focuses on PT and OT objective assessment tools, program prescriptions, and evidence-based treatment for COPD patients. Prescribing a treatment program that is dosed appropriately is essential for the prevention of exacerbations, improved quality of life, and value-based care. Rehabilitation therapists have unique skills to provide this valuable care for the COPD population. Learning Objectives At the end of this course, the participant will be able to: Explain how to conduct specific objective measures commonly used with COPD patients to determine baseline function Summarize guidelines for evidence-based exercises for patients with COPD including HIIT exercise Prescribe an appropriate treatment program for the COPD patient to include appropriate stimulus, duration, frequency and functional application. Apply knowledge obtained in course to determine appropriate assessments and treatment program to case studies Explain the correlation between hospital admissions and level of physical activity as well as the impact on value-based purchasing. Who Should Enroll Physiotherapist Respiratory Physiotherapist Nurses Occupational Therapist Course Agenda Overview of COPD- 15 minutes Rehab prescriptionPulmonary Impairment-Based Outcome Measures- 30 minutesTreatment Dosage and Components – 15 minutesGoals for COPD- 15 minutesReassessment- 10 minutes Case Studies/ Documentation tips for COPD- 35 minute CPD Credit Hours Contact Hours: 2.0 Resources 1-Month Access to Learning Resources Downloadable Course Material  CPD Certificate Presenter Speaker Bio: Virginia Bowen, PT, DPT Virginia Bowen, PT, DPT is an experienced home health therapist with 7 years of experience as an educator and more than 20 years as a home care physical therapy case manager. Virginia received her B.S degree in Physical Therapy from the University of Wisconsin in 1987 and went on to receive her DPT from the College of Saint Scholastica in 2019. She has developed and taught chronic disease courses for her current employer as well as the University of Wisconsin- Milwaukee and also has personal experience being the HCPOA for a COPD patient. She has treated numerous COPD patients in her 25 years as a home health therapist and enjoys teaching courses pertaining to this subject matter in order to help therapists develop professionally and gain knowledge of best practices. 

COPD Physiotherapy Treatment Level 2
Delivered Online On Demand2 hours
£25

Certificate in Purchasing and Procurement Part - 3

By iStudy UK

Course Description Get instant knowledge from this bite-sized Certificate in Purchasing and Procurement Part - 3 course. This course is very short and you can complete it within a very short time. In this Certificate in Purchasing and Procurement Part - 3 course you will get fundamental ideas of purchasing and procurement, the key strategy of improving efficiency, category management and so on. Enrol in this course today and start your instant first step towards improving efficiency and accuracy. Learn faster for instant implementation. Learning outcome  Familiarise with improving efficiency and accuracy Understand category management Gain in-depth knowledge of the inventory management Deepen your understanding of e-procurement How Much Do Procurement Managers Earn? Senior - £45,000(Appx.) Average - £28,000(Appx.) Starting - £14,000(Appx.) Requirement Our Certificate in Purchasing and Procurement Part - 3 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. Certificate in Purchasing and Procurement Part - 3 Module 01: Improving Efficiency and Accuracy 00:10:00 Module 02: Category Management 00:31:00 Module 03: Inventory Management 00:24:00 Module 04: E-Procurement 00:23:00 Assignment Assignment - Certificate in Purchasing and Procurement Part - 3 00:00:00

Certificate in Purchasing and Procurement Part - 3
Delivered Online On Demand1 hour 28 minutes
£25

Certificate in Purchasing and Procurement Part - 2

By iStudy UK

Course Description Get instant knowledge from this bite-sized Certificate in Purchasing and Procurement Part - 2 course. This course is very short and you can complete it within a very short time. In this Certificate in Purchasing and Procurement Part - 2 course you will get fundamental ideas of purchasing and procurement, the key strategy of quality management, managing competitive bids and so on. Enrol in this course today and start your instant first step towards managing competitive bids. Learn faster for instant implementation. Learning outcome  Familiarise with managing competitive bids Understand quality management Deepen your understanding of analysing and reducing risk in the supply chain Strengthen supplier relationship management How Much Do Procurement Managers Earn? Senior - £78,000(Appx.) Average - £56,000(Appx.) Starting - £39,000(Appx.) Requirement Our Certificate in Purchasing and Procurement Part - 2 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. Certificate in Purchasing and Procurement Part - 2 Module 01: Managing Competitive Bids 00:22:00 Module 02: Quality Management 00:40:00 Module 03: Supplier Relationship Management 00:22:00 Module 04: Analysing and Reducing Risk in the Supply Chain 00:15:00 Assignment Assignment - Certificate in Purchasing and Procurement Part - 2 00:00:00

Certificate in Purchasing and Procurement Part - 2
Delivered Online On Demand1 hour 39 minutes
£25

Sales Success in a Global Market

4.9(9)

By Sterling Training

Understanding cultural differences in the global sales environment is critical to your salespeople’s success. Developing their intercultural communication skills and knowledge of the sales and negotiation techniques of different cultures and nationalities, will help them to ensure relationships are as effective and rewarding as possible. Bespoke courses include: The impact of language and cultural differences on the sales environment Communication techniques in international sales Effective sales questions A global mindset Culture and its impact on sales Delivering on different cultural expectations Perceptions of time across cultures and the impact on sales cycles and timelines

Sales Success in a Global Market
Delivered in Southampton or UK Wide or OnlineFlexible Dates
Price on Enquiry