• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

SCEA contens

 
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see on Sun site that the exams consists out of 3 parts. A multiple choice exam covering 30 questions or so, similar to the programmer exam but in this case the questions are about the j2ee api (ejbs/servlets). Is this correct ?

Then, I see there is an assignment. But I can nowhere find information what is about. I assume that it is a j2ee application for which you should create the code AND the analysis ? Or is it only the last one ? ...
And if you should create code, are there requirments about the j2ee container to use ? ...

Finally there is the real live standup to defend your creation (like the developer exam)

...
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I see on Sun site that the exams consists out of 3 parts. A multiple choice exam covering 30 questions or so, similar to the programmer exam but in this case the questions are about the j2ee api (ejbs/servlets). Is this correct ?


Yes, but it's a lot more than just J2EE API. In fact, it is not about the API at all, but about the J2EE platform/technnology concepts. It is about the toolset, and the choices you make as an architect when you juxtapose the business problem with the toolset. And it is much more than J2EE it self - since it talks about design patterns, UML and in general ways to document and communicate the design. It is also about the architecture - the benefits, pitfalls and the several ""-bilities you need to focus as an architect. So to say it is about the J2EE API will be a gross understatement.



Then, I see there is an assignment. But I can nowhere find information what is about. I assume that it is a j2ee application for which you should create the code AND the analysis ? Or is it only the last one ? ...
And if you should create code, are there requirments about the j2ee container to use ? ...


No code, just architecture and design. You must use 100% pure J2EE solution, that when implemented works on any J2EE app server.



Finally there is the real live standup to defend your creation (like the developer exam)


No, you just need to submit your solution in an electronic format. There is no face-to-face interaction with reviewers. And I don't think that Developers test(SCJD) has a real life defence either.
 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic