File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes JPA certification experiences Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "JPA certification experiences" Watch "JPA certification experiences" New topic
Author

JPA certification experiences

Tamas Polgar
Greenhorn

Joined: Apr 27, 2011
Posts: 13
Hi All,

I'm preparing for the oracle jpa certification (cx-310-094 / iz0-898), but I cannot find any useful information
Could anybody who passed this exam share the experiences with us?
Does anybody know a mock exam for it?

Thank You
Max Bogdanov
Greenhorn

Joined: Mar 12, 2011
Posts: 10

Hi,

only this one: http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html
but it has so many mistakes!!!


OC-JA,OCP-JP,OCP-JWCD,OCE-EJBD,OCE-JPAD
Guru dhaasan
Ranch Hand

Joined: Sep 13, 2006
Posts: 126

hope this helps
http://www.coderanch.com/how-to/java/ScbcdLinks#scbcd6


Thanks, Shiv
SCJP, OCE - JSP & Servlets Developer
Max Bogdanov
Greenhorn

Joined: Mar 12, 2011
Posts: 10

today pass OCP-JPAD.
http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html - totally useless, didn't help me.
I used this book for preparation - http://www.apress.com/9781430219569 and spec:JSR-000317 JavaTM Persistence 2.0 (Final Release)
The exam was very difficult, there were a lot of question with very-very close answers. Without good mock exams it's very difficult to make high score, I pass with 76%, all my previous certs was >90%.
Paul Anilprem
Enthuware Software Support
Ranch Hand

Joined: Sep 23, 2000
Posts: 2547
Max Bogdanov wrote:today pass OCP-JPAD.
http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html - totally useless, didn't help me.
I used this book for preparation - http://www.apress.com/9781430219569 and spec:JSR-000317 JavaTM Persistence 2.0 (Final Release)
The exam was very difficult, there were a lot of question with very-very close answers. Without good mock exams it's very difficult to make high score, I pass with 76%, all my previous certs was >90%.


Hi Max,
Congratulations on passing!! It is indeed a tough exam.
Could you please provide some feedback regarding the topics on which you got really tough questions?

thank you,
Paul.


Enthuware - Best Mock Exams and Questions for Oracle/Sun Java Certifications
Quality Guaranteed - Pass or Full Refund!
Max Bogdanov
Greenhorn

Joined: Mar 12, 2011
Posts: 10

Paul Anilprem wrote:
Hi Max,
Congratulations on passing!! It is indeed a tough exam.
Could you please provide some feedback regarding the topics on which you got really tough questions?

thank you,
Paul.

I can try)) The main problem that there no mock exams for. I didn't have problem with some special topic from exam, but questions were very deep into details(sorry for my English) So if you only read the book and don't have enough practice it is very difficult to pass the exam. There were a lot of practice question.
I think the book http://www.apress.com/9781430219569 cover all exam topics, but you have not only read, but code all examples by yourself.

p.s. for 80% from exam's questions I didn't have 100% correct answer, I mean it was 50-50% or this or this, it wasn't like OCE-EJBD exam there were a lot of simple theoretical questions with clear answers.
Tamas Polgar
Greenhorn

Joined: Apr 27, 2011
Posts: 13
hi,
I've just passed the test today, it was quite tough, but ok.
The time was just enough, I didn't have to hurry.
Questions with lot of text, and code waste a lot of time, especially criteria query questions.

I used http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html. It was only 26 GBP, so it was an ok deal.
It contains few questions which are similar to the real exams' questions, so for the questions it's worth.
But the program is absolutely useless, it has lot of bad answers, but currently the only mock exam in the market

I used the Pro JPA2 book, and the specification.

Regards,
Joe Harry
Ranch Hand

Joined: Sep 26, 2006
Posts: 8457

Tamas Polgar wrote:hi,
I've just passed the test today, it was quite tough, but ok.
The time was just enough, I didn't have to hurry.
Questions with lot of text, and code waste a lot of time, especially criteria query questions.

I used http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html. It was only 26 GBP, so it was an ok deal.
It contains few questions which are similar to the real exams' questions, so for the questions it's worth.
But the program is absolutely useless, it has lot of bad answers, but currently the only mock exam in the market

I used the Pro JPA2 book, and the specification.

Regards,


Congratulations!


SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
Ganesan Ponnusamy
EPractice Labs Support
Ranch Hand

Joined: Nov 07, 2005
Posts: 249
Hey Guys,

Thanks for sharing your experience about Java EE 6 JPA OCE Certification Training Lab.

We reviewed and fixed all the issues raised by our customers.

We have uploaded new setup file on our website today. This update will be visible on Live Update Messenger.

Fixes: Customer issues and question display fixed in all Labs.

How to use the new setup file?
Just download and install. The installation will automatically copy new files and this will not affect your license keys.

Good luck for your preparation !

Ganesan Ponnusamy Java Certification Preparation | Test Generator Software | OCAJ7 | OCPJP7 | OCEWebServices | OCEEJB
OCEJPA | SCJD | SCWCD 5 | SCBCD 5 | SCDJWS 5 | SCEA Part1 | SCEA Part 23 | SCMAD
Pavel Khodchenkov
Greenhorn

Joined: Nov 11, 2011
Posts: 5
Passed JPA exam today and you won't believe, but also "I pass with 76%, all my previous certs was >90%. " ))))))
Used:
1) Pro Jpa 2 Mastering the java persistence API (chapters 1-11)
2) http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html
3) 2 weeks of preparation + 4 years experience with hibernate

Hints:
1) Many questions on mapping embeddables/entities using collections/maps.
2) Many questions on advanced relationship (chapter 10 in Pro Jpa 2)
3) a few questions on EJB transaction propagation(REQUIRED,REQUIRES_NEW,etc) in EJB beans
4) Many questions on locking

A few words about epractize simulator:
1) still have issues in some questions: question has nothing with explanation )) or have wrong answer
2) drag and drop : labels are truncated to 'customListener...'and it is hard to recognize is it a 'customListener1' or 'customListener2'.
3) Add more questions on 'mapping embeddables/entities using collections/maps'
4) Add the ability to iterate over the ALL questions!!!

Сonclusion:
'Pro Jpa 2 Mastering the java persistence API' (suggest to read it twice if you want a high score )+ epractizelabs simulator is enough to pass the exam.
Good luck!

Paul Anilprem
Enthuware Software Support
Ranch Hand

Joined: Sep 23, 2000
Posts: 2547
Congratulations, Pavel!!
Thanks for the feedback.
Ganesan Ponnusamy
EPractice Labs Support
Ranch Hand

Joined: Nov 07, 2005
Posts: 249
Dear Pavel,

Thanks for your valuable comments.

I personally verified & fixed all your concerns and queries.

We launched (1.2) new version with these fixes.

http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html





Dirk Schumacher
Greenhorn

Joined: Sep 06, 2006
Posts: 6
Hello,

thank you all for sharing your experiences. I am also planning to take the test and started with the exam topics showed on the oracle pages.
What is the issue with this auction application:


-Introducing the Auction Application
--Describe the auction application
--Define the domain objects of the auction application
--Describe the implementation model for the auction system

Where can I find more information about that?
Do I have to do extra oracle education stuff (and pay for it)?
Is it relevant for the exam anyway?

I would glad to know...
Best greets
Dirk
rajeswari kannan
author
Ranch Hand

Joined: Oct 01, 2006
Posts: 63
Hello All,

Our latest OCE JPA Training Lab provides basic info about auction application and typical exam questions.

Please download latest at http://www.epractizelabs.com/certification/sun/oce-jpa-exam-6.html .

Thanks

Rajeswari - Co-Author - Java Certification Training Labs, EPractize Labs
OCPJP 7 | OCAJP 7 |OCE WebServices | OCE JPA | OCE EJB |OCE Webcomponent
Celine Patag
Greenhorn

Joined: Jan 29, 2012
Posts: 2
The objectives posted on oracle seem short. Locking is not even listed. What other topics are part of the exam but not listed in the objectives?
 
jQuery in Action, 2nd edition
 
subject: JPA certification experiences
 
Threads others viewed
SCDJWS 1.5 (CX 310-230)
Mock Exam for oracle jpa certification 1Z0-898
Simulator for the new OCE-EJBD Certification
passed the exam today
JPA 2.0 Exam Simulator
jQuery in Action, 2nd edition