Tagged Questions

69
votes
41answers
5k views

Should entry level programmers be able to answer FizzBuzz? [closed]

When interviewing entry level developers, I have used the FizzBuzz question as a type of acid test. Generally, I ask for a solution in pseudo-code or any language of their choice. If someone can't ...
26
votes
37answers
5k views

How long should it take a senior developer to solve FizzBuzz during an interview?

Assuming: Typical interview stress levels (I am watching) Using familiar IDE and program language (their choice on their PC!) Given adequate explanation and immediate answers to questions Able to ...
21
votes
14answers
4k views

Alternate FizzBuzz Questions [closed]

Anybody have any good FizzBuzz type questions that are not the FizzBuzz problem? I am interviewing someone and FB is relatively well known and not that hard to memorize, so my first stop in a search ...
0
votes
6answers
323 views

what is the most efficent Python script to the below question? [closed]

Possible Duplicate: What is your solution to the FizzBuzz problem? Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fizz" instead of the number and ...