• 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

Trying to figure out Certification path and destination

 
Greenhorn
Posts: 3
  • Number of slices to send:
    Optional 'thank-you' note:
Hello, I'm not sure which forum this belongs in.

I am trying to update my Java certification to have something more recent to put on a resume. My last certification was Oracle Certified Associate for Java SE 7 Programmer in 2015. I picked up the "Oracle Certified Professional Java SE 11 Developer Complete Study Guide" book, but I'm not entirely sure what exam is most recent for the material this book covers. I'm finding chapter 11 on modules a bit challenging at the moment, but it's the end of part 1 of the book and I'm not sure if that means I'm supposed to take a test at that point for the first half of the eventual target certification.

But then also somewhat unrelated, once I have completed certification, I'm not sure what the best practices are for listing it on a resume and searching for companies where its presence on my resume is actually helpful.
 
Marshal
Posts: 79392
377
  • Number of slices to send:
    Optional 'thank-you' note:
Welcome to the Ranch

The current OCPJP exam is for Java17; the latest LTS version is Java21 but I believe there is not yet an exam for it.
Please consider how worthwhile it is to sit that exam, or whether the experience you already have is worth more than a certification.
Other people will have more recent knowledge than me, but I would have thought you should always list your most recent exam on your resumé if there is sufficient space.
 
Ranch Hand
Posts: 55
1
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Hi Glen,
I'm preparing for the current OCP 17 exam (1Z0-829) using this book: Java OCP 17 Developer Complete Study Guide. There is also a companion Practice Tests book.
Considering how much effort it takes to complete the exam, it won't hurt to have this certificate on your resume. And don't worry, it takes time for new things to settle in your mind. Good luck!
 
Glen Fisher
Greenhorn
Posts: 3
  • Number of slices to send:
    Optional 'thank-you' note:
Thank you both for your responses.

Campbell Ritchie wrote:The current OCPJP exam is for Java17; the latest LTS version is Java21 but I believe there is not yet an exam for it.
Please consider how worthwhile it is to sit that exam, or whether the experience you already have is worth more than a certification.
Other people will have more recent knowledge than me, but I would have thought you should always list your most recent exam on your resumé if there is sufficient space.

For clarity, does that mean that older exams are discontinued and that I should switch to prepare for the Java17 exam from what I have been doing? Based on Ira's comment, there appears to be a more recent book by the same author for preparation I could switch to.

My intent with certification is to have something externally verifiable since I lack a job history in the industry and without something externally verifiable, I have anxiety about appearing fake.

Ira Go wrote:Hi Glen,
I'm preparing for the current OCP 17 exam (1Z0-829) using this book: Java OCP 17 Developer Complete Study Guide. There is also a companion Practice Tests book.
Considering how much effort it takes to complete the exam, it won't hurt to have this certificate on your resume. And don't worry, it takes time for new things to settle in your mind. Good luck!

As I don't currently have this book, I have a question you may be able to answer. The book I had been preparing from was broken down into a part 1 and part 2 that seemed to have two partial exams that built into a single certification. Is there anything similar going on with the newer exam structure? As I was getting close to the end of part 1 of this book I was anticipating taking an exam in the near-term before continuing with the rest of the book.
 
Campbell Ritchie
Marshal
Posts: 79392
377
  • Number of slices to send:
    Optional 'thank-you' note:

Glen Fisher wrote:. . . does that mean that older exams are discontinued . . . ?

One day they will be discontinued, so the definitive guide is the appropriate Oracle website. But there are still older versions regarded as current.

. . . I lack a job history . . . .

Then you are right to go for a qualification. I don't know anything about your situation, so this is only a tentative suggestion, but have you considered studying for a degree?
 
Ira Go
Ranch Hand
Posts: 55
1
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

Glen Fisher wrote:
As I don't currently have this book, I have a question you may be able to answer. The book I had been preparing from was broken down into a part 1 and part 2 that seemed to have two partial exams that built into a single certification. Is there anything similar going on with the newer exam structure? As I was getting close to the end of part 1 of this book I was anticipating taking an exam in the near-term before continuing with the rest of the book.


The OCP Java SE 17 Study Guide book is all in one. It prepares for the 1Z0-829 exam. It looks like your books are for two separate exams:
  • Java SE 11 Developer - 1Z0-819
  • Java SE 11 Upgrade - 1Z0-817

  • And only one of them should be taken. Here is from Oracle's FAQ

    Who can take the Upgrade OCP Java 6, 7 & 8 Programmer to
    Java SE 11 Developer | 1Z0-817 upgrade exam?

    Candidates who hold the Oracle Certified Professional,
    Java SE 6, 7, or 8 Programmer credential can upgrade
    to Oracle Certified Professional, Java SE 11 Developer
    by passing Upgrade OCP Java 6, 7 & 8 Programmer to
    Java SE 11 Developer | 1Z0-817.
    This exam focuses on the most important of the newest features of Java.


     
    Ira Go
    Ranch Hand
    Posts: 55
    1
    • 1
    • Number of slices to send:
      Optional 'thank-you' note:
    Maybe your book covers these exams?

    Can I take the 816 exam before
    the 815?

    It will benefit you the most to prepare for and take the
    Java SE 11 Programmer I | 1Z0-815 exam before taking
    Java SE 11 Programmer II | 1Z0-816. However, exams
    can be taken in any order.

     
    Glen Fisher
    Greenhorn
    Posts: 3
    • 1
    • Number of slices to send:
      Optional 'thank-you' note:

    Campbell Ritchie wrote:I don't know anything about your situation, so this is only a tentative suggestion, but have you considered studying for a degree?

    I do have a bachelor's degree, but it is from 2010 and I don't feel confident about listing it in the vacuum.

    Ira Go wrote:The OCP Java SE 17 Study Guide book is all in one. It prepares for the 1Z0-829 exam.

    I think I'll be switching over to this book and aim for this exam. We'll see how this goes.
     
    Campbell Ritchie
    Marshal
    Posts: 79392
    377
    • 1
    • Number of slices to send:
      Optional 'thank-you' note:

    Glen Fisher wrote:. . . I do have a bachelor's degree . . . I don't feel confident about listing it . . .

    I think you should always list degrees on a CV.
    reply
      Bookmark Topic Watch Topic
    • New Topic
    vceplus-200-125    | boson-200-125    | training-cissp    | actualtests-cissp    | techexams-cissp    | gratisexams-300-075    | pearsonitcertification-210-260    | examsboost-210-260    | examsforall-210-260    | dumps4free-210-260    | reddit-210-260    | cisexams-352-001    | itexamfox-352-001    | passguaranteed-352-001    | passeasily-352-001    | freeccnastudyguide-200-120    | gocertify-200-120    | passcerty-200-120    | certifyguide-70-980    | dumpscollection-70-980    | examcollection-70-534    | cbtnuggets-210-065    | examfiles-400-051    | passitdump-400-051    | pearsonitcertification-70-462    | anderseide-70-347    | thomas-70-533    | research-1V0-605    | topix-102-400    | certdepot-EX200    | pearsonit-640-916    | itproguru-70-533    | reddit-100-105    | channel9-70-346    | anderseide-70-346    | theiia-IIA-CIA-PART3    | certificationHP-hp0-s41    | pearsonitcertification-640-916    | anderMicrosoft-70-534    | cathMicrosoft-70-462    | examcollection-cca-500    | techexams-gcih    | mslearn-70-346    | measureup-70-486    | pass4sure-hp0-s41    | iiba-640-916    | itsecurity-sscp    | cbtnuggets-300-320    | blogged-70-486    | pass4sure-IIA-CIA-PART1    | cbtnuggets-100-101    | developerhandbook-70-486    | lpicisco-101    | mylearn-1V0-605    | tomsitpro-cism    | gnosis-101    | channel9Mic-70-534    | ipass-IIA-CIA-PART1    | forcerts-70-417    | tests-sy0-401    | ipasstheciaexam-IIA-CIA-PART3    | mostcisco-300-135    | buildazure-70-533    | cloudera-cca-500    | pdf4cert-2v0-621    | f5cisco-101    | gocertify-1z0-062    | quora-640-916    | micrcosoft-70-480    | brain2pass-70-417    | examcompass-sy0-401    | global-EX200    | iassc-ICGB    | vceplus-300-115    | quizlet-810-403    | cbtnuggets-70-697    | educationOracle-1Z0-434    | channel9-70-534    | officialcerts-400-051    | examsboost-IIA-CIA-PART1    | networktut-300-135    | teststarter-300-206    | pluralsight-70-486    | coding-70-486    | freeccna-100-101    | digitaltut-300-101    | iiba-CBAP    | virtuallymikebrown-640-916    | isaca-cism    | whizlabs-pmp    | techexams-70-980    | ciscopress-300-115    | techtarget-cism    | pearsonitcertification-300-070    | testking-2v0-621    | isacaNew-cism    | simplilearn-pmi-rmp    | simplilearn-pmp    | educationOracle-1z0-809    | education-1z0-809    | teachertube-1Z0-434    | villanovau-CBAP    | quora-300-206    | certifyguide-300-208    | cbtnuggets-100-105    | flydumps-70-417    | gratisexams-1V0-605    | ituonline-1z0-062    | techexams-cas-002    | simplilearn-70-534    | pluralsight-70-697    | theiia-IIA-CIA-PART1    | itexamtips-400-051    | pearsonitcertification-EX200    | pluralsight-70-480    | learn-hp0-s42    | giac-gpen    | mindhub-102-400    | coursesmsu-CBAP    | examsforall-2v0-621    | developerhandbook-70-487    | root-EX200    | coderanch-1z0-809    | getfreedumps-1z0-062    | comptia-cas-002    | quora-1z0-809    | boson-300-135    | killtest-2v0-621    | learncia-IIA-CIA-PART3    | computer-gcih    | universitycloudera-cca-500    | itexamrun-70-410    | certificationHPv2-hp0-s41    | certskills-100-105    | skipitnow-70-417    | gocertify-sy0-401    | prep4sure-70-417    | simplilearn-cisa    |
    http://www.pmsas.pr.gov.br/wp-content/    | http://www.pmsas.pr.gov.br/wp-content/    |