vote up 2 vote down star
3

There have been many questions related to what one should ask interviewees, what you should ask a company you're interviewing at, etc. I searched and I don't think this one is a duplicate. Also, community wiki from the start.

So here goes: What is the most interesting (challenging, fun, original, useful) brainteaser or puzzle question you've been asked at an interview and why?

For me, it was this one that I was asked recently (I found a similar one online and copy-pasted it here to avoid retyping the whole thing):

There are ten gnomes. They are in the dungeon. Their captor has given the gnomes a chance of survival. Here is the offer:

He lines the gnomes up in a single-file row. This means that the tenth gnome sees the back of the person in front of him, and there is no gnome behind the tenth gnome. The ninth gnome has the tenth gnome behind him and the eighth gnome directly in front of him, and so on. Finally, the first gnome has the second gnome directly behind him, but there is no one in front of the first gnome.

The captor has a bag full of many black hats and many white hats. There is not necessarily the same number of black hats as white hats. (important) He randomly reaches into his bag and places a hat on each of the gnomes. This means that the tenth gnome can see everyone's hat except his own, the ninth gnome can see everyone's hat except his own and the tenth gnome's hat, and so on. The first gnome can see no one's hat.

The captor then takes out his gun and puts it to the temple of the tenth gnome. He asks the gnome, "What color is your hat?" If the gnome answers correctly, he lives and gets freed from the dungeon. If he does not, he dies. He continues up the line in this progression.

However, before placing the hats on the gnomes, he allows the gnomes to meet as a group and discuss a strategy to save as many of the gnomes as possible. How many gnomes can you guarantee to save, and with what strategy?

REMEMBER: When it is your turn to say the color of your hat you must ONLY say "white" or "black." If you say anything else, the king will shoot you and all of the remaining gnomes.

Once I figured out the solution to this one, the interviewer then posed another question:

What if the number of colors were switched to 4? How many gnomes can you save then?

The answer is here for those who don't like spoilers: http://tinypaste.com/b578c

flag
1  
I don't think it's a good interview question. Either you try to solve it in a complicated way or you just know the solution. There's no solution that is like half-correct. – gs Jul 26 at 19:48
gs, I disagree. I tried to solve it but the final result was not complicated at all. It definitely tests analytical thinking. – Artem Russakovskii Jul 26 at 19:51
Also, you try to zero in on the answer. Whether there is one answer or not, if you can save the maximum possible number of gnomes, you've answered the question right. Let's not make this about whether brainteasers are good interview questions or not please. – Artem Russakovskii Jul 26 at 19:52
1  
Way too long of a question, not a good use of any ones time imho – Domenic Jul 26 at 19:52
3  
There have been many questions like this on SO, and none have belonged here. – John Saunders Jul 26 at 21:06
show 2 more comments

7 Answers

vote up 2 vote down

Why are manholes round?

link|flag
Heh, I had that question asked when I was interviewing at Intel. I wonder if it's asked elsewhere too. Many answers to this question. – Artem Russakovskii Jul 26 at 19:49
Why do you think it's a good question though? – Artem Russakovskii Jul 26 at 19:49
the obvious answer to this is that it makes them easier to manipulate. – ennuikiller Jul 26 at 20:00
1  
And the correct one is that rectangular ones could fall into the hole. – gs Jul 26 at 20:08
3  
Nah, the correct one is that manholes are round b/c manhole covers are round. :) – jsight Jul 26 at 21:08
show 2 more comments
vote up 2 vote down

One of my favorites:

If I gave you a full grown elephant, what would you do with it?

In my opinion, there's no right answer to the question, but it really gets you, as the interviewee, thinking about all sorts of things:

  • Why are they asking me this question?
  • Is this a trick question?
  • Is this a joke?
  • What can they deduce about my technical skills from this question?
  • What can they understand of my personality from this question?

Good luck answering this question quickly and confidently.

link|flag
If thats the best question they asked, I'm not sure that I want to know the others. – jsight Jul 26 at 21:09
2  
Let me guess, you were interviewing for a job as a circus clown? – edg Aug 25 at 15:53
...as for me, I'd be tempted to answer with an equally inane non-sequitur. "Elephants you say! Why I recall in the French army they had these little brown onions!" – edg Aug 25 at 15:55
"I'd eat for a month" is a possible answer, but it is hit or miss depending upon how many elephant lovers are in the interview. – Ben Griswold Aug 25 at 17:18
vote up 1 vote down

How do you find a needle in a haystack?

And if you come up with a duke nukem type answer... 'How do you find it without destroying the haystack or the needle'?

link|flag
set the haystack on fire? – patrickinmpls Sep 15 at 13:02
thats the duke nukem approach isn't it? – Ryan Fernandes Sep 15 at 17:12
vote up -2 vote down

Use a magnet assuming that needle is made of iron :-)

link|flag
You're supposed to add a comment to the proper answer (by Ryan), not make a whole separate answer. – Artem Russakovskii Aug 7 at 15:21
vote up 2 vote down

I was asked a question where the answer revolved around figuring out that some math functions rounded up and some rounded towards zero -- it was basically "why does this shape disintegrate when the model flips over?"

I gave the answer "I've been doing network programming, systems programming and compiler writing for over 20 years. I've never written a program that uses floating point numbers, so I have no idea!"

It was really funny because it was working with some computer graphics guys and these kinds of questions were their bread and butter, and the interviewer had to try so hard to think of a question that I would be able to answer using integer arithmetic.

link|flag
vote up 1 vote down

"I need an elevator system designed for (some weird problem). How do you solve it?

Okay, I'm so impressed with your work, that when I build my uber-skyscraper, I'm going to pay you 5 billion dollars to design an elevator system for it. I want a revolutionary system that changes the way people think about elevators. What do you do?"

Not a traditional brain-teaser, admittedly, but I still thought it was a great question as it touches on not only areas of strict problem solving, but creative thinking, project management, and even leadership.

link|flag
vote up 0 vote down

You have a extremely large array of integers on disk. All but one of the occur a even amount of times. How would you find the number that occurs a odd number of times on a system with limited memory resources?

link|flag
even number of times :-) sorry – Kevin Bourrillion Nov 6 at 5:02

Your Answer

Get an OpenID
or

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