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

Java SCJP retake

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I took the SCJP Sun Certified Programmer for Java 6 exam in Nov 2010 and failed, even after studying hard for 2 months before.

My training including:

Instructor-led - Fundamentals of the Java Programming Language (SL-110-SE6)
Web-based - Java Programming Language (WJB-275-SE6) – Started.
Exam prep - http://www.whizlabs.com/scjp-certification/scjp.html
Reading the SCJP Study guide by K&B.

It was very de-motivating to have studied hard and done no better than a mock I had taken 2 months earlier (32%).

I would like to pass the exam as my colleagues have and my employer is trying to help with some java-based pieces of work by way of practice. Working in a java orientated environment you would think that this would be a benefit, but the problem is that the java is wrapped up in various Frameworks, such as Spring and does not lend itself to someone trying to get to grips with the fundamentals.

I'm really after some advice on the best way forward now because I don't know what I'm doing wrong and if I'm to put the time and effort in I do so want to pass. What about study/training/methodologies/IDE or text-editor without becoming overwhelmed by the mass of resources available.

I was also thinking of re-doing the Java Programming Language (WJB-275-SE6) but in a classroom based senario and perhaps buying some study/mock-exam training software.

What do you think?

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to hear you failed the exam.

I would stick to the K&B and really study it and code the examples...truly understand the reasoning for the questions at the end of the chapters.
Since it's a test you're taking, you should practice testing. I suggest Enthuware. It's been very helpful for me. I started out getting scores in the low 60% range and now (a month later) I am scoring in the high 80% to high 90% range. I will admit that Enthuware goes a little outside the scope of the exam but more is better and if you can pass Enthuware tests you should be able to pass the exam....or so I'm told.

After taking a mock exam really understand the questions you got wrong, the ones you guessed right and even the ones you were sure you know. After seeing the same concepts repeated over and over they will sink in.

I take the test tomorrow. I'm sure I'm ready and will pass.

You need to code a lot to really get the concepts. So get a nice text editor (not an IDE) like Crimson Editor or something and a command prompt (or console) and start coding. You will learn more from your errors than your successes.

I hope that helps.
 
Ranch Hand
Posts: 448
Eclipse IDE Firefox Browser Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are working and using Java in your job, then don't go for those training packages.

You can very well clear the exam.

The positive point is that you now know how to fail and avoid that.

Refer 2-3 books. Come back to your weak areas again and again.

Retry the questions at the end of chapters. They really capture the essence of the topic in each chapter.

You can also use e-books/printouts to read while you don't have any assignment to complete at your workplace.
 
Greenhorn
Posts: 29
Android Opera Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Grab yourself K&B's latest book: SCJP6 Practice Exams. It did a great job for me, even making me doubt whether I would have passed the exam without it!
 
Ranch Hand
Posts: 231
Android IntelliJ IDE Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One thing you could also try, start up a blog and write about the various objectives of the exam. By writing things out it helps you to remember better, and to also think about how you word it.

I haven't taken my exam yet, but blogging about the subjects required makes me stop and think, so I don't write waffle ;)
 
Ranch Hand
Posts: 814
Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Stuart
Find out mistakes you done? topics you did not understand? Try to learn java by practical examples. In such a way you can learn.
 
Stuart Heap
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you all for your comments and suggestions. Much appreciated

Darren - I will be looking into the Enthuware mock exam software suggestion and the Crimson text Editor. Many congratulations on passing the exam yourself. I would be interested to here how you found the experience of taking the exam for real.

Sunny - I will be reviewing the SCJP6 Study guide chapter questions as you suggest. Thanks for that.

Michael - The SCJP6 Practice Exams is a great idea. It hadn't been released when I was studying last year.

James - blogging suggestion is good idea. I will certainly look into this one. Many Thanks.

Ninad - I think this is the key, lack of writing fundamental Java code. Thanks.
 
Darren Littlepage
Ranch Hand
Posts: 35
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My experience with the exam was familiar. I saw a lot of things coded in a way you would never see or think of in real life. Sometimes I just didn't know if what they coded would work or not. That's why I say to code a lot...especially after mock exams where you see things you didn't expect.

I felt like I was taking a Enthuware exam or the exam that came with the K&B book...confident on most questions...but unsure about some.

My advice is to go through the K&B book, code examples as you go through and after the tests at the end of the chapters. When you have been through the book a few times and coded, start taking mock exams. In my opinion Enthuware is great for the money and the questions were more like the test questions than some of the free ones.

I coded a lot. The only thing I would have done differently is to code more because I know my score would have been higher if I did. I got a 78%. I got 47 out of 60 correct. I didn't feel like I missed that many while taking the exam. I was only unsure of about five questions. Then again, I second guessed myself a lot and changed some answers that might have been right to begin with because the way they were coded or worded.
 
Stuart Heap
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the feedback Darren and the advice. I will take on board your valuable comments. I need to get organised.




Darren Littlepage wrote:My experience with the exam was familiar. I saw a lot of things coded in a way you would never see or think of in real life. Sometimes I just didn't know if what they coded would work or not. That's why I say to code a lot...especially after mock exams where you see things you didn't expect.

I felt like I was taking a Enthuware exam or the exam that came with the K&B book...confident on most questions...but unsure about some.

My advice is to go through the K&B book, code examples as you go through and after the tests at the end of the chapters. When you have been through the book a few times and coded, start taking mock exams. In my opinion Enthuware is great for the money and the questions were more like the test questions than some of the free ones.

I coded a lot. The only thing I would have done differently is to code more because I know my score would have been higher if I did. I got a 78%. I got 47 out of 60 correct. I didn't feel like I missed that many while taking the exam. I was only unsure of about five questions. Then again, I second guessed myself a lot and changed some answers that might have been right to begin with because the way they were coded or worded.

 
I don't even know how to spell CIA. But this tiny ad does:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic