
interview - FizzBuzz - really? - Software Engineering Stack Exchange
I always thought fizzbuzz questions were a myth, or maybe just for fresh-out-of-college beginners, but then one day I actually was asked at an interview. Yeah, do many candidates really have trouble with …
interview - Interesting variations of FizzBuzz? - Software Engineering ...
In hiring programmers, a common test is the Fizz Buzz test. What are some neat/interesting variations on fizz buzz which keep with about the same difficulty level? Basically, if I asked someone t...
interview - I failed FizzBuzz, would you hire me? - Software ...
Apr 12, 2014 · The point of FizzBuzz is to show that you actually know how to program, not that you've memorized all the finer syntax rules of the language you've been asked to program in (although that …
interview - What are the best FizzBuzz questions for interviewing a ...
I touched on this briefly in a question I previously asked: template questions in a technical interview and was informed that FizzBuzz questions are designed to weed out candidates you definitely don't want …
interview - What are some FizzBuzz-type questions for web or SQL ...
After a while, we are hiring again, and I'm reviewing tests for programmers; some of them are a bit out of date. What are some of the FizzBuzz-type questions for web developers and SQL? That is, no...
interview - Is there any formal research in FizzBuzz Question ...
Sep 16, 2011 · After seeing this question today on variation of the FizzBuzz interview question, as well as seeing other questions related to it around, I have to ask: is there any formal research on how …
Interview question ranking FizzBuzz (1), implementing malloc (10)
FizzBuzz- malloc describes the range on one axis, I would call it "technological complexity". But this single dimension is certainly not enough to describe the problem. To solve the problem in question, …
Learn programming backwards, or "so I failed the FizzBuzz test. Now ...
Jun 14, 2012 · You may think FizzBuzz is a toy problem; when will I ever need to use the modulus operator in a real program. But really you use it all the time. Three common examples: You are …
skills - Effectiveness of FizzBuzz and Beyond - Software Engineering ...
FizzBuzz is a good example of a coding question because it's short and sweet. Don't re-use it directly. Write simple questions like it that follow that model. But for FFS don't get clever about it and hide the …
What is faster? Using REST API or querying a database directly?
Jun 15, 2015 · What is faster performance wise? Creating a REST API and having your web app use the REST API to do all interactions with your database OR querying your database directly (i.e. using …