Hacker News new | ask | show | jobs
by sinker 2719 days ago
I'm skeptical of that trope also. I remember that stack overflow fizzbuzz post, but I never encountered a interview candidate so bad that they couldn't program fizzbuzz. I've also never been asked to do anything as basic as code a fizzbuzz example in an interview.

Most people seemed to have workable skill levels. A pretty good portion of people seemed to still be in the novelty phase of programming where they would be slightly too excited and surprised at themself, and perhaps slightly unconfident, in answering a fairly basic question correctly.

3 comments

> I never encountered a interview candidate so bad that they couldn't program fizzbuzz

Me neither, in the real world, but I have seen a couple of excruciating mock interview videos where the "candidate" was unable to complete the fizzbuzz task. I think this might be a result of people thinking that learning to be a developer involves following along with video tutorials on Udemy, and that as soon as some threshold is reached, they should be ready to look for work.

By now, I think fizzbuzz has been around enough that people know it, have heard of it, and prepare enough to solve it. I have started using variations of fizzbuzz or additional questions that builds on it and I find myself catching people who only know the fizzbuzz portion.
I’ve done a version of the fizzbuzz test when zone I interviewed someone - write s function that returns true if a number is even false otherwise.

Even after I explained what an odd number was they couldn’t do it.