vote up 5 vote down star
14

If you could only ask 1 interview question to determine whether or not to hire a programmer what would it be?

Pretty similar to : what is THE best answer interview question...

flag
show 5 more comments

35 Answers

1 2 next
vote up 23 vote down check

"Give me a list of questions you'd ask in an interview and answer them."

link|flag
2  
This question leaves the interview completely in control of the candidate, which, if you know what you're doing, is great for the candidate. I don't know that it actually helps the interviewer out much, though. – Adam Davis Feb 6 at 21:28
17  
But what if the interviewee answers with "I would ask them for a list of questions that they would ask, and the best answer is "I would ask them for a list of questions..."..."? At the very least it would prove to the interviewer that they grasp recursion. – gnovice Feb 6 at 21:30
show 8 more comments
vote up 0 vote down

You should not have to ask a question, that fact that the person is there means your interested. Maybe he's interviewing you...

link|flag
vote up 0 vote down

Why did the multi-threaded chicken cross the road?

link|flag
vote up 0 vote down

This question works decently well for new college grads:

Explain the code you wrote 2 weeks ago.

Many students are not able to explain the design choices they made in the code they just wrote. If their answer ultimately boils down to, "Well, because that's what the teacher told us to write, don't hire."

link|flag
vote up 0 vote down

I would ask the candidate to explain the whole process of garbage collection, because I think knkowledge of memory allocation/ reclaimation is a very import aspect of programming which cannot be ignored.

link|flag
vote up 0 vote down

Defend the choice of technology X when technology Y is a better/ more practical choice.

eg:

  • Defend the choice of MOSS 2007 as a CMS rahter than Sitecore
  • Defend the choice of Windows application using Java over WinForms/ WPF

A good programmer should be able to justify a technology/ language choice even if they personally don't believe it's the best one

link|flag
show 1 more comment
vote up 8 vote down

If left alone in a room with a tea-cosy would you try it on?

link|flag
1  
If they ask "wtf is tea-cosy" are they hired? – kenj0418 Jun 2 at 1:43
7  
No - we don't want colour spelled wrong throughout our code. – Martin Beckett Jun 2 at 2:00
show 3 more comments
vote up 1 vote down

"What are your answers to all the questions Joel Spolsky would ask if he was interviewing you?"

http://www.joelonsoftware.com/articles/GuerrillaInterviewing3.html

link|flag
vote up 0 vote down

Write some code [for some arbitrary problem].

I can't count the number of times I've gone fifteen or twenty minutes through an interview with the candidate giving good answers to the kind of "soft" questions seen in the other reponses (even something like "what is a mock object?"), only to ask a coding question that requires them to write on the whiteboard and realize that the interview is over.

Nowadays, I always ask a question that requires code up-front, even if it's something stupid like "write a function that returns the index of a given value in an array". You'd be amazed at how many people fail at such a simple task.

link|flag
vote up 0 vote down

Something to the effect of: "Give me an example where you fixed something you didn't like in a way that was elegant, where elegant means minimal effort for maximum gain."

http://jrothman.com/blog/htp/2009/01/how-do-you-hire-for-innovation.html

One or more of those would suffice.

link|flag
vote up 3 vote down

"Why can't I ask more than one question?"

link|flag
vote up 0 vote down

"Are you a giraffe?"

Seriously, some candidates for coding jobs will say "yes" to this. It's quick way of eliminating compulsive liars.

link|flag
show 1 more comment
vote up 6 vote down

"Tell me about some of your personal projects, something you have done outside of work/school".

I think this question is a great indicator on the quality of the interviewee. Simply having a personal project shows a passion and enthusiasm for development outside of simply collecting a paycheck.

I have asked this question in the past and have used it as my main deciding factor when choosing between two equally qualified candidates.

link|flag
2  
I dislike managers who think a worthy employee should be someone who works on web development in their spare time too. I think it discriminates against excellent employees who happen to know how to switch off at the end of the day, or who have a family (or dare I say a life). I do happen to spend of a lot of spare time working on my own projects, but that's none of an interviewer's business, and I certainly don't want to give the impression I'm open to being available 24/7. – thomasrutter Apr 28 at 4:24
show 2 more comments
vote up 4 vote down

"Are you willing to work for a company that will make its hire/nohire decision based solely on your answer to one question, and why or why not?"

Either that, or:

"Describe your single greatest triumph as a programmer."

The answer will tell you a lot about how they work, their philosophy in approaching and solving a problem... or if they don't tell you anything useful, that tells you a lot too.

link|flag
vote up 3 vote down

I've asked "What is your editor of choice?" I don't really care what the answer is (as long as it's reasonable) but I'm suspicious of anyone who doesn't have an opinion.

Of course, I'd want to know more, but that question seems to eliminate non-programmers.

link|flag
vote up 1 vote down

"If you could only ask 1 interview question to determine whether or not to hire a programmer, what would it be?"

link|flag
show 2 more comments
vote up 4 vote down

I always ask the interviewer "Tell me about a particular problem in your previous project that was interesting or challenging and how you went about solving it." I use this to see their level of passion, what kind of problem they think is interesting as well as their communication skills. It often leads to full blow discussions where I can poke and prod in may directions. Sometimes it is hard to tell what the individual really worked on on a team project, how they debug, how they research etc so I try to get them describing a real world sitation.

I subscribe to the theory that I want someone with intelligence, ability and PASSION. I want to see that they really think this stuff is fascinatin and it bothered them until it was fixed.

link|flag
vote up 2 vote down

"Tell me about your passion for programming."

OK. So technically that's not a question. But anyway. The rationale is that I really wouldn't want to hire a programmer that doesn't have a passion for the field. And by asking the candidate to elaborate some on the subject I also get a chance to judge their communications skills and get a feel for how honest they are. I value both communication skills and honesty as high as passion.

link|flag
vote up 1 vote down

How do you add value to the business and/or customer?

link|flag
show 3 more comments
vote up 8 vote down

"I am only able to ask you one question for this interview, so why should I hire you?"

The correct answer:

  • Ahha! I understand your dilemma. And I know just how to convince you; because I know what I would want in a coworker, and how to interview him!
  • Here is some random programming problem like FizzBuzz that is trivial. I shall solve it.
  • Here is some non-trivial programming problem like designing a database. I shall begin to solve it, and you shall see from my fumbling about that I don't know the answer. But I expect to come up with a reasonable attempt towards it!
  • I enjoy reading programming blogs. I shall spout out some topics covered recently on a handful of them, I'm sure you read them also, so you will recognize the topics and know I am not bullshitting you!
  • I shall explain some programming or programming-related topic, like security, obscure C obfuscation, or router configuration that I am interested in, so you understand I am passionate about technology!
  • Finally, I will explain why your company looks interesting and why I want to work here.
link|flag
vote up 2 vote down

I personally hate the canned questions that are pulled out of a book and that check if a subject learned something in CS101 or from a website.

If I ever get to interview a developer, I would present him with one of several complicated lower-level design issues that I had to tackle in the past, and see how he thinks. There is no correct answer, but it's easy to see bad issues, different philosophies, etc.

My rationale is that if I can't trust that person to do design instead of me, why would I want to delegate to him so I don't micromanage him?

link|flag
vote up 0 vote down

"What is your reputation on stackoverflow.com?"

In all seriousness, when I interview candidates I think one of the most important questions is the one that requires them to write real substantive code as their answer.

E.g. "How would you solve the following problem in [desired language]?"

To hit on a point made already in this post, the candidates that use unit tests when solving the code challenge as well as other best practices and coding styles (or lack thereof) will often tell you more about them as a programmer then a series of verbal questions. Or as they say a picture is worth a thousand words.

[EDIT] There appears to be confusion about what I'm stating above. When I ask candidates to write code, I give them a laptop with a standard IDE (they can choose between Eclipse, Netbeans, etc), access to the Java API documentation, and a lot of time to write/test/compile in order to show real code that works. Additionally candidates are told ahead of time (i.e. in the initial phone contact) that they will have this challenge with the above stated materials available to them. I'm assuming this response was voted down initially because it was thought that I ask people to write code on a piece of paper or whiteboard which is something I disagree with.

link|flag
show 2 more comments
vote up 0 vote down

What is the average flight speed of an African Swallow?

link|flag
1  
Not bad. You'd learn about their communication skills, and about how well they deal with not-always-clueful management, by seeing how diplomatic they are in correcting your misquote. (grin) – Joe White Jun 24 at 3:52
show 2 more comments
vote up -3 vote down

What's a three-way handshake? And, why not a two-way handshake?

link|flag
show 2 more comments
vote up 2 vote down

"Please elaborate on what aspects in your way of working you find are important in order to achieve high software quality".

Staggering and no real opinion - No hire. Given a good and elaborate answer, loads of information can be extracted, and the opinions can be weighed against company policy/values.

link|flag
show 1 more comment
vote up -3 vote down

What are your weaknesses?

link|flag
2  
I personally don't think this is a useful question because there is no incentive whatsoever to answer honestly. Anyone can just say "oh I work too hard" or "oh I always put the company's interests first" and how do you actually gain anything? – Orion Edwards Dec 12 '08 at 2:18
1  
Dilbert answered this with something like 'I have a tendency to kill interviewers who ask really stupid questions'. – Jim In Texas Feb 20 at 17:13
show 2 more comments
vote up 2 vote down

"Why do you think that you can do this job?"

However, I do not think that a single question is a good interviewing strategy.

link|flag
vote up 8 vote down

Tell me about the code you have written and shipped.

link|flag
vote up 0 vote down

"Why should I hire you?" (Appropriate for nonprogramming positions as well)

link|flag
vote up 15 vote down

I have actually asked.

"Explain to me what a mock object is?"

I used this train of logic. If someone can answer this question. They write unit tests, if they write unit tests, they are better than more than half of the developers who don't. Out of all the ones that write unit tests, knowing enough about mock objects to answer that question, probably puts them in the top 5 percentile of programmers. And anyone who cares about programming enough to write unit test and use mock objects, probably is a good programmer, concerned about doing things the right way.

I think of it this way, a developer who writes good unit tests and uses mock objects, is almost always a good programmer.

But, I'd feel pretty confident hiring a developer if they just answered that one question well.

link|flag
show 13 more comments
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.