Should entry level programmers be able to answer FizzBuzz?
Posted
by Bryan Rowe
on Stack Overflow
See other posts from Stack Overflow
or by Bryan Rowe
Published on 2009-10-28T15:21:12Z
Indexed on
2010/04/12
3:23 UTC
Read the original article
Hit count: 371
When interviewing entry level developers, I have used the FizzBuzz question as a type of acid test. Generally, I ask for a solution in pseudo-code or any language of their choice. If someone can't answer this question -- or get reasonably close, the interview generally ends shortly thereafter and we don't progress to more interesting code questions.
In your opinion, is it fair/appropriate/accurate to filter entry-level staff in this manner? Should the average four year college graduate have a reasonable enough foundation to be able to throw up a pseudo-code solution of FizzBuzz?
© Stack Overflow or respective owner