• 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

how long does it take to prepare for the SCJP certificate?

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how long does it usually take a developer to prepare for the SCJP exam? I have worked with Java for almost 2 years ,,,,and I have been involved in projects in the finanical sector mostly...


any ideas? suggestions? I know this is no SMALL feat...So I want to know usually how long it takes to do the exam. and plan my schedule a bit better...

So, don't hesitate to share your stories with me. Please let me know Many many thanks...
 
Ranch Hand
Posts: 159
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
its relative...

normally 1 to 1.5 months preparation will be enought because you have some exp with java. there are 9 chapters from kathy book+mock exams.

2 chap/week = +- one month prep.

good luck.
 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you have two good years of experiance in java you won't be taking much time. But still it all depends on your ability and your confidence level. You can go through K & B book once and start doing mock exams. When you consistently get above 80% for mock exams then you can attempt the real exam. If you feel confident you can very well write the exam. It is not like "i have prepared for 2 months now i can write the exam". It all depends on your confidence level.

I know people who have prepared for just 10 days and still got excellent scores. I also know people who passed the exam after preparing for over and year. For me it took three months. Since you have experiance if you spend 2 hours daily one month should be more than enough.
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree that 1-2 months is probably a good starting estimate for how long it will take. What your experience is will depend on how familiar you are with the topics covered by the objectives. For example, most of my Java programming experience was in a multithreaded application, so I already knew most of that material, but I had to spend more time on Collections and Wrapper classes because I was less familiar with those.

I would suggest getting a good book that covers the exam objectives. The exam tests for a lot of knowledge I consider esoteric, so you can't count on your experience alone. For example, I had no idea you could override a method to have a higher visibility. The Kathy Sierra/Bert Bates book is very good, and since Kathy wrote a lot of the questions on the test she is very good at explaining just what kind of things you'll need to know. I also got a lot out of the Mughal/Rasmussen book, although I suspect those authors erred by including too much material.

Finally, I want to echo the advice about mock exams. I learned a lot just by getting answers wrong on those exams, and thinking about them until I realized why my answer was incorrect.

Good luck!

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