You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Squark comments on Open thread, 23-29 June 2014 - Less Wrong Discussion

3 Post author: David_Gerard 23 June 2014 07:21AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (190)

You are viewing a single comment's thread. Show more comments above.

Comment author: Squark 26 June 2014 05:43:56AM 2 points [-]

What I used to do when interviewing software engineers is letting them write a simple (but complete) program (not on paper but in actual IDE, compile, run, debug etc.). I used a command line game I invented where the player navigates a simple "labyrinth" of squares, but feel free to invent your own. Typically, the candidates took 1.5-2.5 hours to complete it.

This gives you a way better idea than programming puzzles: you see how they write real live code, how well they understand the requirements, how they test their code, how they use the debugger etc.