• 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:

SCEA: Passed, but disappointed with the 86 score

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SCEA for J2EE 1.4, Score: 86

I finally passed the SCEA for J2EE 1.4 edition. I was little disappointed with the 86 score, and couldn't believe I received 34 (out of 44) only for class diagram. I closely followed Mark Cade's book, especially the class diagram.

I started working on Part II last December, not very hard, through Jan, Feb. I spent about 3 month on Part II. On Feb 23rd, I took the part III. Today, I received the score.

Anyway, I am happy at the end.

Thank you very much for this forum. It adds lots of values to my Part II preparation - Got a lot of thoughts on the BDM.

The losing points on the class diagram -- could be that I broke the original BDM model's relationships (followed some high mark exam taker's suggestions), and added my own assumptions to it. In the original BDM there was no many-to-many relationship. I added a quite few many-to-many relationships in the class diagram with valid assumptions. Perhaps the exam grader doesn't like the way I changed, one argument could be: the business analyst is no longer available, you can't do that.

Again, thanks everyone.
==================================
Grade: P
Score: 86
Comment: n/aThis 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) .......................... 34
Component Diagram (44 maximum) ...................... 40 Sequence/Collaboration Diagrams (12 maximum) ........ 12
 
Ranch Hand
Posts: 951
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Ranch Hand
Posts: 697
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for sharing and congratulations Mark.

That's one thing I don't like about SCEA, you won't get any constructive feedback (which I think would be more useful to the exam takers) than just scores.

But then again, if SUN did it the other way then they would probably need to maintain lots of different assignment versions to preserve the integrity the exam.
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
posted Yesterday 7:51 PM
--------------------------------------------------------------------------------
SCEA for J2EE 1.4, Score: 86

I finally passed the SCEA for J2EE 1.4 edition. I was little disappointed with the 86 score, and couldn't believe I received 34 (out of 44) only for class diagram. I closely followed Mark Cade's book, especially the class diagram.

I started working on Part II last December, not very hard, through Jan, Feb. I spent about 3 month on Part II. On Feb 23rd, I took the part III. Today, I received the score.

Anyway, I am happy at the end.

Thank you very much for this forum. It adds lots of values to my Part II preparation - Got a lot of thoughts on the BDM.

The losing points on the class diagram -- could be that I broke the original BDM model's relationships (followed some high mark exam taker's suggestions), and added my own assumptions to it. In the original BDM there was no many-to-many relationship. I added a quite few many-to-many relationships in the class diagram with valid assumptions. Perhaps the exam grader doesn't like the way I changed, one argument could be: the business analyst is no longer available, you can't do that.
 
m rinaldi
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CONGRATULATION. Great job I think 86% is great. I will be happy just to pass it.
I just uploaded my assignment, and taking part 3 on this Sunday. Just wondering if you can give me some pointers on what topics to prepare for part 3.
 
Mark Quinn
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by m rinaldi:
CONGRATULATION. Great job I think 86% is great. I will be happy just to pass it.
I just uploaded my assignment, and taking part 3 on this Sunday. Just wondering if you can give me some pointers on what topics to prepare for part 3.



Part 3 is easy if you've done part 2 yourself, no challenge. It's just a check to make sure it's you, not someone else who did part 2.

You should be prepared to answer questions in terms of major QoS, architectural tiers, and the like.

Good luck.
[ April 01, 2008: Message edited by: Mark Quinn ]
 
m rinaldi
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mark. I really appreciate your reply. I did part 2 myself. It took me about 6 weeks (had to learn UML tools, used Visual Paradigm - great tool). Hopefully, I will pass.
 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Mark for your post.
Can you please share your experience, how did you cover the requirement of making your design compatible for both web and application client.
Did you do anything in the class diagram. I was thinking of writing two different implimentations of the same interface one for web requests and one for application request.
On the other had I am thinking to make my class diagram agnostic of web or application client.
Please your comments
A.B
 
Mark Quinn
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Awais Bajwa:
Thanks Mark for your post.
Can you please share your experience, how did you cover the requirement of making your design compatible for both web and application client.
Did you do anything in the class diagram. I was thinking of writing two different implimentations of the same interface one for web requests and one for application request.
On the other had I am thinking to make my class diagram agnostic of web or application client.
Please your comments
A.B



My class diagram is "agnostic of web or application client". I used <<BusinessDelegate>> to support both Web and Application clients. That's just one way of doing that. Definitely you can create 2 different implementations to support different clients - it's a design choice and decision, as long as you have assumptions to state why you're doing that. It's fine.

Also, the Component diagram should show the support of different clients in my mind.

The class diagram -- if you can make it work without breaking the original BDM relationships, do that. I suspect my losing points were due to that. I don't have any interfaces in my class diagram.

You should pay more attention to the class diagram because it's the core of your whole assignment.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic