Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Passed SCJD - URLyBird 1.2.1 377/400

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I passed SCJD certification (URLyBird 1.2.1) with 377 /400

Here is the breakdown of my score:
General Considerations (maximum = 100): 99
Documentation (maximum = 70): 70
O-O Design (maximum = 30): 30
GUI (maximum = 40): 31
Locking (maximum = 80): 80
Data store (maximum = 40): 40
Network server (maximum = 40): 27

I'm not surprised for the points I lost in my Swing interface, I was really a newbie with Swing.
But unfortunately I don't understand why I lost those points in the network server.
Anyway I'm very happy with my score.

Thanks to Andrew Monkhouse for his very useful book and to all people who wrote very useful posts about this exam here.
I espacially used:
https://coderanch.com/t/141585/Sun-Certification-Results/certification/Passed-SCJD-with-Points#691840
https://coderanch.com/t/184523/Developer-Certification-SCJD/certification/NX-Notes-design-passed

The main thing I made differently in comparison with what I read here, is that I used a 4-tier design instead of 3-tier:
- Presentation: swing
- Business tier: contains business rules (it's also the only tier available remotely)
- Integration tier: converts data between the business layer which uses Room objects and the data layer which uses String arrays.
- The data tier: low-level operations to retrieve and store data in the database file (implementation of provided interface)
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Good job! and thanks for the information.
 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

damien lepage wrote:Hi all,

I passed SCJD certification (URLyBird 1.2.1) with 377 /400

Here is the breakdown of my score:
General Considerations (maximum = 100): 99
Documentation (maximum = 70): 70
O-O Design (maximum = 30): 30
GUI (maximum = 40): 31
Locking (maximum = 80): 80
Data store (maximum = 40): 40
Network server (maximum = 40): 27

......



Congras!
When did you take the essay exam?
 
damien lepage
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.
I took it 4 weeks ago so it took a little less than 4 weeks to get the results.
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
reply
    Bookmark Topic Watch Topic
  • New Topic