• 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

i want information about preparation of SCEA. any expert uide me.

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i am preparing for SCEA.I have whizlabs ver.4 software,some mock questions from yahoo roups,mark cade and joseph bambara book.I am also using one software [ site that distributes copyrighted material ]
But i am not getting passing score.I am preparing from three months.anybody have any idea about exam pattern ,how to prepare for exam.
thank you,
mr.prashant darekar
[ January 05, 2008: Message edited by: Ulf Dittmer ]
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not scea but can share the opinion;
1. make sure you have exam objective from sun site with you
2. you know ejb 1.1 (or 2.0, its not required but...)
3. basic design patterns (you have enough practice/experience to recognize what design pattern is shown in picture or if given a situation which design patterns should be used & why; reason is imp).
4. UML knowledge
5. what is functional & non-functional terms (services) and their importance
6. protocols/I18/ rest of the things......
certification is for knowledge enhancement and to know industry standards. if u r already taking care of all the points I shared then u need advice from scea.
regards.
[ March 28, 2006: Message edited by: sanjeev mehra ]
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What I sincerely feel is that the concepts are more important!!!(Not the concepts as a chapter in SCEA)

Get the concepts in the proper place !! let us start with an example!! This is an example on design patterns.

Look at

https://coderanch.com/t/154405/java-Architect-SCEA/certification/Confusion-which-pattern

If you go thru' the link you can see the same data but the questions are tweaked a bit and the answers are different.To be an architect I think what is more important is that you should be able to generalize and think and apply common sense(I know common sense in not very common ). I do not claim but I feel two things are very important in this examination.

1. Ability to generalize a situation
2. Applying common sense.

One more thing is that, concepts always leads to a bias.Once you develop a concept it is very difficult to get out of it.So please be confirmed that before conceptualising something , you gave thought enough and can think no more.For example it took me some days to contemplate how template pattern can be used to develop a framework.Initially I did not understand it.I thought for somedays and finally hit upon a custom framework which I was using.I was using it all the time.I was a naive user of the framework and never really thought deep into it.What I did was that I put the entire framework in debug mode and browsed through it and started noting down the call chain.I found out that at a up the inheritance tree they have only declared some methods and implemented it much later ..I asked myself why are they doing it ? Then I bumped on the GOF book and did some reading on template pattern ... things started to get inside and now I think I can understand it ...but still I require expert opinion when I design with template pattern ..since I at times really get confused when to use strategy and template...when I should do delegation and when I should go for aggregation ...

This sounds a bit generic but .. I think thinking like this helps.

Another thing is to review the questions that you answered wrongly.Is good to fail ... you learn more


None of the topic here expects that you need to have a lot of coding experience in that area.For example security.If a company has 100 developers developing an application , only a few will be working on the security area.So it is important to have an understanding on the subject matter rather than appearing in the mock tests.

I personally am not a great fan of certification as I did not have very good experience with people who were certified.But I agree if a certification is done with a proper perspective , it can add tremendous value to your work and you can easily get noticed by the technical guru's.

I think you have the right books, only a mark cade and some links given by some ranchers here really would really complete the list.

Kindly be advised, the way you think matters most ... good luck
 
This will take every ounce of my mental strength! All for a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic