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

prev 1 2 3
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

Tell me about yourself.

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

My favorite...

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

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

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

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

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

Do you change your own oil?

The idea here is to see if the applicant like to 'get his hands dirty', and figure out problems for himself. Obviously, you are not interviewing a mechanic, but good programmers (and engineer-types in general) seem to like to figure out how things work.

Edit: Wow, people really seem to react strongly to this. I thought it was a clever question when I was first asked it in an interview. So, someone suggested, "Tell me about haw you get your hands dirty." I'd like to get more specific. How about, tell me about the first time you took apart a VCR? Does that work? I think its too broad to just ask how people like to dive into things.

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

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
prev 1 2 3

Your Answer

Get an OpenID
or

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