Forums Register Login

Passed scea part II/III with 93%

+Pie Number of slices to send: Send
I received the results for part II/III yesterday and I cleared it with 93%.

Here are the details.

Grade: P
Score: 93
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) .......................... 41
Component Diagram (44 maximum) ...................... 41
Sequence/Colloboration Diagrams (12 maximum) ........ 11

This forum helped me a lot while designing for part II. Thank you everyone.
I had a class diagram, two component diagrams (one for each type of Client), 6 sequence diagrams(Prepare Itinerary, Price Itinerary, PayByCreditCard, PayByMileages, Change Itinerary, Java Rich Client Interaction), and a deployment diagram.

I documented all my assumptions clearly.

Arvind

SCJP, SCWCD, SCBCD, SCDJWS, SCEA
+Pie Number of slices to send: Send
Congrats Arvind, great job!



Regards,
+Pie Number of slices to send: Send
Congrats Arvind, great Score.

Did you mention the protocol name/names (HTTPS) in component diagram?
How did you represent the Interface in component diagram (Lollipop Notation)?

Thanks,
Vijay
+Pie Number of slices to send: Send
Congrats Arvind, great Score.
Thanks

Did you mention the protocol name/names (HTTPS) in component diagram?
I mentioned protocols in deployment diagram.

How did you represent the Interface in component diagram (Lollipop Notation)?
I am not quite sure what you are asking but I included components and links between them in the component diagram. I didn't even draw the boundry for layers.
Hope this helps.

Arvind.
SCJP, SCWCD, SCBCD, SCDJWS, SCEA
+Pie Number of slices to send: Send
Thanks Arvind
[ February 08, 2006: Message edited by: vj reddy ]
+Pie Number of slices to send: Send
Congrats Arvind!! Great Score!!
+Pie Number of slices to send: Send
Congratulations Arvind!!

Cheers,
Gopi.
+Pie Number of slices to send: Send
Congratulations Arvind!!
Laxmi
+Pie Number of slices to send: Send
Congratulations!!!
+Pie Number of slices to send: Send
Congratulations Arvind.
+Pie Number of slices to send: Send
A customer can travel directly from city A to city B OR he can travel to from A to C and C-B.

In your assignment have to consider break journey options (A-C and C-B) and how did you handle this scenario?
+Pie Number of slices to send: Send
HI,

Suppose I would like to add one more Domain class between Itinerary and Segment. I am not changing any cardinality between the existing domain classes as provided. So will this be a extending the BDM or changing the BDM?
+Pie Number of slices to send: Send
Thanks guys.

Parag::
Question::A customer can travel directly from city A to city B OR he can travel to from A to C and C-B.
In your assignment have to consider break journey options (A-C and C-B) and how did you handle this scenario?

Answer:: I considered the break journey too.

Question::Suppose I would like to add one more Domain class between Itinerary and Segment. I am not changing any cardinality between the existing domain classes as provided. So will this be a extending the BDM or changing the BDM?

Answer:: BDM is a mapping of real world problem, not the software classes. We have to further extend BDM and create software classes for an application. When you come up with class diagram it may have different cardinality and number of added classes based on your assumption. Specify your assumptions clearly and the evaluator would not penalize you.
+Pie Number of slices to send: Send
Congrats Arvind. Great score.

Thanks,
Sourav
+Pie Number of slices to send: Send
Congrats Arvind!

In case of flying A to C and C-B, how did you calculate the price?
is it A-B price or the sum of A to C and C-B price?

Thanks
vaidya
+Pie Number of slices to send: Send
Thanks Sourav,

Vaidya,
Question:: In case of flying A to C and C-B, how did you calculate the price? is it A-B price or the sum of A to C and C-B price?

Answer: I summed the price of A-C and price of C-B.
This was based on my assumption of pricing module.
+Pie Number of slices to send: Send
Arvind,

Which case tool you used for Class/Component and sequence diagram?

Parag
+Pie Number of slices to send: Send
Q::Which case tool you used for Class/Component and sequence diagram?

I used Microsoft Visio for all diagrams.
+Pie Number of slices to send: Send
Congrats Arvind.Good Score
Now please help us out.
1 .Did you use Cade's book as reference ? If yes what is customer in Cade's class diagram ? Similarly other classes which he has derived from domain model like LineItem, Return Request etc are not in sequence or component diagram. Are these persistent entities ?
2. Did you use any framwork or showed the complete nine yards i,e controller , BD etc ?

Vinay
+Pie Number of slices to send: Send
Arvind,

These are my assumptions:

1. 1 equipment has 1 or more seats (association)
1..* 1
Seats------------------- Equipment
2. 1 Flight has 1 equipment (association)
1 1
Equipment ------------- Flight
3. 1 segment has 1 flight (association)
1 1
segments -------------- Flight
4. Itinerary has 1 or more segments (association)
1..* 1
segments --------------- Itinerary
5. 1 Customer has 0 or more Itineraries (Itinerary navigation association towards customer;
0..* 1
Itineary ---------> customer
6. Itinerary link with payment
1 1
Itineary --------> Payment
7. Customer has composite relationship with Profile as well as Mileage account
(1-1 relation ship)
8. Profile has composite relationship with Creditcard.
9. Payment is link with Mileage account as well as Creditcard.
Payment ------------> Mileage Account
payment ------------> Creditcard
Can you please suggest me, any navigation or aggregation or composite relation ships?

Thanks,
Vijay
+Pie Number of slices to send: Send
Thanks Vinay.

1 .Did you use Cade's book as reference ? If yes what is customer in Cade's class diagram ? Similarly other classes which he has derived from domain model like LineItem, Return Request etc are not in sequence or component diagram. Are these persistent entities ?

I did use cade's book reference at high level. I didn't use cade's method for component diagram. classes like LineItem are persistant entities. You can show the persistant objects in seq diagram if you want to, but make sure it doesn't clutter the digram.


2. Did you use any framwork or showed the complete nine yards i,e controller , BD etc ?
Yes I had whole 9 yards in my comp diagram.
+Pie Number of slices to send: Send
Vijay,

I don't know how much detail I can discuss on this forum.

I too had confusions when I designed the class diagram. Here is what I did.
I mapped the real time sitution to my class diagram and thought over the flaws. I did have some corrections.

I repeated this step multiple times, and as I moved ahead more and more confident I was.

Hope this helps.
+Pie Number of slices to send: Send
Thanks Arvind
+Pie Number of slices to send: Send
Congrats Arvind. Can you please tell me when you attended the part-3 exam?
+Pie Number of slices to send: Send
I attended part 3 exam on Jan 18th.
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 1252 times.
Similar Threads
Passed SCEA II & III
Passed SCEA II/III
Passed SCEA Part II and III
Passed scea part II/III with 100%
Cleared SCEA Part II & III
Thread Boost feature
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 00:08:32.