• 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

92% on the SCWCD Exam

 
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm just back from the testing center and feeling pretty good Managed a pretty decent score especially since I decided to take the exam and bought HFSJ only on September 13th and took it on October 12. But just to come clean, I have been working with core JSP/ Servlets for a few months so had quite a bit of hands on experience with most of this stuff ( excluding building custom tags and EL ).

Books I read:
- HFSJ twice
[ Great to get a strong foundation but a quick review is pretty much impossible; little nuggets of information are spread all over so you have to re-read. I hope they add a review section in the next ed. And do read the errata! Some important stuff is incorrect in the current edition. And don't miss out on the Dynamic Attributes Tutorial ]
- Manning's Study Guide (and the review section once before the exam)
[ But beware, it's outdated in more than a few places and if you're new to JSP/ Servlets, it shouldn't be your first read in any case ]

Notes:
I didn't make any but I used these:
- Mikalai Zaikin's
[ Very comprehensive ]
- Frederic Esnault's
[ It's what HFSJ needs, a review section. It's the complete book in short. Unfortunately, it currently carries over the errors from HFSJ too (like stating <=0 will not load servlets on startup whereas it should be <0. This is mentioned in the HFSJ errata) ]

I also read the specs for certain topics like:
- EL
- Deployment Descriptor elements
- And other things as and when I needed clarification

Read the API for confusing stuff like which interface is 'getParameter()' in? SerletRequest or HttpServletRequest ( it's the former ) and similarly for JSPContext/ PageContext and some others.

Mock Exams I took:
- Enthuware's mocks are pretty good and pretty close to the real thing. If you're serious, I suggest getting the simulator. But don't depend on it, there are mistakes in the explanations and some questions have the incorrect number of options given ( e.g. the question says pick 2 but there radio buttons so you can't; you'll be marked wrong there ) and some questions are for JSP 1.2.
- JavaRanch's mocks
- I've not used the latest Whizlab's sim but the older version seemed pretty decent.

I basically fumbled with the tag libraries. I've no experience with them at all and simply reading didn't seem to do the trick. You need to actually work with them to really understand everything.

I also spend a lot of time on JavaRanch and the Sun Java Forums and that's where I picked up stuff simply by following what doubts people had and trying to figure out what the problem was and checking the solutions that others had given.

The first thing I did after the exam was get Head First Java for some 'light reading' If it's anything like HFSJ, I believe it'll help make my fundamentals on Java even clearer.

Well, that's my story. Hope it helps someone out.

EDIT: Completely forgot to mention that my exam was for 175 minutes and had 80 questions! I got a message at the start, to the effect that Sun occasionally tries out questions on unsuspecting, poor guinea pigs ( read the test-taker ) to statistically study the questions for later exams ( or something like that ) and so my exam would have 10 questions more ( I thought the exam had 69 questions, not 70? ) which would not be marked and I would get 35 minutes extra. No way to tell the extras from the regular ones ( in case someone was looking for that ). I finished the exam in 90 minutes and was beginning to revise but then suddenly ran out of enthusiasm at the prospect of seeing all the 80 questions again. Like I mentioned earlier, the questions were pretty similar to the Enthuware one's and I found the ones at the start pretty easy. The last 15 odd questions were tricky and involved tag handlers ( I suck at those ) so I found those harder.
[ October 12, 2007: Message edited by: Tarun Yadav ]
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Tarun Yadav !

That�s a great job man!

Congratulations!



 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the exam time and no. of questions have changed?
You are saying there are 80 questions and 175 minutes!
 
Tarun Yadav
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Abhishek Kumar Singh:
Is the exam time and no. of questions have changed?
You are saying there are 80 questions and 175 minutes!



Oh, no! As I understand it, the exam is still exactly the same. Only that they seem to randomly choose to put in extra questions for statistical information. The extra questions weren't evaluated but there was no way to tell which ones were extra and which were regular so in effect my exam had 80 questions.

And thank you, Mukunthan.
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Tarun,
But I do think this might have been confusing to you, that they did add some questions for their statistical analysis.Or did it look OK to you.
 
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! Great score
 
Tarun Yadav
Ranch Hand
Posts: 134
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks everyone

Originally posted by prem arora:
Congratulations Tarun,
But I do think this might have been confusing to you, that they did add some questions for their statistical analysis.Or did it look OK to you.



There was no way to tell the questions apart so the exam was just like it should be except that there were more questions and more time. That's all.

There was a message before I started the exam, I don't remember the exact words now; but the essence was that 'this exam will have 10 extra questions which will not be scored but are for statistical analysis only. You will also get 35 mins extra since the total questions on this particular exam are now 80'.

Though I'm a bit puzzled about that, everywhere else it says that there are 69 questions on the exam but the exam itself seemed to imply 70.
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Ranch Hand
Posts: 72
  • 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: 5009
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!!!

-Cameron McKenzie
 
Ranch Hand
Posts: 90
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congrats Tarun, excellent score
 
Ranch Hand
Posts: 262
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Tarun
 
Abhishek Kumar Singh
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Tarun!
 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats

Great Score & Even great presentation of your preparations.
i think this will help a lot to guys who are preparing for exam.



Regards
Arvind Mishra
SCJP
SCWCD
IBM SOA Associate
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
 
Ranch Hand
Posts: 95
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Man!!!

-Amit Goyal
 
reply
    Bookmark Topic Watch Topic
  • New Topic