• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Value of SCWCD

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

What is the value of SCWCD in the market place, what advantage does someone with SCWCD have in the current market place today ove some one with solid work experience under his belt?
 
Sheriff
Posts: 9708
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMHO, the SCWCD exam proves that you have good understanding of basics of web application and Java EE. But the exam cannot compete with "solid work experience". There are many things that you learn when you work on it as a professional. So you can't rely on the certification to get you par with a handsome work experience...
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, taking the time to prepare for an exam shows dedication and effort, which employers might like.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for me - almost 0 value, but for head hunters/hr it documents you knowledge.
but be honest - having SCWCD/SCBCD/... profs nothing. you could have no real experience in JSP/servlets, spent 2-3 months on theoretical learning and you have your "paper".
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello,
when it comes to value of certifications , i dont think we can compare it with work experience.
Because live experience is live experience , we cannot debate it.

but cert. helps us to program in the proper way and sequence and can also prove our knowledge in the subject.
 
Author
Posts: 836
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Every point made in this thread is valid! For me, there are two things to demonstrate to an employer: (1) theoretical knowledge and memory, because you'll be a much faster (read "efficient" by HR) programmer if you know exactly what's out there and how to use it, without having to use reference material every minute of the day; (2) practical experience so you have already encountered some of the pitfalls and possible resolutions to problems, which builds design knowledge and ideas for future projects.

SCWCD certainly proves you know the theory required to build decent Web applications. To gain the practical experience, do lots of examples of your own, then (if you can't find employment or freelance work), try to contribute to other open source projects or similar to show you can follow the guidelines laid down by a lead programmer/coordinator, and can write well structured code. As an employer, I'd look at SCWCD and that would tick the theory box for me - I'd then be looking for some work experience or demonstrable coding examples in addition.

I've always been of the mentality that having a solid theoretical knowledge allows you to go further when doing practical work, but I know that's not a universally adopted viewpoint.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Technology changes fast. When developers learn a new technology it's very common to learn a small subset of the technology, just enough to get going, and then never have the time to learn how the technology is supposed to be used.

So, getting your SCWCD, or any other good cert., helps expose you to a more complete view of the technology. You might not master it all, but when you're on the job and confronted with a problem to solve, your certification experience will often lead you to say: "Oh yeah, I remember studying about the feature that's designed to handle this very issue - I'm going to go research using that feature".

In other words, it'll help you use the technology the way you're supposed to
 
Ranch Hand
Posts: 193
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've had the experience that Bert described with a number of technologies. I get to about chapter 2 or chapter 3 of the book and then I know enough to get what I want done (or to be dangerous) and so I just jump into it, Google the bits I'm missing and never know the technology well.

Not that that's a bad thing for many technologies, but when it's something core that you're likely to use for many years, I think it's better to know the full technology to some extent and the parts you use most to great depth. Otherwise, I find that I work against the technology for quite some time before finding out that it has just the feature that I was looking for.

Josh
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic