Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What does "setting up a fizzbuzz" mean?


"fizzbuzz" is coding exercise, used by companies looking to screen out applicants who claim to be able to code, but in fact cannot. The applicant is asked to write a short program that prints the numbers 1-100 (or whatever). When the number is divisible by 3, instead of printing it, print the word "fizz". When divisibly by 5, print "buzz". When divisible by both, print "fizzbuzz."

To anyone who actually can code, it seems ridiculous that people are applying to coding positions who can't come up with a solution to this, but anecdotally many hiring managers routinely encounter such applicants. I suspect the parent here is using the term "set up a fizzbuzz" as shorthand for "set up some time to see if you can actually cross the bare minimum coding hurdle."


Still sounds like the developer version of the annoying "have your people call my people, let's do lunch" cliché.


Not sure if you're serious, but in case you are, it's a simple programming exercise to make sure that you can program your way out of a paper cup in your proclaimed language of choice. Details on wikipedia: https://en.wikipedia.org/wiki/Fizz_buzz


As mentioned, a phone screen, to check if the person is minimally capable of doing the job. So named for the FizzBuzz problem, described for example here: http://blog.codinghorror.com/why-cant-programmers-program/


I believe it means setting up an opportunity to evaluate the skills of the professional inquiring about the job.

See http://c2.com/cgi/wiki?FizzBuzzTest



Phone screen.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: