logoalt Hacker News

anonymarstoday at 4:30 PM1 replyview on HN

This is FizzBuzz:

1. Output the numbers from 1 to 100

2. If the number is a multiple of 3, write Fizz instead of the number

3. If the number is a multiple of 5, write Buzz instead of the number

4. If the number is a multiple of 3 and 5, write FizzBuzz instead of the number

Does that really sound like something requiring special practice and preparation? Assuming a decent interviewer would help out with the modulo operator if that was unfamiliar


Replies

yatopifotoday at 6:01 PM

Is it provided as you described or is it more like “please do FizzBuzz”? If it’s the latter, that would explain why some people may have trouble with this task… I think we both agree it’s ridiculous to test if the interviewee knows what FizzBuzz stands for, and yet… let’s just say i know a few people who treat interviews as a jargon recall context.