Teddy Kim

Greenhorn
+ Follow
since Apr 25, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Teddy Kim

Sun Certified Enterprise Architect for Java 2 Platform Enterprise Edition Technology Part II (310-061)

Date Taken:
2004-06-19 23:00:59.153

Registration Number:
k85dtt52d3

Site:
nj75

Grade:
P

Score:
95

Comment:
This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70. Class Diagram (44 maximum) .......................... 44 Component Diagram (44 maximum) ...................... 39 Sequence/Colloboration Diagrams (12 maximum) ........ 12

For studying I used the Cade book. Like everyone else, I really, really struggled with how much detail to put into my diagrams. I decided in the end that it was more important for my diagrams to address Service-Level-Requirements and broad business functionality. I didn't go deep into method signatures or really any kind of implementation detail, reasoning that an architect is supposed to focus on big picture, system-level kinds of problems.

I'm not sure how I could have improved my Component Diagram score, but I can't complain.

It took me about 50 hours of concerted effort to get my assignment ready for submission. I used VP-UML for Mac OSX.
20 years ago
I meant a half hour to spare. One half hour to regurgitate, one hour to answer questions, and one half hour to spare. You only get two hours for the exam. Not two and a half.
20 years ago
I used HeadFirst EJB for content.
For practice exams I used the Enthuware EJBPlus software and I also spent the 75 dollars for the Sun practice exams.
Overall the Sun practice questions were more realistic than the Enthuware questions. I would recommend spending the 75 dollars for the Sun material which consists of three 70 question practice exams. Also, the Sun exams were more reflective of my final score. I would recommend not spending money on the Enthuware EJBPlus exam simulator software, as the questions are not reflective of the real exam.
If you are using the HeadFirst EJB book, you know that the questions don't tell you how many answers are correct from the multiple choice options. This makes the process of elimination more difficult, since you don't know when to stop eliminating, and frequently end up with

analysis paralysis

. I think this is a good learning technique, but in the real exam, you will find that many of the answer choices are absurd and can be easily eliminated. Process of elimination is a good strategy for multiple choice type exams.
Here are some suggestions for how you might eliminate an option on the real exam:
  • Answer suggests that a MessageDrivenBean has a client
  • Answer suggests that StatelessSessionBean is using SessionSynchronization interface
  • Answer suggests that an ApplicationException behaves like a RuntimeException or that a SystemException behaves like a checked exception

  • [*}Answer suggests that a local interface behaves like a remote interface or vice versa.

    Finally, I feel that it is impossible to do well on this exam without a large amount of rote memorization. In other words, if you feel you can intuitively

    figure out

    the answer to a question based on years of hands-on EJB experience, you are probably mistaken.
    After getting spanked on practice exam after practice exam, I just resigned myself to the tedium of memorization and after that I started to smoke the practice exams. When I went into the real exam, I took my two empty pieces of paper and regurgitated the following items.
  • The UML diagrams at the end of the HeadFirst book. All of them, and I ended up needing to know every single interface in the diagrams, right down to method signatures.
  • StatefulSessionBean and StatelessSessionBean lifecycle diagrams on page 223 of HeadFirst book.
  • EntityBean lifecycle diagram on page 320 of HeadFirst book.
  • ApplicationException hiearchy on page 548 of HeadFirst book.
  • SystemException hierarchy on pages 551 and 552

  • {*}Allowable lifecycle bean method charts scattered throughout the book. Example on page 243. I compiled all of these little charts into one big chart for Session Beans and one big chart for EntityBeans. I memorized them in and out, and ended up using this chart constantly during the exam. This was very tedious but invaluable.

    It took me about half an hour to get all of this information onto my blank pieces of paper, and about an hour to finish the questions, which left me an hour to spare. At first I was stressed about losing time during the exam to write all this down, but after taking a number of practice exams this way, I realized that I was finishing the tests faster using this approach. Why? Because I could just refer to my notes for answering about 60% of the questions and didn't have to waste any time trying to figure the answer out. I believe that I could have passed the exam with just the information I memorized. The margin between my score and the minimal passing score I attribute to the excellent HeadFirst materials.
    Cheers
    20 years ago