• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Passed this thing!

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I resubmitted assignment October 15(another $300 after Oracle failed me first time - I submitted class files instead of java files). On October 24 Pearson site shows PASSED! Score is average, and they did not show the details. But for the beginner it will do.

It took me 4.5 months to complete assignment, and keep checking and checking again and again (still made the huge mistake).
A lot of time was spent on going through the book, Albrto Perillo paper, and this site. The combining experience of all people who went through the same process is huge value for any one who considers this certification.

Taking the mandatory course is next. Not sure I can sell an idea of paying for it to my employer, but this is a different story.

Thank you all.
 
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Glad to hear you finally passed! Congratulations! Now it's definitely time for a to recover from all that hard work.
 
Bartender
Posts: 2292
3
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats for the achievement, Margarita!

Margarita Babkova wrote:A lot of time was spent on going through the book, Albrto Perillo paper, and this site.



Who's this Albrto Perillo?
 
Ranch Hand
Posts: 159
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratz Margarita
 
Bartender
Posts: 2445
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am happy for you , Margarita.

I'm curious. How does an Oracle exam evaluator grade an assignment?
Does the evalutor run the standalone and network mode first and then read the source code?
Will the evalutor run a multiple thread test , similar to what Roberto buddy wrote for the DataTest?
If no test is run, how does the evalutor know deadlock may occur?

Grading can be personal opinion. One evalutor may feel my code is good, but another one may feel my code is not good.
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations for that thing!
 
Margarita Babkova
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Roberto Perillo wrote:Congrats for the achievement, Margarita!

Margarita Babkova wrote:A lot of time was spent on going through the book, Albrto Perillo paper, and this site.



Who's this Albrto Perillo?


My sincere apologies to Mr. Roberto
Shame on me for making such a mistake, I think I memorized your paper word to word by now after reading it so many times!
 
Margarita Babkova
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To avoid subjectivity, I think they have a standard test plan with bunch of automated test cases, and check every Must requirement in the instruction doc against given submission. It is easy to test our code in multi threaded environment using IBM Rational performance tester, and they will know if dead lock occurred.
 
Himai Minh
Bartender
Posts: 2445
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are we recommended to run IBM Rational performance tester to test if the code has deadlock?
Or the evaluator checks the code to see if there is any possible deadlock, like lock without unlock....
I write my test class, similar's to Roberto's DataTest. Is it good enough?
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:Are we recommended to run IBM Rational performance tester to test if the code has deadlock?


No

Himai Minh wrote:I write my test class, similar's to Roberto's DataTest. Is it good enough?


Writing a test class is not a must requirement, so if you choose not to write one you won't fail. Simply because you just need to submit your sources, not the test classes you might have written (so the accessor doesn't know if you have written any test). It's completely up to you to decide if you want to write test classes, although a good test might reveal a bug (or some) in your code.
 
Himai Minh
Bartender
Posts: 2445
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see.
Roberto's DataTest is for his own testing. I develop my own test classes for myself, similiar to Roberto's test.
Actually, my project is totally different from his.

I assume the evaluator will read my code to see if I lock without unlock.
I am sure th evaluator is smart to find out any possible deadlock causing code by reading the code.....
 
Bartender
Posts: 1558
5
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Margarita Babkova wrote:On October 24 Pearson site shows PASSED!


Heartiest Congratulations!

I'm glad that you passed the exam.
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Margarita!

I also just upload and taken my essay on 19 Oct 2012. Can i check with you how do you check the assignment result from pearson vue? currently both the assignment and essay's status is set as taken.
 
Greenhorn
Posts: 20
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Way to go Margarita!

I agree this forum is invaluable when working on the OCMJD assignment.
Will submit my solution this weekend (currently finishing up the documentation) and hope for the best ;)
 
Himai Minh
Bartender
Posts: 2445
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Benjamin Ng wrote:Congrats Margarita!

I also just upload and taken my essay on 19 Oct 2012. Can i check with you how do you check the assignment result from pearson vue? currently both the assignment and essay's status is set as taken.



Hi, Benjamin.
Did you get a email confirmation that your jar file was received?
Did you sign up for the essay? Why does your essay's status is set as taken?

On PearsonVue, to submit the jar file, should I click the yellow button "Continue exam" and then submit it?
I will submit mine later.
 
Benjamin Ng
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:

Benjamin Ng wrote:Congrats Margarita!

I also just upload and taken my essay on 19 Oct 2012. Can i check with you how do you check the assignment result from pearson vue? currently both the assignment and essay's status is set as taken.



Hi, Benjamin.
Did you get a email confirmation that your jar file was received?
Did you sign up for the essay? Why does your essay's status is set as taken?

On PearsonVue, to submit the jar file, should I click the yellow button "Continue exam" and then submit it?
I will submit mine later.



Hi there,

So far i did not received any email from pearson vue but now when i go in and click the score report link, it says i pass.
 
Himai Minh
Bartender
Posts: 2445
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Benjamin.
By the way, on PearsonVue , did you click on the yellow button "Continue Exam" to submit the assignment?

So, after I submit the assignment, should I sign up for the essay right away? Or, wait until I know if I pass the assignment ?
 
Roel De Nijs
Sheriff
Posts: 11604
178
Hibernate jQuery Eclipse IDE Spring MySQL Database AngularJS Tomcat Server Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:So, after I submit the assignment, should I sign up for the essay right away? Or, wait until I know if I pass the assignment ?


You can't pass the assignment until you have taken the essay exam. The essay exam and the assignment are graded together, so without taking the essay exam your assignment will NOT be graded.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats! What were the biggest mistakes you made the first time you took the exam? Thanks in advance!
 
Benjamin Ng
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Himai Minh wrote:Congrats Benjamin.
By the way, on PearsonVue , did you click on the yellow button "Continue Exam" to submit the assignment?

So, after I submit the assignment, should I sign up for the essay right away? Or, wait until I know if I pass the assignment ?



Thanks Himai Minh!

Like Roel De Nijs mention, you have to submit the assignment first before you can allow to try to sign up the essay. For me, i took my essay exam on the next day i submit my assignment.
 
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Margarita
 
Ranch Hand
Posts: 109
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations.
 
MyExamCloud Software Support
Posts: 757
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!...
 
reply
    Bookmark Topic Watch Topic
  • New Topic