Login

FizzBuzz

The famous FizzBuzz coding problem was popularized in an article on codinghorror.com in 2007 (you can read about it here). The basis of the article is that some ridiculous number of software developers, like 99/100, were failing a very simple interview coding question.

I know that people have very strong feelings about interview coding tests to determine developer skill level, and wanted to see what percent of developers can pass this test in 2019.

Want to take the test and find out if you can pass the FizzBuzz question? The code here is in Python. When you are ready to start hit the "Start" button.

Well Done!