• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

I'm now SCEA5 Certified

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

Today afternoon I've checked my result in certmanager and the result is Grade P with score 0, I think score 0 is not a problem.

I'll share my experience in a day or two.

My sincere thanks to JavaRanch and all Ranchers.

Best regards,
Sri.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!
 
author and cow tipper
Posts: 5006
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrates Sree..

Cheers!
Prathap.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Shrees.
 
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!
 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
Can you please let know what all artifacts did you upload for part 2? And how did you prepare for Part 3 ?
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

srees Nivas wrote:Hi Ranchers,

Today afternoon I've checked my result in certmanager and the result is Grade P with score 0, I think score 0 is not a problem.

I'll share my experience in a day or two.

My sincere thanks to JavaRanch and all Ranchers.

Best regards,
Sri.



I just checked my results in certmanager. It says the same Grade: P Score: 0. I am assuming,I am now SCEA certified. Does any one know what score: 0 mean?

-Shirish
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats to Shirish & Nivas..
Could you please share how long you had waited for the results ?

I am waiting for my results...
 
srees Nivas
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Suresh Gopalakrishnan wrote:Congrats to Shirish & Nivas..
Could you please share how long you had waited for the results ?

I am waiting for my results...



Hi Suresh Gopalkrishnan,

On 12/30/2009, I gave my 3rd part and I got the result on 02/02/2010 (crossed 4 weeks).

All the best,

Best regards,
Sri.
 
Suresh Gopalakrishnan
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Nivas...
 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Srees
 
aditee sharma
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi srees,
can you please let know what all artifacts did you upload for Part 2 ?
 
srees Nivas
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

Thank you very much for your wishes.


Here are the artifacts I used.

1. Introduction

Mentioned overview of the system and purpose of the document in couple of paragraphs.

2. Goals and Design Decisions

Identified functional and non funcional goals from the assignment and mentioned how they can be achieved with the design choices I made.

3. Overview of Application Tiers

Explained about the application tiers and mentioned the components fall in each tier.

4. Assumptions

In my assignment I felt one piece of requirement is missing, so I took my own decision and added to my assumptions list.


5. Class Diagram

Ofcourse I read my assignment multiple times to understand the business domain and scope and then started with with class diagram based on the BDM

given, after modifying few times I got a conclusion on Class diagram.

My class diagram is just an extension to the business domain model which consists of all Business domain classes and
major technical classes like managers.

Used stereotypes for most of the classes, public methods (which are used in sequence diagrams), and attributes which are really needed.

Under the class diagram, described each class's role in a table structure.

6. Component Diagram
First I listed all the components used in the system and categorized into the identified tiers.
Placed all design pattern related components here.

Under the diagram, described each component's role in a table structure.

7. Deployment Diagram
Mentioned web and app containers, systems, firewalls, connections between systems with protocols etc.
I made sure that no single point of failures in the system.

8. Sequence Diagrams
For each usecase, there is one sequence diagram. Plus Login and logout.
For couple of usecases, I had to split the sequnce diagrams.
Connected related sequence diagrams using references.
Put notes where ever is needed.

9. Risks and Mitigation List
Identified main possible risks and mitigation strategy. I don't know what else I can say here.

10. Design Patterns Used

Listed all Framework, design patterns used and described each pattern usage in the application in a bulleted fashion.
Placed an high level diagram with all design patterns classes.


I stuggled to fit diagrams in window size, but I could not for few diagrams, especially, sequence diagrams and component diagram.
Each artifact is embedded in an html file. This approach allowed me for the tables and write up.
Used Jude trail version to draw diagrams. I found Jude is a very easy and neat tool for UML diagrams.
I had to wait for couple of days for assignment upload permissions.

Part 3:

I spent only few hours for part 3.
I listed out all the questions on non functional requirements and prepared answers for each.
Examples: How did you achieve some X non functional requirement?
What pattern/framework you used for x non functional requirement? and why?

I found most of the questions are of type why? justify it, etc.


If you have any generic questions I'll try to answer.

Moderator, I think I did not cross my limits / voilated restrictions on posting the content. If you feel so, please edit/remove the content.


Best regards,
Sri.
 
Shirish Wate
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Suresh Gopalakrishnan wrote:Congrats to Shirish & Nivas..
Could you please share how long you had waited for the results ?

I am waiting for my results...



I took the part 3 exam on 1/12/10 and got the results on 2/2/2010.
 
aditee sharma
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

srees Nivas wrote:Hi All,

Thank you very much for your wishes.


Here are the artifacts I used.

1. Introduction

Mentioned overview of the system and purpose of the document in couple of paragraphs.

2. Goals and Design Decisions

Identified functional and non funcional goals from the assignment and mentioned how they can be achieved with the design choices I made.

3. Overview of Application Tiers

Explained about the application tiers and mentioned the components fall in each tier.

4. Assumptions

In my assignment I felt one piece of requirement is missing, so I took my own decision and added to my assumptions list.


5. Class Diagram

Ofcourse I read my assignment multiple times to understand the business domain and scope and then started with with class diagram based on the BDM

given, after modifying few times I got a conclusion on Class diagram.

My class diagram is just an extension to the business domain model which consists of all Business domain classes and
major technical classes like managers.

Used stereotypes for most of the classes, public methods (which are used in sequence diagrams), and attributes which are really needed.

Under the class diagram, described each class's role in a table structure.

6. Component Diagram
First I listed all the components used in the system and categorized into the identified tiers.
Placed all design pattern related components here.

Under the diagram, described each component's role in a table structure.

7. Deployment Diagram
Mentioned web and app containers, systems, firewalls, connections between systems with protocols etc.
I made sure that no single point of failures in the system.

8. Sequence Diagrams
For each usecase, there is one sequence diagram. Plus Login and logout.
For couple of usecases, I had to split the sequnce diagrams.
Connected related sequence diagrams using references.
Put notes where ever is needed.

9. Risks and Mitigation List
Identified main possible risks and mitigation strategy. I don't know what else I can say here.

10. Design Patterns Used

Listed all Framework, design patterns used and described each pattern usage in the application in a bulleted fashion.
Placed an high level diagram with all design patterns classes.


I stuggled to fit diagrams in window size, but I could not for few diagrams, especially, sequence diagrams and component diagram.
Each artifact is embedded in an html file. This approach allowed me for the tables and write up.
Used Jude trail version to draw diagrams. I found Jude is a very easy and neat tool for UML diagrams.
I had to wait for couple of days for assignment upload permissions.

Part 3:

I spent only few hours for part 3.
I listed out all the questions on non functional requirements and prepared answers for each.
Examples: How did you achieve some X non functional requirement?
What pattern/framework you used for x non functional requirement? and why?

I found most of the questions are of type why? justify it, etc.


If you have any generic questions I'll try to answer.

Moderator, I think I did not cross my limits / voilated restrictions on posting the content. If you feel so, please edit/remove the content.


Best regards,
Sri.



Thanks a great deal Srees! I really appreciate the efforts that you made for supplying the details.
 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations guys!
Did some of you guys changed the business domain model? I want to change the multiplicity or specify it if unspecified. I'm not sure if this is ok but since you passed might mean no big penalties.
Did you made any assumptions about the BDM?

Thanks in advance.
 
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation mate...
 
srees Nivas
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ionut Bucurescu wrote:Congratulations guys!
Did some of you guys changed the business domain model? I want to change the multiplicity or specify it if unspecified. I'm not sure if this is ok but since you passed might mean no big penalties.
Did you made any assumptions about the BDM?

Thanks in advance.



Hi Ionut Bucurescu,

I identified a place where a change was needed in the multiplcity in my BDM, but I did not change it. Simply I migrated the same thing to Class diagram.

Best regards,
Sri.
 
prathap venkata naga yelugula
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulates Srees...


Can I know your assignment name?

Cheers!
Prathap.
 
Vinod Tiwari
Ranch Hand
Posts: 466
1
IntelliJ IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
prathap venkata naga yelugula
Ranch Hand
Posts: 256
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for Good Information.

Cheers!
Prathap.
 
In the renaissance, how big were the dinosaurs? Did you have tiny ads?
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic