• 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

SCWCD (81%) also SCOBP yooohooo

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
Let me begin by thanking this wonderful web-site (www.javaranch.com) which is a source of inspiration and information to anyone pursuing Sun certification exams.
My advice to every one is to first bookmark this link � http://www.javaranch.com/scwcdlinks.jsp and then work from there. It has links to everything you need to get this certification including notes from wonderful people like Miftah Khan, Michelle, Ken etc. I went through Miftah's notes couple of time and love the way he has presented the Servlet notes based on the exam objective. Only thing missing in the JSP notes is information about IterationTag interface (not an oversight on his part as he mentions clearly at the beginning that this notes is based on JSP 1.1 specification and not on 1.2).
So the steps to take would be:
1. Read Servlet and JSP specification - If you have time and patience (I had neither) then this is the bible. Except for the design pattern questions, all other answers are hidden in these specifications.
2. Read through the notes and revisit specifications, if you feel you need more information on any topic
3. Give some mock tests, if nothing else, it improves your ability to quickly spot error in lengthy code snippet type questions. Also when you make a mistake and then read the explanation for the correct answer, the lesson learned helps you more in clearing your concepts.
4. I hate to say this but you may have to memorize some names like those appearing in the deployment descriptor and also know which of them are mandatory and which of them are sub-elements of what etc. The reason being that Sun expects you to distinguish between various element names from the 5 or more options with very similar element names for ex. <error>, <error-page>, <web-resource-config>, <web-resource-collection> etc�I hope you get the picture. I think I lost out on at least 3 questions as I refused to mug those names and ultimately was confused while giving the test. I may have lost out on answering 1 or 2 questions on listeners, again due to the confusion regarding correct name of listener confusion (not conceptual confusion).
5. I got about 5 fill-in-the-blanks type of question. So take care in typing correctly�you do not want to loose mark because of a hasty spelling mistake.
I got about 6 question on Design patterns (all correct answers were from those mentioned in the exam-objectives though the options had other design pattern names as well). I got 100% in this section but as others have mentioned you might get question based on other design patterns as well. These were not difficult and could be answered intuitively once you know the advantages of the different design patterns.
Also scored 100 % in topics like servlet model, handle server-side expectation, reusable web components, using custom tags besides design patterns.
Understand the implications of implementing SingleThreadModel..I got about 3 questions on this topic.
These are my 2 cents�.All the best to you all�.
Sudhir Bangera
SCJP2
SCWCD
SCOBP (Sun Certified On Bench Programmer) ---- ha ha ha
 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations......
thanks for you advice.
 
Enthuware Software Support
Posts: 4895
60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, Sudhir! And thanks for the feedback
------------------
SCJP2, SCWCD Resources, Free Question A Day, Mock Exam Results and More!
www.jdiscuss.com
Get Certified, Guaranteed!
JQPlus - For SCJP2
JWebPlus - For SCWCD
JDevPlus - For SCJD
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good job, Sudhir.
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrat Sudhir, excellent score and suggestions! I wanna share ur "Bench" man....
------------------
Muhammad Ashikuzzaman (Fahim)
Sun Certified Programmer for the Java� 2 Platform
--When you learn something, learn it by heart!
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sudhir,
Thanks for sharing your SCWCD experience.A proper and planned beginning is very important for any exam preparation and your tips are extremely helpful.
All the best!
~s
PS:Ashik, I'm not sure if you really want to share Sudhir's 'bench'.Bench is the term used in the software industry for the (idle) time spent between projects when you are not billed in any project, as you aren't working on one.Some consultants don't pay programmers (or pay them minimum salary)in this period.
Sudhir,if this is what even you meant by 'bench', hope you don't have to stay on 'bench' for long...

 
Sudhir Bangera
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you FEI, Paul, Allen, Ashik and Narasipur. Ashik...Narasipur has aptly described what bench is..Do you still want to share it ....
All the best to you all...
Sudhir
SCJP2
SCWCD
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic