• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Passed Part I

 
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Passed Part I with 87%
Here is the break up of the marks
Concepts --------------------------- 100%
Common Architectures -----------83%
Legacy Connectivity --------------100%
EJB-----------------------------------66%
EJB container model --------------100%
Protocols ----------------------------100%
Application of J2EE----------------100%
Design Patters ----------------------80%
Messaging --------------------------100%
Internationalization-----------------50%
Security ------------------------------100%
The Architect Certification contains a lot of topics, but you have to go deep only into a few of the important topics like Design Patterns, EJB, EJB Container Model, UML. For the rest of the topics, you should know and understand only the concepts, like for JMS you need not know the API for JMS but you should know the various types of messaging modes like Publish/Subscribe and Topic Queue.
The exam contained about (as far as I can remember)
2 questions from internationalization,
6 questions from UML - they were really very simple, as compared to what I had expected.
9 question from EJB and EJB Container model.
4 questions from Design Patters - some of the questions were easy, while others were about the type of design patters used in EJB design. You really have to understand and use design patters for these kind of questions - I would suggest reading the 'Gang of 4' book on design patterns and also reading the book ' Java Design Patterns' to see the corresponding implementation in Java, since all the implementation in the 'Gang of 4' book is in C++, which is quite easy to understand provided you know C++.
There were many design questions involving designing of J2EE system under the specified requirements, some of the questions had about 7 options - it really scared me, but all that you have to do is take a deep breath and think.
There were also design questions involving integrating with legacy system (John's notes will really help you here)
Applet security is important, read the FAQ on applet security from the sun site.
That is all that I can remember.

I guess I will be relaxing for sometime before I purchase the coupon for the remaining 2 parts.
Vivek Viswanathan
SCJP2, SCJD, SCEA Part I
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Vivek and welcome to the Club of SCJEA (Part I)
 
Rancher
Posts: 1449
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats on passing part 1!
John
 
Vivek Viswanathan
Ranch Hand
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx John
your notes on Legacy Systems and i18n, l11n helped a lot
Vivek Viswanathan
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic