Ask HN: Good interview questions for average programmers
I have a slightly strange problem. I need to hire average programmers. Reasons are many - but primarily budget and the type of tasks they are going to be assigned to - not cutting edge work.
I have been struggling to find good questions to ask. Fizzbuzz is too easy - and my other questions I try seem to be too hard. So what are your favorite interview questions to ask an average programmer?
7 comments
[ 3.6 ms ] story [ 26.3 ms ] threadHmm.
OK, here's one. Tell them to find out what a Bloom Filter is, and then implement it. Ask what decisions they had to make on the way, and why they made the choices they did.
If you're hiring an average programmer then they need to be able to look up things, understand them, and implement what they've learned. Seeing what they do and how they do it is what's important.
Ask how they'd approach the travelling salesman problem.
Given an SQL query, a request, a set of objects and required output, ask them to optimise the whole process from start to finish. The smarter ones will ask about caching, look at optimising the query, look at the way the output is generated etc. The not so good ones will focus on the .NET/PHP/<language>