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

Free SCBCD Mock Exam

 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have added 15 more questions to the mock exam for SCBCD. Check it out at JDiscuss Mock Exam page.
Please do give your feedback.
 
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 the good work Paul, keep it up
Here are various comments about the questions:
Question 11:
The data sources retrieved by the lookup should be cast to the DataSource type.
Question 23:
Typo: "entiy" should read "entity" (2 occurrences)
Typo: "gettter" should read "getter"
Question 24:
Typo: "Atleast" should read "At least" (3 occurrences)
Typo: "fejbFindByPrimaryey" should read "ejbFindByPrimaryKey"
Question 25:
The correct sequence should be 2,1,4,3 as per section 10.5.1 of the EJB 2.0 Spec.
That's all for the moment
 
Paul Anilprem
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the feedback, Valentin. I have applied the corrections.
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried this free mock exam. Is cool, thank you.
p.s.
Q.29 javax.ejb.MessageListener I think must be
javax.jms.MessageListener
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great job, Paul!
Just one comment:
Question No: 29 (Question ID: 1707)
was: javax.ejb.MessageListener
should be javax.jms.MessageListener
/Erik
 
Ranch Hand
Posts: 344
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've also tried the exam (its good).
Thanks for your hard work.
Ray Gill
SCJP, SCWCD
 
Paul Anilprem
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for your feedback. I have fixed the above mentioned error.
 
reply
    Bookmark Topic Watch Topic
  • New Topic