• 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

Passed part 1 with 89%

 
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here are some tips to clear this exam. I would say that the exam overall was tough. Most of the questions were practical scenario based questions asking you to choose what's right or wrong about a given architecture. So don't expect many straight forward theoretical questions. The toughest part was security and legacy connectivity. UML, EJB, design patterns and JMS were relatively easy, but some options were confusing and caused hesistation for me. I think the best strategy to pass this exam would be to be very strong in UML, EJB, design patterns and JMS. If you are thorough in these topics, you can read some notes for the other topics like internationalization, security, common architectures, legacy connectivity etc and pass the exam. That's how I prepared too. I answered 5 out of 48 questions wrong and they were mostly in the areas of security, legacy connectivity and Common architectures. Here are the materials I used .

1. Head First Design Patterns :
I read the whole book, but you don't have to because questions are very basic and you just need to have a broad knowledge of all patterns

2. Head First EJB :
I had read this book well for SCBCD and just revised it for this exam. If you are a BCD, you will not find the EJB questions that tough, but most questions are practical ones even in EJB

3. EJB by Richard Monson Haefel :
This book has some surprises for those who think they know everything about EJB. I read this book mainly because the HFEJB covers ver 2.0, but this exam needs EJB 1.1. Hence I picked a copy of this book (old edition covering EJB 1.1) from my office library. I concentrated on Entity Beans and Transactions chapters in this book bcos there are quite a few differences in CMP between EJB 1.1 and EJB 2.0. You need to answer the entity bean questions having the 1.1 version in mind. For example, BMP provides better performance than CMP in EJB 1.1, you can have undefined primary keys in EJB 1.1 etc. I read the transactions chapter mainly for Isolation levels not covered in Head First EJB. This is a neatly written book and I read a few other chapters related to session beans as well. It has better coverage than Head First EJB from an architecture point of view.

4. UML Distilled by Martin Fowler :
This is the easiest part of the exam. Easy pickings even if you just skim this book

5. JMS by Richard Monson Haefel :
Good author, good book again. I read the first 5 chapters of this book. JMS questions are relatively easy.


For the other topics, I read a lot of notes I collected from this site under SCEA Links. You need to understand the notes and apply them to practical scenarios in the exam. For security, I think you can choose the options closing your eyes .

And finally regarding mock exams, I took a few mentioned in Javaranch, but none of them were even half as tough as the real exam, so I would prefer not to spend too much time on mock exams. Spend more time reading and understanding concepts.

Conditions at work not conducive for me to take part 2 now. So thinking whether to take it

Feel free to ask me if you need any other information. Will be glad to help.
 
Ranch Hand
Posts: 311
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, B. Satish!

And many thanks for providing your experiences here.



Thomas
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Saloon Keeper
Posts: 3954
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratz !!!
 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi sathis ,

First of all I congrats u

I have question for u friend.You said u had pratical question even on EJB .Is this mean the scenario based question asking about when to use session bean and Entity bean?.About Legacy connectivity u said it is tough , can u please give me some input on this(wht to prepare on this area and some online materials if u have).I am preparing for this exam right away , I am spending 4 hours a day for a month , is it enough speed to take exam next month.

thanks in advance,
Kumar
 
B.Sathish
Ranch Hand
Posts: 372
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to understand the various EJB types from the architectural characteristics point of view (scalability, performance etc, a simple example would be that stateless session beans are more scalable that stateful ones). For legacy connectivity, just use the SCEA Links in this forum. All the notes in this forum are quite good. You need to understand the various techniques for connecting to legacy systems, benefits and drawbacks of each, and WHEN to use WHICH technique so that you can choose the right option for a practical scenario. Don't go into deep details, just the basics are enough. Regarding time to prepare, you would be the best person to judge. It took me more than 4 months to read all the books I had listed in the evenings and weekends.
 
Ranch Hand
Posts: 547
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Ranch Hand
Posts: 257
Hibernate Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sathish.
 
Ranch Hand
Posts: 445
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Sathish. Thanks for your suggestions. I am just started preparing for Part-1, so dont have more questions.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratz ....welcome to part 2
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Satish.

Thanks a lot for providing us helpful information.
 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and thank you very much for your feedback on this exam
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! A great score.

http://www.prepare4success.co.uk
 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
great score.

good information on your preparation.

keep it up..
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
cogratulations grate score, a thanks a lot for the imformation for who wants to start part I
 
Ranch Hand
Posts: 1855
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
My first bit of advice is that if you are going to be a mime, you shouldn't talk. Even the tiny ad is nodding:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic