• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Passed SCBCD5

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
First of all I should thank you very much for javaRanch and PEOPLE since it helped a lot to get an idea on the scbcd exam.
I have written it on last saturday and passed with 77%. I should say that must be good score for me . the reason being is i have just worked on MDB 2.x thats it. I was completely new to EJB3.0 and have jut tried sample examples in what weblogic server installation gives to get hands on experience. I have read the following books for 2 months on an average 1-2hrs a day, ofcourse on weekeneds may be 5-6hrs :
-Mikalai Zaikin
-EJB3.0 by Orielly
-Sun Docs
-Samples from Weblogic server.
I can say Mikalai Zaikin is good book from exam point of view but you should read EJB3.0 book in detail before reading this book.
I am not sure whether it is right post questions here, but i can say some of the key areas where you should concentrate on,
-EJB roles like Bean Provider, Application Assembler, Deployer, etc. - I have got 4-6 questions on it. It was very difficult for me to differentiate their roles as I didn't care it while preparing it.
-You can expect 4-5 questions entity methods, ofcourse not direct questions , for example,Emplooyee e is a detached entiyt and EntityManager em=...
em.merge(e);
em.remove(e);
em.merge(e);
-4-5 questions on persistence API, EntityManageFactory, jta and resource local types.
- Questions on remote and local interfqaces like call by value and call by reference.
-questions on interceptors and entity listers
-exceptions, prepare well this topic.. i really confused with excpetion related topic, like application exception, checked, unchecked, when to roll back..
-transaction attributes and their deployment descritptor notation

please mail me personally if you need any more information at vramkrsna@gmail.com

--Cheers,
Ram
SCJP1.4 and SCBCD5.0
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Thanks for sharing your experience!
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 1880
Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats!!
 
It's weird that we cook bacon and bake cookies. Eat this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic