My OCAJP Java Certification Success Story
Want to earn your OCAJP certification for Java SE 8? Check out this post to learn more about one dev's experience taking and passing this exam.
Join the DZone community and get the full member experience.
Join For FreeI just cleared my OCAJP certification for Java SE 8 with an 88 percent score. Thanks to my friends for sharing good study materials for my success.
I have been a passionate learner of Java since my first year of college and my dream is to become a software architect. Though it is too early to think about this role, my hard work in design skills definitely will help me to achieve this goal.
I want to give a special thanks to my tech lead for supporting critical Java code problems while studying OCAJP. He is my inspiration to become a software architect.
The OCAJP 8 refers to the Oracle Certified Professional, Java SE 8 Programmer. It is the second level certification in Oracle Certification list.
OCAJP 8 Details
The exam does not require any prerequisite, so any Java candidate can take this certification.
Exam Name: |
Java SE 8 Programmer I |
Certification Name: |
Oracle Certified Associate, Java SE 8 Programmer |
Short Name: |
OCAJP 8 |
Exam Number: |
1Z0-808 |
Format of Questions: |
Multiple Choice |
Exam Duration: |
150 minutes |
Number of Questions: |
70 |
Exam Passing Score: |
65% |
Java version | SE 8 |
Prerequiste | None |
OCAJP 8 Exam Syllabus
The exam syllabus is more equivalent to older versions of SCJP certification with Java SE 8 new additions, like date/time API, switch with String, and exception handling enhancements. The below contents are directly taken from the Oracle page:
Java Basics
Using Operators and Decision Constructs
Using Loop Constructs
Working with Inheritance
Working with Selected classes from the Java API
Working With Java Data Types
Creating and Using Arrays
Working with Methods and Encapsulation
Handling Exceptions
|
My OCAJP 8 Preparation
My overall preparation took about 4 months – my preparation artifacts are given below.
OCA books: by Jeanne Boyarsky, Scott Selikoff, Kathy Sierra, and Bert Bates. These two books are good for learning Java basic stuff and easy for preparing for OCAJP with tricky practice questions.
MyExamCloud OCAJP 8 Practice Tests Study Plan: This is one of the best online prep kits for this certification.
CodeRanch forum: The forum grouped Q & A for all Java Certs, including OCAJP.
I started reading OCA books and tried few mock exams to check my eligibility to take the real exam. I couldn't clear the very first mock exam I took at MyExamCloud; not once, but twice. I noticed that I am missing coding stuff for many areas. I always said to myself, “Don’t Panic! Relax, take a deep breath, and begin to focus...”
Planning
My usual work time is between 9 AM and 7 PM, and it may get extended to 10 PM when there are client meetings. As part of my initial planning, I woke up early in the morning, around 5.00 AM, and it allowed me to get sufficient daily study time.
I started taking notes on each and every set of objectives from the OCAJP syllabus with my own FAQ. For example, I created the following FAQ to understand things like “Define the scope of variables” section.
What is scope in Java?
How scope lifeline defined in Java?
What is class level scope?
What is object level scope?
What is method level scope?
What are local variables?
What are static variables?
What is a static block?
These type of questions really helped me to understand, in detail, by referring to additional books and online resources.
The next important point I want to explain about my preparation is programming in each subsection of the syllabus. We need more program experience to clear OCAJP certification, so we must code well before attending the certification test.
Within the 60-day window, I covered all OCAJP syllabus and started taking practice tests. For the next 60 days, I was busier with attending practice questions from the book and MyExamCloud tests.
The Exam Experience
The real exam is very easy when compared to the mock tests. The loops and arrays questions are trickier than other chapters. I was worried about these type of tricky questions on the exam. Some questions were hard, but they were easier if you wrote the flow on your paper. They are just trying to see if you understand Java basics and a few SE 8 API classes/interfaces. The exam does not cover the majority of the SE 8 changes, and they are covered in the next exam. I completed the exam 20 minutes before and got my results. Thanks to the test center manager for offering 20% off my next certification exam!
Recommendations
The exam is much needed one for all Java aspirants. The OCAJP 8 definitely enhances your skills and will be more useful for landing a good Java developer job.
Opinions expressed by DZone contributors are their own.
Comments