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

19753 Courses delivered Online

MSc Project Management Top-Up

By School of Business and Technology London

Getting Started The MSc Project Management programme is designed to show people from any discipline or degree how to manage projects. This programme aims to identify, develop and perform essential skills and techniques needed for expertise in Project Management. The individual with a Qualifi Level 7 Diploma in Business Strategy will be eligible for the MSc Project Management Top Up programme. The programme focuses on enhancing graduate and practising engineers' knowledge and skills in relevant management skills, principles, and procedures. This course equips students with the skills and knowledge necessary to contribute to project management research significantly. The MSc Project Management Top-Up is awarded and delivered 100% online by Anglia Ruskin University. At Anglia Ruskin University, you will study through Canvas, a world-class online Learning Management System (LMS), accessed from your phone, PC or tablet at home or on the move. Canvas provides instant access to study materials, forums, and support from tutors and classmates, as well as enabling easy submission of your assignments. After successfully completing your studies, you'll be invited to attend a graduation ceremony on campus at Anglia Ruskin University. If attending the ceremony in person is not possible, we'll arrange to send your certificate to you. School of Business and Technology London partners with Chestnut Education Group to promote this programme. About Awarding Body Anglia Ruskin University began in 1858 as the Cambridge School of Art founded by William Beaumont. It was then merged with the Cambridge shire College of Arts and Technology and the Essex Institute of Higher Education and was renamed Anglia Polytechnic. It was then given university status in 1992 and renamed Anglia Ruskin University in 2005. The university has campuses in the UK (Cambridge, Chelmsford, London and Peterborough), as well as they are partnered with institutions around the world including Berlin, Budapest, Trinidad, Singapore and Kuala Lumpur. Assessment Assignments and Project No examinations Entry Requirements Qualifi Level 7 Diploma in Business Strategy or any equivalent diploma Further, candidates are also required to demonstrate their English language proficiency. Learners must request before enrolment to interchange unit(s) other than the preselected units shown in the SBTL website because we need to make sure the availability of learning materials for the requested unit(s). SBTL will reject an application if the learning materials for the requested interchange unit(s) are unavailable. Learners are not allowed to make any request to interchange unit(s) once enrolment is complete. Structure MSc Project Management Top-Up Programme Structure Project Management Systems Project Management Techniques Dissertation (Major Project) Delivery Methods The MSc Project Management Top-Up is awarded and delivered 100% online by Anglia Ruskin University. At Anglia Ruskin University, you will study through Canvas, a world-class online Learning Management System (LMS), accessed from your phone, PC or tablet at home or on the move. Canvas provides instant access to study materials, forums, and support from tutors and classmates, as well as enabling easy submission of your assignments. After successfully completing your studies, you'll be invited to attend a graduation ceremony on campus at Anglia Ruskin University. If attending the ceremony in person is not possible, we'll arrange to send your certificate to you. School of Business and Technology London partners with Chestnut Education Group to promote this programme. Resources and Support School of Business & Technology London is dedicated to offering excellent support on every step of your learning journey. School of Business & Technology London occupies a centralised tutor support desk portal. Our support team liaises with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receives a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and streamline all the support processes efficiently. Quality learning materials made by industry experts is a significant competitive edge of the School of Business & Technology London. Quality learning materials comprised of structured lecture notes, study guides, practical applications which includes real-world examples, and case studies that will enable you to apply your knowledge. Learning materials are provided in one of the three formats, such as PDF, PowerPoint, or Interactive Text Content on the learning portal. How does the Online Learning work at SBTL? We at SBTL follow a unique approach which differentiates us from other institutions. Indeed, we have taken distance education to a new phase where the support level is incredibly high.Now a days, convenience, flexibility and user-friendliness outweigh demands. Today, the transition from traditional classroom-based learning to online platforms is a significant result of these specifications. In this context, a crucial role played by online learning by leveraging the opportunities for convenience and easier access. It benefits the people who want to enhance their career, life and education in parallel streams. SBTL's simplified online learning facilitates an individual to progress towards the accomplishment of higher career growth without stress and dilemmas. How will you study online? With the School of Business & Technology London, you can study wherever you are. You finish your program with the utmost flexibility. You will be provided with comprehensive tutor support online through SBTL Support Desk portal. How will I get tutor support online? School of Business & Technology London occupies a centralised tutor support desk portal, through which our support team liaise with both tutors and learners to provide guidance, assessment feedback, and any other study support adequately and promptly. Once a learner raises a support request through the support desk portal (Be it for guidance, assessment feedback or any additional assistance), one of the support team members assign the relevant to request to an allocated tutor. As soon as the support receive a response from the allocated tutor, it will be made available to the learner in the portal. The support desk system is in place to assist the learners adequately and to streamline all the support process efficiently. Learners should expect to receive a response on queries like guidance and assistance within 1 - 2 working days. However, if the support request is for assessment feedback, learners will receive the reply with feedback as per the time frame outlined in the Assessment Feedback Policy.

MSc Project Management Top-Up
Delivered OnlineFlexible Dates
Price on Enquiry

Oracle 12c SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The target audience for this textbook is all Oracle professionals, both business and systems professionals. Among the specific groups for whom this textbook will be helpful are: ? Business and non-IT professionals ? Application designers and database developers ? Business Intelligence (BI) analysts and consumers ? Database administrators ? Web server administrators Overview The first portion of this textbook considers the logical models upon which a relational database is based and the various configurations and environments in which you may work with the Oracle database. The next segment focuses on the actual SQL syntax for writing database queries. You will begin with the simplest of queries and then proceed onto moderately complex query scenarios. Finally, this textbook covers the DDL, DML and transaction control portions of the SQL language that allow one to create, maintain and manipulate application database objects and application data. This textbook takes a unique approach to SQL training in that it incorporates data modeling theory, relational database theory, graphical depictions of theoretical concepts and numerous examples of actual SQL syntax into one learning vehicle. Relational Databases & Data Models About Data Models About the Relational Model The Electronics Data Model About the Relational DBMS Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper Using the Database Interface About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Introduction to the SQL Language About the SQL Language Characteristics of SQL Introducing SQL Using Select SQL Rules The Select Statement The Select Statement Distinct/Unique Keyword Using Alias Names Restricting Results with the Where Clause About Logical Operators Equality Operator Boolean Operators REGEXP_LIKE() In Operator Sorting Data with the Order By Clause About the Order by Clause Multiple Column Sorts Specify the Sort Sequence About Null Values within Sorts Using Column Aliases Pseudo Columns, Functions & Top-N Queries Rowid Pseudo Column ORA_ROWSCN PSEUDO Column ROWNUM Pseudo Column About the Built-In Functions SYSDATE User & UID SESSIONTIMEZONE Function Using the Dual Table Row Limiting & Top-N Queries FETCH First x Rows Only Clause OFFSET x Rows Clause FETCH?PERCENT Clause The WITH TIES Option Joining Tables About Joins Inner Joins Reflexive Join Non-Key Join Outer Join Using the Set Operators About the Set Operators SQL Set Operator Examples UNION Example INTERECT Example MINUS Example UNION All Summary Functions Using Sub-Queries Finding Data with Sub-Queries Standard Sub-Queries Correlated Sub-Queries The EXISTS Operator Aggregating Data within Groups About Summary Groups Find Groups within the Tables Select Data From the Base Tables Select Groups from the Results Use DDL to Create & Manage Tables Create Table Statement Column Data Types Not Null Default Describe Alter Table Statement Drop Table Statement Table DDL Using SQL Developer Alter User Statement Alter Session Statement NLS_Language NLS_Date Use DML to Manipulate Data The Insert Statement The Delete Statement The Update Statement About Transactions Transaction Rollback Transaction Commit Transaction Savepoint The Set Transaction Statement Set Transaction Read Only Statement Rules Understanding the Data Models The Company Data Model The Electronics Data Model About the SQL-99 Standard SQL-92 & SQL-99 Cross Joins Natural Joins Inner Joins Implicit Inner Join Outer Joins Anti Joins Named Sub-Queries Enhancing Groups with Rollup & Cube Using Rollup The Grouping() Function Using Cube SQL Functions: Character Handling What are the SQL Functions? String Formatting Functions UPPER(), LOWER() Example INITCAP() Example Character Codes Functions CHR((), ASCII() Examples PAD & TRIM Functions RPAD() Example RTRIM() Example TRIM() Example String Manipulation Functions DECODE () Example SUBSTR() Example INSTR() Example TRANSLATE() Example REPLACE() Example String Comparison Functions LEAST() Example Phonetic Search Function SOUNDEX() Example SQL Functions: Numeric Handling About the Numeric Data Functions GREATEST() Example ABS() Example ROUND() Example TRUNC() Example SIGN() Example TO_NUMBER() Example & Data ype Conversions NULL VALUES FUNCTIONS NVL() & NVL2() Function NVL() Example (Character) NVL() Example (Numeric Loss of Data) NVL() Example (Numeric Output) NVL2() Example COALESCE() Function NULLIF() Function SQL Functions: Date Handling Date Formatting Functions TO_CHAR() & TO_DATE() Format Patterns TO_CHAR() Examples TO_DATE() Examples EXTRACT() Example Date Arithmetic Functions MONTHS_BETWEEN() Example ADD_MONTHS() Example LAST_DAY() Example NEXT_DAY() Example TRUNC(), ROUND() Dates Example NEW_ TIME() Example About V$TIMEZONE_NAMES CAST() FUNCTION & TIME ZONES Database Objects: About Database Objects About Database Objects About Schemas Making Object References Database Objects: Relational Views About Relations Views The Create View Statement Why Use Views? Accessing Views with DML Maintaining View Definitions Alter View Drop View DDL Using SQL Developer Database Objects: Indexes About Indexes Create & Drop Index Statements Indexes & Performance Data Dictionary Storage Database Objects: Creating Other Objects About Sequences Referencing NEXTVAL Referencing CURRVAL Within the DEFAULT Clause Alter Sequence & Drop Sequence ALTER SEQUENCE DROP SEQUENCE About Identity Columns CREATE TABLE?GENERATED AS IDENTITY ALTER TABLE?GENERATED AS IDENTITY Start With Limit Value ALTER TABLE...DROP IDENTITY About Synonyms CREATE & DROP SYNONYM Statements CREATE SYNONYM DROP SYNONYM Public Vs Private Synonyms CREATE SCHEMA AUTHORIZATION Database Objects: Object Management Using DDL The RENAME Statement TABLESPACE Placement CREATE TABLE?TABLESPACE The Comment Statement The TRUNCATE TABLE Statement Database Objects: Security About Object Security Grant Object Privileges Revoke Object Privileges Object Privileges & SQL Developer Data Integrity Using Constraints About Constraints NOT NULL Constraint NOT NULL Example CHECK Constraint UNIQUE Constraint PRIMARY KEY Constraint REFERENCES Constraint ON DELETE CASCADE Example ON DELETE SET NULL Example Constraints on Existing Tables Constraints & SQL Developer Managing Constraint Definitions RENAMING & DROPPING Constraints ENABLING & DISABLING Constraints DEFERRED Constraint Enforcement SET CONSTRAINTS Handling Constraint Exceptions Constraints with Views DATA Dictionary Storage The Data Dictionary Structure More About the Data Dictionary OBJECT-SPECIFIC Dictionary Views USER_UPDATABLE_COLUMNS The Dictionary Structure METADATA & SQL Developer Additional course details: Nexus Humans Oracle 12c SQL Fundamentals 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 Oracle 12c SQL Fundamentals 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.

Oracle 12c SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Diploma in Criminal Law & Police - Level 7 (QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Diploma in Criminal Law & Police - Level 7  (QLS Endorsed)
Delivered Online On Demand9 hours
£12

Advanced Diploma in Counselling -Level 7( QLS Endorsed)

By Kingston Open College

QLS Endorsed + CPD QS Accredited - Dual Certification | Instant Access | 24/7 Tutor Support

Advanced Diploma in Counselling -Level 7( QLS Endorsed)
Delivered Online On Demand12 hours
£12

Transport And Warehouse Operations Supervisor Level 3

By Rachel Hood

Manage the day to day operations involved in supply chain.

Transport And Warehouse Operations Supervisor Level 3
Delivered OnlineFlexible Dates
Price on Enquiry

Level 2 Certificate in Counselling Skills

By Wise Campus

Level 2 Certificate in Counselling Skills Training Unlock your potential with our special Level 2 Certificate in Counselling Skills course! Have you discovered it is beneficial to get counselling for people you know? Do you agree that a counselor may offer assistance to people in a variety of circumstances? This Level 2 Certificate in Counselling Skills programme will give you the necessary comprehension, knowledge, and abilities to assist people in improving their own well-being. Counselors are more in demand than ever due to the UK's current mental health crisis. In our Level 2 Certificate in Counselling Skills You will learn about fundamental counseling skills and how to apply them in a counseling relationship by completing this. Throughout this Level 2 Certificate in Counselling Skills, you will also learn about counseling theory. The ethical framework that guides how counselors utilize their abilities is also a part of Level 2 Certificate in Counselling Skills programme. Additionally, you'll understand exactly what makes a good counselor in our Level 2 Certificate in Counselling Skills. You'll also learn how to build successful relationships with clients and improve your listening abilities from this Level 2 Certificate in Counselling Skills . You'll learn about diversity and ethics in counseling through this Level 2 Certificate in Counselling Skills. Our Level 2 Certificate in Counselling Skills also covers the value of exploring therapeutic approaches and self-development. So, start your new career in counseling right away with this Level 2 Certificate in Counselling Skills! Main Course: Level 2 Certificate in Counselling Skills Special Offers of this Level 2 Certificate in Counselling Skills Course This Level 2 Certificate in Counselling Skills Course includes a FREE PDF Certificate. Lifetime access to this Level 2 Certificate in Counselling Skills Course Instant access to this Level 2 Certificate in Counselling Skills Course Get FREE Tutor Support to this Level 2 Certificate in Counselling Skills Course Level 2 Certificate in Counselling Skills The goal of this Level 2 Certificate in Counseling Skills program is to equip you with the knowledge and abilities needed to function as a counselor or to advance your existing career in counseling. Who is this course for? Level 2 Certificate in Counselling Skills Everyone, including tutors, counseling psychologists, and wellbeing coordinators, is eligible to enrol in this Level 2 Certificate in Counseling Skills. Important Note: OurLevel 2 Certificate in Counselling Skills course focuses on knowledge. If you are seeking a formal qualification, please consider the following alternatives: Level 2 Certificate in Counselling Skills (RQF) Level 1 Certificate in Counselling Skills (RQF) NCFE CACHE Level 2 Certificate in Counselling Skills Counselling Skills (RQF) Requirements Level 2 Certificate in Counselling Skills To enrol in this Level 2 Certificate in Counselling Skills Course, students must fulfil the following requirements. To join in our Level 2 Certificate in Counselling Skills Course, you must have a strong command of the English language. To successfully complete our Level 2 Certificate in Counselling Skills Course, you must be vivacious and self driven. To complete our Level 2 Certificate in Counselling Skills Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Level 2 Certificate in Counselling Skills Course. Career path Level 2 Certificate in Counselling Skills Taking this Level 2 Certificate in Counseling Skills can open up a wide range of professional options for you, including: Psychologist: £25,000 to £35,000 annually Counselor for mental health: £35,000 to £40,000 annually Professional Counselor: £25,000 to £35,645 annually

Level 2 Certificate in Counselling Skills
Delivered Online On Demand1 hour 18 minutes
£12

MyTutorElite Bespoke Tuition

By David Bell

I cover a range of subjects, including mathematics, English and science, as well as targeted preparation for entrance exams such as the 11 plus, ISEB, and more. Additionally, I provide focused support for verbal reasoning and non-verbal reasoning assessments. Importantly, all tuition is bespoke, tailored to your child's unique learning needs and requirements. My goal is to offer comprehensive assistance tailored to the primary education curriculum and specific entrance requirements. I also support children in their transition to secondary school through secondary private tuition and GCSE private tuition in certain subjects. I can always recommend excellent private tutors if I am not able to support a particular subject, so get in touch!

MyTutorElite Bespoke Tuition
Delivered OnlineFlexible Dates
Price on Enquiry

Cisco Designing Cisco Data Center Infrastructure v7.0 (DCID)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for IT professionals with five to eight years of experience in these roles: Data center engineers Network designers Network administrators Network engineers Systems engineers System administrator Consulting systems engineers Technical solutions architects Server administrators Network managers Cisco integrators or partners Overview After taking this course, you should be able to: Describe the Layer 2 and Layer 3 forwarding options and protocols used in a data center Describe the rack design options, traffic patterns, and data center switching layer access, aggregation, and core Describe the Cisco Overlay Transport Virtualization (OTV) technology that is used to interconnect data centers Describe Locator/ID separation protocol Design a solution that uses Virtual Extensible LAN (VXLAN) for traffic forwarding Describe hardware redundancy options; how to virtualize the network, compute, and storage functions; and virtual networking in the data center Describe solutions that use fabric extenders and compare Cisco Adapter Fabric Extender (FEX) with single root input/output virtualization (SR-IOV) Describe security threats and solutions in the data center Describe advanced data center security technologies and best practices Describe device management and orchestration in the data center Describe the storage options for compute function and different Redundant Array of Independent Disks (RAID) levels from a high-availability and performance perspective Describe Fibre Channel concepts, topologies, architecture, and industry terms Describe Fibre Channel over Ethernet (FCoE) Describe security options in the storage network Describe management and automation options for storage networking infrastructure Describe Cisco UCS servers and use cases for various Cisco UCS platforms Explain the connectivity options for fabric interconnects for southbound and northbound connections Describe the hyperconverged solution and integrated systems Describe the systemwide parameters for setting up a Cisco UCS domain Describe role-based access control (RBAC) and integration with directory servers to control access rights on Cisco UCS Manager Describe the pools that may be used in service profiles or service profile templates on Cisco UCS Manager Describe the different policies in the service profile Describe the Ethernet and Fibre Channel interface policies and additional network technologies Describe the advantages of templates and the difference between initial and updated templates Describe data center automation tools The Designing Cisco Data Center Infrastructure (DCID) v7.0 course helps you master design and deployment options focused on Cisco© data center solutions and technologies across network, compute, virtualization, storage area networks, automation, and security. You will learn design practices for the Cisco Unified Computing System? (Cisco UCS©) solution based on Cisco UCS B-Series and C-Series servers, Cisco UCS Manager, and Cisco Unified Fabric. You will also gain design experience with network management technologies including Cisco UCS Manager, Cisco Data Center Network Manager (DCNM), and Cisco UCS Director. This course helps you prepare to take the exam, Designing Cisco Data Center Infrastructure (300-610 DCID) Describing High Availability on Layer 2 Overview of Layer 2 High-Availability Mechanisms Virtual Port Channels Cisco Fabric Path Virtual Port Channel+ Designing Layer 3 Connectivity First Hop Redundancy Protocols Improve Routing Protocol Performance and Security Enhance Layer 3 Scalability and Robustness Designing Data Center Topologies Data Center Traffic Flows Cabling Challenges Access Layer Aggregation Layer Core Layer Spine-and-Leaf Topology Redundancy Options Designing Data Center Interconnects with Cisco OTV Cisco OTV Overview Cisco OTV Control and Data Planes Failure Isolation Cisco OTV Features Optimize Cisco OTV Evaluate Cisco OTV Describing Locator/ID Separation Protocol Locator/ID Separation Protocol Location Identifier Separation Protocol (LISP) Virtual Machine (VM) Mobility LISP Extended Subnet Mode (ESM) Multihop Mobility LISP VPN Virtualization Describing VXLAN Overlay Networks Describe VXLAN Benefits over VLAN Layer 2 and Layer 3 VXLAN Overlay Multiprotocol Border Gateway Protocol (MP-BGP) Ethernet VPN (EVPN) Control Plane Overview VXLAN Data Plane Describing Hardware and Device Virtualization Hardware-Based High Availability Device Virtualization Cisco UCS Hardware Virtualization Server Virtualization SAN Virtualization N-Port ID Virtualization Describing Cisco FEX Options Cisco Adapter FEX Access Layer with Cisco FEX Cisco FEX Topologies Virtualization-Aware Networking Single Root I/O Virtualization Cisco FEX Evaluation Describing Basic Data Center Security Threat Mitigation Attack and Countermeasure Examples Secure the Management Plane Protect the Control Plane RBAC and Authentication, Authorization, and Accounting (AAA) Describing Advanced Data Center Security Cisco TrustSec in Cisco Secure Enclaves Architecture Cisco TrustSec Operation Firewalling Positioning the Firewall Within Data Center Networks Cisco Firepower© Portfolio Firewall Virtualization Design for Threat Mitigation Describing Management and Orchestration Network and License Management Cisco UCS Manager Cisco UCS Director Cisco Intersight Cisco DCNM Overview Describing Storage and RAID Options Position DAS in Storage Technologies Network-Attached Storage Fibre Channel, FCoE, and Internet Small Computer System Interface (iSCSI) Evaluate Storage Technologies Describing Fibre Channel Concepts Fibre Channel Connections, Layers, and Addresses Fibre Channel Communication Virtualization in Fibre Channel SAN Describing Fibre Channel Topologies SAN Parameterization SAN Design Options Choosing a Fibre Channel Design Solution Describing FCoE FCoE Protocol Characteristics FCoE Communication Data Center Bridging FCoE Initialization Protocol FCoE Design Options Describing Storage Security Common SAN Security Features Zones SAN Security Enhancements Cryptography in SAN Describing SAN Management and Orchestration Cisco DCNM for SAN Cisco DCNM Analytics and Streaming Telemetry Cisco UCS Director in the SAN Cisco UCS Director Workflows Describing Cisco UCS Servers and Use Cases Cisco UCS C-Series Servers Fabric Interconnects and Blade Chassis Cisco UCS B-Series Server Adapter Cards Stateless Computing Cisco UCS Mini Describing Fabric Interconnect Connectivity Use of Fabric Interconnect Interfaces VLANs and VSANs in a Cisco UCS Domain Southbound Connections Northbound Connections Disjoint Layer 2 Networks Fabric Interconnect High Availability and Redundancy Describing Hyperconverged and Integrated Systems Hyperconverged and Integrated Systems Overview Cisco HyperFlex? Solution Cisco HyperFlex Scalability and Robustness Cisco HyperFlex Clusters Cluster Capacity and Multiple Clusters on One Cisco UCS Domain External Storage and Graphical Processing Units on Cisco HyperFlex Cisco HyperFlex Positioning Describing Cisco UCS Manager Systemwide Parameters Cisco UCS Setup and Management Cisco UCS Traffic Management Describing Cisco UCS RBAC Roles and Privileges Organizations in Cisco UCS Manager Locales and Effective Rights Authentication, Authorization, and Accounting Two-Factor Authentication Describing Pools for Service Profiles Global and Local Pools Universally Unique Identifier (UUID) Suffix and Media Access Control (MAC) Address Pools World Wide Name (WWN) Pools Server and iSCSI Initiator IP Pools Describing Policies for Service Profiles Global vs. Local Policies Storage and Basic Input/Output System (BIOS) Policies Boot and Scrub Policies Intelligent Platform Management Interface (IPMI) and Maintenance Policies Describing Network-Specific Adapters and Policies LAN Connectivity Controls SAN Connectivity Controls Virtual Access Layer Connectivity Enhancements Describing Templates in Cisco UCS Manager Cisco UCS Templates Service Profile Templates Network Templates Designing Data Center Automation Model-Driven Programmability Cisco NX-API Overview Programmability Using Python Cisco Ansible Module Use the Puppet Agent Additional course details: Nexus Humans Cisco Designing Cisco Data Center Infrastructure v7.0 (DCID) 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 Cisco Designing Cisco Data Center Infrastructure v7.0 (DCID) 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.

Cisco Designing Cisco Data Center Infrastructure v7.0 (DCID)
Delivered OnlineFlexible Dates
Price on Enquiry

Pharmacy Technician Essentials

By Training Tale

Pharmacy Technician This Pharmacy: Pharmacy Technician course is customised only for you! Do you want to advance your career in the healthcare industry? Or, are you looking for a way to contribute to community health care without performing clinical duties? If you're considering a career in the pharmaceutical industry, then you've come to the right place. This Pharmacy Technician course teaches you everything you need to know to become a Pharmacy Technician Assistant and provides support and stability to your team. By enrolling on our Pharmacy Technician course, you will become familiar with the roles and responsibilities of a Pharmacy Assistant or Technician. This comprehensive Pharmacy Technician course will teach you the fundamental techniques of a Pharmacy worker and how to successfully counsel and diagnose a patient. You will also gain experience in the practice of prescribing and dispensing medication, as well as stock control and inventory management. Along with this, you will gain knowledge of medical health and safety standards and security protocols associated with legal drugs. Enrol in this Pharmacy: Pharmacy Technician course now and start your career in the UK's healthcare sector. Main Course: Pharmacy Technician Gift Courses Course 01: Pharmacy Assistant Course 02: Level 3 Award in Health and Social Care Course [ Note: Free PDF certificate as soon as completing the Pharmacy Technician course ] Pharmacy Technician Course Curriculum of Pharmacy Technician Module 01: Introduction to Pharmacy Technician Module 02: Job Role of Pharmacy Technicians Module 03: Pharmacy Management Module 04: Pharmacy Prescription and Dispensing Module 05: Minimising Dispensing Errors Module 06: Hygiene for pharmacy technician Module 07: Customer Service on Pharmacy Module 08: Managing Risks in Pharmacy Practice Module 09: Communication and Education Assessment Method After completing each module of the Pharmacy Technician Course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Certification After completing the MCQ/Assignment assessment for this Pharmacy Technician course, you will be entitled to a Certificate of Completion from Training Tale which is completely free to download. Who is this course for? Pharmacy Technician This Pharmacy Technician course is ideal for those interested in becoming pharmacy technicians or those looking to make a career in the medical field. Requirements Pharmacy Technician There are no specific requirements for this Pharmacy Technician course because it does not require any advanced knowledge or skills. Career path Pharmacy Technician Certificates Certificate of completion Digital certificate - Included

Pharmacy Technician Essentials
Delivered Online On Demand18 hours
£12

Pharmacy Technician & Pharmacy Assistant - Training

By Training Tale

Pharmacy Technician & Pharmacy Assistant This Pharmacy Technician & Pharmacy Assistant course is customised only for you! Do you want to advance your career in the healthcare industry? Or, are you looking for a way to contribute to community health care without performing clinical duties? If you're considering a career in the pharmaceutical industry, then you've come to the right place. This Pharmacy Technician & Pharmacy Assistant course teaches you everything you need to know to become a Pharmacy Technician or Pharmacy Technician Assistant and provide support and stability to your team. By enrolling on our Pharmacy Technician & Pharmacy Assistant course, you will become familiar with the roles and responsibilities of a Pharmacy Assistant or Technician. This comprehensive course will teach you the fundamental techniques of a Pharmacy worker and how to successfully counsel and diagnose a patient. You will also gain experience in the practice of prescribing and dispensing medication, as well as stock control and inventory management. Along with this, you will gain knowledge of medical health and safety standards and security protocols associated with legal drugs. Enrol in this Pharmacy Technician & Pharmacy Assistant course now and start your career in the UK's healthcare sector. Courses are included in this Pharmacy Technician & Pharmacy Assistant Bundle Course Course 01: Pharmacy Assistant & Technician Course 02: Level 2 Certificate in Understanding Nutrition and Health Course 03: Level 5 Mental Health First Aid Certification Other Benefits of this Bundle Course Free 3 PDF Certificate Access to Content - Lifetime Exam Fee - Totally Free Free Retake Exam [ Note: Free PDF certificate will provide as soon as completing the Pharmacy Technician & Pharmacy Assistant course] Pharmacy Technician & Pharmacy Assistant Course Curriculum of Pharmacy Technician & Pharmacy Assistant This Pharmacy Technician & Pharmacy Assistant course consists of 09 modules. Assessment Method After completing each module of the Pharmacy Technician & Pharmacy Assistant course, you will find automated MCQ quizzes. To unlock the next module, you need to complete the quiz task and get at least 60% marks. Once you complete all the modules in this manner, you will be qualified to request your certification. Certification After completing the MCQ/Assignment assessment for this Pharmacy Technician & Pharmacy Assistant course, you will be entitled to a Certificate of Completion from Training Tale. Who is this course for? Pharmacy Technician & Pharmacy Assistant This Pharmacy Technician & Pharmacy Assistant course is ideal for those interested in becoming pharmacy technicians or those looking to make a career in the medical field. Requirements Pharmacy Technician & Pharmacy Assistant There are no specific requirements for this Pharmacy Technician & Pharmacy Assistant course because it does not require any advanced knowledge or skills. Career path Pharmacy Technician & Pharmacy Assistant Certificates Certificate of completion Digital certificate - Included

Pharmacy Technician & Pharmacy Assistant - Training
Delivered Online On Demand21 hours
£12