vote up 42 vote down star
30

What is a good non-programming question to ask a candidate during a job interview?

I'll post my two favorites below, but I'd like to hear others.

Clarification: By "non-programming," I mean you are not asking them to solve a problem by writing or describing code.

flag
2  
Close please, not programming related – Mark Rogers Jan 29 at 20:44
1  
haha awesome, i'd +1 that comment if i could – Kip Jan 30 at 13:53
1  
Not programming related, needs to be closed. Hey! Don't blame me SO has a double standard. – Kelly French Jul 30 at 18:50

86 Answers

vote up 1 vote down

Do you code better when buzzing on Mountain Dew?

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

I believe in designing the interview questions for the specific position instead of using predefined off the shelf ones.

  • I spend time before the interview defining the job requirements and exact qualities I want to test for.
  • I read through the candidate resume looking for events in his past where those qualities might have played an active rule.
  • I then create a list of questions or tasks that would enable me to evaluate those qualities.
  • I try to kind and avoid using "gotcha" questions. I prefer playing games with the applicants. This is more pleasant, and puts the candidate off guard, letting me see more of his abilities, as well as things he would normally try to hide.

Some examples:

  • historical questions: For a job in a big established company a candidate would need to adjust to company policies and strict codes. Talking about candidate time in high school (which is usually more rebellious years) can give hints toward his attitude to authority. Army service on his resume can be another good point of reference.

  • Designed Task: A position I we were hiring for required a fast learner. In the interview process I required the candidates to write a simple program. 4 candidates did well, writing some 20 lines of c++ code. During the interview I showed the candidates 2 lines of code that achieve the same task, using STL, and asked each to describe what the code does. I started explaining the different STL constructs until the candidate would recognize that the code is equivalent to the sample he just programmed. The best candidate I interviewed got the idea in less then 2 minutes and had fun doing it. The others took around 10 minutes. the worst ones never got it.

link|flag
vote up 0 vote down

"Tell us about the coolest thing you ever worked on" - the response will give you a good idea of their level of enthusiasm/passion for the field and should let you see the candidate's technical communication skills at their best. We like people who can use diagrams effectively, so provide a whiteboard or at least lots of paper&pens.

link|flag
vote up 0 vote down

I like to know what type of developer I have in front of me. I always admire those that can go beyond their own way of looking at a problem. Understanding how others try to solve a problem is many times needed and usually hard.

I found the following question to be quite revealing, regardless of the actual answer (beware, people try to play games trying to look what they are not, but is normally easy to tell by the examples they give):

What is harder, write code or read code.

link|flag
vote up -1 vote down

Why are man hole covers round? and how many man hole covers are there in the continental united states.

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

My favorite...

"What's the smartest thing you've done in the past year."

link|flag
vote up 0 vote down

See how they handle deliberately awkward and challenging issues (which helps see how they may react in the workplace).

"If I told you this interview wasn't going well, what would you do?"

Or pull in a technical writer and ask them to explain a technical concept to them. That way you can see how good they are at communicating concepts to a less technical co-worker.

(disclaimer: I'm a technical writer! That's TECHNICAL writer, not technical WRITER!)

link|flag
vote up 3 vote down

Is there a question I should have asked you, but did not?

link|flag
vote up 0 vote down

Tell me about a piece of software that you wrote that you personally use.

link|flag
vote up 4 vote down

My all-time favorite questions are ones that allow me to assess how the applicant approaches solving a problem. (This is somewhat of a variation on Joel's Guerilla Guide "Impossible Question") It gives me insight into how they think (big-picture vs. detail oriented) and what resources they would use to find information they need. Typically I use variation on the following

Tell me how you would determine: - how many gas stations are needed in a 1-square mile area of downtown L.A. - how many ATMs you would place in the 3 largest Las Vegas casinos. - the fastest 5 routes from Point A to Point B.

My variation on this is to tell them up front there is no wrong answer to the question. And along the way, I ask some clarifying questions to give me more information, based on their responses. I found I get more useful information about how the person approaches problem solving, their perspective of new problems they face, and how they go about learning things needed to get the job done.

link|flag
vote up 0 vote down

Tell me about yourself.

link|flag
vote up 0 vote down

"Mention three common design patterns and explain them!"

People who know design patterns are one stage further than the "I've learned C++ in a 3-weeks-course" guys.

link|flag
vote up 0 vote down

What do you read to keep up on the latest developments in software engineering?

link|flag
vote up 1 vote down

Two things:

I. I like to ask people (especially those with some experience in industry) to consider the dimensions of: 1) "those people that they've worked FOR" (aka bosses / managers / chain-of-command / etc.); and 2) "those people that they've worked WITH" (aka peers / co-workers / etc.) and then tell me about positive and negative experiences that they've had in both dimensions.

I'm looking here to see what kind of people they like (and dislike) working with, what kind of environmental factors influence them, etc. And I can pattern-match against our own operation to see if their comments raise issues or concerns.

I find it to be a thought-provoking question that tends to get people giving a pretty liberal amount of information.

II. I like to ask them to tell me what I'd see in performance reviews that they've had in the past listed as positive attributes and also listed as negative or things that need to be worked on.

The point here is to try to get the candidate to fess up to things are are areas in which they think themselves that they need to work on.

link|flag
vote up 3 vote down

Tell me about a time when did something wrong. After they give the example, ask how they went about fixing the problem and what they learned from it.

link|flag
vote up 0 vote down

Why should we hire you? Why do you want to work for us?

link|flag
vote up 0 vote down

How did you clean your room when you were a child?

This often matches up with how they currently approach tasks. Not that any answer is particularly bad (such as "I didn't" or "I only did it when I was told" or "I just threw everything under the bed"). We work with some great developers who gave answers like these. But it does seem funny to see that it still shows through in how they get things done.

link|flag
show 2 more comments
vote up -1 vote down
  1. Why do you want to work here? - This can usually tell you whether they know anything about your company and whether they can communicate properly.

  2. What do you do when your away from the computer. - Good for telling if they ever get off a computer and also help open up a bit.

I would use a technical test to gauge their technical skills and use the interview time to determine if they worth having in the office.

link|flag
vote up 0 vote down

I always ask what non work projects they have recently worked on. Programmers who love their work always have something to talk about. Those who are just in it for the money usually do not.

link|flag
vote up 1 vote down

I like asking logic questions that require the candidate to demonstrate they can think through a problem in a logical progression. These questions don't have right or wrong answers - there is a continuum of answers.

For instance, the classic is you have a balance scale able to tell which of two objects is heavier. You have 9 objects of the same size and shape. One of the objects is heavier than the others - by comparing the weights of the object using the balance scale, how few steps can you use to determine which of the objects is heavier.

Its a good test - the candidate might come to a quick conclusion that uses more steps than needed (this tells you they are more concerned about schedule than getting the best answer), or they can stubbornly continue to work the problem until they feel they've reach the absolute lowest number of steps (which tells you they will probably choose perfection over timeliness).

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

What sort of computer setup do you run at home? OS, distro, networking setup, etc.

Most geeks are happy to describe their systems, and it tells me a lot about their enthusiasm for computers and their technical know-how.

Bonus points for multiple computers, PVR, SAN, security (wifi), etc. (Not just because it's cool, but because this experience is relevant to most programming jobs.)

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

"Describe project X and your role in it." Project X is whatever appears to be the most substantial project on their resume. This question serves a few purposes for my interview loops (detailed below)

  1. Breaks the ice. I find people are most comfortable when you start off by discussing something they are confident about
  2. First order lie detector. You will occassionally get someone who lies about projects on their resume and simply doesn't do any research whatsoever. I'd like to say differently but this question has identified too many falsifications in my loop
  3. Allows you to ask very targeted deep questions. It's not always reasonable to have a pre-determined deep question in a specific technology area. Too much of a chance you will pick a very small area the person hasn't worked with before. This is not an indication of their skill but of experience (normally you hire on skill). But in this case it's a project you know they have experience with. If you get a resume a day or two in advance (and you should) it only takes 30 minutes of googling to get enough understanding of a area to ask one or two deep questions. You don't have to be an expert to determine if they know what they're talking about.

This is all based onthe assumption that people will put projects they are proud of and contributed to at the top of their resume. I'm not concerned with people who don't

link|flag
vote up 1 vote down

How did you get started programming

I tend to lean towards people who either picked it up for fun, or some other personal motive other than Hey I can use a computer, I want to make games, I'll learn programming, but oh gee, I'm stuck in IT

How long would it take you to pick up [Language X]

Glancing at their resume I'll come up with a language they don't have any experience in, and see how comfortable they are with programming basics. An wise developer would understand that transitioning languages is largely related to syntax and function names. Yes, doing it properly means fully understanding the range of the language.

link|flag
vote up 0 vote down

what do you do in your spare time?

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

What's your favorite movie? I ask this question anytime I interview something. There's no wrong answer and it's a great conversation starter.

Or if you are in New England, you can always go: "So how'bout them redsox?"

link|flag
vote up 0 vote down
  • Tell me about the biggest mistake you ever made in a project.
  • ... and what changed as a result?
  • What was the last business book you read?
  • What do you know about our industry?
  • Tell me about a project that didn't work out so well
  • What have you done in the past few years that you're most proud of?
  • What makes a good team?
  • What do you want to be remembered for at your last job?
  • I'm working on training & books budget for next year. If I were to hire you, what should I allow for?
  • What haven't I asked you yet that I should know about?
  • Why do you want this job?
  • From what we've talked about in this interview, what are the two biggest challenges you'd face when starting here?
link|flag
vote up 0 vote down

I'd ask them what they do in their spare time. If they say "dunno really... play some games or something", then they may not be very motivated. If, on the other hoof, they launch into an enthusiastic description of their latest project or adventure, then they are more likely to be committed / motivated.

link|flag
vote up 1 vote down

What do you like to read?

link|flag
vote up 12 vote down

Ask them "Do you know what a 'kickback' is?", then wink a couple of times. ;)

link|flag
1  
I like your thinking.... – CJM Oct 1 '08 at 14:07
vote up 0 vote down

How do you handle it when a customer/co-worker asks for something that is technically impossible?

link|flag
show 1 more comment

Your Answer

Get an OpenID
or

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