Course Outline. [ORACLE PRESS] Kathy Sierra s & Bert Bates OCA/OCP Java 7 Programmer Course for Exam 1Z0-803 and 1Z

Size: px
Start display at page:

Download "Course Outline. [ORACLE PRESS] Kathy Sierra s & Bert Bates OCA/OCP Java 7 Programmer Course for Exam 1Z0-803 and 1Z"

Transcription

1 Course Outline [ORACLE PRESS] Kathy Sierra s & Bert Bates OCA/OCP Java 7 Programmer Course for Exam 1Z0-803 and 1Z Apr 2018

2 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible Platform 6. State of the Art Educator Tools 7. Award Winning Learning Platform (LMS) 8. Chapter & Lessons Syllabus Chapter 1: Declarations and Access Control Chapter 2: Object Orientation Chapter 3: AssignmentsCertification ObjectiveUse Class Memb...fecycle and Garbage Collection Chapter 4: Operators Chapter 5: Working with Strings, Arrays, and ArrayLists Chapter 6: Flow Control and Exceptions Chapter 7: Assertions and Java 7 Exceptions Chapter 8: String Processing, Data Formatting, Resource Bundles Chapter 9: I/O and NIO Chapter 10: Advanced OO and Design Patterns Chapter 11: Generics and Collections Chapter 12: Inner Classes Chapter 13: Threads

3 Chapter 14: Concurrency Chapter 15: JDBC Chapter 16: Appendix A: Serialization Chapter 17: Appendix B: Classpaths and JARs Chapter 18: Appendix C Videos and How To 9. Practice Test Here's what you get Features 1. Course Objective Gain hands-on expertise in Oracle Java SE 7 certification exam with [ORACLE PRESS] Kathy Sierra s & Bert Bates OCA/OCP Java 7 Programmer course. The course covers all the objectives of 1Z0-803 and 1Z0-804 exam and includes topics such as declarations and access control, object orientation, operators, working with strings, arrays, and arraylists and much more. Oracle Java SE 7 Programmer exam is designed to certify the competency of Java professionals in understanding, designing, and manipulating Java applications. 2. Pre-Assessment Pre-Assessment lets you identify the areas for improvement before you start your prep. It determines what students know about a topic before it is taught and identifies areas for improvement with question assessment before beginning the course. 3. Exercises, Quizzes, Flashcards & Glossary Each lesson comes with Exercises, Flashcards & Quizzes. There is no limit to the number of times learners can attempt these. Exercises come with detailed remediation, which ensures that learners are

4 confident on the topic before proceeding. Flashcards help master the key concepts while Glossary defines the key terms. Number of Questions 800 Questions Over 800 unique questions including pre-assessment, quizzes, exercises, and post assessment. 4. Expert Instructor-Led Training ucertify uses the content from the finest publishers and only the IT industry s finest instructors. They have a minimum of 15 years real-world experience and are subject matter experts in their fields. Unlike a live class, you can study at your own pace. This creates a personal learning experience and gives you all the benefit of hands-on training with the flexibility of doing it around your schedule 24/7. 5. ADA Compliant & JAWS Compatible Platform ucertify course and labs are ADA (Americans with Disability Act) compliant. It is now more accessible to students with features such as: Change the font, size, and color of the content of the course Text-to-speech, reads the text into spoken words Interactive videos, how-tos videos come with transcripts and voice-over Interactive transcripts, each word is clickable. Students can clip a specific part of the video by clicking on a word or a portion of the text. JAWS (Job Access with Speech) is a computer screen reader program for Microsoft Windows that

5 reads the screen either with a text-to-speech output or by a Refreshable Braille display. Student can easily navigate ucertify course using JAWS shortcut keys. 6. State of the Art Educator Tools ucertify knows the importance of instructors and provide tools to help them do their job effectively. Instructors are able to clone and customize course. Do ability grouping. Create sections. Design grade scale and grade formula. Create and schedule assignments. Educators can also move a student from self-paced to mentor-guided to instructor-led mode in three clicks. 7. Award Winning Learning Platform (LMS) ucertify has developed an award winning, highly interactive yet simple to use platform. The SIIA CODiE Awards is the only peer-reviewed program to showcase business and education technology s finest products and services. Since 1986, thousands of products, services and solutions have been recognized for achieving excellence. ucertify has won CODiE awards consecutively for last 4 years: Best Postsecondary Learning Solution Best Education Solution 2. Best Virtual Learning Solution 3. Best Student Assessment Solution 4. Best Postsecondary Learning Solution 5. Best Career and Workforce Readiness Solution 6. Best Instructional Solution in Other Curriculum Areas 7. Best Corporate Learning/Workforce Development Solution 2016

6 1. Best Virtual Learning Solution 2. Best Education Cloud-based Solution 3. Best College and Career Readiness Solution 4. Best Corporate / Workforce Learning Solution 5. Best Postsecondary Learning Content Solution 6. Best Postsecondary LMS or Learning Platform 7. Best Learning Relationship Management Solution Best Overall Education Solution 2. Best Student Assessment Solution 3. Best Corporate/Workforce Learning Solution 4. Best Higher Education LMS or Learning Platform 8. Chapter & Lessons ucertify brings these textbooks to life. It is full of interactive activities that keeps the learner engaged. ucertify brings all available learning resources for a topic in one place so that the learner can efficiently learn without going to multiple places. Challenge questions are also embedded in the chapters so learners can attempt those while they are learning about that particular topic. This helps them grasp the concepts better because they can go over it again right away which improves learning. Learners can do Flashcards, Exercises, Quizzes and Labs related to each chapter. At the end of every lesson, ucertify courses guide the learners on the path they should follow. Syllabus Chapter 1: Declarations and Access Control Java Refresher Identifiers and Keywords

7 Define Classes Use Interfaces Declare Class Members Declare and Use enums Chapter 2: Object Orientation Encapsulation Inheritance and Polymorphism Polymorphism (OCA Objectives 7.2 and 7.3) Overriding / Overloading Casting Implementing an Interface Legal Return Types Constructors and Instantiation Statics Chapter 3: AssignmentsCertification ObjectiveUse Class Memb...fecycle and Garbage Collection Stack and Heap Quick ReviewFor most people...ring object it referred to is still on the heap. Literals, Assignments, and VariablesOCA Objectiv...ve variables.2.3 Read or write to object fields. ScopeOCA Objectives 1.1 and 2.5Certification Obj... scope of variables.2.5 Call methods on objects. Variable InitializationOCA Objective 2.1Certific... Objectives2.1 Declare and initialize variables. Passing Variables into MethodsOCA Objective 6.8C...ables section in the early part of this lesson. Garbage CollectionOCA Objective 2.4Certification... objective uses the phrase object's lifecycle.

8 This lesson covered a wide...am. All in all, this was one fascinating lesson. Here are some of the key points from this lesson. Chapter 4: Operators Java Operators Chapter 5: Working with Strings, Arrays, and ArrayLists Using String and StringBuilder Using Arrays Using ArrayList (OCA Objective 4.3) Chapter 6: Flow Control and Exceptions Using if and switch Statements Creating Loops Constructs Handling Exceptions (OCA Objectives 8.1, 8.2, 8.3, and 8.4) Common Exceptions and Errors Chapter 7: Assertions and Java 7 Exceptions Working with the Assertion Mechanism Working with Java 7 Exception Handling Chapter 8: String Processing, Data Formatting, Resource Bundles

9 String, StringBuilder, and StringBuffer (OCP Objective 5.1) Dates, Numbers, Currencies, and Locales Parsing, Tokenizing, and Formatting Resource Bundles Chapter 9: I/O and NIO File Navigation and I/O Files, Path, and Paths (OCP Objectives 8.1 and 8.2) File and Directory Attributes DirectoryStream FileVisitor (OCP Objective 8.4) PathMatcher (OCP Objective 8.5) WatchService Serialization Chapter 10: Advanced OO and Design Patterns IS-A and HAS-A (OCP Objectives 3.3 and 3.4) Coupling and Cohesion Object Composition Principles (OCP Objective 3.4) Singleton Design Pattern DAO Design Pattern (OCP Objective 3.6) Factory Design Pattern Chapter 11: Generics and Collections tostring(), hashcode(), and equals() (OCP Objectives 4.7 and 4.8) Collections Overview

10 Using Collections Generic Types Chapter 12: Inner Classes Nested Classes Inner Classes Method-Local Inner Classes Anonymous Inner Classes Static Nested Classes Chapter 13: Threads Defining, Instantiating, and Starting Threads Thread States and Transitions Synchronizing Code, Thread Problems (OCP Objectives 10.3 and 10.4) Thread Interaction Chapter 14: Concurrency Concurrency with the java.util.concurrent Package Apply Atomic Variables and Locks Use java.util.concurrent Collections and Use a Deque Use Executors and ThreadPools Use the Parallel Fork/Join Framework Chapter 15: JDBC

11 Starting Out: Introduction to Databases and JDBC Core Interfaces of the JDBC API Connect to a Database Using DriverManager (OCP Objective 9.2) Submit Queries and Read Results from the Database Use PreparedStatement and CallableStatement Objects Construct and Use RowSet Objects JDBC Transactions (OCP Objective 9.4) Chapter 16: Appendix A: Serialization Serialization Serialization Is Not for Statics Chapter 17: Appendix B: Classpaths and JARs Using the javac and java Commands JAR Files Using Static Imports Chapter 18: Appendix C In Action Videos Videos and How To ucertify course includes videos to help understand concepts. It also includes How Tos that help learners in accomplishing certain tasks.

12 :27 VIDEOS HOURS Practice Test ucertify provides full length practice tests. These tests closely follow the exam objectives and are designed to simulate real exam conditions. Each course has a number of test sets consisting of hundreds of items to ensure that learners are prepared for the certification exam. Here's what you get 2 FULL LENGTH TESTS Features Full Remediation Each question comes with detailed remediation explaining not only why an answer option is correct but also why it is incorrect. Unlimited Practice

13 Each test can be taken unlimited number of times until the learner feels they are prepared. Learner can review the test and read detailed remediation. Detailed test history is also available. Learn, Test and Review Mode Each test set comes with learn, test and review modes. In learn mode, learners will attempt a question and will get immediate feedback and complete remediation as they move on to the next question. In test mode, learners can take a timed test simulating the actual exam conditions. In review mode, learners can read through one item at a time without attempting it. Have Any Query? We Are Happy To Help! GET IN TOUCH: Call: sales@ucertify.com

Oracle Java SE 7 Programmer II. Course Outline. Oracle Java SE 7 Programmer II. 30 Apr 2018

Oracle Java SE 7 Programmer II. Course Outline. Oracle Java SE 7 Programmer II.  30 Apr 2018 Course Outline Oracle Java SE 7 Programmer II 30 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. [ORACLE PRESS] OCA Java SE 8 Programmer Course for Exam 1Z

Course Outline. [ORACLE PRESS] OCA Java SE 8 Programmer Course for Exam 1Z Course Outline [ORACLE PRESS] OCA Java SE 8 Programmer Course for Exam 1Z0808 16 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

CompTIA A Exam 2. Course Outline. CompTIA A Exam Oct

CompTIA A Exam 2. Course Outline. CompTIA A Exam Oct Course Outline 05 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

Enterprise support technician (Vista) Course Outline. Enterprise support technician (Vista) 15 Apr

Enterprise support technician (Vista) Course Outline. Enterprise support technician (Vista) 15 Apr Course Outline Enterprise support technician (Vista) 15 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Oracle Database 12c: Installation and Administration. ( Add-On ) Oracle Database 12c: Installation and Administration

Course Outline. Oracle Database 12c: Installation and Administration.  ( Add-On ) Oracle Database 12c: Installation and Administration Course Outline Oracle Database 12c: Installation and Administration 11 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

Pearson: Practical Guide to Advanced Networking. Course Outline. Pearson: Practical Guide to Advanced Networking. 17 Oct

Pearson: Practical Guide to Advanced Networking. Course Outline. Pearson: Practical Guide to Advanced Networking. 17 Oct Course Outline Pearson: Practical Guide to Advanced Networking 17 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

& CompTIA A+ Complete Study Guide. Course Outline. CompTIA A+ Complete Study Guide.

& CompTIA A+ Complete Study Guide. Course Outline. CompTIA A+ Complete Study Guide. Course Outline CompTIA A+ Complete Study 27 Mar 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

CompTIA A+ Complete Study Guide. Course Outline. CompTIA A+ Complete Study Guide. 18 Oct

CompTIA A+ Complete Study Guide. Course Outline. CompTIA A+ Complete Study Guide. 18 Oct Course Outline CompTIA A+ Complete Study Guide 18 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. CompTIA A+: A Comprehensive Approach (Exams and )

Course Outline. CompTIA A+: A Comprehensive Approach (Exams and ) Course Outline CompTIA A+: A Comprehensive Approach (Exams 220-901 and 220902) 11 Nov 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

SY CompTIA Security+ Course Outline. SY CompTIA Security+ 31 Oct

SY CompTIA Security+ Course Outline. SY CompTIA Security+ 31 Oct Course Outline 31 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

CIW: JavaScript Specialist v2.0. Course Outline. CIW: JavaScript Specialist v Jun 2018

CIW: JavaScript Specialist v2.0. Course Outline. CIW: JavaScript Specialist v Jun 2018 Course Outline 14 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

Course Outline. [ORACLE PRESS] OCE Oracle Database SQL Certified Expert Course for Exam 1Z

Course Outline. [ORACLE PRESS] OCE Oracle Database SQL Certified Expert Course for Exam 1Z Course Outline [ORACLE PRESS] OCE Oracle Database SQL Certified Expert Course for Exam 1Z0-047 17 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Pearson: CCNP TSHOOT. Course Outline. Pearson: CCNP TSHOOT Jun 2018

Pearson: CCNP TSHOOT. Course Outline. Pearson: CCNP TSHOOT Jun 2018 Course Outline 22 Jun 2018 Contents 1. Pre-Assessment 2. Exercises, Quizzes, Flashcards & Glossary Number of Questions 3. Expert Instructor-Led Training 4. ADA Compliant & JAWS Compatible Platform 5. State

More information

Pearson: Certified Ethical Hacker Version 9. Course Outline. Pearson: Certified Ethical Hacker Version 9.

Pearson: Certified Ethical Hacker Version 9. Course Outline. Pearson: Certified Ethical Hacker Version 9. Course Outline Pearson: Certified Ethical Hacker Version 9 27 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Beginning jquery. Course Outline. Beginning jquery. 09 Mar

Beginning jquery. Course Outline. Beginning jquery. 09 Mar Course Outline 09 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

Administering Microsoft SQL Server 2012 Databases. Course Outline. Administering Microsoft SQL Server 2012 Databases.

Administering Microsoft SQL Server 2012 Databases. Course Outline. Administering Microsoft SQL Server 2012 Databases. Course Outline Administering Microsoft SQL Server 2012 Databases 07 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CIW: Advanced HTML5 and CSS3 Specialist. Course Outline. CIW: Advanced HTML5 and CSS3 Specialist. ( Add-On ) 16 Sep 2018

CIW: Advanced HTML5 and CSS3 Specialist. Course Outline. CIW: Advanced HTML5 and CSS3 Specialist.   ( Add-On ) 16 Sep 2018 Course Outline CIW: Advanced HTML5 and CSS3 Specialist 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Interconnecting Cisco Networking Devices Part 1. Course Outline. Interconnecting Cisco Networking Devices Part 1.

Interconnecting Cisco Networking Devices Part 1. Course Outline. Interconnecting Cisco Networking Devices Part 1. Course Outline Interconnecting Cisco Networking Devices Part 1 23 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Matt Walker s All in One Course for the CEH Exam. Course Outline. Matt Walker s All in One Course for the CEH Exam.

Matt Walker s All in One Course for the CEH Exam. Course Outline. Matt Walker s All in One Course for the CEH Exam. Course Outline Matt Walker s All in One Course for the CEH Exam 03 May 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. ICND1 - Interconnecting Cisco Networking Devices Part 1. ICND1 - Interconnecting Cisco Networking Devices Part 1

Course Outline. ICND1 - Interconnecting Cisco Networking Devices Part 1.   ICND1 - Interconnecting Cisco Networking Devices Part 1 ICND - Interconnecting Cisco Networking Devices Part Course Outline ICND - Interconnecting Cisco Networking Devices Part 29 Oct 208 ICND - Interconnecting Cisco Networking Devices Part Contents. Course

More information

Pearson: CCNP TSHOOT. Course Outline. Pearson: CCNP TSHOOT. 26 Dec

Pearson: CCNP TSHOOT. Course Outline. Pearson: CCNP TSHOOT. 26 Dec Course Outline 26 Dec 2018 Contents 1. Pre-Assessment 2. Exercises, Quizzes, Flashcards & Glossary Number of Questions 3. Expert Instructor-Led Training 4. ADA Compliant & JAWS Compatible Platform 5. State

More information

CompTIA Network+ (2012) Course Outline. CompTIA Network+ (2012) 15 Jul 2018

CompTIA Network+ (2012) Course Outline. CompTIA Network+ (2012)  15 Jul 2018 Course Outline 15 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

Course Outline. ICND2 - Interconnecting Cisco Networking Devices Part 2. ICND2 - Interconnecting Cisco Networking Devices Part 2

Course Outline. ICND2 - Interconnecting Cisco Networking Devices Part 2.   ICND2 - Interconnecting Cisco Networking Devices Part 2 Course Outline ICND - Interconnecting Cisco Networking Devices Part 03 Oct 018 Contents 1. Course Objective. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CompTIA Cybersecurity Analyst+ (CySA+) Course Outline. CompTIA Cybersecurity Analyst+ (CySA+) 17 Sep 2018

CompTIA Cybersecurity Analyst+ (CySA+) Course Outline. CompTIA Cybersecurity Analyst+ (CySA+)   17 Sep 2018 Course Outline CompTIA Cybersecurity Analyst+ (CySA+) 17 Sep 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Cisco Certified Design Associate. Course Outline. Cisco Certified Design Associate. 09 Oct

Cisco Certified Design Associate. Course Outline. Cisco Certified Design Associate. 09 Oct Course Outline Cisco Certified Design Associate 09 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2. Upgrading Your Skills to MCSA Windows Server 2012 R2

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2.   Upgrading Your Skills to MCSA Windows Server 2012 R2 Course Outline Upgrading Your Skills to MCSA Windows Server 2012 05 Jan 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. MCSA/MCSE - Querying Microsoft SQL Server 2012 (Course & Lab) ( Add-On )

Course Outline. MCSA/MCSE - Querying Microsoft SQL Server 2012 (Course & Lab)   ( Add-On ) Course Outline MCSA/MCSE - Querying Microsoft SQL Server 2012 01 Oct 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

CIW: Network Technology Associate. Course Outline. CIW: Network Technology Associate. 17 Oct ( Add-On )

CIW: Network Technology Associate. Course Outline. CIW: Network Technology Associate. 17 Oct ( Add-On ) Course Outline CIW: Network Technology Associate 17 Oct 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson: CCNP Routing and Switching ROUTE

Course Outline. Pearson: CCNP Routing and Switching ROUTE Course Outline Pearson: CCNP Routing and 20 Mar 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

Course Outline. CCNA Cisco Certified Network Associate Routing and Switching Study Guide.

Course Outline. CCNA Cisco Certified Network Associate Routing and Switching Study Guide. Course Outline CCNA Cisco Certified Network Associate Routing and Switching Study Guide 11 Mar 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of

More information

Course Outline. CCNA Cisco Certified Network Associate Routing and Switching Study Guide.

Course Outline. CCNA Cisco Certified Network Associate Routing and Switching Study Guide. Course Outline CCNA Cisco Certified Network Associate Routing and Switching Study Guide 04 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of

More information

MCSA Windows 10 (Course & Lab) Course Outline. MCSA Windows 10 (Course & Lab) 22 Apr 2018

MCSA Windows 10 (Course & Lab) Course Outline. MCSA Windows 10 (Course & Lab)  22 Apr 2018 Course Outline MCSA Windows 10 (Course & Lab) 22 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. Pearson: CCNP Routing and Switching SWITCH May 2018

Course Outline. Pearson: CCNP Routing and Switching SWITCH May 2018 Course Outline Pearson: CCNP Routing and Switching SWITCH 300-115 11 May 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Pearson: CCNP Routing and Switching ROUTE Course Outline. Pearson: CCNP Routing and Switching ROUTE

Pearson: CCNP Routing and Switching ROUTE Course Outline. Pearson: CCNP Routing and Switching ROUTE Course Outline Pearson: CCNP Routing and Switching ROUTE 300-101 13 Sep 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CIW: JavaScript Specialist. Course Outline. CIW: JavaScript Specialist. 30 Dec

CIW: JavaScript Specialist. Course Outline. CIW: JavaScript Specialist. 30 Dec Course Outline 30 Dec 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

MCTS/MCSE - Windows Server 2008 R2. Course Outline. MCTS/MCSE - Windows Server 2008 R Jun 2018

MCTS/MCSE - Windows Server 2008 R2. Course Outline. MCTS/MCSE - Windows Server 2008 R Jun 2018 Course Outline MCTS/MCSE - Windows Server 2008 R2 15 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager.

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. Course Outline CISM - Certified Information Security Manager 20 Nov 2017 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Supporting Windows 8.1 (Course & Labs) Course Outline. Supporting Windows 8.1 (Course & Labs) 12 Nov

Supporting Windows 8.1 (Course & Labs) Course Outline. Supporting Windows 8.1 (Course & Labs) 12 Nov Course Outline Supporting Windows 8.1 (Course & Labs) 12 Nov 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CIW: Site Development Associate. Course Outline. CIW: Site Development Associate. ( Add-On ) 26 Aug 2018

CIW: Site Development Associate. Course Outline. CIW: Site Development Associate.   ( Add-On ) 26 Aug 2018 Course Outline CIW: Site Development Associate 26 Aug 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

LO CompTIA A+ : (Exam ) Course Outline Sep 2018

LO CompTIA A+ : (Exam ) Course Outline Sep 2018 Course Outline LO CompTIA A+ : (Exam 220902) 09 Sep 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. Pearson CISCO: CCNA Routing and Switching (ICND ) Pearson CISCO: CCNA Routing and Switching (ICND )

Course Outline. Pearson CISCO: CCNA Routing and Switching (ICND )  Pearson CISCO: CCNA Routing and Switching (ICND ) Course Outline Pearson CISCO: CCNA Routing and Switching (ICND2 04 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

LO CompTIA A+ : (Exam ) Course Outline Aug 2018

LO CompTIA A+ : (Exam ) Course Outline Aug 2018 Course Outline LO CompTIA A+ : (Exam 220901) 18 Aug 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. Installing and Configuring Windows Server 2012 R2 (Course & Lab)

Course Outline. Installing and Configuring Windows Server 2012 R2 (Course & Lab) Course Outline Installing and Configuring Windows Server 26 Dec 2017 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson: MCSA Cert Guide: Identity with Windows Server

Course Outline. Pearson: MCSA Cert Guide: Identity with Windows Server Course Outline Pearson: MCSA 70-742 Cert Guide: Identity with 20 Aug 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. MCSA/MCSE - SQL Server 2008 Administration and MCSA/MCSE - SQL Server 2008 Administration

Course Outline. MCSA/MCSE - SQL Server 2008 Administration and MCSA/MCSE - SQL Server 2008 Administration Course Outline MCSA/MCSE - SQL Server 2008 18 Feb 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Oracle Database 10g: Administration I. Course Outline. Oracle Database 10g: Administration I. 20 Jul 2018

Oracle Database 10g: Administration I. Course Outline. Oracle Database 10g: Administration I.  20 Jul 2018 Course Outline Oracle Database 10g: Administration I 20 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson: CCNP Routing and Switching TSHOOT

Course Outline. Pearson: CCNP Routing and Switching TSHOOT Course Outline Pearson: CCNP Routing and 11 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. 22 Mar

CISM - Certified Information Security Manager. Course Outline. CISM - Certified Information Security Manager. 22 Mar Course Outline CISM - Certified Information Security Manager 22 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CCNA CCNA Security Official Cert Guide. Course Outline. CCNA Security Official Cert Guide.

CCNA CCNA Security Official Cert Guide. Course Outline. CCNA Security Official Cert Guide. Course Outline CCNA Security 210-260 Official Cert 23 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. CISSP - Certified Information Systems Security Professional

Course Outline. CISSP - Certified Information Systems Security Professional Course Outline CISSP - Certified Information Systems Security 10 Jan 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. CCNA - Interconnecting Cisco Networking Devices Part 1 and 2.

Course Outline. CCNA - Interconnecting Cisco Networking Devices Part 1 and 2. Course Outline CCNA - Interconnecting Cisco Networking Devices Part 1 17 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

LO CompTIA A+ : (Exam ) Course Outline. 04 Apr

LO CompTIA A+ : (Exam ) Course Outline. 04 Apr Course Outline LO CompTIA A+ : (Exam 220901) 04 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. Pearson: CCNP Routing and Switching TSHOOT Sep 2018

Course Outline. Pearson: CCNP Routing and Switching TSHOOT Sep 2018 Course Outline Pearson: CCNP Routing and Switching TSHOOT 300-135 13 Sep 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Interconnecting Cisco Networking Devices Part 1 and 2. Interconnecting Cisco Networking Devices Part 1 and 2

Course Outline. Interconnecting Cisco Networking Devices Part 1 and 2.   Interconnecting Cisco Networking Devices Part 1 and 2 Course Outline Interconnecting Cisco Networking Devices Part 1 and 2 23 Sep 2018 Contents 1. Pre-Assessment 2. Exercises, Quizzes, Flashcards & Glossary Number of Questions 3. Expert Instructor-Led Training

More information

CompTIA Security+ SY Course Outline. CompTIA Security+ SY May 2018

CompTIA Security+ SY Course Outline. CompTIA Security+ SY May 2018 Course Outline 09 May 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant & JAWS Compatible

More information

CompTIA A Exam 2 (Course & Labs) Course Outline. CompTIA A Exam 2 (Course & Labs) 05 Oct

CompTIA A Exam 2 (Course & Labs) Course Outline. CompTIA A Exam 2 (Course & Labs) 05 Oct Course Outline CompTIA A+ 220-902 Exam 2 (Course & Labs) 05 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Java Live Lab. Course Outline. Java Live Lab. 20 Jun 2018

Java Live Lab. Course Outline. Java Live Lab.  20 Jun 2018 Course Outline 20 Jun 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools 5. Award Winning Learning Platform

More information

Course Outline. CCNA - Interconnecting Cisco Networking Devices Part 1 and 2.

Course Outline. CCNA - Interconnecting Cisco Networking Devices Part 1 and 2. Course Outline CCNA - Interconnecting Cisco Networking Devices Part 1 24 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

CompTIA Network+ N ucertify Course & Labs. Course Outline. CompTIA Network+ N ucertify Course & Labs.

CompTIA Network+ N ucertify Course & Labs. Course Outline. CompTIA Network+ N ucertify Course & Labs. Course Outline CompTIA Network+ N10-006 ucertify Course & Labs 06 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CIW: Web Security Associate. Course Outline. CIW: Web Security Associate. 12 Oct ( Add-On )

CIW: Web Security Associate. Course Outline. CIW: Web Security Associate. 12 Oct ( Add-On ) Course Outline 12 Oct 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant

More information

CCNA - Cisco Certified Network Associate. Course Outline. CCNA - Cisco Certified Network Associate. 09 Nov

CCNA - Cisco Certified Network Associate. Course Outline. CCNA - Cisco Certified Network Associate. 09 Nov Course Outline CCNA - Cisco Certified Network Associate 09 Nov 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs)

Course Outline. LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs) Course Outline LPIC-1 Exam 1 - Linux Server Professional Certification V4.0 (Course & Labs) 17 Dec 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Course Outline. CWTS Certified Wireless Technology Specialist. CWTS Certified Wireless Technology Specialist

Course Outline. CWTS Certified Wireless Technology Specialist.   CWTS Certified Wireless Technology Specialist Course Outline CWTS 2013 - Certified Wireless Technology Specialist 22 Jan 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

LO N LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs) 04 Apr 2018

LO N LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs)  04 Apr 2018 Course Outline LO CompTIA Network (Course & Labs) 04 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

MCSA - Windows 7, Configuring (Course & Lab) Course Outline. MCSA - Windows 7, Configuring (Course & Lab) ( Add-On ) 11 Jul 2018

MCSA - Windows 7, Configuring (Course & Lab) Course Outline. MCSA - Windows 7, Configuring (Course & Lab)  ( Add-On ) 11 Jul 2018 Course Outline MCSA - Windows 7, Configuring (Course & Lab) 11 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

CompTIA A Exam 1 (Course & Labs) Course Outline. CompTIA A Exam 1 (Course & Labs) 15 Nov

CompTIA A Exam 1 (Course & Labs) Course Outline. CompTIA A Exam 1 (Course & Labs) 15 Nov Course Outline CompTIA A+ 220-901 Exam 1 (Course & Labs) 15 Nov 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. MCSA Configuring Windows 10 Devices (Course & Lab) ( Add-On ) MCSA Configuring Windows 10 Devices (Course & Lab)

