vote up 35 vote down star
31

We have a list of the best interview questions people have been asked and the worst interview question you've been asked but what question do you believe sorts the chaff from the wheat?

One you've been asked, one you've asked or one you wish the co-worker from hell had been asked. There's no magic bullet but is there one question you think helps the process?

flag

33 Answers

1 2
vote up 0 vote down

I had an applicant once who looked fine on the CV, and then I asked him this:

"In any languge you would like, write a function that takes a string input and returns the same string reversed."

My plan was to look for things like forgetting about terminating /0 chars, would it work with a zero-length string, unexplained oddities of approach, and even if they got everything right asking them if they could see the bug in their code just to see what they would do. It worked great.

This one guy, however, turned up, and actually just plain couldn't do it. At all. Had no idea where to start. Couldn't even write a pseudocode version. It was excruciating (especially for him; I made him suffer at trying it a bit.) My associate said to him "You do know this is a programming position, right?".

It was surreal, and shows how you can't trust a CV at all.

link|flag
vote up 0 vote down

What's the difference between an interface and an abstract class? Why would you use one over the other?

That one right there eliminates half the people. It's so basic too.

link|flag
vote up -3 vote down

I don't bother with obscure language questions or general CS knowledge unless interviewing someone with very little experience. Instead, I go through their resume and for each significant "achievement" such as "wrote a whizbang processor in language foo" that they list I ask the following questions:

  • What business need did this solve or business benefit did this provide?
  • What return on investment (ROI) did the business reap from your solution?
  • How was the ROI measured or estimated?

In general:

  • If they don't know then they're code monkeys
  • If they do know then they're developers

[I prefer developers over code monkeys]

link|flag
show 6 more comments
1 2

Your Answer

Get an OpenID
or
never shown

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