Java Bootcamp Course Summary. Learn all about Java Programming program thoroughly. From scratch to job-ready. 1 lesson per week for 12 weeks. Many Practical exercises. Practical project. Personalised, Max 4 people per course. PCWorkshops Certificate, Oracle Certification is assessment based Course Details How does it work Java bootcamp Structure: 1 weekly lesson for 12 weeks Plus practical: +-15 hours per week. Plus 1-1 Mentoring: additional between sessions Plus Practical Project: Upload and showcase your project Plus Practical Java Exercises: Java practical exercises per session Duration: 12 Weeks, one session per week Where: Online or Classroom Study level: From beginner to job-ready. Java Bootcamp Certification: PCWorkshops Java certificate Java Oracle certificate: OCP Where is the Java Bootcamp? Online: Instructor-led. Classroom: Request per email Materials Video Tutorials: Short and easy Java Coding Examples: All lessons are illustrated with code examples Java Manuals and Notes: In-depth reference materials Exercises: Weekly practical exercises Personalised 1-1 Mentoring 1-1 Mentoring: Arranged additionally Personalised: Dedicated expert Java mentor per student Success Guarantee: Ask your Java questions and work at your pace Practical Exercises Learn by doing: Excellent way to learn Java and re-inforce weekly lesson content Gain practical expertees: You will become fluent at coding Java with practice Practical Project Weekly exercises amalgamate into a great practical project Show case your project on Github Projects: Student may choose from a few given options, prioritise frontend, backend or full stack for their projects. Project requirements for Certification: To receive the PCWorkshops Programmer Java Certificate students need to work on a project and complete practicals. Uploading any one project of you choice, is necessary for the certificate. We evaluate practicals during the course of the bootcamp. Exclusion from projects: If you would like to be excluded from the project, then you mention that on the registration form. You may be excluded from the project, but this will not qualify you for any discount. In-work professionals: Some students attend because their employers want them to attend to upgrade their skills and they sometime apply to be excused from the projects, because they have limited time and they work already where they are involved in their professional projects. Previous project topics include: Movie theatre ticket sales Student Management System Hotel Booking System Bank Management Project E-commerce Product Sales Services quotation system Quiz app Food Ordering System Media Player Application Tic-Tac-Toe Game Part Time One full day per week: Fridays or Saturdays Learn and earn: Keep your job, earn your salary, get qualified in Java, then change Learn Java in your own time: Practice in your own time 1-1 Mentoring: Schedule this according to your own diary Payment Options Follow the booking link Arrange for installments Weekly Java bootcamp topics and other details Weekly Java lesson topic descriptions Overview of Java Fundamentals: Java Data Types, Variables: Primitive types; Characters; Boolean; Working with variables and its scope; Type conversion and casting; The String Class: Using the String class and String methods. Scanner Class: Getting user input. Java Operators and Expressions: Introduction of operators; Arithmetic operators; Relational operators; Assignment operator; Logical operators; Increment and decrement operators. Decision Making: If statement; If - else statement; If- else if - else statement; Nested if - else; Switch Statements Using Loops: The while, do-while and the for loop; Enhanced for loop; Jump statements : break, continue; The return statement; Nesting loops. Using Methods Introduction of methods; Calling a Method. Introduction to Classes and Objects: Creating a Class; Declaring Member Variables; Creating an Object; Using an Object; Adding Instance variables; Encapsulation, getters and setters; Controlling accessibility; private, public and protected; Class Constructors; Parameterized Constructors; Inheritance. Override. Polymorphism. Abstraction. Interfaces and implementing interfaces. The dot operator, this keyword, the static keywords, the super keyword. Access modifiers: Learn Java Nested Classes, Inner Class Classes, Local Classes, Anonymous Classes, Lambda Expressions, Method References, When to Use: Nested Classes, Local Classes, Anonymous Classes, and Lambda Expressions, Enum Types Nested and inner classes; A stack class. Handling Exceptions Differentiate among checked exceptions, unchecked exceptions, and Errors Create a try-catch block and determine how exceptions alter normal program flow Describe the advantages of Exception handling Create and invoke a method that throws an exception Recognize common exception classes (such as NullPointerException, , ArithmeticException, ArrayIndexOutOfBoundsException, ClassCastException) Use try-catch and throw statements Use catch, multi-catch, and finally clauses Create custom exceptions and Auto-closeable resources Use Autoclose resources with a try-with-resources statement Test invariants by using assertions Java I/O Fundamentals Read and write data from the console Use BufferedReader, BufferedWriter, File, FileReader, FileWriter, FileInputStream, FileOutputStream, ObjectOutputStream, ObjectInputStream, and PrintWriter in the java.io package. Json Files Learn Java Arrays: Working with arrays, 2-d arrays, iterating arrays.Using the for-each loop with Java Arrays The Collection Interface This enables you to work with groups of objects; it is at the top of the collections hierarchy. The List Interface This extends Collection and an instance of List stores an ordered collection of elements. The Set This extends Collection to handle sets, which must contain unique elements. The SortedSet This extends Set to handle sorted sets. The Map This maps unique keys to values. Collections Streams and Filters Use java.util.Comparator and java.lang.Comparable interfaces Collections Streams and Filters Iterate using forEach methods of Streams and List Describe Stream interface and Stream pipeline Filter a collection by using lambda expressions Use method references with Streams Lambda Built-in Functional Interfaces Use the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and Supplier Develop code that uses primitive versions of functional interfaces Develop code that uses binary versions of functional interfaces Develop code that uses the UnaryOperator interface Java Stream API Develop code to extract data from an object using peek() and map() methods including primitive versions of the map() method Search for data by using search methods of the Stream classes including findFirst, findAny, anyMatch, allMatch, noneMatch Develop code that uses the Optional class Develop code that uses Stream data methods and calculation methods Sort a collection using Stream API Save results to a collection using the collect method and group/partition data using the Collectors class Use flatMap() methods in the Stream API Application Programming Interface (API) An Application Programming Interface (API) contains software building tools that facilitate interaction between systems. An API may be for a database system, operating system, computer hardware or a web-based system. Java File I/O (NIO.2) Use Path interface to operate on file and directory paths Use Files class to check, read, delete, copy, move, manage metadata of a file or directory Use Stream API with NIO.2 Working with Selected classes from the Java API Manipulate data using the StringBuilder class String methods Create and manipulate Strings Random Functions Math Class Use Date/Time API Create and manage date-based and time-based events including a combination of date and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period, and Duration Work with dates and times across timezones and manage changes resulting from daylight savings including Format date and times values Define and create and manage date-based and time-based events using Instant, Period, Duration, and TemporalUnit Localization Read and set the locale by using the Locale object Create and read a Properties file Build a resource bundle for each locale and load a resource bundle in an application Refer to the SQL 1-Day Course Relational Database Concepts: SQL Language Essentials: The SQL Select Statement SQL Conditions and the Where Clause: Greater and Less than, =, Not, Between, AND, OR, Like, Wildcards The SQL Order By Clause SQL Arithmetic Operations, Expression Queries SQL Column Aliases Limit/Top, Distinct Working with Null Values SQL Summarizing and Grouping Data: Aggregate Functions (Sum, Avg, Count, Max, Min) The Group By Clause The Having Clause Querying Multiple Tables: Joining Tables, Inner Joins, Outer Joins, Self Joins, Full Joins, Cross Joins Alternative Join Syntax Additional SQL Features: Combining Queries The Union, Intersect and Minus Operators Basic Subqueries SQL Queries, DML, DDL commands, stored procedures. Introduction to Big Data, NoSQL databases and Hadoop. JDBC JDBC stands for Java Database Connectivity. JDBC is a Java API to connect and execute the query with the database. It is a part of JavaSE (Java Standard Edition). JDBC API uses JDBC drivers to connect with the database Connecting to databases and embedding SQL Queries to interact with database while coding, Defining the layout of the Java JDBC API, Connecting to a database by using a JDBC driver, Submitting queries and get results from the database, Specifying JDBC driver information externally, Create database, drop database using JDBC Create Table, Drop Table using JDBC Insert Records, Udate Records, Delete Records using JDBC Select records using JDBC : Multithreading Life Cycle of a Thread Thread Priorities Create a Thread by Implementing a Runnable Interface Create a Thread by Extending a Thread Class Thread Methods Major Java Multithreading Concepts While doing Multithreading programming in Java, you would need to have the following concepts very handy − What is thread synchronization? Handling interthread communication Handling thread deadlock Major thread operations Processes and Threads, Thread Objects Defining and Starting a Thread, Pausing Execution with Sleep Interrupts, Joins The SimpleThreads Example Synchronization, Thread Interference, Memory Consistency Errors, Synchronized Methods Intrinsic Locks and Synchronization, Atomic Access, Liveness, Deadlock, Starvation and Livelock Executors, Executor Interfaces, Thread Pools, Fork/Join, Concurrent Collections Guarded Blocks, Immutable Objects A Synchronized Class Example A Strategy for Defining Immutable Objects, High Level Concurrency Objects, Lock Objects Overview: Different types of testing Principles of unit testing using JUnit JUnit Environment Setup JUnit Test Framework JUnit Basic Usage JUnit API Writing a Tests Using Assertion Execution Procedure Executing Tests Suite Test Ignore Test Time Test Exceptions Test Parameterized Test Plug with Ant JUnit Plug with Eclipse JUnit Extensions Why Choose Spring as Your Java Framework? Inversion of Control and Dependency Injection with Spring Constructor Dependency Injection in Spring What is a Spring Bean? Spring Bean Scopes Spring Bean Annotations Spring @Autowired Annotation Wiring in Spring: @Autowired, @Resource and @Inject Spring @Qualifier Annotation @Component vs @Repository and @Service in Spring Properties with Spring Create a small JAVA Sprin Boot web app Introduction to JPA with Spring Transactions with Spring and JPA Spring JDBC Spring Persistence Tutorial Create a Login System using CRUD operations Getting Started with JavaFX What Is JavaFX What is JavaFX? JavaFX is a software platform for creating and delivering desktop applications, as well as rich Internet applications (RIAs). JavaFX is intended to replace Swing as the standard GUI library for Java SE. Get Acquainted with JavaFX Architecture Deployment JavaFX Guide Graphics Getting Started with JavaFX 3D Graphics Use the Image Ops API Work with Canvas JavaFx User Interface Components Work with JavaFx UI Controls Create Charts Add Text in JavaFx Add HTML Content Work with Layouts Skin Applications with CSS within JavaFx Build UI with FXML Handle Events JavaFX Scene Builder 2 JavaFX Scene Builder Overview. JavaFX Scene Builder is a visual layout tool that lets users quickly design JavaFX application user interfaces, without coding. Users can drag and drop UI components with Scene Builder. Get Started with JavaFx Scene Builder Working with Scene Builder Design UI with Scene Builder Use JavaFx Scene Builder with Java IDEs Install Scene Builder Book the Java Coding Bootcamp Book the Java Boot Camp Powered by Eventbrite About us Our experienced trainers are award winners. More about us FAQ's Client Comments
Study Ofqual Regulated Level 5 TEFL Course online in your own pace and receive an internationally recognised qualification.
Description: InfoPath is a powerful solution made my Microsoft for collecting data from users on a variety of platforms. In this course, you will learn the necessary skills, knowledge, and information about the advanced functions and features of Microsoft InfoPath and learn the new great features, such as the Office Fluent UI, and the ability to customize SharePoint list forms. Find out how to use InfoPath in conjunction with SharePoint for a variety of additional features. Who is the course for? Professionals who want to learn about the Microsoft InfoPath 2010. People who have an interest in the advanced features of Microsoft InfoPath 2010. Entry Requirement: This course is available to all learners, of all academic backgrounds. Learners should be aged 16 or over to undertake the qualification. Good understanding of English language, numeracy and ICT are required to attend this course. Assessment: At the end of the course, you will be required to sit an online multiple-choice test. Your test will be assessed automatically and immediately so that you will instantly know whether you have been successful. Before sitting for your final exam, you will have the opportunity to test your proficiency with a mock exam. Certification: After you have successfully passed the test, you will be able to obtain an Accredited Certificate of Achievement. You can however also obtain a Course Completion Certificate following the course completion without sitting for the test. Certificates can be obtained either in hard copy at the cost of £39 or in PDF format at the cost of £24. PDF certificate's turnaround time is 24 hours, and for the hardcopy certificate, it is 3-9 working days. Why choose us? Affordable, engaging & high-quality e-learning study materials; Tutorial videos/materials from the industry leading experts; Study in a user-friendly, advanced online learning platform; Efficient exam systems for the assessment and instant result; The UK & internationally recognized accredited qualification; Access to course content on mobile, tablet or desktop from anywhere anytime; The benefit of career advancement opportunities; 24/7 student support via email. Career Path: The Microsoft InfoPath Advanced Level course is a useful qualification to possess and would be beneficial for any type of professions or career from any type of industry such as: Administrative Officer Project Management Officer Project Assistant Project Support Secretary. Microsoft Infopath Advanced Level Module One - Getting Started 00:30:00 Module Two - Types of Controls 01:00:00 Module Three - Repeating and Optional Controls 01:00:00 Module Four - Control Tool Properties and Table Tools Tabs 01:00:00 Module Five - Actions 01:00:00 Module Six - Importing Form Designs 01:00:00 Module Seven - Advanced Topics 01:00:00 Module Eight - Understanding Code 01:00:00 Module Nine - Publishing Forms 01:00:00 Module Ten - SharePoint Integration 01:00:00 Module Eleven - Publishing Forms for Use with SharePoint 01:00:00 Module Twelve - Wrapping Up 00:30:00 Activities Activities - Microsoft Infopath Advanced Level 00:00:00 Certificate and Transcript Order Your Certificates and Transcripts 00:00:00
Duration 2 Days 12 CPD hours This course is intended for DevOps Engineers Software Developers Telecommunications Professionals Architects Quality Assurance & Site Reliability Professionals Overview Automate basic freestyle projects Jenkins Pipelines and Groovy Programming Software lifecycle management with Jenkins Popular plugins Scaling options Integrating Jenkins with Git and GitHub (as well as other Software Control Management platforms) Triggering Jenkins with Webhooks Deploying into Docker and Kubernetes CI / CD with Jenkins This course covers the fundamentals necessary to deploy and utilize the Jenkins automation server. Jenkins enables users to immediately begin automating both their individual and collaborative workflows. Jenkins is a proven solution for a wide variety of tasks ranging from the helpful automation of scripts (such as Python and Ansible) to creating complex pipelines that govern the technical parts of not only Continuous Integration, but Continuous Delivery (CI/CD) as well. Jenkins is free, open source, and easily controlled with a simple web- based UI- it can be expanded by third party plugins and is deployable on nearly any on-site (Linux, Windows and Mac) or cloud platform. Overview of Jenkins Overview of Continuous Integration and Continuous Deployment (CI/CD) Understanding Git and GitHub Git Branching Methods for Installing Jenkins Jenkins Dashboard Jenkins Jobs Getting Started with Freestyle Jobs Triggering builds HTTP Web Hooks Augmenting Jenkins with Plugins Overview of Docker and Dockerfile for Building and Launching Images Pipeline Jobs for Continuous Integration and Continuous Deployment Pipeline Build Stage Pipeline Testing Stage Post Build actions SMTP and Other Notifications Programming Pipelines with Groovy More Groovy Programming Essentials Extracting Jenkins Data Analytics to Support Project Management Troubleshooting Failures Auditing stdout and stderr with Jenkins Jenkins REST API Controlling Jenkins API with Python Jenkins Security Scaling Jenkins Jenkins CLI Building a Kubernetes Cluster and Deploying Jenkins How to start successfully using Jenkins to automate aspects of your job the moment this course ends.
Interior valeting is often overlooked as 'simple' but it is a vital skill for any detailer to master - the difference between an acceptable job and a fantastic job can be vast. With the range of materials and surfaces in modern vehicles, navigating the most efficient way to care for interiors is sometimes difficult. Learning the chemistry behind stain removal, the correct tools for the job and how best to employ them, and how to deal with unusual and stubborn tasks is the aim of this course. We push your knowledge further and advance your skillset through technique and demonstration, enabling you to reduce time spent cleaning and re-cleaning interiors, increasing efficiency, and advancing your interior valeting skills to a new level. Availability If no dates are showing as available in the calendar, you can sign up for updates to find out when new dates are released and new course developments. Interior valeting is often overlooked as 'simple' but it is a vital skill for any detailer to master - the difference between an acceptable job and a fantastic job can be vast. With the range of materials and surfaces in modern vehicles, navigating the most efficient way to care for interiors is sometimes difficult. Learning the chemistry behind stain removal, the correct tools for the job and how best to employ them, and how to deal with unusual and stubborn tasks is the aim of this course. We push your knowledge further and advance your skillset through technique and demonstration, enabling you to reduce time spent cleaning and re-cleaning interiors, increasing efficiency, and advancing your interior valeting skills to a new level. You will cover: Interior materials - identifying, cleaning and their issues. Removal of components for deep cleaning, including seats, trim and steering wheels. Cleaner Chemistry and how it applies to different stains. Vacuum, steam and wet extraction technique and efficiency. Specific stain removal; such as Biro ink, oils, sand, tannins, paints, and hard-to-shift materials, such as sand, and chewing gum. Pet hair removal and allergen information. Glass cleaning and access. Odour removal and biocidal sanitising treatments. Surface protection - hard surface, leather and fabric protection and application. Screens and delicate surfaces - including HUDs, touch controls and binnacles. Finally, we teach a proven and methodical checklist to run down with each vehicle to ensure complete thoroughness, whilst sticking to an agreed schedule with a client and upselling additional services. Course Length 1 Day (0930-1600) Location UK Detailing Academy, 2 Purlieus Barn, Ewen, Cirencester, GL7 6BY Group Size Up to 5 people
This is a beginner-friendly video course that teaches you how to build a 2D game from scratch using Unity and C#. You will learn how to implement 2D lighting, use particle systems, program a player controller, and more. No prior experience is necessary!
Duration 3 Days 18 CPD hours This course is intended for Analyst Developer End User Implementer Overview Schedule and Burst Reports Perform Translations Create Reports Integrated With Oracle BI EE Administer BI Publisher Server Describe BI Publisher Technology and Architecture Create reports from OBI EE data sources Create and Modify Data Models Create RTF Templates by Using Template Builder Explore and Use the Form Field Method for Creating RTF Templates Create Layouts by Using the Layout Editor This Oracle BI Publisher 12c training will help you build a foundation of understanding how to best leverage this solution. Through Classroom Training or Live Virtual Class Training, you'll learn the ins and outs of how to use this solution. BI Publisher Technology and Architecture Functional Components Layout Templates Multitier Architecture Enterprise Server Architecture and Performance and Scalability Document Generation Process and Output Formats Supported Data Sources Bursting Overview Internationalization and Language Support Getting Started with BI Publisher Logging In, the Home Page, and Global Header, and Setting Account Preferences Viewing Reports Managing Repository Objects Managing Favorites Using Create Report wizard to Create Reports Selecting Data: Data Model, Spreadsheet, and BI Subject Area Configuring Report Properties Using the Data Model Editor Exploring the Schemas Used in the Course Exploring the Data Model Editor UI and the Supported Data Sources Creating a Private Data Source Creating a Simple Data Model based on a SQL Query Data Set Using Query Builder to Build a Query Viewing Data and Saving Sample Data Sets Adding Parameters and LOVs to the Query Configuring Parameter Settings and Viewing Reports with Parameters Working with Layout Editor Opening the Layout Editor and Navigating the Layout Editor UI Creating a Layout by Using a Basic Template Inserting a Layout Grid Adding a Table, Formatting Columns, Defining Sorts and Groups, and Applying Conditional Formats Inserting and Editing Charts, and Converting Charts to a Pivot Tables Adding Repeating Sections, Text Items, and Images Working with Lists, Gauges and Pivot Tables Creating Boilerplates Using Template Builder to Create RTF Templates Using the BI Publisher Menu Bar Creating an RTF Template from a Sample, Changing Field Properties, and Previewing Table Data Adding a Chart to an RTF Template Designing an RTF Template for a BI Publisher Report Creating a BI Publisher Report by Using Template Builder in Online Mode Exploring the Basic and Form Field Methods Exploring Advanced RTF Template Techniques Including Conditional Formats, Watermarks, Page-Level Calculations, Running Totals, Grouping, and Sorting BI Publisher Server: Administration and Security Describing the Administration Page Creating the JDBC Connections Setting, Viewing, and Updating Data Sources Describing the Security Model for BI Publisher and Oracle Fusion Middleware Describing Groups, Users, Roles, and Permissions Describing Delivery Options Including Print, Fax, Email, WebDav, HTTP Server, FTP, and CUPS Describing and Configuring BI Publisher Scheduler Integrating with Oracle BI Presentation Services and Oracle Endeca Server Scheduling and Bursting Reports Scheduling and Describing a Report Job and Related Options Managing and Viewing a Report Job Viewing Report Job History Scheduling a Report with Trigger Describing Bursting Adding a Bursting Definition to a Data Model Scheduling a Bursting Job Integrating BI Publisher with Oracle BI Enterprise Edition Configuring Presentation Services Integration Navigating Oracle BI EE Creating a Report based on OBI EE Subject Area Creating a Data Model and Report based on a BI Server SQL Query Creating a Data Model and Report based on an Oracle BI Analysis Adding a BI Publisher Report to an Oracle BI EE Dashboard Creating Data Models and BI Publisher Reports Based on Other Data Sources Configuring Presentation Services Integration Describing the Web Services Data Source Describing the HTTP (XML/RSS Feed) Data Source Explaining Proxy Setting for Web Services and HTTP Data Sources Creating a BI Publisher Report based on an External Web Service Creating a BI Publisher Report based on an HTTP Data Set Creating a BI Publisher Report Based on XML File Creating a BI Publisher Report Based on CSV Data source Performing Translations Describing Translation Types Translating by Using the Localized Template Option Translating by Using the XLIFF Option Managing XLIFF Translations on BI Publisher Server Describing the Overall Translation Process Describing Catalog Translation Exporting and Importing the XLIFF for a Catalog Folder Additional course details: Nexus Humans Oracle BI Publisher 12c R1: Fundamentals training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Oracle BI Publisher 12c R1: Fundamentals course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.
Duration 2 Days 12 CPD hours This course is intended for vSphere administrators, architects, system engineers, and systems integrators who are responsible for the deployment or management of Site Recovery Manager Overview By the end of the course, you should be able to meet the following objectives: Summarize the components of Site Recovery Manager architecture Deploy and configure the Site Recovery Manager appliance Describe the principal disaster recovery topologies that are used with Site Recovery Manager Configure inventory and resource mappings Describe the storage replication options that are used with Site Recovery Manager Configure Site Recovery Manager to leverage array-based replication Describe VMware vSphere Replication⢠functionality Describe the vSphere Replication architecture Deploy and configure vSphere Replication for use with Site Recovery Manager Build Site Recovery Manager array-based protection groups, protection groups based on vSphere Replication, and Virtual Volumes protection groups. Build, edit, execute, test, and remove a recovery plan Perform a planned migration This two-day, hands-on training course gives experienced VMware vSphere© administrators the knowledge to install, configure, and manage VMware Site Recovery Manager? 8.6. This course also shows you how to write and test disaster recovery plans that use Site Recovery Manager. Course Introduction Introductions and course logistics Course objectives Site Recovery Manager Architecture Describe Site Recovery Manager architecture Identify disaster recovery options with Site Recovery Manager Evaluate how Site Recovery Manager integrates with VMware products Describe Site Recovery Manager licensing options List the disaster recovery topologies supported by Site Recovery Manager Describe how VMware Site Recovery for VMware Cloud on AWS integrates with Site Recovery Manager Deploying and Configuring Site Recovery Manager Identify the vSphere and vCenter Server requirements for deploying Site Recovery Manager Define Site Recovery Manager virtual appliance system requirements Deploy the Site Recovery Manager appliance Navigate the Site Recovery Manager configuration UI Describe the process for registering Site Recovery Manager with vCenter Server Describe how to start and stop services in Site Recovery Manager Identify ways to perform updates to the Site Recovery Manager appliance Describe the options for accessing the Site Recovery Manager Describe the process for configuring site pairing Describe how to import and export Site Recovery Manager configuration Navigate the Site Recovery Manager configuration UI Describe the process for registering Site Recovery Manager with vCenter Server Describe how to start and stop services in Site Recovery Manager Identify ways to perform updates to the Site Recovery Manager appliance Describe the options for accessing the Site Recovery Manager Describe the process for configuring site pairing Describe how to import and export Site Recovery Manager configuration Configuring Inventory Mappings Explain the importance of inventory mappings Identify configuration options for inventory mappings Describe the importance of placeholder virtual machines and datastores Describe the importance of the vSphere inventory changes for Site Recovery Manager operation Using Array-Based Replication Describe array-based replication Describe Storage Replication Adapters and explain their role for the array-based replication Describe the concept and configuration of array pairs Describe datastore groups and the relationship between devices and datastore groups Describe the role of consistency groups Identify the advantages of array-based replication vSphere Replication Describe Site Recovery Manager with vSphere Replication Architecture Discuss the role of vSphere Replication components Discuss use cases for vSphere Replication Discuss system requirements and operational limits of vSphere Replication Determine how to calculate bandwidth requirements for vSphere Replication Identify the advantages of vSphere Replication Deploy a vSphere Replication appliance Configure a vSphere Replication appliance and register it with vCenter Server Pair vSphere Replication appliances Deploy an additional vSphere Replication server Register a vSphere Replication server with a vSphere Replication management server Replicating VMs Using vSphere Replication Describe the replication process used by vSphere Replication List vSphere Replication replica states Describe vSphere Replication of encrypted virtual machines Describe vSphere native key provider Describe how to configure vSphere Replication Discuss vSphere Replication RPO settings Describe MPIT instances Describe additional vSphere Replication settings Describe how to disable vSphere Replication Protection Groups Define protection group functionality Examine the differences between array-based protection groups, protection groups based on vSphere Replication, and Virtual Volumes protection groups Create a protection group View a placeholder virtual machine in the inventory Configure protection for virtual machines and edit protection groups Recovery Plans Discuss recovery plan concepts Discuss network planning Discuss the organization of storage for recovery plans Describe customization options in recovery planning Describe priority groups and VM dependencies Describe how to implement a recovery plan Configure VM recovery plan properties Describe the customization of recovery plans Configure additional steps in the recovery plan Delete a recovery plan Executing Recovery Plans Discuss use cases for Site Recovery Manager Describe planned migration Identify Site Recovery Manager workflows Examine Site Recovery Manager integration with various vSphere technologies Describe how to conduct a recovery plan test Perform a recovery plan test Identify the effect on the storage layer during the test recovery steps Review the recovery plan test steps Describe how to cancel a recovery plan test and clean up after recovery plan test cancelation Explain a recovery plan execution in planned migration or disaster recovery mode Identify the recovery steps for each execution type Describe a forced recovery Explain the importance of reprotection processes and states Examine failback steps Describe how to reprotect a data center Monitoring and Troubleshooting Identify Site Recovery Manager alarm options Generate Site Recovery Manager recovery plan history reports Configure Site Recovery Manager advanced settings Identify Site Recovery Manager logs Describe the vRealize Operations management pack for Site Recovery Manager
Level 4 QLS Endorsed Course | QLS Endorsed Certificate Included | 5 Career Guided Courses | CPD Accredited