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

Cleared SCEA Part II & III

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally got my result on SCEA Part II and I passed with 91%

Test: Sun Certified Enterprise Architect for Java 2 Platform Enterprise Edition Technology Part II (310-061)
Date Taken: 2006-07-31 13:00:05.030
Registration Number: *********
Site: nj26
Grade: P
Score: 91
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) .......................... 39 Component Diagram (44 maximum) ...................... 41 Sequence/Colloboration Diagrams (12 maximum) ........ 11


Thanks everyone on this forum. I basically had one class diagram (have 25 classes), 3 component diagrams and 5 sequence diagrams (for each use case).
I feel its important to document assumptions and reason why a paricular design will take care of functional and non functional requirements.

All the best to all aspiring SCEA's

Cheers!!!
Sanchit
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation!!!
 
Ranch Hand
Posts: 1855
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations grate score !!!
 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats.......
 
Ranch Hand
Posts: 276
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats great score!!!
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sanchit,

Congratulations Dude!!!

Regards,
Adesh
SCEA Part-1
SCJP
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Enjoy your new achievement!

best regards!
 
Saloon Keeper
Posts: 3953
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratz !
 
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 job!



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


Please provide some learnings and word of advice for those who are planning to do SCEA.
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats, well done!!!


 
sanchit raizada
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
--------------------
Please provide some learnings and word of advice for those who are planning to do SCEA.
--------------------

SCEA Part-I: Few topics like Protocols, I18n , Legacy connectivity etc where its is easy to score. Its better not to loose any point there.

Assignments: Document each and every assumption you make. Also, give reasoning as to why you think your design/architecture is going to meet requirements (desired response times etc). Read between the line in the requirements doc (Travel Agents require quick response etc) while choosing your components (SLSB/Entity Beans etc). Use cache where ever you think they can give better performance.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
when did you take the exam III ? I took it on 7-5-2006 but no result is available until now. Thanks
 
sanchit raizada
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I took it on 26 June, 06 and got the result by August first week. You can mail [email protected] / [email protected] and ask them about the status.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Here I have two questions:

How could you convince the evaluator that your architecture will fully satisfy the response time requirement (<=5 secs) before building it? Did you mention any testing data from some similar running system to support it? Because it concerns with software, hardware, as well as network bandwidth.

Did you mention the UML version used in you document and what UML version and tools did you use?

Thanks a lot!
 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which tool did you use for drawing UML?
 
sanchit raizada
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
---------------
How could you convince the evaluator that your architecture will fully satisfy the response time requirement (<=5 secs) before building it? Did you mention any testing data from some similar running system to support it? Because it concerns with software, hardware, as well as network bandwidth.
---------------
No, I did not mention any test data. I based it on assumptions/experiences (which are good to state in the document). You can assume that Travel agents will be using better network bandwidth than web clients (dedicated lines etc.). Few things which I mentioned before ( like Caching /coarse-grained calls by using broader queries and larger result-set retrieval/ separate delegates etc.) can help.
---------------

Did you mention the UML version used in you document and what UML version and tools did you use?
---
I did mention the UML version but not the tool(s).

All the best.
 
sanchit raizada
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
----------------------------------------------------
Which tool did you use for drawing UML?
----------------------------------------------------

Jude
 
Eric Kerry
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your good answer, Sanchit. Those also are what I could image to make the response as quick as possible. But until you build a first vertical slice based on the architecture and test it, it is not 100% sure that response time will be guaranteed, except you have positive experiences on building similar systems. At first, I didn't know how to convince the evaluator of my approach. As you passed with good score, I'll do the same way.

Thanks again!
 
I found some pretty shells, some sea glass and this lovely tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic