• 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

Free OCAJP8/OCPJP8 Mock Exams and Practice questions

 
Ranch Hand
Posts: 221
27
IntelliJ IDE Spring Java
  • Likes 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had seen this article - “5 Free OCAJP8, OCPJP8 Mock Exams and Practice questions - 1Z0-808 809 (Java 8 Certification)” - in November and had looked at some mock exams.
I see some ranchers frequently ask about certification mock exam so I decide to share it


Whizlabs
Whizlabs questions were very simple. My result was 20/20 so I didn’t look at any question again.


David Mayer's Java8CertificationQuestions sample
After whizlabs I didn't take seriously it and I did this sample test in my mobile phone with walking. But my result was surprised me (17/25) therefore I began to look through questions..
The answers of questions 16, 18, 21 and 22 were wrong. Question 19 and 20 were duplicate. Question 7 was required three correct answers but there were only two correct answers.
I didn’t look at explanations in detail but I saw some typos in there.


MyExamCloud
There were some interesting questions but there also were wrong explanations so I suspect the quality of the test.
For example, there were a lot of typos in the following explanation:

Stings are mutable objects, simply it means once we invoke method on string and apply some changes new string return instead doing change itself. But Stringbuilders are not mutable.
So at line 7 invoking contact method won't do any change on the str object instead it returns new string "1Z0-808". So finally 1Z0 will be printed. Hence option A is correct.


The other:

The LocalTime is an interface, so we can't use new keyword with them. So options A and B are incorrect.
The Instant is an interface, we can call its now method to get current date and time, so option C is correct and option D is incorrect.


Maybe the answer of two questions (first about lambda-Runnable, the other about GC) were wrong.


Enthuware
When I saw this article I had already bought Enthuware Tests Bank and had taken some Standard Tests. Enthuware is the best among them. I will write in detail about it in my experience..
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good write up! Would you mind updating the OCAJP FAQ and OCPJP mock tests pages to include the new ones?
 
Mushfiq Mammadov
Ranch Hand
Posts: 221
27
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:Good write up! Would you mind updating the OCAJP FAQ and OCPJP mock tests pages to include the new ones?


Of course not. You can use it without asking
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mushfiq Mammadov wrote:

Jeanne Boyarsky wrote:Good write up! Would you mind updating the OCAJP FAQ and OCPJP mock tests pages to include the new ones?


Of course not. You can use it without asking


I was trying to get you to click on the links, click edit and put it there yourself .
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mushfiq Mammadov wrote:I see some ranchers frequently ask about certification mock exam so I decide to share it


Have a cow for sharing your experiences about these different mock exams.

Mushfiq Mammadov wrote:MyExamCloud
There were some interesting questions but there also were wrong explanations so I suspect the quality of the test.


It seems you are not the only one having doubts about the quality of the MyExamCloud's mock exams.
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:I was trying to get you to click on the links, click edit and put it there yourself .


I have just cleaned up and updated the OcajpFaq: removed some obsolete info about the old SCJA exam, removed some SCJA mock exams, updated links of existing (free and commercial) OCAJP exams, added links of new (free and commercial) OCAJP exams and finally some minor textual changes.

I think it's safe to say the OcajpFaq has never looked so good
 
Mushfiq Mammadov
Ranch Hand
Posts: 221
27
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jeanne Boyarsky wrote:I was trying to get you to click on the links, click edit and put it there yourself .


Oh, sorry, I understood incorrectly I thought that only moderators can edit it, sorry

Roel De Nijs wrote:I think it's safe to say the OcajpFaq has never looked so good


Roel has already done it perfectly. Thanks a lot

P.S. Thanks for cow
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic