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

6424 Courses

ESG Fundamentals for Organisational Leaders (£1450 total for this 2-day course for a group of 4-10 participants)

By Buon Consultancy

Explore the key concepts of Environmental, Social, and Governance (ESG) with our expert-led course designed for professionals. Learn how to seamlessly incorporate sustainable practices into your business strategy and enhance your corporate responsibility. Gain the tools and insights necessary to effectively implement ESG initiatives within your organisation. Join now and lead the change towards a more sustainable future!

ESG Fundamentals for Organisational Leaders

(£1450 total for this 2-day course for a group of 4-10 participants)
Delivered In-Person in Edinburgh or UK WideFlexible Dates
FREE

Blockchain - An Overview for Business Professionals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for Technical leaders Overview This course provides general overview of Blockchain technology and is specifically designed to answer the following questions:What is Blockchain? (What exactly is it?)Non-Technical Technology Overview (How does it work?)Benefits of Blockchain (Why should anyone consider this?)Use Cases (Where and for what apps is it appropriate?)Adoption (Who is using it and for what?)Implementation (How do I get started?)Future of Blockchain (What is its future?) This instructor-led 1 day Blockchain Architecture training is for technical leaders who need to make decisions about architecture, environment, and development platforms. What is Blockchain? A record keeping system Trust Decentralization Trustless environment How does Blockchain work? Announcements Blocks Nodes Chaining Verification Consensus Scalability Privacy Crypto Hashing Digital Fingerprinting PoW vs PoS Types of Blockchains Public vs Private Open vs closed Smart Contracts Blockchain as History Tokens / Coins Gas How is Blockchain different from what we have today? Decentralized Peer-to-peer architecture Software vs Firmware Database vs Blockchain Distributed database or other technology? Data Sovereignty Group Consensus What are Use Cases for Blockchain? Use Case Examples Currency Banking Services Voting Medical Records Supply Chain / Value Chain Content Distribution Verification of Software Updates (cars, planes, trains, etc) Law Enforcement Title and Ownership Records Social Media and Online Credibility Fractional asset ownership Cable Television billing High fault tolerance DDoS-proof Public or Private Blockchain? Who are the participants? What does a Blockchain app look like? DApp Resembles typical full stack web application Any internal state changes and all transactions are written to the blockchain Node.js IDE Public Blockchain visibility Private Blockchain solutions Oracles How do I design a Blockchain app? What does this solution need to let users do? Will the proposed solution reduce or remove the problems and pain points currently felt by users? What should this solution prevent users from doing? Do you need a solution ready for heavy use on day 1? Is your solution idea enhanced by the use of Blockchain? Does the use of Blockchain create a better end-user experience? If so, how? Has your business developed custom software solutions before? What level of support are you going to need? How big is the developer community? Does your vision of the future align with the project or platform's vision of the future? Does the platform aim to make new and significant contributions to the development space, or is it an efficiency / cost play? Should the solution be a public or private Blockchain? Should the solution be an open or closed Blockchain? Create a plan for contract updates and changes! Hybrid solutions Monetary exchanges? How do I develop a Blockchain app? AGILE approach pre-release Define guiding principles up front Software vs Firmware Announcements, not transactions! Classes, not contracts Link contracts to share functions Use calling contracts to keep contract address the same Hyperledger vs Ethereum CONSIDER No of Users * Avg No of Transactions (state changes) per User Should a Blockless solution be applied? Performance Security Anonymity Security Monolithic vs Modular Sandwich complexity model How do I test a Blockchain app? Recommend 5x to 10x traditional application testing time Security Networks Additional course details: Nexus Humans Blockchain - An Overview for Business Professionals 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 Blockchain - An Overview for Business Professionals 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.

Blockchain - An Overview for Business Professionals
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to Writing SQL Queries (TTSQL003)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory- level course appropriate for those who are developing applications using relational databases, or who are using SQL to extract and analyze data from databases and need to use the full power of SQL queries. Overview This course combines expert lecture, real-world demonstrations and group discussions with machine-based practical labs and exercises. Working in a hands-on learning environment led by our expert practitioner, attendees will learn to: Maximize the potential of SQL to build powerful, complex and robust SQL queries Query multiple tables with inner joins, outer joins and self joins Construct recursive common table expressions Summarize data using aggregation and grouping Execute analytic functions to calculate ranks Build simple and correlated subqueries Thoroughly test SQL queries to avoid common errors Select the most efficient solution to complex SQL problems A company?s success hinges on responsible, accurate database management. Organizations rely on highly available data to complete all sorts of tasks, from creating marketing reports and invoicing customers to setting financial goals. Data professionals like analysts, developers and architects are tasked with creating, optimizing, managing and analyzing data from databases ? with little room for error. When databases aren?t built or maintained correctly, it?s easy to mishandle or lose valuable data. Our SQL Programming and Database Training Series provides students with the skills they require to develop, analyze and maintain data and in correctly structured, modern and secure databases. SQL is the cornerstone of all relational database operations. In this hands-on course, you learn to exploit the full potential of the SELECT statement to write robust queries using the best query method for your application, test your queries, and avoid common errors and pitfalls. It also teaches alternative solutions to given problems, enabling you to choose the most efficient solution in each situation. Introduction: Quick Tools Review Introduction to SQL and its development environments Using SQL*PLUS Using SQL Developer Using the SQL SELECT Statement Capabilities of the SELECT statement Arithmetic expressions and NULL values in the SELECT statement Column aliases Use of concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword Use of the DESCRIBE command Restricting and Sorting Data Limiting the Rows Rules of precedence for operators in an expression Substitution Variables Using the DEFINE and VERIFY command Single-Row Functions Describe the differences between single row and multiple row functions Manipulate strings with character function in the SELECT and WHERE clauses Manipulate numbers with the ROUND, TRUNC and MOD functions Perform arithmetic with date data Manipulate dates with the date functions Conversion Functions and Expressions Describe implicit and explicit data type conversion Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions Nest multiple functions Apply the NVL, NULLIF, and COALESCE functions to data Decode/Case Statements Using the Group Functions and Aggregated Data Group Functions Creating Groups of Data Having Clause Cube/Rollup Clause SQL Joins and Join Types Introduction to JOINS Types of Joins Natural join Self-join Non equijoins OUTER join Using Subqueries Introduction to Subqueries Single Row Subqueries Multiple Row Subqueries Using the SET Operators Set Operators UNION and UNION ALL operator INTERSECT operator MINUS operator Matching the SELECT statements Using Data Manipulation Language (DML) statements Data Manipulation Language Database Transactions Insert Update Delete Merge Using Data Definition Language (DDL) Data Definition Language Create Alter Drop Data Dictionary Views Introduction to Data Dictionary Describe the Data Dictionary Structure Using the Data Dictionary views Querying the Data Dictionary Views Dynamic Performance Views Creating Sequences, Synonyms, Indexes Creating sequences Creating synonyms Creating indexes Index Types Creating Views Creating Views Altering Views Replacing Views Managing Schema Objects Managing constraints Creating and using temporary tables Creating and using external tables Retrieving Data Using Subqueries Retrieving Data by Using a Subquery as Source Working with Multiple-Column subqueries Correlated Subqueries Non-Correlated Subqueries Using Subqueries to Manipulate Data Using the Check Option Subqueries in Updates and Deletes In-line Views Data Control Language (DCL) System privileges Creating a role Object privileges Revoking object privileges Manipulating Data Overview of the Explicit Default Feature Using multitable INSERTs Using the MERGE statement Tracking Changes in Data

Introduction to Writing SQL Queries (TTSQL003)
Delivered OnlineFlexible Dates
Price on Enquiry

MSc Project Management Top-Up- Inclusive of Level 7 Pathway Diploma

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 program aims to identify, develop and perform essential skills and techniques needed for expertise in Project Management. The programme focuses on enhancing graduate and practicing 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 programme comprises two phases; the first is the Qualifi Level 7 Diploma in Business Strategy, awarded by Qualifi and delivered by the School of Business and Technology London. The second phase is the MSc Project Management Top-Up, 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 A bachelor's degree Applicant without a bachelor's degree but holding significant managerial experience will be considered for entry on a case-by-case basis. 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 Phase 1 - Qualifi Level 7 Diploma in Business Strategy Programme Structure Mandatory Units Unit 703: Strategic Marketing Unit code: M/506/9074 TQT :150 Credit :15 This unit will explore the fundamental models, techniques, and theories that form the marketing foundation and can contribute to achieving strategic objectives. Additionally, it will impart learners with a critical comprehension of the marketing function within intricate organizations. Unit 704: Finance for Managers Unit code: D/506/9071 TQT :150 Credit :15 The focus of this unit is to assist learners in comprehending and effectively utilizing financial information and data. This unit holds significance for learners as it underpins informed decision-making. Unit 705: Strategic Direction Unit code: D/506/9068 TQT :150 Credit :15 This unit will delve into an organization's strategic aims and objectives, emphasizing their importance in establishing direction and gauging success and progress. Furthermore, the unit will examine how various strategic options may prompt the organization to alter its course. Unit 706: Strategic Planning Unit code: Y/506/9070 TQT :150 Credit :15 This unit focuses on the importance of the strategic planning process in crafting suitable strategies and creating a plan that garners support from stakeholders and other organizational leaders. Additionally, the unit addresses the critical evaluation of the program and its subsequent success. Unit 707: Creative and Innovative Management Unit code: H/618/0795 TQT :150 Credit :15 This unit equips the learner with the knowledge to acknowledge the significance of creative and innovative management concepts for organizations, as well as the skills to put this understanding into practice effectively. Unit 708: Managing Corporate Responsibility in the Wider Business Environment Unit code: K/618/0796 TQT :100 Credit :10 This unit offers the learner insight into how legislation and global integration impact the decisions, policies, processes, and activities carried out by organizations. Specialism Units GENERAL MANAGEMENT SPECIALISM Unit 701: Research Method Unit code: Y/506/9133 TQT :200 Credit :20 The objective of this unit is to enhance the learner's knowledge and comprehension of academic practices and research methodologies. It employs a problem-based learning approach to cultivate practical proficiency in areas relevant to educational practice and research within business and management. Unit 702: Development as a Strategic Manager Unit code: J/506/9064 TQT :150 Credit :15 This unit seeks to foster organizational and self-awareness in learners. It establishes the groundwork for a self-critical and reflective approach to personal development, which is crucial for learners operating at a strategic level. Additionally, it considers broader organizational and environmental factors, recognizing their role as contributors to the overall strategic success of both the individual and the organization.   HUMAN RESOURCES MANAGEMENT SPECIALISM Unit 709: Contemporary Human Resource Management Unit code: Y/615/3304 TQT :100 Credit :10 The objective of this unit is to empower learners with the capacity to comprehend and assess the influence of internal and external environmental factors on organizational strategy and people management. Additionally, it aims to enable the learner to analyze various organizational contexts and devise strategies to address these ecological forces while recognizing the role of HR professionals in contributing to this process. Unit 710: Resourcing, Talent Management and Development Unit code: K/615/3307 TQT :150 Credit :15 This unit aims to cultivate proficiency in comprehending and analyzing employment markets and demographic trends to devise and execute effective, ethical, and fitting strategies for resourcing, retention, talent management, and development. Additionally, it will explore the potential and constraints of learning and talent development policies and procedures in shaping and attaining objectives at the national, organizational, group, and individual levels. Learners will evaluate the pivotal role of HRM professionals in formulating, implementing, and assessing strategic planning pertinent to employee resourcing, talent management, and development. Unit 711: Performance Management Unit code: M/615/3308 TQT :100 Credit :10 The objective of this unit is to empower learners with the knowledge to grasp the key factors that impact employee performance across all levels within an organisation and how these factors can be effectively managed. Additionally, it aims to equip learners with the understanding to create and execute suitable HR practices and strategies aligned with Performance Management.   FINANCE SPECIALISM Unit 712: Business Finance Unit code: R/618/8634 TQT :100 Credit :10 This unit seeks to enhance students' knowledge and comprehension of management accounting techniques tailored for small businesses. It also introduces students to applying management accounting information in effectively managing small companies through planning, organizing, executing, and controlling activities. Unit 713: International Financial Management Unit code: Y/618/8635 TQT :150 Credit :15 This module fosters students' comprehension and expertise in investments beyond national boundaries. It delves into matters that transcend domestic economies, encompassing the handling of foreign currencies and addressing international economic and cultural disparities. As a result, this module provides students with the skills needed to navigate the intricate realm of international finance. Unit 709: Contemporary Human Resource Management Unit code: Y/615/3304 TQT :100 Credit :10 The objective of this unit is to empower learners with the capacity to comprehend and assess the influence of internal and external environmental factors on organizational strategy and people management. Additionally, it aims to enable the learner to analyze various organizational contexts and devise strategies to address these ecological forces while recognizing the role of HR professionals in contributing to this process.   MARKETING SPECIALISM Unit 714: Customer Growth Marketing Unit code: D/618/8636 TQT :100 Credit :10 The primary objective of this module is to conduct a critical examination of the tools and methods employed to achieve successful customer growth across various contexts. Through this, students will cultivate an essential grasp of the factors that shape consumer behaviour and assess relevant literature and theories elucidating consumer motivation and customer relationships. Additionally, students will be able to scrutinize an organization's marketing strategy and showcase the implementation of crucial concepts, elements, and tools within the business environment. Unit 715: Advanced Strategic Marketing Unit code: H/618/8637 TQT :150 Credit :15 The Marketing Strategy module builds upon the pre-existing knowledge that students and practitioners have regarding marketing principles. It aims to empower candidates to suggest strategic approaches to emerging market trends. It encourages them to contemplate the repercussions of marketing and its interplay with other facets of the organization. Unit 709: Contemporary Human Resource Management Unit code: Y/615/3304 TQT :100 Credit :10 The objective of this unit is to empower learners with the capacity to comprehend and assess the influence of internal and external environmental factors on organizational strategy and people management. Additionally, it aims to enable the learner to analyze various organizational contexts and devise strategies to address these ecological forces while recognizing the role of HR professionals in contributing to this process.   PROJECT MANAGEMENT SPECIALISM Unit 716: Planning, Controlling and Leading a Project Unit code: K/618/8638 TQT :150 Credit :15 This unit is designed to acquaint learners with the practical aspects of initiating and overseeing a project. Additionally, it will familiarize them with the unique challenges of project management in the global business landscape. The unit encourages critical thinking about project management, viewing it as a complex, process-driven cultural system that is continually evolving through the collaborative efforts of high-performing teams. With an increasing number of firms engaging in project development and management activities, acquiring a sound understanding of efficient project management becomes crucial. Learners will delve into the roles and responsibilities of project team members and examine various levels of management skills, placing special emphasis on success factors, monitoring, and control. Unit 717: Procurement Risk and Contract Management Unit code: M/618/8639 TQT :100 Credit :10 The objective of this unit is to empower students with a comprehensive understanding of the fundamental principles of procurement. It emphasizes the significance of recognizing and mitigating risks associated with procurement and contract management. Additionally, learners will cultivate a critical appreciation for the various legislative frameworks that play a crucial role in procurement and explore frameworks for assessing risks within the procurement context. Unit 718: Advanced Project and Logistics Management Unit code: H/618/8640 TQT :100 Credit :10 The goal of this unit is to enable the learner to grasp the concepts of portfolio management and its related characteristics. It will also delve into the significance of having a Project Management Office, exploring the stages of establishing an effective PMO. Additionally, learners will assess the supply chain ecosystem and evaluate IT frameworks suitable for managing the complexities of logistics and the supply chain.   Phase 2 - MSc Project Management Top-Up Programme Structure Project Management Systems Project Management Techniques Dissertation (Major Project)   Delivery Methods The programme comprises two phases; the first is the Qualifi Level 7 Diploma in Business Strategy, awarded by Qualifi and delivered by the School of Business and Technology London. The School of Business and Technology London offers flexible learning methods, including online and blended learning, allowing students to choose the mode of study that suits their preferences and schedules. The program is self-paced and facilitated through an advanced Learning Management System. Students can easily interact with tutors through the SBTL Support Desk Portal System for course material discussions, guidance, assistance, and assessment feedback on assignments. School of Business and Technology London provides exceptional support and infrastructure for online and blended learning. Students benefit from dedicated tutors who guide and support them throughout their learning journey, ensuring a high level of assistance. The second phase is the MSc Project Management Top-Up, 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- Inclusive of Level 7 Pathway Diploma
Delivered OnlineFlexible Dates
Price on Enquiry

Level 4 Certificate for Higher Level Teaching Assistants

5.0(10)

By Apex Learning

Overview In the contemporary UK educational landscape, an estimated 80% of schools employ Higher Level Teaching Assistants (HLTAs) to further enrich their students' learning experience. This Level 4 Certificate for Higher Level Teaching Assistants gives aspirants the tools and knowledge to become an integral part of this transformative journey. The role of HLTAs has never been more pivotal; they bridge the gap between teachers and students, fostering an environment of growth, understanding, and profound development. With the landscape of education constantly evolving, HLTAS must be equipped with the latest knowledge and methodologies. Let's unleash the true potential and make a lasting difference in students' lives. Join the Level 4 Certificate for Higher Level Teaching Assistants course today. Benefits you will gain: Top-notch e-learning materials. Unlimited access from any corner of the world. Level 4 Certificate for Higher Level Teaching Assistants (RQF) (Regulated qualification) An innovative, easy-to-use learning platform. 24/7 student support. Qualification Level 4 Certificate for Higher Level Teaching Assistants (RQF) Description For this qualification, learners must complete a minimum of 36 credits through seven mandatory units.In this course, you will get to enhance your knowledge in all seven mandatory units. Awareness of special educational needs Child development and welfare Curriculum planning, delivery and assessment Developing skills to promote positive working relationships Promoting positive behaviour in children and young people Providing support for individual learners and small groups Understand the Higher Level Teaching Assistant role The award aims to improve the potential of the students to: Learn about the importance of education Get familiar with child development and welfare. Understand the skills of the positive working relationship. Know how to promote positive behaviour in children and young people. Enhance the advanced teaching assistant role. Qualification Purpose This qualification is aimed at learners employed in a teaching assistant role who wish to progress to Higher Level Teaching Assistant status. The purpose is to develop learners' knowledge, understanding, and skills to address the challenges they meet in their workplace. They will also understand the knowledge needed to support individuals and small groups and help individuals with a range of additional needs. Who is this course for? Our extensive Level 4 Certificate for Higher Level Teaching Assistants (RQF) course is suitable for ambitious learners who are already working or considering working in the teaching sector.The qualification is also suitable for individuals who: Wish to join in a teaching professionals Beginner this field and wish to acquire in-demand assessing skills Wish to gain formal recognition of their skills Want to study from home at their own convenience Assessment The qualification assessments will be taken through tutor-marked assignments. Upon completing each unit, the learner must attempt a series of questions with comprehensive answers, which will be marked by the tutor. The tutor-marked tasks are required to be assessed by a professional as well. Thereupon, to ensure all the course assignments have met the standards properly by both the learners and assessors, the tasks are subjected to internal and external moderation. NB: At least 50 hours of work placement within a school is required to accomplish this assessment. The work setting can either be a primary, secondary or special school with pupils aged 5+ and studying Key Stage 1 or above. As a part of this placement, learners will require a member with occupational competence in supervising and signing the witness testimonies, to ensure they have gained the work-based learning outcomes of this programme properly. Entry Requirements At least 50 hours of work placement within a school is required to accomplish this assessment. The work setting can either be a primary, secondary or special school with pupils aged 5+ and studying Key Stage 1 or above. Progression Successful learners may wish to progress to teaching qualifications such as: Level 3 Award in Education and Training Level 4 Certificate in Education and Training Level 5 Diploma in Education and Training Total Qualification Time This is an estimate of the total length of time it is expected that a learner will typically take to achieve and demonstrate the level of attainment necessary for the qualification, i.e. to achieve all learning outcomes.Total Qualification Time comprises GLH and an estimate of the number of hours a learner is likely to spend in preparation, study or any other learning, including assessment, which takes place as directed by, but not under the supervision of a lecturer, supervisor or tutor. The credit value, where given, for qualification is determined by TQT, as one credit corresponds to 10 hours of learning. Total Qualification Time for this qualification is 380hours.Total Credit value 36 Guided Learning Hours These hours are made up of all real-time contact time, guidance or assessment of a learner by a lecturer, trainer or other appropriate education or training provider.GLH or Guided Learning Hours for this qualification is 108. Method of Assessment: Assessment activities consist of a few short assignments that you have to complete to show evidence of general reading while adding references to your work. All assignments should be submitted via the online portal. All learning outcomes must be met to achieve a Pass - there is no grading. Career path Teacher Education Professional Education Trainer Teaching Assistant Education and Training Officer Course Curriculum 54 sections • 74 lectures • 00:00:00 total length •Getting Started With the Course: 00:00:00 •Induction Form: 00:00:00 •Registration Entry Form: 00:00:00 •Focus Awards Level 4 Certificate for Higher Level Teaching Assistants (quals): 00:00:00 •Assignment Preparation Guideline: 00:00:00 •Beginners Guide to Referencing: 00:00:00 •Guideline for the Observation Session: 00:00:00 •1. Purpose of a Higher Level Teaching Assistant: 00:00:00 •2. Role of a Higher Level Teaching Assistant: 00:00:00 •1. Purpose of CPD and How it Affects Practice: 00:00:00 •2. Use of Advice and Feedback to Improve Performance: 00:00:00 •1. Importance of Team Work and Identifying Different Team Roles: 00:00:00 •2. Workplace Collaboration: 00:00:00 •3. Managing and Developing the Effective Practice of Appropriate Team Members: 00:00:00 •HLTA Unit 01: 00:00:00 •1. Stages of Physical, Social and Intellectual Development: 00:00:00 •1.External and Personal Factors that Affect Child Development: 00:00:00 •2.Theories to Support Development: 00:00:00 •3. Types of Changes That Affect a Child's Development or Wellbeing: 00:00:00 •4. Referral Assessment of Special Educational Needs: 00:00:00 •1. Parents and Carers Contributions for the Development and Well-being of Children and Young People: 00:00:00 •1. Frameworks That Support Development and Well-being of Children: 00:00:00 •HLTA Unit 02: 00:00:00 •1. Legal Entitlement of Children and Young People with Special Educational Needs: 00:00:00 •1. Legislation and Codes of Practice to Promote Equality and Diversity: 00:00:00 •2. Experience and Impact of Prejudice and Discrimination and Applying Principles of Equality, Diversity and Inclusion: 00:00:00 •1. Types of Special Educational Needs and Ways of Supporting Children and Young People with Learning Difficulties: 00:00:00 •1. Effects of a Disability on Children and Young People: 00:00:00 •2. Nature of Sensory or Physical Needs and Roles and Responsibilities of Others and Assistive Technology: 00:00:00 •1. Language and Vocabulary Appropriate to the Age of the Learner, Level of Understanding and Proficiency: 00:00:00 •2. Ways of Introducing Words and Language Structures: 00:00:00 •HLTA Unit 03: 00:00:00 •1. Policies and Procedures to Promote Positive Behaviour: 00:00:00 •2. Importance of Consistency and Fairness When Applying Boundaries and Rules for Behaviour: 00:00:00 •1. Promoting Positive Values, Attitudes and Behaviour: 00:00:00 •2. Ways of Establishing Ground Rules: 00:00:00 •3. Effective Strategies to Promote Positive Values, Attitudes and Behaviour: 00:00:00 •1. Patterns and Triggers of Challenging behaviour and Actions: 00:00:00 •2. Inappropriate and Challenging Behaviour Management: 00:00:00 •3. Supporting Children and Young People to Identify and Avoid Inappropriate Behaviour: 00:00:00 •4. How to Deal with Bullying, Harassment or Oppressive Behaviour: 00:00:00 •1. Contributing to Reviews of Behaviour and Behaviour Policies: 00:00:00 •Observation Report - Unit 4: 00:00:00 •HLTA Unit 04: 00:00:00 •1. Preparing the Resources Required for Planned Learning Activities: 00:00:00 •2. Developing and Adapting Resources to Meet the Needs of Individuals and Group: 00:00:00 •3. Learning Support Strategies to Meet the Needs of Individuals and Group: 00:00:00 •4. Health, Safety, Security and Access Requirements of the Learning Environment: 00:00:00 •5. Giving Attention to Learners for Balancing the Needs of Individuals and Group: 00:00:00 •6. Assessing Learners' Participation and Progress in Activities: 00:00:00 •7. How to Provide Feedback Effectively: 00:00:00 •8. Evaluating How Own Knowledge, Understanding and Skills Impact on Practice of Individuals and Group: 00:00:00 •HLTA Unit 05: 00:00:00 •1. Effective Communication with Children and Colleagues: 00:00:00 •2. Communicating Effectively with Parents and Carers: 00:00:00 •3. Commitment to Collaborative and Cooperative Working with Colleagues: 00:00:00 •Observation Report - Unit 6: 00:00:00 •HLTA Unit 06: 00:00:00 •1. Teaching Strategies: 00:00:00 •2. Designing Opportunities for Learners to Develop Their literacy, Numeracy, ICT and Thinking and Learning Skills: 00:00:00 •3. How Learners' Prior Knowledge and Attainment Enables Them to Meet Learning Objectives: 00:00:00 •4. Appropriate Language to Suit the Age and Ability of Learners: 00:00:00 •5. Management of Individual, Group and Whole-Class Learning: 00:00:00 •6. Appropriate Teaching to Suit the Stage of the Lesson and the Needs of the Learners: 00:00:00 •1. Opportunities for Using ICT to Support Pupils' Learning and Its Impact: 00:00:00 •2. Encouraging Pupils to Use ICT to Solve Problems, Work Collaboratively and Find Out New Information: 00:00:00 •1. Providing Constructive Feedback: 00:00:00 •2. Supporting and Guiding Learners: 00:00:00 •3. Using Assessment to Diagnose Learner's Needs: 00:00:00 •1. Monitoring Learners' Learning Progress: 00:00:00 •Observation Report - Unit 7: 00:00:00 •HLTA Unit 07: 00:00:00 •Assignment Submission Checklist: 00:00:00 •Submit Your Assignments: 00:00:00

Level 4 Certificate for Higher Level Teaching Assistants
Delivered Online On Demand
£12

AWS Solutions Architect & SysOps Administrator

5.0(1)

By Course Gate

In this competitive job market, you need to have some specific skills and knowledge to start your career and establish your position. This AWS Solutions Architect & SysOps Administrator will help you understand the current demands, trends and skills in the sector. The course will provide you with the essential skills you need to boost your career growth in no time. The AWS Solutions Architect & SysOps Administrator will give you clear insight and understanding about your roles and responsibilities, job perspective and future opportunities in this field. You will be familiarised with various actionable techniques, career mindset, regulations and how to work efficiently. This course is designed to provide an introduction to AWS Solutions Architect & SysOps Administrator and offers an excellent way to gain the vital skills and confidence to work toward a successful career. It also provides access to proven educational knowledge about the subject and will support those wanting to attain personal goals in this area. Learning Objectives Learn the fundamental skills you require to be an expert Explore different techniques used by professionals Find out the relevant job skills & knowledge to excel in this profession Get a clear understanding of the job market and current demand Update your skills and fill any knowledge gap to compete in the relevant industry CPD accreditation for proof of acquired skills and knowledge Who is this Course for? Whether you are a beginner or an existing practitioner, our CPD accredited AWS Solutions Architect & SysOps Administrator is perfect for you to gain extensive knowledge about different aspects of the relevant industry to hone your skill further. It is also great for working professionals who have acquired practical experience but require theoretical knowledge with a credential to support their skill, as we offer CPD accredited certification to boost up your resume and promotion prospects. Entry Requirement Anyone interested in learning more about this subject should take this AWS Solutions Architect & SysOps Administrator. This course will help you grasp the basic concepts as well as develop a thorough understanding of the subject. The course is open to students from any academic background, as there is no prerequisites to enrol on this course. The course materials are accessible from an internet enabled device at anytime of the day. CPD Certificate from Course Gate At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path The AWS Solutions Architect & SysOps Administrator will help you to enhance your knowledge and skill in this sector. After accomplishing this course, you will enrich and improve yourself and brighten up your career in the relevant job market. Course Curriculum AWS Tutorial | Course Introduction AWS Tutorial Introduction 00:02:00 What You Will Become 00:01:00 Cloud Computing Basics - Introducing IaaS, PaaS & SaaS Service Models Cloud Computing Introduction 00:07:00 Cloud service models 00:10:00 Cloud Deployment Models 00:05:00 Pre-Requisites - Key Skills Required Before Get Started with AWS Linux Basics 00:02:00 AWS Free Tier Account 00:01:00 Desire to adopt Cloud Model 00:01:00 AWS Global Infrastructure AWS Regions 00:03:00 Availability Zones 00:06:00 EC2 Basics- Virtual Servers in AWS Cloud What is Amazon EC2? 00:03:00 How to Create EC2 Instance - Linux 00:13:00 How to Create EC2 Instance - Windows 00:06:00 How to configure EC2 Instance? 00:15:00 Instance States 00:05:00 EC2 Instance Types 00:08:00 EC2 Pricing Models 00:17:00 Networking Basics - Basics of Network Topology and IP address classes Know Networking Terms - IP, Port, Protocol, Service, Daemon 00:15:00 Apache HTTP Server 00:19:00 VPC - Configure Custom Virtual Private Cloud in the AWS Cloud Build Your Own Datacenter 00:04:00 What is AWS VPC? 00:04:00 Create Custom VPC 00:07:00 Create Custom VPC - LAB 00:17:00 Private Subnet Vs Public Subnet 00:08:00 Private Subnet Vs Public Subnet - LAB 00:15:00 VPC Peering Connections 00:04:00 VPC Peering Connections - LAB 00:11:00 Network ACLs Vs Security Groups 00:09:00 Virtual Private Network (VPN) 00:03:00 EC2 Advanced - Virtual Servers in AWS Cloud EC2 Instance Meta Data 00:03:00 How to Manage Instance Settings 00:07:00 BootStrap EC2 instances 00:05:00 AMI - Create, Copy & Manage Permissions 00:10:00 EC2 Placement Groups 00:05:00 Public IP Vs. Elastic IP 00:03:00 EC2 Summary 00:05:00 Introduction to Elastic Block Store - EBS 00:06:00 Instance Store Volumes 00:06:00 EBS Snapshots 00:03:00 Cloud Watch Basics - Monitor AWS Resources & Applications Performance Cloud Watch Metrics 00:04:00 Cloud Watch Dashboards 00:03:00 Cloud Watch Alarms 00:05:00 Simple Notification Service SNS Introduction 00:03:00 Create Topic & Subscriptions to the Topic 00:03:00 Cloud Watch Alarms - LAB 00:11:00 Certificate Manager - Provision, Manage & Deploy SSL/TLS Certificates Data Encryption Introduction & Types 00:04:00 Create SSL/TLS Certificates - LAB 00:05:00 Route 53 - Scalable DNS and Domain Registration What is Route 53? | How DNS works? 00:06:00 How to Create Hosted Zone 00:07:00 DNS Record Types 00:07:00 Route53 Health Checks 00:03:00 Load Balancing - High Availability Solution for the Applications & Servers High Availability & Load Balancer - Architecture 00:16:00 Classic Load Balancer 00:08:00 Application Load Balancer 00:15:00 Network Load Balancer 00:06:00 Auto Scaling - Scale EC2 instances Proportion to Application Load What is Auto Scaling? 00:08:00 Auto Scaling Group - Architecture 00:08:00 Auto Scaling Group with ELB Association 00:08:00 Create launch Configuration 00:03:00 Create Auto Scaling group 00:16:00 S3 - Scalable Object Storage in the AWS Cloud What is S3? 00:08:00 Create First S3 Bucket 00:03:00 Create First S3 Object 00:04:00 S3 Storage Classes 00:06:00 S3 Versioning 00:10:00 S3 Life Cycle Management 00:08:00 IAM - Manage User Access and Encryption Keys What is IAM ? | IAM Architecture 00:12:00 IAM User, IAM Group - LAB 00:11:00 IAM Policy - LAB 00:07:00 IAM Role - LAB 00:04:00 S3 Cross-Region Replication - LAB 00:10:00 IAM MFA & Security Best Practices 00:07:00 AWS CLI - Manage AWS Services & Resources through AWS CLI How to Install AWS CLI on Windows Systems 00:05:00 How to Install AWS CLI on Linux 00:03:00 Explore AWS CLI Real-time Use Cases 00:07:00 Key Management Service - Generate & Manage AWS Encryption Keys KMS Architecture 00:05:00 Key Management Service (LAB) 00:05:00 EBS Volume Encryption 00:02:00 S3 Encryption 00:02:00 EFS - Managed Network File Storage for EC2 EFS Architecture 00:04:00 Create EFS 00:05:00 Mount on EC2 Instances 00:04:00 S3 Glacier - Data Archival Solution in the AWS Cloud What is S3 Glacier? 00:02:00 Create Vault 00:02:00 Retrieval Policies 00:03:00 Cloud Watch Advanced - Monitor AWS Resources & Applications Performance Cloud Watch Logs 00:13:00 Cloud Watch Custom Metrics 00:04:00 Cloud Watch Events 00:07:00 Cloud Front - Global Content Delivery Network Cloud Front Architecture 00:05:00 Create Cloud Front Distribution - LAB 00:05:00 Cloud Trail - Track IAM user activity & API Usage What is Cloud Trail 00:02:00 Create Trail - LAB 00:05:00 Lambda - Run Code without Thinking About Code | Serverless Architecture What is AWS Lambda? 00:06:00 Getting started with AWS Lambda - LAB 00:08:00 RDS RDS Introduction 00:05:00 Get started with RDS - LAB 00:07:00 DynamoDB Create DynamoDB Table 00:02:00 API Gateway - Build, Deploy & Manage APIs API Gateway Architecture 00:06:00 Create an API - LAB 00:06:00 API Gateway Realtime Use Case 00:03:00 Elastic Beanstalk What is Elastic Beanstalk? 00:06:00 Create a web app - LAB 00:06:00 Cloud Formation - Create & Manager resources with Cloud Formation Templates What is Cloud Formation? 00:06:00 Create Stack - LAB 00:11:00 Cloud Formation Designer - LAB 00:07:00 Systems Manager - Session Manager, Run Command, Parameter Store, Patch Manager What is a Systems Manager? 00:09:00 Session Manager 00:03:00 Run Command 00:06:00 Patch Manager 00:03:00 Secrets Manager - Rotate, Manage & Retrieve Secret through their life cycle What is Secrets Manager? 00:03:00 Store a new secret in Secrets Manager - LAB 00:03:00 Secrets Manager Use Cases 00:02:00 Inspector - Analyze Application Security & Report Inspector Architecture 00:05:00 Inspector Install Run Analyze - LAB 00:06:00 LightSail - Launch & Manage Virtual Private Servers LightSail Architecture 00:05:00 Get Started with LightSail! 00:04:00 AWS Limitations AWS Free Tier Limitations 00:04:00 AWS Service Limits 00:04:00 AWS Cost Explorer What is AWS Cost Explorer? How to Analyze Cost Report? 00:04:00 AWS Support AWS Support Plans 00:04:00 How to raise support tickets with AWS? 00:03:00 AWS Trusted Advisor What is AWS Trusted Advisor? 00:06:00 AWS Project - Realtime 3-Tier Architecture AWS Project - 3-Tier Architecture Deep Drive 00:11:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

AWS Solutions Architect & SysOps Administrator
Delivered Online On Demand12 hours 47 minutes
£11.99

Handling challenging conversations

By Underscore Group

Learn the skills, knowledge and have the confidence to tackle difficult conversations in a productive way. Course overview Duration: 1 day (6.5 hours) Do you worry about how to give negative feedback or deal with performance issues? Are you concerned about giving bad news? This workshop is designed to give you the skills, knowledge and confidence to tackle these scenarios in a productive way. If you are a people manager, team leader or supervisor looking to make those challenging conversations less stressful and more effective, this workshop is for you. Lots of practical sessions will ensure you have the opportunity to relate your learning to your real life work situations. The one day session will use professional actors in the afternoon so that you can practice handling real-life challenging conversations. Objectives By the end of the course you will be able to: Deal with a wide range of challenging conversations Describe the preferred behavioural style for giving feedback State the most appropriate influencing technique to use in your situations Explain how to give successful constructive feedback Content What are challenging conversations What type of challenging conversations occur? Why do we find them challenging? Communication Practical exercise to demonstrate and act as a refresher of the fundamentals of communication Barriers to communication especially in a difficult discussion Choosing the right behavioural style Refresher of assertiveness and why it is important in this context Practical exercise demonstrating how behaviour breeds behaviour, and the impact of choosing an inappropriate style Steps to using assertive behaviour Influencing Cialdini’s model for influence How to use influencing techniques in handling challenging conversations Practical application Feedback Understanding feedback – positive vs. negative Using the ABCBC model for feedback Using the basics of emotional intelligence to give effective feedback Practical application Practical Activities Professional actors will work with you in small groups in the afternoon to practice real-life challenging conversations.

Handling challenging conversations
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

Fast Track to Scala Programming for OO / Java Developers (TTSCL2104)

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is geared for experienced skilled Java developers, software developers, data scientists, machine learning experts or others who wish to transtion their coding skills to Scala, learning how to code in Scala and apply it in a practical way. This is not a basic class. Overview Working in a hands-on learning environment led by our expert instructor you'll: Get comfortable with Scala's core principles and unique features, helping you navigate the language confidently and boosting your programming skills. Discover the power of functional programming and learn techniques that will make your code more efficient,maintainable, and enjoyable to write. Become proficient in creating dynamic web applications using the Play Framework, and easily connect to databases with the user-friendly Slick library. Master concurrency programming with Akka, empowering you to build scalable and fault-tolerant applications that excel in performance. Enhance your testing skills using ScalaTest and ScalaCheck, ensuring the reliability and quality of your Scala applications, while having fun in the process. Explore the fascinating world of generative AI and GPT technologies, and learn how to integrate them into your projects,adding a touch of innovation and intelligence to your Scala solutions. If your team requires different topics, additional skills or a custom approach, our team will collaborate with you to adjust the course to focus on your specific learning objectives and goals. Discover the power of Scala programming in our comprehensive, hands-on technical training course designed specifically for experienced object-oriented (OO) developers. Scala is a versatile programming language that combines the best of both OO and functional programming paradigms, making it ideal for a wide range of projects, from web applications to big data processing and machine learning. By mastering Scala, you'll be able to develop more efficient, scalable, and maintainable applications. Fast Track to Scala Programming for OO / Java Developers is a four day hands-on course covers the core principles of Scala, functional programming, web application development, database connectivity, concurrency programming, testing, and interoperability between Scala and Java. Additionally, you'll explore cutting-edge generative AI and GPT technologies, learning how to integrate them into your Scala applications for intelligent suggestions or automation. Throughout the course you?ll explore the latest tools and best practices in the Scala ecosystem, gaining valuable knowledge and experience that can be directly applied to your day-to-day work. With 50% of the course content dedicated to hands-on labs, you'll gain practical experience applying the concepts you've learned across various projects, such as building functional web applications, connecting to databases, designing modular components, and implementing concurrency. Upon completing the course, you'll have a solid understanding of the language and its features, empowering you to confidently apply your new skills in data science and machine learning projects. You'll exit well-prepared to create efficient, scalable, and maintainable Scala applications, regardless of the complexity of your projects. Introduction to Scala Scala features and benefits Comparing Scala with Java and other OO languages Installing Scala and setting up the development environment Object-Oriented Programming in Scala Classes and objects Traits, mixins, and inheritance Companion objects and factories Encapsulation and polymorphism Functional Programming Basics Pure functions and referential transparency Higher-order functions and currying Immutability and persistent data structures Pattern matching and recursion Having Fun with Functional Data Structures Lists, sets, and maps in Scala Folding and reducing operations Stream processing and lazy evaluation For-comprehensions Building Web Applications in Functional Style Introduction to Play Framework Functional web routing and request handling JSON handling with Play-JSON Middleware and functional composition Connecting to a Database Introduction to Slick library Database configuration and setup Querying and updating with Slick Transactions and error handling Building Scalable and Extensible Components Modular architecture and design patterns Dependency injection with MacWire Type classes and type-level programming Implicit parameters and conversions Concurrency Programming & Akka Introduction to Akka framework and Actor model Actor systems and message passing Futures and Promises Supervision and fault tolerance Building Confidence with Testing Introduction to ScalaTest and ScalaCheck Unit testing and property-based testing Test-driven development in Scala Mocking and integration testing Interoperability between Scala and Java Calling Java code from Scala Using Java libraries in Scala projects Converting Java collections to Scala collections Writing Scala code that can be called from Java Using Generative AI and GPT Technologies in Scala Programming Overview of GPT and generative AI Integrating GPT with Scala applications Use cases and practical examples

Fast Track to Scala Programming for OO / Java Developers (TTSCL2104)
Delivered OnlineFlexible Dates
Price on Enquiry

Introduction to XML (TT4300)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This is an introductory-level XML training course, designed for those needing an introduction to concepts and technologies associated with XML and its related recommendations. Previous experience or knowledge of HTML is helpful but not essential. Overview This course is an intensive, hands-on introduction to XML, XPath, and XSLT. The course is a balanced mixture of theory and practical labs designed to take students from the basic fundamentals of XML through to the related advanced technologies. The students walk through the different standards in a structured manner to enable them to master the concepts and ideas, which are reinforced in the lab exercises. The course starts with the fundamentals of XML, including coverage of DTDs and XML Schema. It then moves on to the XPath and XSLT standards, and how to use them to transform XML documents into other documents such as HTML documents or other XML documents. This course provides indoctrination in the practical use of W3C standards (including XSL and XML Schema) and of implementing tools and technologies. This course is programming language independent, making it useful for Java, .NET, C++, and any other programming orientation. Graduates will hit the ground running, applying XML to projects at both an architectural as well as a line by line coding level. We can easily adapt this course to industry and client specific needs.In addition to valuable knowledge and working examples, students receive a copy of the 'Xtensil' product. This unique software was developed to assist in implementing, testing, and fielding XML applications. Xtensil is used as both a teaching aid and a straightforward, basic, fully functional XML toolkit that students can use on Windows and Linux platforms. Working in a hands-on learning environment student will learn to: Write well-formed XML documents Model business requirements using XML Handle XML reserved characters Validate an XML document with a DTD and with a Schema Centralize data and markup definition with entities Create DTDs and Schemas using XML tools Generate XML documents from databases Write XSL templates to transform XML documents into HTML Integrate XML, XSL and the DOM to implement a complete solution The Extensible Markup Language (XML) is a standard that is enabling a revolution in web applications and business to business interactions. XML is the basis for Wireless Markup Language (WML), Voice Markup Language (VoiceML), Simple Object Access Protocol (SOAP), Web Services, and numerous industry initiatives such as ACORD (insurance), PXML (proposal/RFP) and OTA (travel). Introduction to XML is a three-day, hands-on course geared for software developers who need to understand what XML is and how to use in with today's systems and architectures. This course covers the topics from tags to architectures. The course is a balanced mixture of theory and practical labs designed to take students from a quick review of the basic fundamentals of XML through to the related advanced technologies. The students walk through the different standards in a structured manner to enable them to master the concepts and ideas, which are reinforced in the lab exercises. The course starts with a quick review of the fundamentals of XML before covering XML Schema in detail. It then moves on to the XPath and XSLT covering advanced topics in both. Finally, XML and Web Services security mechanisms and issues are addressed. XML Content Introduction to XML XML Mechanics XML Structure Namespaces Structure Using Schemas XML Formatting CSS and Rendering XML XSL Transformations XSLT and XPath XPath 2.0 and XSLT 2.0 Overview XSL FO (Formatting Objects) Applying XML XML Interoperability XML Performance Improvements Web Services Overview XML Applications Additional course details: Nexus Humans Introduction to XML (TT4300) 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 Introduction to XML (TT4300) 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.

Introduction to XML (TT4300)
Delivered OnlineFlexible Dates
Price on Enquiry

VMware Carbon Black Cloud:Advanced Operations and Troubleshooting

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Experienced security administrators and security analysts who are already familiar with VMware Carbon Black Cloud Overview By the end of the course, you should be able to meet the following objectives: Describe and determine use cases for integrating with VMware Carbon Black Cloud Configure, automate, and troubleshoot the VMware Carbon Black Cloud Syslog Integration Use VMware Carbon Black Cloud APIs to pull data with Postman Install and use the VMware Carbon Black Cloud Python SDK Automate operations using the VMware Carbon Black Cloud SDK and APIs Identify and troubleshoot VMware Carbon Black Cloud sensor installations Gather troubleshooting data within the browser to remediate or escalate problems Identify and resolve sensor usage, networking, and performance problems with the VMware Carbon Black Cloud sensor This two-day, hands-on training course provides you with the advanced knowledge, skills, and tools to achieve competency in performing advanced operations and troubleshooting of VMware Carbon Black Cloud. This course will go into integrating VMware Carbon Black Cloud with other third-party components and utilizing the API and the SDK to automate operations within the product and your security stack. This course will also enable you to troubleshoot common problems during sensor installation, operations, and within the VMware Carbon Black Cloud console with hands-on lab problems. Course Introduction Introductions and course logistics Course objectives VMware Carbon Black Cloud Integrations Describe the integration capabilities with VMware Carbon Black Cloud Determine integration use cases for VMware Carbon Black Cloud Identify required components for integrating VMware Carbon Black Cloud Differentiate VMware Carbon Black Cloud integration vendors VMware Carbon Black Cloud Syslog Integration Describe the function of the Syslog Connector Generate API and SIEM keys from the Cloud console Validate a successful Syslog integration Describe how to automate the Syslog Connector Troubleshoot problems with the Syslog integration Using Postman Explain the concept and purpose of an API Interpret common REST API Status codes Recognize the difference between platform and product APIs Using the Postman Client to initiate API calls Create a custom access level and respective API key Create a valid API request Using the VMware Carbon Black Cloud Python SDK Install the VMware Carbon Black Cloud Python SDK Describe the different authentication methods Evaluate the best authentication method for a given task Automating Operations Automate basic Incident Response tasks using the VMware Carbon Black Cloud SDK and API Automate basic watchlist interactions using the VMware carbon Black Cloud SDK and API Sensor Installation Troubleshooting Describe sensor install log collection process Identify sensor install log parameters Create a detailed sensor install log Locate sensor install logs on an endpoint Interpret sensor install success from an install log Determine likely cause for install failure using sensor logs Propose resolution steps for a given sensor install failure VMware Carbon Black Cloud Console Troubleshooting Identify sensor bypass status reasons Simplify console data exports using search Describe differences in Audit Log detail levels Locate built-in browser tools Gather console diagnostics logs from a browser Review console diagnostics logs Sensor Operations Troubleshooting Identify available types of diagnostic logs Gather appropriate diagnostic logs for a given issue Identify steps for resolving software interoperability problems Identify steps for resolving resource problems Identify steps for resolving network problems Additional course details:Notes Delivery by TDSynex, Exit Certified and New Horizons an VMware Authorised Training Centre (VATC) Nexus Humans VMware Carbon Black Cloud:Advanced Operations and Troubleshooting 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 VMware Carbon Black Cloud:Advanced Operations and Troubleshooting 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.

VMware Carbon Black Cloud:Advanced Operations and Troubleshooting
Delivered OnlineFlexible Dates
Price on Enquiry