I recently conducted a technical interview in which I cleared the candidate but in the second round (someone else conducted this part) he was disqualified. I had very good vibes about this person and I was surprised of him not getting selected. Out of curiosity I went digging around and found out that he didn't answer the question in an expected answer.
Q:How do you implement a Site's hit counter?
Ans (given by candidate): Use Site analytics google/omniture
Ans (expected response): Use application scoped objects to store and retrieve the hits per request and store that in persistent storage
Now what are your opinions on this?