• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

OCMJEA/SCEA part1 certification preparation

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

Planning to prepare for SCEA/OCMJEA part 1 certification and have around 6 years of Java/J2ee experience.

I am scjp1.4 certified. Is there any mandatory training/course for part1 exam?

I have bought Sun certified Enterprise Architect for Java EE study guide (2nd edition, Mark cade). Can you please suggest other must read books for the certification (preferably kindle edition)? Don't want to buy lots of them. Any relevant online material/tutorial/articles that would be helpful.

Thanks in advance!!
 
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Prepare to pay quite a bit of money to go on a mandatory training course
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Cathal Mullan wrote:Prepare to pay quite a bit of money to go on a mandatory training course



He, he... That's right!
 
Cathal Mullan
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Haha! I know, what were Oracle thinking LOL!
 
gp kaur
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
looks like I am going to drop the idea then not sure if its worth it?

Any other certification suggestion for J2EE design/architecture anyone could suggest? have scjp1.4, wanted to add something good to resume...
 
Cathal Mullan
Ranch Hand
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Master Developer exam requires a mandatory course as well.

Depends on what kind of work you want to get into;

Maybe:
- Web Component Developer
- Business component Developer
- Web Services Developer
- Persistence Developer
- Upgrade your Programmer certification to Java 7

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look at this thread

https://coderanch.com/t/559239/java-Architect-SCEA/certification/Info-mandatory-training-requirement
 
gp kaur
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the replies!! As I understand now, training is not prerequisite but won't receive a certificate without it and am Ok with it. Back to my original query now ...

I have SCEA for Java EE study guide (Mark cade 2nd edition). Please suggest other must read books (preferably kindle edition)? Don't want to buy lots of them. Any relevant online material/tutorial/articles that would be helpful.

Thank you.
 
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kaur,

I'm not sure, if you would be let to sit for certification, without taking the mandatory class room training. But if you wish to read something on enterprise architecture, the book which you referred is good. But just to add, to become an architect, you do not need a certification (certifications do add value to resume, but not necessary). All you need is think like an architect. Long time ago, I read a post by one of the ranchers here, but unfortunately do not recollect it.
 
Kumar Raja
Ranch Hand
Posts: 558
2
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.selikoff.net/2010/07/16/jeannes-scea-5-part-1-experiences/

This is the post I was referring to earlier.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Kumar Raja wrote:Kaur,

I'm not sure, if you would be let to sit for certification, without taking the mandatory class room training. But if you wish to read something on enterprise architecture, the book which you referred is good. But just to add, to become an architect, you do not need a certification (certifications do add value to resume, but not necessary). All you need is think like an architect. Long time ago, I read a post by one of the ranchers here, but unfortunately do not recollect it.



I disagree slightly on this... taking a certification is not just adding value to resume...
and preparing for certificate is a good step towards having confidence on that subject... one needs to spend time on those topics and take much more precaution & study, compare to otherwise.
Having said that I agree to be an acrh., certification is not required.... but with 6-7 yrs. experience as developer / TL - preparing for certification is way on desired path set by market & technology leaders.

For taking
Part I - one gets result after the test (even without training)
Part II - one can download (even without training)
Part II upload & Part III (easy) - One can do it (even without training)

But I am not sure if uploaded assignment is examined by Oracle without training ....
Case 1 - assignment examined - pass or fail grade
Case 2 - assignment not checked until training proof is sumitted

Can some share what's followed : Case 1 or Case 2 ???

Certification/badge (not at all without training)
 
author & internet detective
Posts: 42056
926
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
I believe it is case #1.
 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do we need to submit the source code(Project) of the assignment solution for OCMJEA part 2?

if yes.. we need to upload only the main class/jsp page or the wholoe project?
 
Murali Ranga
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Only design...Class,sequence,component ,deployment diagrams etc
 
permaculture is largely about replacing oil with people. And one tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic