• 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

SCEA Result: Grade 'F' but score 100

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just got my result. It shows that the grade is 'F' but the score is 100. So have i failed or passed. Anybody got similar experiences or can shed some light as to what might have happened?

Test: Sun Certified Enterprise Architect for Java 2 Platform Enterprise Edition Technology Part II (310-061)
Date Taken: 2004-12-15 21:59:14.390
Site: sg14
Grade: F
Score: 100
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) ...................... 44 Sequence/Colloboration Diagrams (12 maximum) ........ 12
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suggest you send an e-mail to SunCert@prometric.com for clarification. Let's cross our fingers and hope for the pass.
 
Ranch Hand
Posts: 493
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Shao,
Most likely, you indeed got 100% and and Pass (I would say!). I will not worry too much about it, but do send in a note to SunCert asking them to correct this problem.
By the way, when did you submit your assignment and when did you take your essay exam?
Congratulations!!!
Regards.
Bharat
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not getting my hopes too high. Just want to see the 'P' grade. The score don't really matter. Anyway, I've emailed suncert. Hope to hear clarification from them soon.

I submitted my assignment 4 weeks back (cannot remember the exact date) and taken the essay exam 3 days after submitting the assignment.
 
Ranch Hand
Posts: 1327
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
usually P means pass and u need a P for them to process ur SCEA result to mail u the certification package.
 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shao,
Did you get any reply from the SUN guys? Hope you get the P and its an amazing score !

Parag
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My result has been rectified by SUN. I passes with a score of 100.
 
Ranch Hand
Posts: 4982
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done!!!

SUN has been given you a great X'mas present.

Nick
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Shao Huan:
My result has been rectified by SUN. I passes with a score of 100.



That's great!!! Congratulations on the greatest success!!!
 
Ranch Hand
Posts: 527
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shao,
That's terrific score. No barrier. Congrats.
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you give a count of how many classes were there in your class diagram? and also were there any class in your diagram which was there for extensibility reason. I mean was not needed for current requirement but you added it for future growth.
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done Shao
Congrats. Fantastic score.

I need some input for the java appl client design which I have conme up with. Any pros and cons that you see with it..
I am trying to design the java app to create the same Event interface at its end and send it through the business delegate to the EJB tier via the EJB controller and so reuse the entire EJB Tier entry point..
does that sound reasonable.


Thanks
Dhiren
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Deepak Pant:
can you give a count of how many classes were there in your class diagram? and also were there any class in your diagram which was there for extensibility reason. I mean was not needed for current requirement but you added it for future growth.



I had close to 30 classes in my diagram. The classes that I've included are definitely required to fulfil the requirements. What I've done is to factor in extensibility in the design of my classes.
 
Deepak Pant
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks...so there are 30 business domain objects.

How many of these 30 classes are participating in your sequence diagram?
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dhiren Joshi:
Well done Shao
Congrats. Fantastic score.

I need some input for the java appl client design which I have conme up with. Any pros and cons that you see with it..
I am trying to design the java app to create the same Event interface at its end and send it through the business delegate to the EJB tier via the EJB controller and so reuse the entire EJB Tier entry point..
does that sound reasonable.


Thanks
Dhiren



Yes, I made use of the same tier to receive the requests from both the web and application client.
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Deepak Pant:
Thanks...so there are 30 business domain objects.

How many of these 30 classes are participating in your sequence diagram?



Not all of it. Sequence diagram took me the longest time. I was constantly battling with myself whether to include class A or class B and so on. Use notes to clearly indicate the classes that you've omitted in the sequence diagram.
 
Deepak Pant
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many Thanks...

How did u justified that your proposed architecture is well suited for Agents. The requirement clearly states that Agents should get maximum performance.
 
Shao Huan
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Deepak Pant:
Many Thanks...

How did u justified that your proposed architecture is well suited for Agents. The requirement clearly states that Agents should get maximum performance.



in my design, i've tapped onto the same architecture for both web and app clients. hence, i've justified from the perspective of the various tiers that i've included.
 
I wasn't selected to go to mars. This tiny ad got in ahead of me:
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