• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed OCA with 92% score and OCP with 95% score

 
Greenhorn
Posts: 9
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good Day,


I just want to share my experience during my review for the Java OCA and OCP certification exams.

First for the OCA, it took me around 3 months with an average of 2 - 4 hrs review per day (due to my work) in order to be prepared. I followed Jeanne and Scott's OCA Study Guide and it really helped me a lot in understanding concepts such as polymorphism, method overridding / overloading / hiding, object references etc. Their review questions were a lot tougher than the actual exam (because of the "choose all that apply" term) and most of the questions there are really tricky which I think was intended to get to use to the actual exam questions.

For those who are planning to take the certification also, the following are my mock exam results from the study guide which I think of should be a good reference for you if you also reading their book.

Assessment:  40%
Ch 1:            78.26%
Ch 2:            80%
Ch 3:            78.79%
Ch 4:            62.07%
Ch 5:            65.00%
Ch 6:            75.00%

Actual Exam Score: 92%



For the OCP, It also took me around 3 months with 2 - 4 hrs per day to get prepared for the exam. I have to admit that the OCP exam was far tougher than the OCA exam because of the broad topics and the inclusion of functional programming using lambdas and stream api. During my review, I followed the OCP Guide of Jeanne and Scott. They really explained well all the concepts that I need to know especially for streams and concurrency. The only thing that annoys me during the review is that, I really need to memorize too many methods / concepts because I'm not good at memorizing at all. What I did is that, I apply all the concepts and knowledge I've learned in the real work and it turns out that it is easier for me to grasps the idea as oppose to just memorizing it. But still, I have to memorize some of the important methods such as Path and Files api of NIO.

The following are the results of my mock exam in the OCP Study Guide (note that this is the second time I take the mock exam because I did not record my first attempt).

Assessment: 90%
Ch 1:            95.24%
Ch 2:            85%
Ch 3:            76%
Ch 4:            85%
Ch 5:            100%
Ch 6:            90%
Ch 7:            77.27%
Ch 8:            65.22%
Ch 9:            95%
Ch 10:          85%

Of course I was aiming for at least 90% average on each of the exam because this is my second attempt and yet was unable to do so. That's when I started to search for some mock exams online and I found that the Enthuware mock exams have so many good reviews that I decided to buy it. With Enthuware, you will have that kind of feeling that you are really taking the actual exam. I mean, it really is because of the functionality like marking the question to be reviewed it again after some time, striking wrong answers, review all questions etc. I also found out that there were some many important topics covered there especially for JDBC. They explained well in detail the correct answer and why that the other answers are wrong.

I study enthuware for about 2 weeks and the following are my first attempt exam results:

Foundation:     73%
Test 1:             86%
Test 2:             76%
Test 3:             86%
Test 4:             91%
Test 5:             79%
Last Day Test:  76%


Actual Exam Result: 95%


So for me, if you study hard and follow the study guide of Jeanne and Scott tandem it with Enthuware Mock Exams will really help you in passing either the OCA or the OCP exam.    

My tip for those who are currently reviewing for the exam is that, you should understand the concepts really well, practice detecting failing codes, and try to at least answer every questions within 1 to 1.5 minutes.


Cheers to all    
 
Marshal
Posts: 80630
471
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done Please add your name here. I shall add you to the results forum.
 
author & internet detective
Posts: 42135
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Those are awesome scores!

I appreciate that you posted your end of chapter and mock scores here. It's helpful for people assessing whether they are ready.
 
Ranch Hand
Posts: 166
1
jQuery Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Jeanne Does kindle edition covers all topics. Where can I pay and download pdf document.

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic