vote up 42 vote down star
28

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 2 vote down

Ask if they are familiar with the "coding couch"

link|flag
vote up 2 vote down

What blogs do you read?

link|flag
vote up 1 vote down

Tell me about a situation in the past when you had a serious disagreement with one of your co-workers. How did you deal with that?

link|flag
show 10 more comments
vote up 1 vote down
  • Tell me of one (or more) extraordinary tasks in your previous job that you are proud of?
  • What was the most difficult task you've done till now?
  • How do you keep yourself up-to-date?
link|flag
vote up 1 vote down

What do you like to read?

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 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 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 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 1 vote down

Do you code better when buzzing on Mountain Dew?

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

I see from your CV that you have always worked alone/unsupervised/in a group. How do you think you would cope if you were in an environment where you work in a group/heavily supervised/alone? (delete as applicable) Why are you switching to a different type of working environment, do you think your work is suffering because of your current environment?

The first choise was asked of me when coming from a background of being sole developer in 3 companies for 10 years and then moving to a company with 40+ developers over 10 programming groups.

Very relevent question, and I'm now happy in my new job with a large group of programmers :)

link|flag
vote up 1 vote down

In the same vein as the 'manhole covers' question I've had the following question asked in an interview:

How many gas stations are there in the United States?

I think the goal is to see if the applicant is able to reason, using very little input and come up with a plausible way of solving a problem. Obviously no one knows the answer to that question exactly but you can come up with a guesstimate and describe how you got to it.

link|flag
vote up 1 vote down

How do you plan on bringing value to this company?

Now given the circumstances of the interview you may not always be able to be this direct. However, giving a candidate an opportunity to tell you exactly how they could impact your bottom line is the whole point of the interview. Why waste the interviewee's and your time posing nonsensical riddles that have nothing to do with the job they would be doing? Would you decide not to hire them if they could clearly explain how they could produce double their salary in a year if they couldn't tell you how many gas stations there are in the US?

link|flag
vote up 1 vote down

How many gas stations are there in Los Angeles ?

link|flag
show 1 more comment
vote up 1 vote down
  1. Did you failed? If you did, could you describe it.
  2. If you did, how you managed it?
  3. How did you move on from your failure?

Those who failed and managed to move on are good candidates. At least, they are honest and they can handle failures, and they those who are resilient.

link|flag
vote up 1 vote down

I like to ask this:

"When reviewing someone else's code, what is your biggest pet pieve?"

If you get answers like, formatting, or not following coding conventions, that is a red flag. I really like the people who talk about lack of exception handling, saw tooth code, long run on functions, etc.

The other thing I like to ask is dependent on how long they've been programming. If I see someone who has made a transition from one major language/framework to another... for instance from VB6 to VB.NET, I like to ask how they made the jump (books, classes, etc) and also to describe any hurdles they had to overcome when doing it.

Some people answer that question in a way that makes clear that even though they are writing VB.NET code, they still use VB6 methodologies, and they don't follow good OO practices. I stay clear from those people.

link|flag
vote up 1 vote down

My favorite question is "What makes a good application/program?", which doesn't have an exact right answer, but I've always been surprised how many candidates lock up when they get asked that because they are more concerned about appeasing the reviewer then actually thinking about the question and giving their opinion. It ends up revealing a lot..

I think I only got, 'Meets or exceeds the clients requirements and is maintainable' once.. and a lot of panicked 'it's fast?' answers...

link|flag
vote up 1 vote down

What was your biggest development screw-up, and what insight did you gain from it?

link|flag
vote up 1 vote down

After completing your first coding assignment, your technical lead says, ‘The code looks good, but please replace [X] with [Y].’ You go back to your desk and you give the solution a lot of thought and you decide that your original solution – [X] – is the right approach. How do you go about convincing your lead that he should retract his request and you should move forward with the [X] implementation?

Wait for answer...

What if, after your attempt(s) to convince your lead, he responses with, ‘Sorry, Newbie. I don’t care. Do it my way.’ What do you do?

link|flag
vote up 0 vote down

I always give some office-like scenarios I've been through such as dealing with non-technical people, dealing with hardware / hosting problems and I analyse if the person I'm interviewing would do sometihng better that I did in the past.

If so, he/she is almost hired. I guess the bottom line is that programming is easier to learn than having a good relationship with others or knowing how to deal with stressful situations

link|flag
vote up 0 vote down

Getting someone to tell you what they think are their biggest weaknesses or areas they need to improve in/on

My answer is always that I procrastinate, as I am doing now answering this question!

link|flag
show 3 more comments
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
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 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

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

what do you do in your spare time?

link|flag
show 3 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 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 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 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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