tags:

views:

240

answers:

4

How do you address deficiencies that may exist within your programming skill set when applying for a new job?

Say for example you are applying for a job and the employer wants someone who is:

  1. proficient in C++
  2. able to write SQL queries
  3. has a strong understanding W3C standards like SOAP & XML.

If you can only address the first two requirements, how do you go about addressing the third requirement?

Regards, Ben

A: 

Understanding about that and find some similarity between any other technology which is already there in your skill set

Or by pointing out your learning skills on one the technologies you have learned in the past. Since IT is so immature and new things coming every day, be sure to impress the employer about your interest in learning new things.

Jobi Joy
+2  A: 

Reading about it is good. You'd be amazed at how much you can learn the night before a job interview. And you'd be amazed at how many people show up for a job interview and can't demonstrate the level of knowledge that you can achieve the night before a job interview.

Read as much as you can about it, practice it with real code if you can, and then be upfront with the interviewer about how much you know and don't know.

MusiGenesis
+1  A: 

An expert is someone who may not have an immediate answer, but will always find a good answer. Emphasize / demonstrate that you can learn and you'll do all right. If you're honest about your perceived short coming you may end up having conversation that brings your good qualities to light.

You also need to gauge what the prospective employer wants. When you employ a true expert you have to concern yourself with whether that person will want to stay in the position; worse yet, you may have worry that the expert is a prima donna and destroys moral. Some employers will change their minds when they see someone with a good attitude and who can grow into a position.

David Robbins
+1  A: 

JOKE: Show him how fast you can google that right answer on your cellphone :)

Robert Gould
I actually test Googling skills heavily in job interviews now. I think it's the most important skill in programming now (or was before SO, where you can get insomniacs to do all the searching for you).
MusiGenesis