• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed the Java 17 1Z0 829 exam

 
Greenhorn
Posts: 1
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I just took the exam and passed with 76%.

My background;
-Working as Java developer since 5 years (Java 8 then 11).

Study plan:
-Started 3 months ago.
-Got Scott Selikoff & Jeanne Boyarsky book "Oracle® Certified Professional Java SE 17 Developer". To my surprise, I did 2 out of 30 on assessment test.
-In the first chapter, they advised to read Head First Java, so I read it. Fun book, stopped at chapter 14 when it's about Swing, figuring it won't be at the exam.
-Got back to the first book, reading at least a chapter a week (in the train, at lunch, at night, in the gym, in bed before sleeping...). I got DESTROYED in each chapter test, barely reaching 10 right answers.
-I made Anki cards on my phone for each concept. It forced me to reformulate, in simpler/shorter terms what I learned. Small problem though, the Anki card use HTML formatting so I had to type "<" to write generics, not ideal...
-Finished the two books in 2 months.
-Subscribed to Enthuware (web). I really, really, recommend it (don't miss the "help button" that opens up a forum where you can discuss each questions). I practiced with "instant evaluation" and without "Show Number of Correct Options" at first, it was... hard. Averaging around 50%.

On Enthuware there is some stuff not on the book like :
-dropwhile/takewhile (check https://blogs.oracle.com/javamagazine/post/java-quiz-streams-collections-dropwhile-takewhile )
-the fact that primitive wrappers are immutable and why

outputs false.
-How is evaluated a array when the reference is changed

...in short, lot of little details and quirks that are interesting but also a bit discouraging.

I did 16 tests (around 2 full tests a day in the end) plus little quiz of 5-10 questions here and there. The website is awesome, you can start the test, answer the question without internet connexion and it'll save your progress when internet connection is coming back. A must when practicing in a train with unreliable connexion.

Using the "number of correct options", I was averaging 60 (sometime over 70, sometime around 55) therefore was not really confident for the exam...but I knew that I kept making stupid mistakes out of tiredness. I figured the most important would be to have a clear, refreshed mind during the exam.

-In the last days, I used the flash cards from the first book. Really good, should have used it before.
I just spotted one mistake (I know the authors are here):
"Which functional interface takes zero parameters and has a get() method?" : "Consumer" (card fc864585.JaSE17SG.2.128)

Registering for the exam:
That was hard. I bought the 228€ voucher, it was somehow 273€ after tax. Couldn't find how to schedule my exam attempt.

I asked oracle support for help thrice. In the end I found the correct form ( https://help-education.oracle.com/apex/f?p=109:1:5430455146909 ) and they sent me a 5 pages PDF (with lot a screenshots). I had to assign it to myself from another Oracle website clearly designed to assign batch of exams to employes. That sent me an email from where I could, finally, schedule the exam two weeks later. There was a lot of spots in two weeks but most of them were like a 3 or 4AM in my timezone... so, schedule early to find a good spot.

Check-in the exam attempt:
That was easy. Oracle send a link for a mock exam with non-Java questions guide you through the process of downloading the secure browser etc. That way you can easily test the whole process a few days before.

The day of the exam :
I took a day off work. Did some light revisions with flash cards the hours before. Went to the gym. Ate well. Slept a lot. Then, a bit before the exam, browsed quickly all my flashcards database, gulped some coffee.
I confirm everything said here: https://coderanch.com/t/776343/certification/Sharing-experience-passing-Java-exam
Very, very similar to Enthuware website. Questions seemed easier (less tricky) than Enthuware's one. Time flies. 76%.

Well, that's all from me. Courage and good luck to everyone taking the exam.
 
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Marc !

Glad to know Oracle Magazine quiz was helpful ;-)

Best regards,
MZ
 
Marshal
Posts: 80630
471
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations and welcome to the Ranch Please consider adding your name here.
 
Enthuware Software Support
Posts: 4906
60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, Marc!
Thank you for sharing your experience  
 
Author
Posts: 311
13
Scala IntelliJ IDE Netbeans IDE Python Java Ubuntu Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, yes, it's good to hear you found the magazine articles and they were useful.

For those that might like a video or live web format for study, don't forget I have both a 20 hour recorded class , and a 15 hour (3 day) live class, on the O'Reilly platform. I have interactive quizzes in the live class)

Again, many congratulations, the test is not easy!

Cheers,
Simon
 
reply
    Bookmark Topic Watch Topic
  • New Topic