Electrical Circuits Online Training Course Overview Whether you are self-taught and you want to fill in the gaps for better efficiency and productivity, this electrical circuits online training course will set you up with a solid foundation to become a confident electrical students/Ohm's law and develop more advanced skills. This comprehensive electrical circuits online training course is the perfect way to kickstart your career in the field of Ohm's law . This course will give you a competitive advantage in your career, making you stand out from all other applicants and employees. As one of the leading course providers and most renowned e-learning specialists online, we're dedicated to giving you the best educational experience possible. This course is crafted by industry expert, to enable you to learn quickly and efficiently, and at your own pace and convenience. Who should take this course? This comprehensive electrical circuits online training course is suitable for anyone looking to improve their job prospects or aspiring to accelerate their career in this sector and want to gain in-depth knowledge of Ohm's law. Entry Requirement There are no academic entry requirements for this electrical circuits online training course, and it is open to students of all academic backgrounds. As long as you are aged seventeen or over and have a basic grasp of English, numeracy and ICT, you will be eligible to enrol. Career path This electrical circuits online training course opens a brand new door for you to enter the relevant job market and also provides you with the chance to accumulate in-depth knowledge at the side of needed skills to become flourishing in no time. You will also be able to add your new skills to your CV, enhance your career and become more competitive in your chosen industry. Course Curriculum Ohm's Law Made Easy for Series Circuits - Introduction to Ohm's Law Basic Electrical Key Words to Know Ohm's Law Formulas 88 What Does Ohm's Law Mean Ohm's Law Math Practice Ohm's Law Math Practice Review Ohm's Law for Each Part of the Circuit Series Circuit Rules Series Circuit Rules Series Rule 1 - Current Remains Constant Series Rule 2 - The Total Resistance is the Sum of All Resistance in the Circuit Series Rule 3 - Sum of Voltage Drops Equals Source Voltage Series Rule 4 - Voltages Differ if the Resistors are Different Values Series Circuit Math Simplified Series Circuit Example 1 Understanding Voltage Current and Resistance Better Series Circuit Example 2 The Power Formula Series Example 2 with Power Series Circuit Math Example 3 Series Circuit Math Example 4 Series Circuit Math Example 5 Series Circuit Math Example 6 Series Circuit Math Example 7 Live Demos Live Demo - Two - 50 Ohm Resistors in Series Live Demo - 10 and 50 Ohm Resistors in Series Live Demo - Bulbs in Series Electrical Prefixes and Thank You Electrical Prefixes Recognised Accreditation CPD Certification Service This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Many organisations look for employees with CPD requirements, which means, that by doing this course, you would be a potential candidate in your respective field. Certificate of Achievement Certificate of Achievement from Lead Academy After successfully passing the MCQ exam you will be eligible to order your certificate of achievement as proof of your new skill. The certificate of achievement is an official credential that confirms that you successfully finished a course with Lead Academy. Certificate can be obtained in PDF version at a cost of £12, and there is an additional fee to obtain a printed copy certificate which is £35. FAQs Is CPD a recognised qualification in the UK? CPD is globally recognised by employers, professional organisations and academic intuitions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. CPD-certified certificates are accepted by thousands of professional bodies and government regulators here in the UK and around the world. Are QLS courses recognised? Although QLS courses are not subject to Ofqual regulation, they must adhere to an extremely high level that is set and regulated independently across the globe. A course that has been approved by the Quality Licence Scheme simply indicates that it has been examined and evaluated in terms of quality and fulfils the predetermined quality standards. When will I receive my certificate? For CPD accredited PDF certificate it will take 24 hours, however for the hardcopy CPD certificate takes 5-7 business days and for the Quality License Scheme certificate it will take 7-9 business days. Can I pay by invoice? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. Can I pay via instalment? Yes, you can pay via Invoice or Purchase Order, please contact us at info@lead-academy.org for invoice payment. How to take online classes from home? Our platform provides easy and comfortable access for all learners; all you need is a stable internet connection and a device such as a laptop, desktop PC, tablet, or mobile phone. The learning site is accessible 24/7, allowing you to take the course at your own pace while relaxing in the privacy of your home or workplace. Does age matter in online learning? No, there is no age limit for online learning. Online learning is accessible to people of all ages and requires no age-specific criteria to pursue a course of interest. As opposed to degrees pursued at university, online courses are designed to break the barriers of age limitation that aim to limit the learner's ability to learn new things, diversify their skills, and expand their horizons. When I will get the login details for my course? After successfully purchasing the course, you will receive an email within 24 hours with the login details of your course. Kindly check your inbox, junk or spam folder, or you can contact our client success team via info@lead-academy.org
This intermediate-level course will help you learn how to use multi-threading and asynchronous programming to speed up programs that are heavily bottlenecked by IO operations. The course covers core concepts such as implementing multiprocessing in Python, creating various readers and schedulers, and monitoring your coding progress.
The course is crafted to reflect the in-demand skills in the marketplace that will help you in mastering the key concepts and methodologies of RL and deep RL, along with several practical implementations. This course will help you know the theory and practical aspects of reinforcement and deep reinforcement learning.
This comprehensive course will guide you to use the power of Python to evaluate recommender system datasets based on user ratings, user choices, music genres, categories of movies, and their years of release with a practical approach to build content-based and collaborative filtering techniques for recommender systems with hands-on experience.
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.
Our Aim Is Your Satisfaction! Offer Ends Soon; Hurry Up!! Are you trying to make yourself ready for a place in the field of law? Finding it hard to learn UK Laws and regulations? If you're interested in working in a structured environment and building your career in a sector that is expected to grow faster than average in the next several years, this Law & Paralegalcourse may become a great option for you. Earn yourself a certificate online around work and family commitments, at your own pace considering your schedules. Enrol this Law & Paralegal course today to boost your skills and move on to the next level. This Diploma in Law & Paralegal at QLS Level 6 course is endorsed by The Quality Licence Scheme and accredited by CPDQS (with 150 CPD points) to make your skill development & career progression more accessible than ever! It is said that behind every successful attorney, there is a hard-working paralegal. Our Law & Paralegal diploma training is designed to prepare you to perform substantive and procedural legal work as authorised by law. The Law & Paralegal course defines the steps to make you prepare to perform the duties and responsibilities to work as a paralegal lawyer, this includes - legal research and presentations, scheduling and conducting client interviews, drafting legal documents and performing day to day tasks at law office administration. Furthermore, the course gives you an in-depth overview of the law and legal systems, criminal, property, probate and contract law. Throughout this Law & Paralegal course, you will also demonstrate the ethical values and views of a paralegal lawyer to deal with conflict and resolutions as well. This Law & Paralegal course will help you to make a mark for yourself in the competitive job market. This certificate will also help you to create an impression of self-efficacy and dedication that will surely attract prospective employers to give priority to your job application. Enrol today to open and build enchanting career opportunities ahead. Learning Outcome of this Law & Paralegal Course Key Paralegal terminologies Effective communication skills for a Paralegal Knowledge of the laws and legal systems Knowledge of a range of different laws including criminal, property, probate, and contract law How to deal with common Paralegal legal matters A greater understanding of human rights How to deal with conflict and conflict resolution as a Paralegal Mandatory knowledge fields and survival tips for Paralegals The key people in a law firm or legal department and their relationship with paralegals Why Choose Our Law & Paralegal Course? Get a Free CPD Accredited Certificate upon completion of Law & Paralegal Get a free student ID card with Law & Paralegal Training Get instant access to this Law & Paralegal course. Learn Law & Paralegal from anywhere in the world The Law & Paralegal is affordable and simple to understand The Law & Paralegal is an entirely online, interactive lesson with voiceover audio Lifetime access to the Law & Paralegal course materials The Law & Paralegal comes with 24/7 tutor support Take a step toward a brighter future Law & Paralegal Training! *** Course Curriculum *** Here are the topics you will cover in the Law & Paralegal Course: Module 01: Understanding the Concept of Paralegal Module 02: Key Legal Terminology Module 03: Effective Communication Skills for Paralegals Module 04: The Legal Workplace & Professionals Module 05: Law & Legal Systems Module 06: Contract & Business Law Module 07: Property Law Module 08: Wills, Probate, Estate Law Module 09: Criminal Law Module 10: Common Paralegal Legal Matters Module 11: Human Rights Module 12: Conflict and Conflict Resolution Module 13: Professional Conduct and Ethics of Paralegals Module 14: Mandatory Knowledge Fields and Survival Tips for Paralegals Assessment Process After completing an online module, you will be given immediate access to a specially designed MCQ test. The results will be immediately analysed, and the score will be shown for your review. The passing score for each test will be set at 60%. After passing the Diploma in Law & Paralegal at QLS Level 6 course exam, you will be able to request a certificate at an additional cost that has been endorsed by the Quality Licence Scheme. CPD 150 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Law & Paralegal course is specially designed for people who want to specialise in a certain type of law to work in a corporate setting as legal business advisors. Moreover, people already working in the relevant field can also enrol on this course to advance their knowledge and skill set. Besides, this Law & Paralegal course can be taken by anyone of all academic backgrounds. Requirements You will not need any prior background or expertise to enrol in this Law & Paralegal course. Career path After completing this Law & Paralegal course, you are to start your career or begin the next phase of your career. Legal Staffing Recruiter Development and Training Manager Pro Bono Program Coordinator Project Manager for Legal Support Vendor Business Development/Sales for legal support vendor Legislative Affairs Director for a county government agency Certificates CPDQS Accredited Certificate Digital certificate - £10 Diploma in Law & Paralegal at QLS Level 6 Hard copy certificate - £129 Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Law & Paralegal at QLS Level 6course, you can order an original hardcopy certificate of achievement endorsed by the Quality Licence Scheme. The certificate will be home-delivered, with a pricing scheme of - 129 GBP inside the UK 139 GBP (including postal fees) for international delivery CPDQS Accredited Certificate 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (international delivery)
Duration 3 Days 18 CPD hours This course is intended for This course is aimed at developers who want to build web applications using ASP.NET Core or developers who want to make a career building web applications using Microsoft technology. In the web world, the ability to build robust web applications is key. With the knowledge about ASP.NET Core MVC (that makes use of the Model-View-Controller architecture) that you will take away from this course, you will be prepared to meet this need. In today's age, it's important for you as a developer to possess the ability to separate the programming and business logic. This course covering ASP.NET Core 2 will help you develop this skillset. Setting the Stage Introduction to Web Applications Creating ASP.NET Core application Controllers Role of the Controller in ASP.NET MVC Applications Introduction to Routing Our First Controller Implementing our own IActionResult Adding Views Adding Models Passing Data from the Controller to the View Filters Writing a Custom Filter Views The View Engine and the Razor View Engine Working with Layout Generating HTML Partial View View Components Tag Helpers Models Introduction to Models Model Binding The Entity Framework Using the Entity Framework in ASP.NET MVC applications Database Migration Validation Introduction to Validation Client-Side and Server-Side Validation Server-side Validation Client-side Validation Implementation Routing Convention-Based Routing Attribute-Based Routing Route Attribute at the Controller Level Passing Routing Values in HTTP Action Verbs in the Controller Route Constraints Rest Buy Designing Rest Buy Creating the Entities for the Application Creating EF Context and Migration Adding Features, Testing, and Deployment Adding the Registration Feature Creating a Unit Test Upgrading Our Application to Bootstrap 4 Deploying Rest Buy to Azure Additional course details: Nexus Humans Beginning ASP.NET 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 Beginning ASP.NET 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.
Duration 2 Days 12 CPD hours This course is intended for Authors Overview Please refer to course overview This course teaches experienced authors advanced report building techniques to enhance, customize, manage, and distribute reports. Additionally, the student will learn how to create highly interactive and engaging reports that can be run offline by creating Active Reports. Create query models Build a query and connect it to a report Answer a business question by referencing data in a separate query Create reports based on query relationships Create join relationships between queries Combine data containers based on relationships from different queries Create a report comparing the percentage of change Introduction to dimensional reporting concepts Examine data sources and model types Describe the dimensional approach to queries Apply report authoring styles Introduction to dimensional data in reports Use members to create reports Identify sets and tuples in reports Use query calculations and set definitions Dimensional report context Examine dimensional report members Examine dimensional report measures Use the default measure to create a summarized column in a report Focus your dimensional data Focus your report by excluding members of a defined set Compare the use of the filter() function to a detail filter Filter dimensional data using slicers Calculations and dimensional functions Examine dimensional functions Show totals and exclude members Create a percent of base calculation Create advanced dynamic reports Use query macros Control report output using a query macro Create a dynamic growth report Create a report that displays summary data before detailed data and uses singletons to summarize information Design effective prompts Create a prompt that allows users to select conditional formatting values Create a prompt that provides users a choice between different filters Create a prompt to let users choose a column sort order Create a prompt to let users select a display type Examine the report specification Examine report specification flow Identify considerations when modifying report specifications Customize reporting objects Distribute reports Burst a report to email recipients by using a data item Burst a list report to the IBM Cognos Analytics portal by using a burst table Burst a crosstab report to the IBM Cognos Analytics portal by using a burst table and a master detail relationship Enhance user interaction with HTML Create interactive reports using HTML Include additional information with tooltips Send emails using links in a report Introduction to IBM Cognos Active Reports Examine Active Report controls and variables Create a simple Active Report using Static and Data-driven controls Change filtering and selection behavior in a report Create interaction between multiple controls and variables Active Report charts and decks Create an Active Report with a Deck Create an Active Report with 11.0 visualizations
Overview Navigating the world of customer service over the phone can be challenging. The 'Telephone Customer Service Training' course is your guiding compass, expertly designed to tackle the multifaceted arena of phone-based interactions. Delve deep into the core values of stellar customer service, uncover the distinction of superior service, and master the nuances of phone etiquette. With a curriculum spanning from the basics of customer relationship management to the intricacies of managing tough callers, this course equips you with a holistic understanding to thrive in a telephone-centric customer service role. The essentiality of establishing rapport during telephonic conversations cannot be overstated. This course accentuates the importance of rapport building and teaches strategies to connect genuinely over a call, ensuring customers feel valued and understood. Explore the dynamics of both inbound and outbound calls, and gain expertise in active listening, a pivotal skill to understand customer needs and offer apt solutions. Further, with modules focusing on interoffice calls, voicemail management, and intra-organisation dealings, the curriculum covers the full spectrum of telephone interactions. Metrics and measurements are quintessential in refining and enhancing service standards. Dive into the intricacies of gauging your service's effectiveness and learn methods to consistently better your interaction quality. As the landscape of customer service evolves, those proficient in these nuances are poised for success. Learning Outcomes: Understand the fundamentals and importance of top-tier customer service over the phone. Differentiate between average and excellent customer service practices. Develop effective strategies for managing and improving customer relationships. Cultivate superior telephone etiquette and communication techniques. Employ strategies to establish genuine rapport during phone interactions. Tackle challenging calls with confidence and professionalism. Gain proficiency in evaluating and enhancing service quality through metrics. Why buy this Telephone Customer Service Training? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Telephone Customer Service Training there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Telephone Customer Service Training course is ideal for Individuals aiming to enter the customer service sector. Current customer service representatives seeking to refine their telephone interaction skills. Managers overseeing phone-based customer service teams. Organisations aiming to standardise their telephonic service protocols. Entrepreneurs wanting to foster excellent customer relationships over the phone. Prerequisites This Telephone Customer Service Training does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Telephone Customer Service Training was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Customer Service Representative: £18,000 - £25,000 annually. Telephone Support Specialist: £21,000 - £28,000 annually. Call Centre Supervisor: £25,000 - £32,000 annually. Customer Relationship Manager: £30,000 - £45,000 annually. Customer Service Trainer: £28,000 - £35,000 annually. Quality Assurance Analyst (Customer Service): £24,000 - £31,000 annually. Course Curriculum Module 1: Introduction to Customer Service Module 01: Introduction to Customer Service 00:23:00 Module 2: What's Different about Good Customer Service? Module 02: What's Different about Good Customer Service? 00:12:00 Module 3: Customer Relationship Management Module 03: Customer Relationship Management 00:42:00 Module 4: Customer Service Communication Strategies Module 04: Customer Service Communication Strategies 00:24:00 Module 5: Aspects of Phone Etiquette Module 05: Aspects of Phone Etiquette 00:31:00 Module 6: Building Rapport Over the Phone Module 06: Building Rapport Over the Phone 00:24:00 Module 7: Inbound and Outbound Calls Module 07: Inbound and Outbound Calls 00:16:00 Module 8: Active Listening and Managing Tough Callers Module 08: Active Listening and Managing Tough Callers 00:28:00 Module 9: Managing Interoffice Calls and Voicemail Module 09: Managing Interoffice Calls and Voicemail 00:10:00 Module 10: Problem Solving over the Phone Module 10: Problem Solving over the Phone 01:04:00 Module 11: Intra Organisation Dealings Module 11: Intra Organisation Dealings 00:35:00 Module 12: Measuring Customer Service Module 12: Measuring Customer Service 00:12:00 Assignment Assignment - Telephone Customer Service Training 00:00:00