• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Passed OCA 1Z0-803 with 98%

 
Ranch Hand
Posts: 40
2
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This morning I took the OCA exam and passed with 98%! I'm very happy with this result!
I read each question carefully, answered it and after that verified my answer. There were one or two times where I corrected the answer upon verification because of a subtle point I had missed. Near the end I marked only one question for review.
After answering all 70 questions I only had about 5 minutes left in which I reviewed this question and finished with about 3 minutes left.

My preparation:
  • Working in a part-time Java job for several few years and 6 years full-time.
  • OCA/OCP Java SE 7 Programmer I & II Study Guide by Kathy Sierra and Bert Bates, including the test questions and mock exam on the CD-ROM
  • Made all of the (very high quality) Enthuware mock exams (OCAJP 7).


  • All of these were definitely required for me to get this high score. With only the job experience alone I would probably pass, but without such a very high grade.
    The book is very good for preparation, but even after reading the book twice, I really benefited from doing the mock exams. They taught me some subtle points that you may rarely encounter on the job but could encounter on the exam.
    They are very useful for learning the general format of the questions and getting a feel for how the exam software works and how much time you can afford to spend on each question. I learned to first have a very quick glance at the possible answers before reading a large piece of code. Especially if there is no answer containing "compilation fails", you know that you don't need to check for compilation errors. This generally takes more time than only checking what the code does.

    My scores on Enthuware mock exams:
    Starter Test 89%
    1 91%
    2 90%
    3 93%
    4 89%
    5 88%
    6 98%
    Last Day Test 96%

    I carefully reviewed each question that I answered wrong and each question that I was not entirely sure of. The Enthuware exam has excellent explanations. Sometimes I checked details by googling for them. This invariable led me to stackoverflow.com, I sometimes read the parts of the JLS to which the Stackoverflow answers are linking. This was especially useful for learning the subtleties of which conversions are implicitly done (e.g. int to float) or require a cast (float to double, short to char) and how Java evaluates expressions (e.g. when they contain compound operators or throw an exception). Not all of this very detailed information I read was necessary to make the exam, but still nice to know.

    In addition I have read Java Puzzlers -- Traps, Pitfalls, and Corner Cases by Joshua Bloch and Neal Gafter. Definitely not required, but it's fun to read and experiment with and may be useful to avoid some of the possible traps on the exam.

    Now on to learning for the OCP exam!
     
    Ranch Hand
    Posts: 529
    19
    Eclipse IDE MySQL Database Tomcat Server Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulations Henno Thank you for sharing your journey to the OCA, will be much helpful for preparation.
     
    Ranch Hand
    Posts: 472
    10
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Congratulations. Great score !
     
    Ranch Hand
    Posts: 124
    4
    MySQL Database Clojure Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    What a great score! Always proud of people that make it look easy!
     
    Henno Vermeulen
    Ranch Hand
    Posts: 40
    2
    Eclipse IDE Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I forgot to mention some things I also did while studying:

  • I also read all of the Java tutorials from Oracle that are listed as the topics covered on the exam (once). They can be found here.
  • While studying I created many small test classes to get a feel for how it works, what compiles and what doesn't.
  • Take notes of the (type of) mistakes I made to prevent making them in the future.
  •  
    Sheriff
    Posts: 11604
    178
    Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
    • Likes 1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hi Henno,

    Congratulations champion! Great achievement Now it's time to relax a bit and have a (well-deserved) (or 2 or 3). And if you want to spoil yourself have a Belgian beer, our beers are the best of the world

    Thanks for sharing your experiences. Other ranchers will definitely benefit! Have a cow!

    Don't forget to add your name to the OcajpWallOfFame!

    Kind regards,
    Roel
     
    Henno Vermeulen
    Ranch Hand
    Posts: 40
    2
    Eclipse IDE Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Thank you so much! I actually did have a few Belgian beers this Saturday . They are the best!
     
    when your children are suffering from your punishment, tell your them it will help them write good poetry when they are older. Like this tiny ad:
    We need your help - Coderanch server fundraiser
    https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
    reply
      Bookmark Topic Watch Topic
    • New Topic