up vote 12 down vote favorite
22
share [g+] share [fb]

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here.

More info: http://stackoverflow.com/faq

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...

link|improve this question
1  
I'd use the "Back to School" method: "I just have one question for you... in 37 parts." – kenj0418 Jun 2 '09 at 1:52
show 4 more comments
feedback

closed as off topic by Rob Hruska, C. A. McCann, Brad Larson, Michael Myers Jul 8 '11 at 22:40

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

36 Answers

1 2
up vote 33 down vote accepted

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

link|improve this answer
5  
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 '09 at 21:28
45  
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 '09 at 21:30
2  
+1 gnovice for saying "grasp" instead of "grok". – JasonFruit Jun 24 '09 at 4:24
1  
This isn't a question. It's a directive. – John May 13 '10 at 16:05
show 10 more comments
feedback

Here is a typical problem we have. How would you solve it?

link|improve this answer
3  
If you can only ask one, this has to be it. – Bill the Lizard Dec 11 '08 at 23:44
show 1 more comment
feedback

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|improve this answer
3  
Maybe they use mock objects not because they're "brilliant" but because they do everything "by the book", in other words, doesn't have passion and innovation. – hasen j Dec 20 '08 at 7:11
1  
How can you assert that statement "They write unit tests, if they write unit tests, they are better than more than half of the developers who don't." Do you have evidence to back it up? If you can provide those info that would be great. – Shiva Feb 6 '09 at 21:39
11  
I know what a mock object is, but I don't write unit tests. Don't you think there are a lot of people like me? – mquander Apr 28 '09 at 3:19
show 11 more comments
feedback

compare yourself to jon skeet

link|improve this answer
67  
Jon Skeet is NaN. Comparison against him always returns false. – Andrew Rollings Dec 11 '08 at 22:18
2  
@Andrew Rollings, wish I could +1 for comments... – ceretullis Dec 12 '08 at 4:41
show 2 more comments
feedback

Tell me about the code you have written and shipped.

link|improve this answer
feedback

"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|improve this answer
feedback

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|improve this answer
feedback

"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|improve this answer
1  
i dont know, i dont like to talk about that. i just think its personal. – IAdapter Feb 5 '09 at 21:47
15  
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 '09 at 4:24
1  
@thomasrutter: I actually think this is a very good question, and it doesn't imply being open to work 24/7, quite the opposite, it might mean you're less open to work extra because not only do you have a life, but also side projects that need their own time. or, maybe you'll waste the company's time, working on a fun side project instead of the boring business project that the company runs. – hasen j May 13 '10 at 16:01
show 2 more comments
feedback

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

link|improve this answer
4  
If they ask "wtf is tea-cosy" are they hired? – kenj0418 Jun 2 '09 at 1:43
15  
No - we don't want colour spelled wrong throughout our code. – Martin Beckett Jun 2 '09 at 2:00
3  
And wtf is "tea-cosy" i mean for real? – gath Jun 24 '09 at 8:51
1  
@gath: It's a (passive) device for keeping a tea pot warm. Basically, it is thermal resistance applied to the tea pot usually in the form of stuffed textiles. – Daren Thomas Sep 28 '10 at 11:32
show 5 more comments
feedback

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|improve this answer
feedback

"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|improve this answer
show 1 more comment
feedback

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

link|improve this answer
feedback

"Do you have a portfolio of some or all of your past work that I may examine?"

link|improve this answer
feedback

"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|improve this answer
feedback

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|improve this answer
feedback

What is the average flight speed of an African Swallow?

link|improve this answer
1  
A laden African Swallow or an Unladen African Swallow? – Steve B. Dec 11 '08 at 22:29
3  
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 '09 at 3:52
show 1 more comment
feedback

"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|improve this answer
show 1 more comment
feedback

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

link|improve this answer
3  
And the correct answer to this question is, "I would ask, 'If you could only ask 1 interview question to determine whether or not to hire a programmer, what would it be?'". – thomasrutter Apr 28 '09 at 4:27
show 2 more comments
feedback

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|improve this answer
1  
+1 because it drives me crazy when people don't understand you can have a memory leak in a garbage collected language. Short-lived objects not unsubscribing from events on long lived objects prevents them from being garbage collected. – Adam Jones Aug 17 '11 at 2:11
show 1 more comment
feedback

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|improve this answer
feedback

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

link|improve this answer
2  
"by writing the code that they buy" – Carson Myers Apr 17 '10 at 2:44
show 3 more comments
feedback

Depends on what you think is the most important quality (which also depends on what kind of work you do!). I think the most important one is innovation, thinking outside the box, etc, which requires a great deal of passion about programming. So I would ask a question that attempts to reveal how much passion does he have about programming.

link|improve this answer
show 1 more comment
feedback
  • How do you convince me that you have a passion of different technologies in programming?
  • How do you deal with bugs raised from your co-workers.
link|improve this answer
show 2 more comments
feedback

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

link|improve this answer
feedback

"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|improve this answer
1  
Although I agree with the general purpose, I hate open-ended statements like this. I'd much rather ask actual questions, like, "What's your favorite configuration management tool?" or "What open source projects do you find interesting?" Really, any question that tries to find where their curiosity lies, because if they're not curious about programming, they're not going to be passionate either. – Cerin Dec 20 '11 at 21:40
show 1 more comment
feedback

"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|improve this answer
show 2 more comments
feedback

"Are you a giraffe?"

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

link|improve this answer
show 1 more comment
feedback

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|improve this answer
feedback

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|improve this answer
feedback

"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|improve this answer
feedback
1 2

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