• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Is SCWCD easier than SCJP ?

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,

I"ve cleared my SCJP last year.. All thanks to this forum. NOw I'm planning to take SCWCD..

I dont have any work experince, on a job hunt now...

I heard that SCWCD is easier than SCJP.. Is this myth or truth ?
I have been reading about servlets and JSP from googled interview questions and answers.. Have to start with HFJS..

Let me know how much time it will take to be fully prepared... is it possible to give the exam in 3 weeks time, provide you read 6-7 hrs a day... ?

Amritha
 
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 not sure about the SCWCD 5. But with the SCWCD 1.4, I'd say yes it is easier than the SCJP. Basically with the SCJP certification, you have to think and answer. But in the SCWCD I found out that from my experience, you have to remember some of them which demands more of recalling your memory.

Ranchers what about your suggestions and experience on this?
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is easier to one person is not necessarily easier to another -- that might sound cryptic so let me try to explain the differences between the exams so you can decide for yourself.

The SCJP exam has for a long time been about understanding the core concepts, learning a few (but not too many) API details and spotting key things like difficult-to-spot compilation errors, operator precedence, deadlocks, more recently generics etc.

The SCWCD 1.4 and earlier exams were heavily biased towards candidates recalling API and web.xml details, so memorising those parts of the specs was guaranteed marks. Of course there were other questions based on spotting compilation errors too, but none so tricky as in SCJP questions. In some ways this isn't a surprise: the Web tier is so complicated that all its servlet, filter and custom tags functionality is exposed through APIs alone, so knowing the classes and methods is important.

The SCWCD 5 exam has moved towards more "performance based" questions -- so while you need to know the APIs, you also need to be familiar with how it all fits together to actually build an application. While I haven't sat this new exam myself, I imagine a question which previously focused only on the RequestDispatcher may now focus on both a servlet and JSP and require you to know how the RequestDispatcher works to get between those two resources, for example. Anyone having sat SCWCD 5 will be able to enlighten us further (without revealing any actual questions).

Personally, my memory isn't fantastic, so I prefer questions which challenge my ability to write decent code and not remember perfectly the API. After all, when on the job, I have the API or IDE at hand to help me! Others find memory recall easier, though that's then no excuse for not having a solid understanding from which the rest then follows...
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

For SCWCD you need prepare at least 3 months. But my suggestion is first read Head First SERVLETS & JSP. As my concerned SCWCD is much easier than SCJP. I passed SCWCD exam within one month after SCJP exam. any way all the best for you.
[ August 05, 2008: Message edited by: Christophe Verre ]
 
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
Raghu, please check your private messages.
 
Amritha Ganga
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was thinking of giving the exam in one month from today... LIke i said, i'm not working and so will have the whole day for preparing...

Those who are preparing/have already given the exam.. please tell me how many hours you put in daily...

Is SCWCD 1.4 okay or is is compulsory to give SCWCD 5 ? For SCJP i gave the 1.4 version...
 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
SCWCD 1.4 is not available now. so you need to take only SCWCD 5.

As Lyons said, difficulty differs from person to person. So you prepare well. When you feel confident, take the exam. All the best.
 
Amritha Ganga
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@All

Since I have already given SCJp (i know it is a pre requisite) , is one month enough for preparation for SCWCD, if i put in around 6 hrs daily ?

please give me suggestions..

amritha
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Although it will depend upon how much you understand when you read. But HFSJ is a good book and 6 hours everyday should be fine.
Follow this, if it makes sense to you.
1. Read the chapters for the first time one by one and if you score less
than 60% in the questions at the end of the chapters read that chapter
again.
2. Once you are done with all the chapters for the first time. Read all
the chapters again from start to end for the second time.
3. Now give the mock exam at the end of the book, and see what all
chapters you should consider reading again thoroughly for the third
time, and just skim through the remaining chapters for which you score
well.
I think this is what will fit well in a months time of 6 hours/day.
You should be scoring around 85%. Good Luck.
 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since you don't have any work experience I would suggest
read Head First once to understand the basics.
Don't spend too much time in reading HFSJ book twice or thrice instead give mock exams.
Then read Charles Lyons book which will help you even after you pass the certification for reference.
Then start giving mock exams Enthuware is pretty good.You should be all set to give the exam in 1 month

Joy
 
Run away! Run away! Here, take this tiny ad with you:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic