• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Passed Part II & III with 96%!!

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

I have been a relatively quiet member of this forum for some time now. I have tried to pitch in where possible but have felt I didn't have the information to contribute too much. I received my final marks from Sun today and am now a qualified SCEA. Thanks very much to everyone for their help. I will try to help now that I know my input is accurate!!
---------------------------
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) ...................... 44
Sequence/Colloboration Diagrams (12 maximum) ........ 11
---------------------------
 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Great job!

When did you submit your assignment and took part3?

Thanks,

Prasad
 
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, great score



Regards,
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratz nice score ,
u did excellent by being quiet, cool.

pls. tell me

1. do u have changed BDM

*2. Flights , segment, seat how u relate this and ur assumptions
about all this.

3. did u saved unpaid itinerary ?

4. how u showed ur component diagram all in 1 diagram.
5. how many classes and component you had ?

i hope that this time you will not be quiet .......

thanks
william
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations ! Good job
 
jono
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

thanks for the congrats! I sat part 3 on March 10th and received notice of scores on April 18th - it took quite a while.

1. do u have changed BDM
I did change the BDOM. It is not essential, it depends on your assumptions. Other people here have said it doesn't matter so much what your solution is so long as you can back it up with assumptions. They are testing your knowledge of the J2EE platform and architecture primarily. I cannot stress how important it is to follow this advice - it saves so much time trying to resolve unresolvable conflicts in the requirments.

*2. Flights , segment, seat how u relate this and ur assumptions
about all this.
I will not explain exactly how I did this as it will just be another view added to the variety expressed here., Suffice to say that my view was different than many others I have seen on JavaRanch. They all passed and so did I. Again I say that you just need to clarify the requirments in your own head and back it up with assumptions. The solution itself is secondary to following a valid train of thought. I reckon there are at least 5 or 6 ways you could tackle this. Try not to over-complicate the solution.

3. did u saved unpaid itinerary ?
Yes.

4. how u showed ur component diagram all in 1 diagram.
My component diagram had about 30 components - J2EE components as request and some POJO's indicating key J2EE pattern classes. I left out some TO's since they cluttered things up and explained it in the notes.

5. how many classes and component you had ?
About 30 components and about 16 classes. I was worried my BDOM was a little small relative to others I had seen. It was my weakest score...

Hope this helps. Good luck!
 
reply
    Bookmark Topic Watch Topic
  • New Topic