About 12,200 results
Open links in new tab
  1. 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 …

  2. interview - Interesting variations of FizzBuzz? - Software …

    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 …

  3. 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 …

  4. 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 …

  5. Should I give the answer to a failed interview coding exercise?

    Nov 14, 2012 · We had a senior level interview candidate fail a nuance of the FizzBuzz question12. I mean, really, utterly, completely, failed the question - not even close. I even …

  6. 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 …

  7. 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 …

  8. interview - I failed FizzBuzz, would you hire me? - Software ...

    Apr 12, 2014 · The point of fizzBuzz is whatever the interviewer wants it to be. If I were to use fizzBuzz or a similar exercise, this is what I would be looking for.

  9. 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 …

  10. Learn programming backwards, or "so I failed the FizzBuzz test.

    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 …