• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed SCEA

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I received an email from oracle today congratulating me on passing SCEA. The sun certification database shows that I have passed the exam but the certmanager site is still not updated.

Thanks everybody for your valuable insights.

Heres my take on the passing this exam
1. I DID NOT CHANGE the provided domain model. In other words I maintained the relationships between the different entities in the domain model. I did add a few classes to the domain model but in doing so I was careful to maintain the original relationships.
2. BEING SIMPLE YET COMPLETE
I did not get bogged down on details of the actual layout of the GUI screens but rather concentrated on the business functionality these screen must fulfill. Using AJAX or not as a communication style between the browser and the server does not make or break the solution. So I did not elaborate on this.
I made sure that the UML diagrams were complete and consistent across all types of diagrams; Component, Class and Sequence. In other words, all the artifacts in the class diagram were accounted for in the component diagram and all the methods in the sequence diagrams were present in the class diagrams.
3. I used standard J2EE design patterns along with GOF patterns in my solution and explained briefly why I used them.



 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and Thanks for sharing your experience.
 
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
Congrats!
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!
 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First Congrats!
Sorry I keep asking this question to everyone who posts this message :-(
Can you tell how long it took for them to send you this email (from the time you uploaded/emailed your assignment.)
 
Maverick Grotto
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I submitted part 2 on March 10th, 2010, took part 3 on March 18th, 2010.

I got back the result on April 13th, 2010.
 
sivan jai
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
17 business days - looks fine to me but not awesome like some folks who have got in 5 days.
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maverick:
Congrat!

How did you submit your assignment?
Did you submit your assignment via CertManager or email?
 
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Maverick Grotto
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Chih-Wei Lee wrote:Hi Maverick:
Congrat!

How did you submit your assignment?
Did you submit your assignment via CertManager or email?



I submitted the assignment via email. I got an email from Oracle asking me to attach the assignment in the email and send it back.

The email that I got from Oracle was different from the one listed on the certmanager site.

 
Ranch Hand
Posts: 209
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !!

By the way here are instructions on how to go about submitting the assignment - http://ibt.prometric.com/sun
 
Chih-Wei Lee
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where did you check the result?
Does it show in CertManager?
 
reply
    Bookmark Topic Watch Topic
  • New Topic