• 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:

How is this different from SCEA

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can someone explain please
how is this different from SCEA?
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy -- this exam is different in two main ways:
1) The format of the exam -- this is a one-time, multiple-choice and drag-and-drop exam. Around 68 questions (not sure yet), and you either pass or fail on the spot. The Architect exam, on the other hand, has multiple components, including a design project as well as a multipole-choice test.
2) The target audience and nature of the content -- the Architect exam is for, well, architects, and is the only exam that does not require SCJP. It is focused on architectural issues rather than code-level responsibilities, although the current exam does have some detailed questions.
The EJB exam, on the other hand, is for "business component developers" and is focused on those who actually write the code, as well as deploy and assemble EJB applications. If you're familiar with the EJB specification and roles, the EJB exam is based on the roles of Bean Provider, Deployer, and Application Assembler. In other words, you're not responsible for making sure the system has proper load-balancing, fail-over, or overall system security. You *are* the one responsible for writing correct and efficient code within the bean, and knowing how to deploy it with the proper transaction and security settings, etc.
Does that help?
cheers,
Kathy
 
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paradoxically the Architect certification forces you to write some code while Programmer certification doesn�t.
 
Ranch Hand
Posts: 925
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I disagree.
Its impossible to learn all the Inner class stuff without writing bits of code and seeing what happens.
for SCEA no coding is required, nor memorisation of method signatures etc.
 
stara szkapa
Ranch Hand
Posts: 321
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ops!! I had some misconception regarding Assignment part of SCEA. It looks like there is just UML involved and no programming.
 
reply
    Bookmark Topic Watch Topic
  • New Topic