• 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 SCEA Part 2-Need Info

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Grade: P
Score: 88
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) .......................... 37 Component Diagram (44 maximum) ...................... 39 Sequence/Collaboration Diagrams (12 maximum) ........ 12

Does that mean I passed SCEA as it does not mention results of Part3.
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Anand!
You passed it!
The result considers part 2 and 3

 
Aanand Verma
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Buddy
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Please share with us, approximately how many diagrams/classes/components you have in part II and any J2EE patterns used and how long it took for part II ?
 
Aanand Verma
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
~28 Classes
~35 Components
~8 Sequence Diagrams

J2EE Patterns Used:
ServiceLocator,CommandPattern,BusinessDelegate,SessionFacade,DAO,FrontController

I kept the design simple, wrote assumptions.

I finished my Part one, almost one and half year back, then was very busy,
Last month I started preparing for part 2 and following path I chose:
1. Read the use cases for one week
2. Started with drawing sequence diagrams
3. Revised the sequence diagrams
4. Started on class diagram
5. Revised class diagrams
6. Thought about application client and drew some sample diagrams
7. Finished class diagrams
8. Component diagram was easy after these

I submitted my assignment and very next day I gave the part 3 as I wanted to finish it as early as possible.

I think the assignment is difficult but once you figure out the BDM everything starts to fall in place.
The same happens in real life also.

thats why before even starting on any UML, one should pay proper attention to each use case mentioned.

To understand the BDM I searhced the entire JavaRanch SCEa forum.
It helped me immensely.
Well thats just my view.

Hope this helps.
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please let me know how long it took for you to get the results after the exam?
Thanks
 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
which assignment did you work on?
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats

Anyway, what is BDM? Is it stand for Business Domain Model?
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Aanand

Can you tell me how detailed you made your class diagram in regards to specifying method parameters, return values, attribute types etc.

--------------------

S�ren Therkildsen
SCJP,SCJD
[ November 13, 2008: Message edited by: Soren Therkildsen ]
 
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
Congrats!
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I have sent you a mail also. I have already submitted the assignment. Will be appearing the 3rd paper next week. Can you please give me idea which type of questions will be there
 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by jane parker:
Could you please let me know how long it took for you to get the results after the exam?
Thanks



Sorry for hijacking this thread, I took part III last October and got my results after a week.

Just be sure to check the certmanager site on a regular basis.
 
Paul Michael
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Aanand! That is a great score.
 
Aanand Verma
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks to all fellow JavaRanchers

sorry for late reply as I was not checking the posts regularly.

Assignment- OLD SCEA

BDM- Business Domain Model

Class Diagrams- I chose to show details for all important classes.

Regarding results- Just keep checking CertManager,
 
Beauty is in the eye of the 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