• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Cleared SCWCD with 92%

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Happily, I cleared SCWCD today and want to share some of my experience.

My Preparation:
Started on 8/1, tested today (9/20), spent about 2-3 hours a night with time off for good behavior.

1) I read HFS&J thru and did all the little exercises and tests.

2) Once I finished through one time, I skimmed each chapter and repeated each chapter test one more time.

3) I read Peabody's notes on Patterns (Thank You Peabody--VERY useful)
http://faq.javaranch.com/java/PeabodyOnScwcdPatterns

4) I went through these PPT's twice
https://coderanch.com/t/175703/java-Web-Component-SCWCD/certification/Good-PPT-SCWCD (there's a few tiny mistakes, but overall VERY useful. I especially like the J2EE "STUT" presentation. That was very useful, as was the one on Listeners.

5) I read thoroughly the SCWCD Hints by Jothi Shankar Kumar Sankararaj
http://faq.javaranch.com/java/ScwcdHints (NOTE especially that the HTTPSessionActivation Listener does NOT need to be in the DD. The book is wrong on this one, see errata)

6) I read the "Tutorial on Dynamic Attributes" by Bryan Basham -Thanks Bryan, a very interesting doc.
https://coderanch.com/t/170429/java-Web-Component-SCWCD/certification/Tutorial-Dynamic-Attributes

7) I did the JavaRanch Mock Exam (1.4)
http://www.javaranch.com/carl/scwcd/scwcd_mock_logo.jsp

8) I tried some of the other free mock exams and wasn't thrilled with them as they seemed to cover much more information than was necessary, or were older versions than appropriate. You'll have to judge for yourself.

9) I wanted to take more mock exams before I took the HFSJ final exam so I *purchased* the Sun practice exams. I know, how can I keep this real when I broke down and parted with another $75 when there are lots of free ones out there? Well, I wanted to see what Sun would throw at us. And I'm glad I did. They give you 3 mock exams and they have excellent references with the answers so you can learn while you go through the questions. These were a touch easier than the real exam, and didn't have any drag-drop questions, but fully worth it. I recommend going through and finding out the answer after you submit each answer. Warning--there were a few doubts or errors in the Sun Mock exams, but nothing major.

I mostly scored in the upper 90's on these mock exams. They gave me oodles of confidence so I moved my test taking day up a little.

10) Last night I took the HFSJ mock final and scored 75%. Start early in the day, going through the answers and understanding wrong questions takes a while.
-------------------------------------------------------------
As far as my thoughts go:

First, this test seems much easier than the SCJP test.
The questions take a lot less time and I was left with about 25 minutes when I finalized my test session. <--j2ee phrases still manifesting brain cavity

I am typically a slow test taker and I used every second in the SCJP test, but this one allows plenty of time. I went through each question in sequence and I only marked a couple for check back later. Even the questions that seemed really long, they usually had a sneaky element that when noticed, eliminated the need to go through all the code.

The test only had 2 or 3 questions that referenced material not found in HFSJ and I was able to deduce the answers on these anyway. Two questions were relating to variable attributes in tags, and one referred to EJB DD entries. One was on the namespace XML Doc stuff. All but one of the Pattern questions were very simple, and they felt like they were freebies. I didn't like the security questions in that they were kind of subjective, but I suppose my guesses were correct as I scored 100% on WebAppSecurity. I missed a few EL questions with those "" inside the map brackets and setProperty questions--so review those too.

Which reminds me---on MANY of the questions it seems like it may be more productive to work backwards, crossing out answers that are impossible. Knowing how many answers to pick is so useful in this test that I almost felt naughty, ;-) like I was getting away with something. In any case, this makes your guesses much more likely to be correct. Sometimes, it can save you time if it's a long question, but time is never an issue anyway.
It's still nice to work backwards after you've selected your answers to verify your work.

I hope this helps you future SCWCD takers.

And Lastly but DEFINTELY not Least-ly.
HUGE thanks to Kathy and Bert!!! The book HFS&J is absolutely, spot-on, direct hit, take-no-prisoners, completely focused and exactly-what-we-need-to-pass this test. I also learned a lot, too.

I commend you for un-professionalness in putting the book together as you did. It made it easy to read, learn and remember. I loved all the little thought/conversation bubbles.

Happily,
Dave Seligson
SCJP, SCWCD
 
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: 290
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Dave Seligson!!That's greatScore!
Thanks for sharing your experiences and preparation!!
 
Ranch Hand
Posts: 447
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats ...


Thanks

Anil Kumar
 
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: 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
I'm glad that my hints helped you. Good luck with your other certifications.
 
Ranch Hand
Posts: 751
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
why do I get an error when I watch this topic?
[ September 21, 2007: Message edited by: Timothy Sam ]
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Should be fixed now.
 
Ranch Hand
Posts: 893
Tomcat Server Java 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: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Congrats, Thanks for sharing your experiance.It will help me in clearing scwcd.Iam planning to take it befor 15/oct.
Thanks
sankar
 
Dave Seligson
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're welcome Sundar!
I got a lot of help from all the people at JavaRanch and I'm
glad I could return the favor.
I say "good luck" to you for your test on October 15th, but
if you've taken all the right steps, you won't need luck.
You'll have confidence which is better than luck :-D
(Though luck is still good)
So good luck!
Dave Seligson
SCJP 1.5, SCWCD 1.4
 
Those are the largest trousers in the world! Especially when next to this ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic