Hacker News new | ask | show | jobs
by bgertonson 4959 days ago
If a candidate comes in with previous knowledge of FizzBuzz, that would indicate to me they are probably pretty in touch with the industry. That is, they probably read blogs or forums about development and/or interviewing. That would be a good thing, and they would likely get the problem right.

That would be fine with me. If it does get to the point that _everyone_ knows it, then we have to find a new question.

1 comments

Previous knowledge of FizzBuzz doesn't necessarily indicate competency. They could have easily just read a blog about "The 10 Most Common Programming Interview Tests" and memorized a popular, simple way of creating the code.

To be honest, I seriously doubt the knowledge of FizzBuzz will be a common thing. I was seriously coding for a year or so before I had ever heard of it. When I first saw the question I had what I felt was a responsible block of code that worked. Since then I've tweaked it to be more efficient as my skill level increased. But I've never been asked in an interview to code FizzBuzz or anything like it.