views:

159

answers:

5

I recently had a phone job interview with a 1 hour Programming practical. It had two questions on it and I know I answered one completely correct and got most of the second correct. Should I worry about getting the Job just based on that? The actual phone job interview went very well and they told me that I answered their questions well and my questions I aimed at them were very good questions and some they had not heard before but should have in the past.

EDIT: also to mention : It's an entry level job and they require further training after hiring. also there is 4 open positions.

so big question is should I worry? or is not 100% completion ok.

+2  A: 

Nothing you can do about it now. Stay focused on landing more interviews, and keep your spirits up. Sounds like you did fine to me.

Robert Harvey
I second--it's impossible to tell if you are the right programmer for a particular company. Even if you did perfect in the interview, the company might decide that someone else is a better fit. The only way around this is more interviews!
emddudley
I would also say, technical interview techniques have their limitations.
WhirlWind
+3  A: 

Should you worry?

No, don't worry. Learn from the experience either way and keep trying if you don't get the job. Eventually you'll get more interviews and eventually you'll get the job from one of those interviewers... unless you quit trying.

Whether you will get the job completely depends on:

  1. What the question was / how you answered
  2. The judgement of the interviewer
  3. Other candidates that are interviewing and how they do

For example it may have been some easy to lookup question that didn't matter, and the interviewer was only looking to see if you could troubleshoot it. In this case it would be good news for you.

On the other hand it could be some easy to look up detail, and the interviewer badly judged that it was important. You probably don't want to work for this company in this case anyway. Interviewers are not perfect either. One may get 100% of the answers correct but the interviewer badly judged that they were correct on one or more answers.

Or it could have been something that was vital to know and you didn't know the answer to it. In either case if the interviewer had good or bad judgement it wouldn't be good news for you on this job in this case.

Keep your spirits up though and keep trying if this one doesn't work out. Learn what you didn't know + more and keep trying. No matter what the job is, knowing more will always give you a higher chance of getting the job.

If you don't get the job it doesn't mean it's from this one wrong answer. There could be a million different reasons including having nothing to do with you.

A good interviewer will see if he can talk you through the right answer eventually. It usually doesn't matter if you get it right on the first try, but that you can easily understand the answer or get to it with some assistance.

It's also a good idea to be willing to, and show the interviewer that you would be very enthusiastic and excited to be working for them. And that you'll work as long as needed to get something done on a tight deadline. If you didn't do this a follow up email will help.

Brian R. Bondy
A: 

I interview and hire people, and I have never had an interview where the applicant got 100% correct. So I would say don't worry based on that one thing.

It is pretty normal for interviewers to judge how well you addressed the problem, as opposed to how correctly you answered.

Good luck.

MJB
A: 

Interviewing is an art, not a science. Sometimes you'll say the right things, give the right answers, and still will be rejected because of the interviewer's selection criteria which may or may not be relavent. Having said that, practicing helps, don't get discouraged, AND don't get your hopes up at the phone interview stage for one prospective job. Do more interviews, practice more problems on the white board, and talk out loud. Have someone conduct a practice interview on you with questions like :

  • Where do you see yourself in 10 years

  • Why did you apply to Initech

  • What are you passionate about

  • What is Big-O notation

Whats the running time of mergesort, quicksort, heapsort.

Amir Afghani
+1  A: 

Nobody will be 100% correct. You shouldn't worry too much if you did reasonably well.

fastcodejava