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

5816 Computing courses in Yeovil delivered Online

Querying Data with Microsoft SQL Server

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for Database Administrators, Database Developers, BI professionals, and Business reporting users. Overview Upon successful completion of this course, students will be able to run Queries and retrieve results, perform conditional searches, and retrieve data from multiple tables. Before starting this course, make sure you meet at least one of the following prerequisites: Basic knowledge of the Microsoft Windows operating system and its core functionality. Basic working knowledge of Relational Databases. In this course, students will gain a good understanding of the Transact-SQL language. They will be able to create queries, sort, filter the data, execute procedures with T-SQL. Course Outline 1.Introduction to Microsoft SQL Server 2.Introduction to T-SQL Querying 3.Writing SELECT Queries 4.Querying Multiple Tables 5.Sorting and Filtering Data 6.Working with SQL Server Data Types 7.Using DML to Modify Data 8.Using Built-In Functions 9.Grouping and Aggregating Data 10.Using Subqueries 11.Using Table Expressions 12.Using Set Operators 13.Using Windows Ranking, Offset, and Aggregate Functions 14.Pivoting and Grouping Sets 15.Executing Stored Procedures 16.Programming with T-SQL

Querying Data with Microsoft SQL Server
Delivered OnlineFlexible Dates
Price on Enquiry

ISO 31000 Risk Manager

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Risk managersBusiness Process OwnersBusiness Finance ManagersBusiness Risk ManagersRegulatory Compliance ManagersProject ManagementPersons responsible for information security or conformity within an organization Overview To understand the concepts, approaches, methods and techniques allowing an effective risk managementaccording to ISO 31000To understand the relationship between the risk management and the compliance with the requirements ofdifferent stakeholders of an organizationTo acquire the competence to implement, maintain and manage an ongoing risk management program accordingto ISO 31000To acquire the competence to effectively advise organizations on the best practices in risk management In this three-day intensive course participants develop the competence to master a model for implementing risk management processes throughout their organization using the ISO 31000:2009 standard as a reference framework. Day 1 Introduction to the Risk Management framework according to ISO 31000 Concepts and definitions related to Risk Management Risk Management standards, frameworks and methodologies Implementation of a Risk Management framework Understanding an organization and its context Day 2 Risk identification and assessment, risk evaluation, treatment, acceptance, communication and surveillance according to ISO 31000 Risk identification Risk analysis and risk evaluation Risk treatment Risk acceptance and residual risk management Risk communication and consultation Risk monitoring and review Day 3 Risk assessment methodologies according to ISO 31000 and Certification Exam Presentation of risk assessment methodologies Certification Exam

ISO 31000 Risk Manager
Delivered OnlineFlexible Dates
Price on Enquiry

C)ISSO - Certified Information Security Systems Officer Mile 2

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for IS Security Officers IS Managers Risk Managers Auditors Information Systems Owners IS Control Assessors System Managers Government Employees Overview The person who carries this certification should be able to acquire necessary resources, advise senior leadership, collaborate with stakeholders, evaluate effectiveness, identify cybersecurity problems, manage threats, oversee information security awareness programs, participate in risk assessments, support compliance activities, and define or implement policies and procedures to ensure protection of critical infrastructure within an information security environment. If you are looking for the ?gotta have it? cybersecurity course, then the Certified Information Systems Security Officer is for you.ÿ The C)ISSO will prepare you for multiple managerial roles inside the INFOSEC community by covering a broad range of topics. You will learn theories in security concepts, practices, monitoring and compliance in IS management. An Information Systems Security Officer is able to implement and maintain cost-effective security controls that are closely aligned with business and industry standards. The C)ISSO certification course is an idealÿway to increaseÿknowledge, expertise, and skill for managers, auditors, and INFOSEC professionals.ÿ At Mile2 we consider the C)ISSO to be one of our flagship courses.The things you learn in this course can be applied to management, prevention teams, and recovery professionals. Material learned in the Live Class or Self-Study options will apply directly to the certification exam. Course Outline Risk Management Security Management Identification and Authentication Access Control Security Models and Evaluation Operations Security Vulnerability Assessments Symmetric Cryptography and Hashing Network Connections Network Protocols and Devices Telephony, VPNs, and Wireless Security Architecture and Attacks Software Development Security Database Security Malware and Software Attacks Business Continuity Disaster Recovery Incident Management, Law, and Ethics Physical Security Additional course details: Nexus Humans C)ISSO - Certified Information Security Systems Officer Mile 2 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 C)ISSO - Certified Information Security Systems Officer Mile 2 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.

C)ISSO - Certified Information Security Systems Officer Mile 2
Delivered OnlineFlexible Dates
Price on Enquiry

Test Automation with Python (TTPS4832)

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This in an introductory-level course geared for QA, Test team members and others who want to use the Python testing framework PyTest to implement code testing strategies. Attendees should have prior basic Python scripting experience. Students should have some familiarity with tools to be used in this course: PyCharm, Jupyter Notebook and basic GIT. Overview Working within in a hands-on learning environment students will learn to: Become proficient with pytest from day one by solving real-world testing problems Use pytest to write tests more efficiently Scale from simple to complex and functional testing Write and run simple and complex tests Organize tests in fles and directories Find out how to be more productive on the command line Markers and how to skip, xfail and parametrize tests Explore fxtures and techniques to use them effectively, such as tmpdir, pytestconfg, and monkeypatch Convert unittest suites to pytest using little-known techniques The pytest framework is simple to use but powerful enough to cover complex testing integration scenarios. PyTest is considered by many to be the true Pythonic approach to testing in Python. Geared for QA, Test team members and others who want to use the Python testing framework PyTest to implement code testing strategies, Test Automation with Python is a hands-on, two day Python testing course that provides students with the skills required to get started with PyTest right away. Participnats will learn how to get the most out of it in their daily workflow, exploring powerful mechanisms and plugins to facilitate many common testing tasks. Students will also learn how to use pytest in existing unittestbased test suites and will learn some tricks to make the jump to a pytest-style test suite quickly and easily. Python Refresher Python Overview Python Basics Python Lab Introducing PyTest Why Spend time writing test UnitTest Module Why PyTest? Introductory Lab Writing and Running Test Installing PyTest Writing and Running Tests Organizing files and packages Command Line options Configure pytest.ini Install and Config Lab Markers and Parameters Mark Basics Built-in marks Parameterization Markers and Parameters Lab Fixtures Introduction to Fixtures Sharing fixtures with conftest.py files Scopes Autouse Parameterizing fixtures Using marks from fixtures Built-in fixtures Best Practices Fixtures Lab Fixtures Lab 2 Plugins Finding and installing plugins Overview of plugins Plugin Lab From UnitTest to PyTest Use PyTest as a Test Runner Convert asserts with unitest2pytest Handling setup/teardown Managing test hierarchies Refactoring test utilities Migration strategies Additional course details: Nexus Humans Test Automation with Python (TTPS4832) 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 Test Automation with Python (TTPS4832) 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.

Test Automation with Python  (TTPS4832)
Delivered OnlineFlexible Dates
Price on Enquiry

C)ISSM - Certified Information Systems Security Manager Mile 2

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for Penetration Testers Microsoft Administrators Security Administrators Active Directory Administrators Anyone looking to learn more about security Overview Upon completion, Certified IS Security Manager students will have a strong foundation in Cyber Security & IS management standards with current best practices and will be prepared to competently take the C)ISSM exam. Companies will lean on a Certified IS Security Manager, C)ISSM to create solutions for tomorrow?s problems, today. When it comes to identifying critical issues and providing effective IS management solutions.ÿ ÿThe knowledge and course content provided in the Certified Information Systems Security Manager ? C)ISSM will not only cover ISACA©?s CISM exam but will provide a measurable certification that demonstrates proficiency in the IS Management Field. The Certified Information Systems Security Manager covers the skills and knowledge to assess threat analysis and risks, Risk & incident management, Security programs and CISO roles, IS security strategy and frameworks, Audit and Risk management creation of policies, compliance and awareness, as well as DR and BCP development, deployment and maintenance. Course Outline Introduction Information Security Governance Information Risk Management and Compliance Information Security Program Development and Management Information Security Incident Management Additional course details: Nexus Humans C)ISSM - Certified Information Systems Security Manager Mile 2 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 C)ISSM - Certified Information Systems Security Manager Mile 2 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.

C)ISSM - Certified Information Systems Security Manager Mile 2
Delivered OnlineFlexible Dates
Price on Enquiry

Functional Skills Training Course

4.7(47)

By Academy for Health and Fitness

Our Aim Is Your Satisfaction! Offer Ends Soon; Hurry Up!! In winter, you plot and plan. In spring, you move! If you are looking to embark on a long-standing, sought-after career, take the first step to a successful walk of life with this highly regarded Functional Skills course. Are you looking to improve your current abilities or make a career move? Our unique Functional Skills course might help you get there! Expand your expertise with high-quality training - study the Functional Skills and get an expertly designed, great-value training experience. The Functional Skills course is broken down into several in-depth modules to provide you with the most convenient and rich learning experience possible. Upon successful completion of the Functional Skills course, an instant e-certificate will be exhibited in your profile that you can order as proof of your skills and knowledge. Add these amazing new skills to your resume and boost your employability by simply enrolling in this course. This Functional Skills training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! What you'll learn in this course Learn about integers, Integers and ordering of integers, Addition and Subtractions of Integers Gain Complete knowledge about factors and multiples, Relations between LCM and HCF Acquire a basic grasp of Fractions, Convert mixed to improper and improper to mixed fractions. Learn Simplification Rule- BODMAS Decimal numbers about fractions, Addition and subtraction of Decimal Representation of Rational Numbers on Number line Rounding to the whole number, Rounding to the required number of decimals Estimation and Scientific Notation or Standard form Percentage, Ratio, Proportion, Unitary Method and its Application Profit, Loss, discount and Tax Why People Love this course From Academy for Health & Fitness: Opportunity to earn a certificate accredited by CPDQS Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Start your learning journey straight away with this Functional Skills Maths course and take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the Functional Skills course: Module 1: Numbers and Negative Numbers Module 2: Multiples Factors Module 3: Fractions and Power Module 4: Percentages Module 5: Expressions Module 6: Decimals Module 7: Ratio and Proportion Module 8: Exponents and Radicals Module 9: Graphs Module 10: The Profit and Loss Module 11: Perimeter and Area Module 12: Averages Module 13: Probability Assessment Process Your skills and knowledge will be tested with an automated multiple-choice assessment. You will then receive instant results to let you know if you have successfully passed the Functional Skills course. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this Functional Skills course. This course is open to everybody. Requirements You will not need any prior background or expertise to enrol in this course. Career path Enrolling on our Functional Skills Maths programme can lead you to the following career path: Teacher Teacher Assistant Private Tutor Customer Service HR Manager Accountant Finance Manager And many more. Certificates Certificate of completion Digital certificate - £10 CPD Accredited Certificate Hard copy certificate - £29 If you are an international student, then you have to pay an additional 10 GBP as an international delivery charge.

Functional Skills Training Course
Delivered Online On Demand8 hours
£12

Functional Skills Level 2 (Maths and English)

4.7(47)

By Academy for Health and Fitness

24 Hours Left! Enrol Now in this Functional Skills Course! Are you looking to improve your current abilities or make a career move? Our unique Functional Skills Level 2 (Maths and English) course might help you get there! Expand your expertise with high-quality training - study Functional Skills Level 2 (Maths and English) and get an expertly designed, great-value training experience. This Certificate in Functional Skills Maths at QLS Level 2 & Certificate in Functional Skills English at QLS Level 2 course is endorsed by The Quality Licence Scheme and accredited by CPD (with 120 CPD points)to make your skill development & career progression more accessible than ever! This Functional Skills Level 2 (Maths and English) training can help you to accomplish your ambitions and prepare you for a meaningful career. So, join us today and gear up for excellence! Learning Outcomes of Functional Skills Course Master essential calculations like integers, fractions, decimals, and percentages. Solve real-world problems by applying maths to everyday situations. Interpret data and analyse information confidently. Write clear and grammatically correct English. Understand sentence construction and usage. Improve writing accuracy with this functional skills course. Why Prefer This Functional Skills Level 2 (Maths and English) Course? Opportunity to earn a certificate endorsed by the Quality Licence Scheme & another certificate accredited by CPD QS. Get a free Student ID Card! (£10 postal charges will be applicable for international delivery) Learn Functional Skills from anywhere in the world The Functional Skills is affordable and simple to understand The Functional Skills is an entirely online, interactive lesson with voiceover audio Lifetime access to the Functional Skills course materials The Functional Skills comes with 24/7 tutor support Start your learning journey straightaway! This course's curriculum has been designed by Functional Skills experts with years of Functional Skills experience behind them. The Functional Skills course is extremely dynamic and well-paced to help you understand Functional Skills with ease. You'll discover how to master the Functional Skills skill while exploring relevant and essential topics. *** Course Curriculum *** These are the two main focus of this Functional Skills course: Certificate in Functional Skills Maths at QLS Level 2 Certificate in Functional Skills English at QLS Level 2 Assessment Process After completing the course, 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 theexam, you will be able to request a certificate at an additional cost that has been endorsed by the Quality Licence Scheme. CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone interested in learning more about the topic is advised to take this Functional Skills (Maths and English) course. Please Note: This is not a regulated course. To get qualified, you may choose: Functional Skills Qualification in Maths at Level 1 Functional Skills Qualification in Mathematics at Level 2 - GCSE Equivalent for Maths Functional Skills Qualification in Mathematics at Level 1 Functional Skills Qualification in English at Level 1 Functional Skills Qualification in ICT at Level 2 IGCSE Maths GCSE A-Level Maths Students A-level Mathematics A-Level Maths Requirements You will not need any prior background or expertise to enrol in this Functional Skills course. Career path Customer Service Retail Assistant Receptionist Sales Assistant Certificates Certificate Accredited by CPD QS Digital certificate - £10 Functional Skills Level 2 (Maths and English) Hard copy certificate - £79 Show off Your New Skills with a Certificate of Completion After successfully completing the Certificate in Functional Skills Maths at QLS Level 2 & Certificate in Functional Skills English at QLS Level 2 course, 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 - 79 GBP inside the UK 89 GBP (including postal fees) for International Delivery Certificate Accredited by CPD QS Upon finishing the Functional Skills Level 2 (Maths and English) course, you need to order to receive aCertificate Accredited by CPD QS that is accepted all over the UK and also internationally. The pricing schemes are: 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (International Delivery)

Functional Skills Level 2 (Maths and English)
Delivered Online On Demand10 days
£12

Computer Programming Diploma - CPD Certified

4.7(47)

By Academy for Health and Fitness

The technology industry is thriving, and computer science is currently one of the most in-demand industries in the UK. It is also one of the top ten most lucrative expertise in the UK. So if you want to be a part of this rising business and prepare for the appropriate job market, we have the right thing for you. Join us in our comprehensively designed Computer Programming at QLS Level 5 course specially designed to improve your employability skills in the related job market. In this course, you will get a complete overview of the binary system. You will learn how to analyze and sort algorithms. In addition, this course will cover the fundamentals of arrays, linked lists, stacks, queues, and much more. Many firms in the UK value computer programming because of the multiple transferable and adaptive skills it provides, especially for non-developer professions. Furthermore, with the 2020 events causing rapid and altering work patterns, programming is more vital than ever. So, why are you wasting your time? Check out the Computer Programming at QLS Level 5 course right now, and you will be reaping the advantages of it in no time. Learning Outcomes Upon completion of the Computer Programming at QLS Level 5 course, you will be able to, Get an overview of the binary system. Discover how to create and analyze algorithms. Learn the steps of creating arrays. Improve your understanding of linked lists. Know in detail about the steps of sorting algorithms. Overall, increase your skills based on trees and heaps. Why Choose Computer Programming Diploma? Opportunity to earn a certificate endorsed by the Quality Licence Scheme and another certificate accredited by CPD Get a free student ID card! (£10 postal charge will be applicable for international delivery) Innovative and engaging content. Free assessments 24/7 tutor support. Take a step toward a brighter future! *** Course Curriculum *** Here is the curriculum breakdown of the course: Module 01: Introduction Module 02: Analyzing Algorithms Module 03: Arrays Module 04: Linked Lists Module 05: Stacks and Queues Module 06: Sorting Algorithms Module 07: Trees Module 08: Heaps Module 09: Conclusion Assessment Process You have to complete the assignment questions given at the end of the course and score a minimum of 60% to pass each exam.Our expert trainers will assess your assignment and give you feedback after you submit the assignment. After passing the Diploma in Computer Programming at QLS Level 5 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? Anyone interested in learning more about the topic is advised to take this Computer Programming Diploma. This course is open to everybody. Requirements You will not need any prior background or expertise to enrol in this course. Career path If you want to opt for computer programming, this course will improve the value of your CV and make you a desirable candidate for jobs such as: Computer Programmer. IT Manager. Computer Specialists. Computer Maintenance Staff. Computer programmers get an entry-level salary of £26,000 per year, with most experienced experts earning up to £38,000 per year. Certificates Certificate Accredited by CPDQS Digital certificate - £10 Diploma in Computer Programming at QLS Level 5 Hard copy certificate - £119 Show off Your New Skills with a Certificate of Completion After successfully completing the Diploma in Computer Programming at QLS Level 5, 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 - 119 GBP inside the UK 129 GBP (including postal fees) for international delivery Certificate Accredited by CPDQS Upon finishing the Computer Programming Diploma, you need to order to receive a CPDQS accredited certificate that is accepted all over the UK and also internationally. The pricing schemes are - 10 GBP for Digital Certificate 29 GBP for Printed Hardcopy Certificate inside the UK 39 GBP for Printed Hardcopy Certificate outside the UK (international delivery)

Computer Programming Diploma - CPD Certified
Delivered Online On Demand3 weeks
£12

Functional Skills Maths and English

4.3(43)

By John Academy

Overview Functional maths and English skills are highly valued in a wide range of industries. From education to marketing, these skills can open career opportunities in a wide range of areas. Polish your maths and English skills with our Functional Skills Maths & English course. This course aims to help you develop both English and maths skills in one place. The modules will provide detailed lectures on the vital areas of maths such as fractions, percentages, probability, decimals and more. Then, you will learn the core concepts and rules of English grammar, sentence structure and punctuation. Here, you will also get the chance to work on your speaking and writing skills. If you are determined to take your maths and English skills to the next level, join today! Course Preview Learning Outcomes Familiarise yourself with the multiple factors Understand the core principles of fractions and power Get detailed lessons on percentages, averages, expressions and decimals Learn the fundamentals of English grammar, punctuation and spelling Improve your English-speaking skills Understanding the principles of English sentence structure Develop the skills required for English writing Why Take This Course From John Academy? Affordable, well-structured and high-quality e-learning study materials Engaging tutorial videos, materials from the industry-leading experts Opportunity to study in a user-friendly, advanced online learning platform Efficient exam systems for the assessment and instant result Earn UK & internationally recognised accredited qualification Easily access the course content on mobile, tablet, or desktop from anywhere, anytime Excellent career advancement opportunities Get 24/7 student support via email. What Skills Will You Learn from This Course? Functional Maths Functional English Who Should Take This Functional Skills Maths & English Course? Whether you're an existing practitioner or an aspiring professional, this course is an ideal opportunity. It will elevate your expertise and boost your CV with key skills and a recognised qualification attesting to your knowledge. Are There Any Entry Requirements? This Functional Skills Maths & English course is available to all learners of all academic backgrounds. But learners should be aged 16 or over to undertake the qualification. And a good understanding of the English language, numeracy, and ICT will be helpful. Certificate of Achievement After completing this course successfully, you will be able to obtain an Accredited Certificate of Achievement. Certificates & Transcripts can be obtained either in Hardcopy at £14.99 or in PDF format at £11.99. Career Path​ This exclusive Functional Skills Maths & English course will equip you with effective skills and abilities and help you explore career paths such as  Maths Teacher English Teacher Online Tutor Teaching Assistant Module 01: Introduction to Numbers Introduction to Numbers 00:10:00 Module 02: Multiples Factors Multiples Factors 00:11:00 Module 03: Fractions and Power Fractions and Power 00:15:00 Module 04: Percentages and Averages Percentages and Averages 00:12:00 Module 05: Expressions Expressions 00:06:00 Module 06: Decimals Decimals 00:08:00 Module 07: Exponents and Radicals Exponents and Radicals 00:09:00 Module 08: Graphs Graphs 00:05:00 Module 09: The Profit and Loss The Profit and Loss 00:06:00 Module 10: Perimeter and Area Perimeter and Area 00:08:00 Module 11: Probability Probability 00:06:00 Module 12: Reading Reading 00:17:00 Module 13: Writing Writing 00:16:00 Module 14: Speaking Speaking 00:22:00 Module 15: Grammar, Spelling and Punctuation Grammar, Spelling and Punctuation 00:23:00 Module 16: Sentence Structure Sentence Structure 00:11:00 Module 17: Composition Writing Composition Writing 00:12:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00

Functional Skills Maths and English
Delivered Online On Demand3 hours 17 minutes
£11.99

Certified Asset Management Security Expert (CAMSE)

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for IT Asset Managers and other professionals involved in Asset Management, strategic planning, security programs and those affected or influenced by ITAM and security initiatives. The mission of IAITAM?s CAMSE course is to maximize the contribution of IT Asset Management professionals to the information security and physical security of the organization by bridging the gap between ITAM and IT security processes while incorporating security strategies throughout the ITAM policies, processes and procedures so that ITAM enhances the security program and improves the applicable governance. This course includes the comprehensive online examination necessary for achieving CAMSE Certification. Course Outline Scope of IT Security & ITAM Threat Prevention vs. Threat Protection Decentralized vs. Centralized Security The IT Security Plan ITAM?s Role in Risk Management The 12 KPAs & Security Program Management & Security Communication & Education Management & Security Policy Management & Security Acquisition Management & Security Asset Identification Management & Security Disposal Management & Security Project Management & Security Documentation Management & Security Financial Management & Security Legislation Management & Security Compliance Management & Security Vendor Management & Security Assessing Asset Risk Level Program Issues by Asset Type ITAM Program Assessment for Security

Certified Asset Management Security Expert (CAMSE)
Delivered OnlineFlexible Dates
Price on Enquiry