• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passed 1Z0-803 with 78%

 
Greenhorn
Posts: 2
Oracle MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Used two study guides, K&B 7 and Mala Gupta's book. I like them both and they work well together by providing slightly different approaches and explanations of the certification objective topics.

Like everyone else, I thought the enthuware mock exams were a great value, but they were different than the actual exam. They contained questions on topics that are outside the scope of the exam (I remember several questions on arraycopy in particular), and they have some true/false questions while my actual exam had none. Still a great bargain and good for preparing for the exam experience.

I read Roel's exam report in which he finished quickly and was able to review all 70 questions. It took me about 95 minutes to complete the 70 questions, and I was able to review 30 of them - I changed 4 of the answers of those 30 so I think I would have scored higher with more time to review. Time pressure is a factor. I have seen others mention that it seemed as if many of the questions at the beginning of the exam were more difficult than those that came later. I didn't think that was necessarily true, but some of the questions had a lot of code to work through.

I read another exam report that suggested a quick glance at the answers to see if "Compilation Fails" or "Runtime Exception" are among the choices, which I thought was good advice. If those are not there, then I would start at the main method and work through the code to come up with an answer, then see if my answer was one of the possible answers. If they were there, I'd spend 10-15 seconds first to see if I could spot an obvious error before working through the code.

I have Oracle DBA certifications, but this is my first Java cert. Like the DBA certs, I find the value in obtaining the cert is that it requires you to have a comprehensive knowledge of the certification subject. If you have learned your DBA or programming skills on your own, you will have learned just what you needed to know, not all that there is to know. Studying to pass a certification test forces you to learn more.

Now on to OCPJP


 
author & internet detective
Posts: 41860
908
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
Congrats and thanks for sharing your experience!
 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations and thanks for your feedback!
Yes, our question bank does have a few questions that may seem out of syllabus but they are there because candidates have reported getting questions on those topics. For example, it has exactly four questions referring to System.arraycopy they are there because we do have credible reports from test takers that they got question on it.

HTH,
Paul.
 
MyExamCloud Software Support
Posts: 734
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I read another exam report that suggested a quick glance at the answers to see if "Compilation Fails" or "Runtime Exception" are among the choices, which I thought was good advice. If those are not there, then I would start at the main method and work through the code to come up with an answer, then see if my answer was one of the possible answers. If they were there, I'd spend 10-15 seconds first to see if I could spot an obvious error before working through the code



Congratulations and thanks for sharing the tips Ed Burgess!
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!! Enjoy the success
 
reply
    Bookmark Topic Watch Topic
  • New Topic