Interview
The typical Mistake in a FizzBuzz Problem
My first interview question to anybody, their responses and my learnings This is one such interview question that no fresher has answered right in the first attempt. After about taking a few 10 interview candidates at my workplace, I am actually suprised. I was able to get it right the fist attempt. So what is the question ? Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.