vote up -4 vote down star

Possible Duplicate:
Interview Question/Puzzle

While interviewing a potential employee (Software field, programmers, software engineers), I like to ask a few logic questions. I normally ask the same two questions but I would like to be able to change some out. I guess I'm getting bored with the ones I have.

Can anyone give me a few more questions other than the ones below? I would like questions that can be solved and not riddles.

If you have 3 pairs of different colored socks in the dryer, how many socks would you have to pull out before you are ensured to have a matching pair? (Answer: 4)

Given 7 coins that are the same weight and one that is slightly less weight for a total of 8 coins. Using a set of scales, what is the fewest number of weigthings that would be required to find the lightest coin? (The common answer is 3...) Can you do it in two? (yes it can be done by holding two coins out of the first set)

Edit: I get the idea that some don’t like being asked questions they don’t know the answer to without having to think? I believe that programming requires someone to have a certain amount of logic. I don’t really see a difference in asking a simple logic question that has an answer (again I’m not talking about asking riddles!) and asking “How would you handle speeding up a math problem that is taking the computer too long to perform?”

I know in my career I've been asked to do many things that I didn't understand and had to figure out. I would like to think that those who can think logically handles this type of problem better than someone that only knows a limited skill set. I really do believe this is an area where programmers excel and the reason most of us decided to take this type of work over other areas (such as plumbers, warehouse, farming, etc). Any interview can be studied for and those that prepare before always have an advantage over someone that doesn’t.

flag

7  
You really ask riddles during an interview? That's just mean. – musicfreak Jun 2 at 1:10
2  
My wife doesn't let me mix colors when I do laundry. – Nosredna Jun 2 at 1:32
3  
If I were given 7 coins, I wouldn't need this lousy job. – Nosredna Jun 2 at 1:33
3  
How about sticking to go / no go questions that actually pertain to the job at hand? – Chris Lively Jun 2 at 1:38
2  
I wish that places that ask riddles at interviews with non entry-level candidates would mention that fact in the initial job listing so we could avoid them. These questions are best for hiring undergrads who have the patience to sit and learn the collections of standard riddles available online. Why not give them a question related to what they'll actually be dong? – Uri Jun 2 at 2:43
show 6 more comments

closed as exact duplicate by lothar, Chris Lively, Adam Rosenfield, Rob, Neil Butterworth Jun 2 at 16:51

7 Answers

vote up 2 vote down check

There is a large list here, of course most are quite hard so may not be suitable for an interview.

http://wiki.xkcd.com/irc/Puzzles

Sorry, that one doesn't have answers, this is the link I was thinking of

http://echochamber.me/viewforum.php?f=3

link|flag
vote up 14 vote down

link|flag
1800 INFORMATION: Beautiful. – Shmoopty Jun 2 at 1:36
Priceless. don't know how I missed this one. I wish that XKCD would come out with a printed collection, just like Dilbert has. – Uri Jun 2 at 2:44
vote up 4 vote down

What, in your experience, does the ability to figure out the answer to a logic puzzle (or, really, supply an answer one already knows after reading this question on SO or job boards) have to do with being a good programmer?

In my mind this isn't a whole lot different from the "what's the 4th parameter to CreateFile" sort of question.

EDIT: OP, I think you're misunderstanding people's reactions.

It's not that people don't like, in your words, "being asked questions they don’t know the answer to without having to think." I think it's more that these type of questions are a poor judge of that ability -- and, moreover, the ability to answer a logic riddle is commonly viewed as a mostly worthless measure of the ability and aptitude to be a great developer. Perhaps your experience differs, but it seems to me that with these questions there's often a 'gimmick' that you're going to either get or not get immediately.

Bottom line: if you want great developers, ask 'em to write code for you. Ask 'em about some thorny technical issues in their past and how they overcame 'em. Get a sense for their passion and commitment. Get them talking to judge HOW they think, HOW they attack real problems. There are plenty of threads on these topics if you need help here.

If, on the other hand, you want people who can answer logic puzzles -- or, as has been said, have access to a large repository of them in their head -- then by all means carry on with these sorts of questions.

link|flag
1  
It tests whether you prepare for an interview by reading directories of standard puzzle questions. And it makes you feel superior to the interviewee who doesn't know how to get the cannibals to the other side of the river. – Uri Jun 2 at 2:42
I edited my original question to answer part of this. – Billy Jun 2 at 16:00
vote up 1 vote down

There's a whole book of interview puzzles.

http://www.amazon.com/Would-Move-Mount-Microsofts-Puzzle/dp/0316919160

link|flag
vote up 1 vote down

Michael Pryor, President and co-founder of Fog Creek Software with Joel Spolsky writes a column for "Make Magazine" called "Puzzle This" and runs the popular interview website TechInterview.org. Not easy, and once you know the answer they don't prove anything anymore. Answers provided.

link|flag
vote up 0 vote down

A friend of mine was during an interview asked the following: 'When there are three escalators to the tube why is there usually two going up and only one down?'

link|flag
everybody else: insert answers below.... – Alister Bulman Jun 2 at 16:53

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