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

Passed SCJP 5.0 with 77%

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

yesterday I passed the SCJP 5.0 exam with 77%.
Here is how I prepared:
1. I read the excellent KB book and did the self tests. That took me about two weeks, studying almost every day including weekends.
2. I did some of the mock exams from http://faq.javaranch.com/java/ScjpFaq#mocks and depending on the exam results I reread some chapters from the KB book and wrote little programs in order to understand things better, which took me another two weeks.

In taking the mock exams I realized that I couldn't get through the whole exam answering every question, because I am too slow: after about three hours there still were about 10 out of 72 questions unanswered. So I couldn't do the multi-pass-go-through described in the KB book on page XXXVII. I did it this way in the real exam: trying to answer every short question first, marking the ones I am unsure and leaving off the long ones; then answering the long questions and afterwards reviewing the marked questions.
The questions in the real exam were easier than in some mock exams, so I managed to go through all 72 questions.

I wish all of you who will take the exam good luck and don't give up.
Cheers, Frank
 
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
Congrats!
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Frank

Please could you tell me if there were many Generics questions and what was their difficulty level?
I plan to take the exam within couple of days. But Generics scare me
 
Frank Knoll
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Prajal,

> Please could you tell me if there were many Generics questions and what was their difficulty level?

I don't remember exactly how much generics questions I got, but I think you can expect to get as many generics questions as in the mock exams.

> But Generics scare me

What exactly is the problem with generics for you?

Cheers, Frank
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are questions on Generics you can bet for sure.
If you have any test exams, then retest these.
Many books have questions after each chapter. I had the book of McGraw-Hill and had good questions to make sure you understand the theory.

And if you are not too sure, implement these questions by code. Play with it and see what you can and can't do

Kind regards,
Gijs
 
Sasparilla and fresh horses for all my men! You will see to it, won't you tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic