• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Passed SCEA II & III with 90

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

I have successfully completed SCEA Part II/III with 90. My score break down is as follows

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) .......................... 39 Component Diagram (44 maximum) ...................... 40 Sequence/Colloboration Diagrams (12 maximum) ........ 11

It is also worth mentioning that I had completed SCEA Part 1 with 97.

I take this opportunity to thank all ranchers who made me think think and think and succeed finally.

I want to thank Parag Doshi particulary. His discussion gave me a good insight on the Assignment. I closely followed his each and every points and finally end up with a good design.

It is also worth mentioning that I have no any prior Certifications. I directly jumped into SCEA and went through a hard time and succeeded finally. It took me more than 1 year to complete this certification. When I started my Part II, I was clueless. But this forum helped me a lot. So I will hang around sometime to answer your questions. These days I am facing a deadline. So don't worry. I will answer your questions even bit later

Regards
Rinsad
B.Sc. (Eng) Hons. (Computer Science & Engineering)
SCEA 97/90
 
Ranch Hand
Posts: 356
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good score, congratulations! Are you crazy enough to go right for SCEA 5 beta this month?

Kai
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats dude...
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

When you submitted your assignment and taken part-iii exam.

I sumbmitted part2 assignement and part3 on 24th Aug. Waiting for result
/Balaji
 
rinsad ahmed
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Balaji

I took the Part III on the same day as you. But submitted the assignment 10 days before that. I got the result on 17th September.

Regards
Rinsad
B.Sc. (Eng) Hons (Computer Science & Engineering)
SCEA 97/90
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats !
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Nice score!

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations .
Could you share your experience and few words on class/sequence/deployment diagram with us?
 
Ranch Hand
Posts: 498
Eclipse IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Rinsad, great job!



Regards,
 
rinsad ahmed
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shasi

I had exactly 20 classes in my class diagram. In addition to it 3 EJB classes having dependencies to entities in the class diagram as Cade has done.

I have elaborated the Customer with more and more classes as in the Petstore architecture. I modified the BDOM slightly. Exactly I added one more class to the BDOM as from my assumptions. Except that I didn't add/remove navigation, multiplicity, association types to the BDOM. But when I put a new class, I added navigation, multiplicity and association types (aggregation/composition/reference). But don't forget I have lost 5 marks here.

I had 1 Component Diagram with 34 Components exactly. Most of the Classes of type Aggregation/Composition in Class diagram were made CompositeEntity in the Component Diagram. To avoid complexity I avoided some dependencies but put a note on that.

I had only 5 Sequence Diagrams for Create Profile, Prepare Itinerary, Change Itinerary, Pay for Itinerary and View Frequent Flyer. I explained the Login use case in my support document but no sequence diagram. My sequence diagrams were merely for WebClient. I gave some explanation on how GUI Client also can fit here.
 
reply
    Bookmark Topic Watch Topic
  • New Topic