"What is your reputation on stackoverflow.com?"
In all seriousness, when I interview candidates I think one of the most important questions is the one that requires them to write real substantive code as their answer.
E.g. "How would you solve the following problem in [desired language]?"
To hit on a point made already in this post, the candidates that use unit tests when solving the code challenge as well as other best practices and coding styles (or lack thereof) will often tell you more about them as a programmer then a series of verbal questions. Or as they say a picture is worth a thousand words.
[EDIT] There appears to be confusion about what I'm stating above. When I ask candidates to write code, I give them a laptop with a standard IDE (they can choose between Eclipse, Netbeans, etc), access to the Java API documentation, and a lot of time to write/test/compile in order to show real code that works. Additionally candidates are told ahead of time (i.e. in the initial phone contact) that they will have this challenge with the above stated materials available to them. I'm assuming this response was voted down initially because it was thought that I ask people to write code on a piece of paper or whiteboard which is something I disagree with.