Course Outline. MCSA Configuring Windows 10 Devices (Course & Lab)  ( Add-On ) MCSA Configuring Windows 10 Devices (Course & Lab) Course Outline MCSA Configuring Windows 10 Devices (Course & Lab) 15 May 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

Windows 7, Enterprise Desktop Administrator (Course & Lab) Windows 7, Enterprise Desktop Administrator (Course & Lab)

Windows 7, Enterprise Desktop Administrator (Course & Lab) Windows 7, Enterprise Desktop Administrator (Course & Lab) Course Outline Windows 7, Enterprise Desktop Administrator (Course & 20 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs) ( Add-On ) 15 Jul 2018

LO CompTIA Network (Course & Labs) Course Outline. LO CompTIA Network (Course & Labs)  ( Add-On ) 15 Jul 2018 Course Outline LO CompTIA Network (Course & Labs) 15 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Pearson CISCO: CCENT/CCNA (ICND ) Course Outline. Pearson CISCO: CCENT/CCNA (ICND ) 07 Jun 2018

Pearson CISCO: CCENT/CCNA (ICND ) Course Outline. Pearson CISCO: CCENT/CCNA (ICND )  07 Jun 2018 Course Outline Pearson CISCO: CCENT/CCNA (ICND1 100101) 07 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

MTA: Networking Fundamentals (Course & Labs) Course Outline. MTA: Networking Fundamentals (Course & Labs) 02 Oct

MTA: Networking Fundamentals (Course & Labs) Course Outline. MTA: Networking Fundamentals (Course & Labs) 02 Oct Course Outline MTA: Networking Fundamentals (Course & Labs) 02 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

HTML5-CSS3 - Beginning HTML5 and CSS3. Course Outline. Beginning HTML5 and CSS Apr 2018

HTML5-CSS3 - Beginning HTML5 and CSS3. Course Outline. Beginning HTML5 and CSS Apr 2018 Course Outline Beginning HTML5 and CSS3 11 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server Course Outline Pearson: MCSA 70-741 Cert Guide: Networking with Windows Server 2016 01 Aug 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

Mobility+ Computing Deployment and Management. Course Outline. Mobility+ Computing Deployment and Management. 07 Apr

Mobility+ Computing Deployment and Management. Course Outline. Mobility+ Computing Deployment and Management. 07 Apr Course Outline Mobility+ Computing Deployment and Management 07 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson: MCSA Cert Guide: Identity with Windows Server 2016 (Course & Lab)

Course Outline. Pearson: MCSA Cert Guide: Identity with Windows Server 2016 (Course & Lab) Course Outline Pearson: MCSA 70-742 Cert Guide: Identity with Windows Server 2016 (Course & Lab) 27 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary

More information

Course Outline. Pearson CISCO: CCENT/CCNA (ICND ) official cert guide.

Course Outline. Pearson CISCO: CCENT/CCNA (ICND ) official cert guide. Course Outline Pearson CISCO: CCENT/CCNA (ICND1 21 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training

More information

Course Outline. CompTIA Network+ N Pearson ucertify Course and Labs. CompTIA Network+ N Pearson ucertify Course and Labs

Course Outline. CompTIA Network+ N Pearson ucertify Course and Labs.  CompTIA Network+ N Pearson ucertify Course and Labs Course Outline CompTIA Network+ N10-007 Pearson ucertify Course 06 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson CISCO: CCENT/CCNA (ICND ) official cert guide.

Course Outline. Pearson CISCO: CCENT/CCNA (ICND ) official cert guide. Course Outline Pearson CISCO: CCENT/CCNA (ICND1 100-105) official 13 May 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 28 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

HTML5 Application Development Fundamentals. Course Outline. HTML5 Application Development Fundamentals. ( Add-On ) 01 Aug 2018

HTML5 Application Development Fundamentals. Course Outline. HTML5 Application Development Fundamentals.   ( Add-On ) 01 Aug 2018 Course Outline HTML5 Application Development Fundamentals 01 Aug 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert

More information

Course Outline. Cloud Essentials (CompTIA Authorized Courseware) Labs. Cloud Essentials (CompTIA Authorized Courseware) Labs

Course Outline. Cloud Essentials (CompTIA Authorized Courseware) Labs.   Cloud Essentials (CompTIA Authorized Courseware) Labs Course Outline Cloud Essentials (CompTIA Authorized Courseware) 03 Jan 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art

More information

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z

Course Outline. [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z Course Outline [ORACLE PRESS] All-in-One Course for the OCA/OCP Oracle Database 12c Exams 1Z0-061, 1Z0-062, & 1Z0-063 18 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards

More information

Course Outline. Administering Microsoft SQL Server 2012 Databases (Course & Lab) ( Add-On )

Course Outline. Administering Microsoft SQL Server 2012 Databases (Course & Lab)  ( Add-On ) Course Outline Administering Microsoft SQL Server 2012 Databases (Course & Lab) 07 Jul 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Course Outline. CCNA Cyber Ops SECOPS Official Cert Guide (Course & Labs)

Course Outline. CCNA Cyber Ops SECOPS Official Cert Guide (Course & Labs) Course Outline CCNA Cyber Ops SECOPS 210-255 Official Cert Guide 23 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. MCSA: Windows 8.1 Complete Study Guide Exam & (Course & Labs)

Course Outline. MCSA: Windows 8.1 Complete Study Guide Exam & (Course & Labs) Course Outline MCSA: Windows 8.1 Complete Study Guide Exam 70-687 & 70-688 (Course & Labs) 31 Dec 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Pearson CompTIA: Network+ (Course & Lab) Course Outline. Pearson CompTIA: Network+ (Course & Lab) 15 Jul 2018

Pearson CompTIA: Network+ (Course & Lab) Course Outline. Pearson CompTIA: Network+ (Course & Lab)  15 Jul 2018 Course Outline Pearson CompTIA: Network+ (Course & Lab) 15 Jul 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

CompTIA IT Fundamentals V5 (Course & Lab) Course Outline. CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan

CompTIA IT Fundamentals V5 (Course & Lab) Course Outline. CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan Course Outline CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. Pearson Cisco: CCNA Routing and Switching (ICND ) Official Cert Guide. 28 Jun 2018

Course Outline. Pearson Cisco: CCNA Routing and Switching (ICND ) Official Cert Guide.  28 Jun 2018 Course Outline Pearson Cisco: CCNA Routing and Switching (ICND2 200-105) Official Cert Guide 28 Jun 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number

More information

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server 2016 (Course & Lab)

Course Outline. Pearson: MCSA Cert Guide: Networking with Windows Server 2016 (Course & Lab) Course Outline Pearson: MCSA 70-741 Cert Guide: Networking with Windows Server 2016 (Course & Lab) 01 Oct 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary

More information

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab)

Course Outline. Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab) Course Outline Upgrading Your Skills to MCSA Windows Server 2012 R2 (Course & Lab) 07 Apr 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions

More information

MTA: Windows Operating System Fundamentals. Course Outline. MTA: Windows Operating System Fundamentals. 27 Mar

MTA: Windows Operating System Fundamentals. Course Outline. MTA: Windows Operating System Fundamentals. 27 Mar Course Outline MTA: Windows Operating System Fundamentals 27 Mar 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018

1D CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist Apr 2018 Course Outline CIW: Web Design Specialist 22 Apr 2018 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5.

More information

MCSA Windows 10 Lab (70698 Lab) Course Outline. 20 Jun 2018

MCSA Windows 10 Lab (70698 Lab) Course Outline.  20 Jun 2018 Course Outline MCSA Windows 10 Lab (70698 Lab) 20 Jun 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools

More information

Course Outline. MCSA Cert Guide: Identity with Windows Server 2016 Lab.

Course Outline. MCSA Cert Guide: Identity with Windows Server 2016 Lab. Course Outline MCSA 70-742 Cert Guide: Identity with Windows Server 08 Oct 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the

More information

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist. ( Add-On ) 16 Sep 2018

CIW: Web Design Specialist. Course Outline. CIW: Web Design Specialist.   ( Add-On ) 16 Sep 2018 Course Outline 16 Sep 2018 ( Add-On ) Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led Training 5. ADA Compliant

More information

CompTIA Network+ N (Course & Labs) Course Outline. CompTIA Network+ N (Course & Labs) 14 Mar

CompTIA Network+ N (Course & Labs) Course Outline. CompTIA Network+ N (Course & Labs) 14 Mar Course Outline CompTIA Network+ N10-007 (Course & Labs) 14 Mar 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Course Outline. MCSA Cert Guide: Networking with Windows Server 2016 Lab.

Course Outline. MCSA Cert Guide: Networking with Windows Server 2016 Lab. Course Outline MCSA 70-741 Cert Guide: Networking with Windows Server 2016 Lab 26 Aug 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4.

More information

Storage+ Powered by SNIA Labs. Course Outline. Storage+ Powered by SNIA Labs. 21 Dec

Storage+ Powered by SNIA Labs. Course Outline. Storage+ Powered by SNIA Labs. 21 Dec Course Outline Storage+ Powered by SNIA Labs 21 Dec 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools 5.

More information

Course Outline. Installing and Configuring Windows Server 2012 LAB lab - Installing and Configuring Windows Server 2012 LAB

Course Outline. Installing and Configuring Windows Server 2012 LAB lab - Installing and Configuring Windows Server 2012 LAB Course Outline Installing and Configuring Windows Server 02 Jan 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information

Course Outline. Configuring Advanced Windows Server 2012 Services LAB.

Course Outline. Configuring Advanced Windows Server 2012 Services LAB. Course Outline Configuring Advanced Windows Server 2012 20 Apr 2018 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator

More information