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

Just completed Beta

 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well I just finished taking the beta exam. I hope I passed, but I think it will be close. I had doen EJB 1.1 about three years ago, and only started learning 2.0 when I signed up for the Beta.
Here are my suggestions for taking the exam.
1. know which exceptions are thrown from which method, and whether it is a local or remote bean. And also how the container handles exceptions while in a transaction.
2. EJB-QL, how to create queries.
3. Security. Know it well. Chapter 21 of the specs.
4. Transactions. Know the attributes really well, and how exceptions are handled, like I stated in #1.
5. Know the lifecycle of all types of EJBs. Know when an Entity Bean has knowledge of its identity.
6. The deployement descriptor tags are pretty easy if you know the tags, and its purpose. You do not have to memorize all the tags names and order like in the SCWCD exam, but know what does what and why.
7. Definitely know the responsibilities of each role. Especially the containers responsibility.
8. MDB, are very cool. This is the first time I learned about them and they have distinct and specific requirements. If you know these you will do very well with these questions.
Basically I found that they asked everything that is in the objectives for this exam. I feel they covered everything really well.
For the drag and drop questions. I had 25 of them. To make them work is simple, when you drag the choice to the location the cursor will change.
If the cursor is a box, then it will stick to the location.
If you see the cursor is a circle with a diagonal line, then it will not drop it in any location.
I am very happy that I am done, but it was a lot of fun. My brain went to mush near the end, and things I knew at the beginning, I started forgeting and getting mixed up near the end.
Well that all I can think of right now.
Thanks and I hope this helps.
Mark
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Mark for your suggestions.....

jaideep
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for your useful comments, Mark
 
Ranch Hand
Posts: 190
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your comments, I hoped you have passed also.
/ James
 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mark
Your comments are really worthy specially Drag & Drop is unique.
Thanks for these
but I could not get when you say this:


42.7 percent of all statistics are made up on the spot.


How it is. i mean you get this exact figure.
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"How it is. i mean you get this exact figure."
No, it is the whole point of the statement. Meaning the percentage in that statement is also made up.
Mark
 
Anything worth doing well is worth doing poorly first. Just look at this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic