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

1 2 3 next
vote up 14 vote down check

I think it's important to ask at least one really generic question to give them a bit of space to breath and speak freely. Through this you can find out quite a bit out about them! Oh yes and make them talk about other hobbies and how they got "into" programming! Did they do it before University? What are they most proud of? (programming-wise)

link|flag
vote up 0 vote down

I ask the interviewee to describe one of their favorite technologies, frameworks, product. I ask them to describe the motivation of the technology, its architecture and theoritical background and the ideas behind the design.

For example, if the interviewee had experience in Spring Framework, questions would be:

-How the Spring implements AOP behind the scene?

-What is the motivation of IoC (or DI)? What is the benefit? What problems it solved?

After a dozen of interviews with potential programmers, I found the above question effective to evaluate not only the interviewee's ability to communicate efficiently but to learn and apply the technology with depth of understanding, which indicate how well he/she makes design decisions.

I seek programmers who can make sensible design decisions with supporting rationales. I do not prefer programmers who are only interested in make the code work and only knows how to use the API of the technologies. Such programmers are using technologies blindly and they are likely to make bad design decisions.

link|flag
vote up 0 vote down

Ask some design questions: eg How would you design a dayplanner.

Personally, I like this question "How would you proceed a project if you are given a non-specific requirement?"

link|flag
vote up 3 vote down

Do you read The Daily WTF?

Have you ever had your work published there?

link|flag
vote up 0 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

What steps did you take when the business unit / customers of your project insisted you reduce time spent on requirements gathering, and how did you explain to them why they were missing certain features or had bugs that were the result of the inappropriate requirements analysis?

We have all faced this situation, and if the candidate says that this has "never happened to me" then you need to move on to the next candidate.

link|flag
vote up 2 vote down

What blogs do you read?

link|flag
vote up 2 vote down

"You've told us why we should hire you. Why do you want to work with us?"

One guy actually had to look at his notes to see where he was interviewing before answering. If they're excited to be a part of your company, they will have a good answer (and will know the name of your company without checking their notes).

link|flag
vote up 0 vote down

How would your fellow programmers describe you?

I use this as it is quite open-ended but often makes the candidate think about how they are perceived by their team.

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

I've used this at least once: "Emacs or vi?"

I don't really care what the answer is, but a blank stare would not be reassuring!

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

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

Tell me about the toughest bug you've ever fixed. I like this question because it forces the interviewee to talk in depth about detailed technical topics and make them understandable. I want to know that someone I hire will be able to describe a difficult bug, why it's broken and how they will fix it. Also you can tell how in-the-trenches someone has been.

link|flag
vote up 0 vote down

I'd ask the candidates if they have an account here on Stackoverflow. If they do, I'd ask them to tell me their nicknames on SO. I would then check out their profile, the questions they posted and the answers they gave to other people's questions. I think that would give me a fairly good knowledge of the candidates' abilities ;-).

link|flag
vote up 0 vote down

What do other people find irritating about you?

I've used this question in interviews for two purposes:

(1) Determine if a candidate is receptive to open criticism (positive or negative) and see how they respond to the criticism

(2) Determine if a candidate will answer questions that may expose them or put them at risk.

When candidates "spin" the answer to this question to make it positive, I give them a lower score. For instance, "my coworkers always say that I irritate them by being a hard worker or always on task..." In my opinion, this is not answering the question.

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

How many gas stations are there in Los Angeles ?

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

What's the coolest thing you've done in the past five years, your biggest braggable?

  • Lets you get a sense of the the scope of their accomplishments

  • Lets you see them get excited about something (hopefully!)

  • Might let you get to see a side of them you haven't seen yet, as their answer might not have anything to do with IT

link|flag
vote up 0 vote down

What are your goals? I like people who are goal oriented, people who are, are almost guaranteed to be passionate about something. Then you expect to hear that their goals are inline with the job you are hiring them for. This applies to any job, not just programming.

link|flag
vote up -1 vote down

The one I always liked is...

How would you go about building me a house?

Many times the answer starts off with things like it a strong foundation is important. The problems is, how can you build my house if we haven't even determined what I want (i.e. number of bedrooms and bathrooms, kitchen size, one story or two, basement, etc)?

link|flag
vote up 3 vote down

What gets you excited about coming to work in the morning, and what makes you dread coming to work in the morning.

link|flag
vote up -1 vote down

What do you know about us?

Companies mostly have websites and there is information out there about the firm. How much research have they done before turning up? Are they motivated to work for this company or is this one of a bunch of form letters thrown out to whatever openings they could find? Might not be make or break (not going to reject someone based on not knowing all about the firm they applied to) but if you have to choose between closely matched candidates, which would you rather hire? The candidate who saw the job add or the candidate that bothered to research the company?

link|flag
show 1 more comment
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

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

"Are you familiar with the employment laws that restrict the types on non-work related question I am allowed to ask you?"

link|flag
vote up 0 vote down

What do you want to do in our company/project?

Question is good both in abstract form and after I have described what we are doing here and which are options. Gives me a hint what would motivate candidate and in which way. And, I could be sure that this one would be answered honestly. Also, gives a candidate a chance to speak to me in a free form.

Variation, "What do you want to do after 6/12/24 months"

link|flag
vote up 2 vote down

Ask if they are familiar with the "coding couch"

link|flag
vote up 0 vote down

If they are coming from a large company that would possibly have their own hardware/software support for the company pcs and networks, ask them if they have ever gotten into trouble with the IT department for fixing their own PC problems without raising a helpdesk issue.

If they have then it shows that they enjoy messing about with things and solving their own issues rather then relying on others to provide them with solutions to the simpler problems.

link|flag
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
1 2 3 next

Your Answer

Get an OpenID
or

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