• 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

Passed 1Z0-819 Exam! My experience

 
Greenhorn
Posts: 7
  • 2
  • Number of slices to send:
    Optional 'thank-you' note:
Hello! I've been a lurker on this site for a while, mostly searching for tips on how to pass the Java 11 certification!

I am a self taught developer in my thirties that started learning web development 2 years ago, so basically I wanted the certification to get my first job as a software developer!

My experience was similar to some experiences shared on this forum, but I thought I could add a few important tips.

1. I started learning Java from scratch from the great JetBrains Academy `Java Developer` course, this might be the best Java course online, it is interactive, you have to build actual projects to complete it, and it covers most of the topics of the certification, this course is long (took me almost 4 months to complete spending at least 6 hours day on it), and it is tough, I could not have completed it without the help of my brother who has been in the software development industry for almost two decades.

So I would say this is not the smartest way to get started, in hindsight I would have loved to get started with Jeanne Boyarsky's and Scott Selikoff's OCP Java 11 complete STUDY GUIDE because the progression is a little bit more intuitive I would say, and the explanations more detailed, so it is easier to understand the concepts from their book.

After studying the book at least once in depth, then the JetBrains course would have been a great way to review them and get practical experience programming.

2. Anyway, after I finished the JetBrains course, I spent some time taking Udemy courses in Spring and Angular, then I decided to go for the Java certification in September of last year, I bought the exam to force myself to study for the next 6 months and take it at the end of the expiration time. I read the complete STUDY GUIDE the first time trying to understand everything, although there were several parts I did not understand fully. I did all the chapter review questions, and I failed most of them, especially the ones on the second part of the book, I was getting 30% or even less for some chapters. I read all the explanations to every answer found in the appendix.

3. I read the entire book word for word a second time and a third time, by the third time I felt I understood everything.

4. Then I started reading a fourth time, but this time answering the questions of the companion book of practice tests. Basically I would read the chapters required for the section of the practice tests book, then I would answer the test. I think at this point I was passing the tests related to the first half of the STUDY GUIDE, but I did poorly on the tests related to the second half of the book. In the end I realized that I needed to memorize pretty much everything in order to do well, as others have mentioned on these forums. I think I barely passed the 3 practice exams at the end of the book, but it took me forever to complete them, I went way over time, so I was not happy.

5. So I started reading the book from the beginning again, this time underlining all the important things and making mind maps of every chapter in order to memorize all the concepts. I also tried to memorize all of the tables, all of the methods, parameters, exceptions, keywords, classes, etc, pretty much everything... I finished the mind maps of the entire book, and felt stronger.

6. After this I went for the Enthuware practice exams as many have done on this forum. As many have commented I did well on the foundational tests, but when I took the first "real" practice test I failed miserably. I ran out of time and got a dismal score, less than 40%. Enthuware covers things that are not in the STUDY GUIDE, and at first one is not used to the fast pace required to answer the test in time, so I guess it is normal. I failed the first 7 tests, and then I passed the rest, with the exception of one. The score overall increased because you get used to the type of questions and the format, and you begin to read the questions faster and faster. You also need to read the in depth explanations and go back to the STUDY GUIDE to review topics you are not doing well on.

7. Then, to be more certain I decided to try the Whizlabs practice tests which are not as popular as Enthuware on these forums. There are only 4 tests, I passed the first two and felt relatively confident, but then I failed the last two... The very last one I got a terrible score, around 50%. These practice tests are really good too, the questions are similar to the ones on the actual exam, and the explanations are very detailed too.

8. The certification exam was around the corner and I did not felt ready after failing the Whizlabs tests, the day before the exam I got an email to check-in, and when I tried to check in I realized that there was the option to postpone it! I thought it might not work because the date expired basically the next day, but I tried and it worked, I postponed it 3 weeks.

9. I think at this point I re-read the COMPLETE GUIDE a fifth time, while reviewing the mind-maps. By the fifth time you read the entire book a lot faster because you skip everything you already know and focus on the parts you don't know. I also retook several of the review questions of several of the most difficult chapters of the second half of the book, and some of the practice tests from the companion book as well, the ones that kept giving me a hard time were IO and NIO2, concurrency, and modules, although the entire second half was always difficult...

10. Then I went back and began to retake all the Enthuware tests, then as the time of the actual exam approached I postponed it again... I finished all the Enthuware tests a second time, this time I passed them all.


11. Then I got an opportunity to do volunteer work at some company and didn't have as much time to study.

12. Then finally I was not allowed to postpone the test any longer, I believe it might have been a bug in the system that allowed me to postpone it almost 4 months after the expiration date, don't rely on it! I took a leave from my volunteering work the week before the exam and I read the book again from cover to cover, reviewed my mind maps, reviewed many of the Enthuware questions I had gotten wrong in the previous tests, reviewed the mind maps, and spent the weekend trying to relax and telling myself that I had done if not my best at least a great effort and that I would accept both the passing grade or the defeat.

13. Finally I got an 82%.... In the end everything helped, there were several questions that I wasn't not sure of the answer but with all the practice I think I developed an intuition to take educated guesses, there were questions that were similar to some of the questions I had studied, and there were questions that were too hard and I didn't bother, my plan had been to master the basics, get the easy and medium questions right and don't worry too much about the crazy security questions, or the concurrency questions that would take a senior engineer an hour to figure out.

For this I'm thankful to the authors of the STUDY GUIDE, I read it at least 10 times, in the end I just kept going back to it telling myself that if I knew everything in the book I would pass.

anyway just wanted to share my tips, thanks!!

 
Marshal
Posts: 79422
377
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations and welcome to the Ranch

Please go to the cert. exam forum and add your name to the Wall of Fame thread.
 
Bartender
Posts: 3919
43
  • Number of slices to send:
    Optional 'thank-you' note:
Hi Edgar !

Congratulations.

Could you share more technical details?

Have you used a closed room and a laptop? Or studio works too? Room check with a web camera for the proctor before the exam? Cannot touch your face during the test and watch straight to the screen?

I wonder what are the latest Oracle rules for taking exams. In the past IIRC a person failed because a Dropbox client was installed on his machine I wonder if they do some software compatibility test before the exam.

Thank you,
MZ
 
Edgar Perez
Greenhorn
Posts: 7
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks!

I took the exam from a room in my house using my personal laptop. You have to do a check-in half hour before the exam begins, for the check in you have to download an app called LockDown Browser OEM that locks down your browser and pretty much your entire system for the duration of the test. This app also shutdowns any apps that may be running in the background, in my case I believe it shutdown several apps like skype and others, maybe it would also shutdown Dropbox if it were running, but I would not know 🤔 LockDown Browser app starts a zoom session with the proctor, in my case there were like three other people which I assume were also taking the test. There was no room check or any instructions from the proctor, the mics are silenced and basically you get a screen saying you may start the test at any time. I don't know about any specific rules, I was touching my face during the whole test trying to focus!
When you are done, you submit the test, you get the score, and a link to close the test, which shutdowns the LockDown Browser app...


 
Mikalai Zaikin
Bartender
Posts: 3919
43
  • Number of slices to send:
    Optional 'thank-you' note:
Thanks for feedback
I wonder if they support both Windows and MacOS?
What platform did you use when run LockDown Browser?
 
Mikalai Zaikin
Bartender
Posts: 3919
43
  • Number of slices to send:
    Optional 'thank-you' note:
Is that it ?

https://apps.apple.com/us/app/lockdown-browser/id659101775

2.5 K reviews and most 1 star      
 
Greenhorn
Posts: 7
  • Number of slices to send:
    Optional 'thank-you' note:
Wow congratulations on passing the exam!

One question: you mentioned you had two years of web development exposure. But for Java and the 1Z0-819 exam especifically, how long did it take overall to be prepared and passed it successfully?

Regards!
 
Edgar Perez
Greenhorn
Posts: 7
  • Number of slices to send:
    Optional 'thank-you' note:

Mikalai Zaikin wrote:Thanks for feedback
I wonder if they support both Windows and MacOS?
What platform did you use when run LockDown Browser?



I personally used Windows 10, but wouldn't know about MacOS to be honest
 
Edgar Perez
Greenhorn
Posts: 7
  • Number of slices to send:
    Optional 'thank-you' note:

Mikalai Zaikin wrote:Is that it ?

https://apps.apple.com/us/app/lockdown-browser/id659101775

2.5 K reviews and most 1 star      



yes, that seems to be it, when you do the check-in they have a link to it to download and install it..
 
Edgar Perez
Greenhorn
Posts: 7
  • 1
  • Number of slices to send:
    Optional 'thank-you' note:

Blad Baez wrote:Wow congratulations on passing the exam!

One question: you mentioned you had two years of web development exposure. But for Java and the 1Z0-819 exam especifically, how long did it take overall to be prepared and passed it successfully?

Regards!



Thanks!
Without counting the JetBrains course I mentioned (which took me 4 months to complete), I prepared for about 8 months specifically for the certification, I think at least 4 hours a day on average, some days I studied 6+ hours, other days maybe 2 or 3, to be honest I don't know exactly, it's easier to list the things I did.

1. Read the complete STUDY GUIDE book, like 10 times, the first 3 times almost word for word, after that speed reading (the last time it took me like 2 or 3 days to read the whole thing (skipping what you don't need to review)).
*. At first I wrote questions and answers for each chapter, and ended up with hundreds of review questions, but after a while I realized this approach was not working, and then I turned to mind-maps..
2. Made mind-maps of every chapter with the most important concepts and reviewed them constantly, trying to repeat them from memory.
3. Tried to repeat from memory all the important concepts and tables from the book, I would do this, then forget, then try again. Basically, every time I reviewed the chapter I tried to repeat the tables from memory (one table at a time.. it's tough to try to repeat from memory all tables at the same time!).
3. Answered all the review questions from the STUDY GUIDE and all the practice tests from the companion book, reading the explanations in the appendix. For the difficult chapters I did this twice.
4. Took all the Enthuware practice exams twice, reading the in depth explanations, and reviewed most of the questions I had gotten wrong 2 or 3 times.
5. Took all the Whizlabs practice tests, reading the in depth explanations.

With all this anybody should be able to pass, it's a ton of work, for me a whole year went by... but it's totally worth it! hope this helps!
 
Edgar Perez
Greenhorn
Posts: 7
  • Number of slices to send:
    Optional 'thank-you' note:

Mikalai Zaikin wrote:Hi Edgar !

Congratulations.

Could you share more technical details?

Have you used a closed room and a laptop? Or studio works too? Room check with a web camera for the proctor before the exam? Cannot touch your face during the test and watch straight to the screen?

I wonder what are the latest Oracle rules for taking exams. In the past IIRC a person failed because a Dropbox client was installed on his machine I wonder if they do some software compatibility test before the exam.

Thank you,
MZ



Just for the record... other sources that are not as well known but that could also be helpful...

https://www.udemy.com/courses/search/?q=java+se+11+developer+1z0-819&src=sac&kw=java+1z0-
 
Edgar Perez
Greenhorn
Posts: 7
  • Number of slices to send:
    Optional 'thank-you' note:

Campbell Ritchie wrote:Please don't keep editing old posts. That can make it difficult to work out what was answered to. Please post the new information in a new post.


👍
 
Enthuware Software Support
Posts: 4830
52
  • Number of slices to send:
    Optional 'thank-you' note:
Congratulations, Edgar!
Thanks for sharing your feedback on the exam in so much detail. Very helpful.  
 
Consider Paul's rocket mass heater.
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/    |