vote up 47 vote down star
16

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 answer this question -- or get reasonably close, the interview generally ends shortly thereafter and we don't progress to more interesting code questions.

In your opinion, is it fair/appropriate/accurate to filter entry-level staff in this manner? Should the average four year college graduate have a reasonable enough foundation to be able to throw up a pseudo-code solution of FizzBuzz?

flag
12  
the interview generally ends shortly thereafter... Generally? Really? – JRL Oct 28 at 17:18
1  
Well, out of politeness yes. I stop asking programming questions and see if they have any questions and then conclude the interview. I suppose I could just walk out of the room when they can't solve the problem (I'm tempted sometimes), but I don't. – Bryan Rowe Oct 28 at 17:30
4  
I think that the question isn't whether it is fair (sure it is) but whether it's effective. Personally, if I were you I'd even skip the hoop-jumping FizzBuzz code test in favor of something more targeted at the actual job content. Or perhaps put the FizzBuzz test in the -application- process, so you can scan for initial failures there? Though the solution would inevitably be cribbed, at least it would show that they can do their research. – Tchalvak Oct 28 at 17:39
41  
Graduates? First year students should be able to code it without much hand holding. – jmucchiello Oct 28 at 17:42
4  
I always keep a second question of similar level ready. Sometimes it's just nervosity of the interview situation that makes one fail (and I've seen candidates write scary code with bold confidence) – peterchen Oct 28 at 20:52
show 4 more comments

38 Answers

1 2 next
vote up 108 vote down check

Of course he should. It is as basic as it gets.

Can't really believe someone couldn't write even a pseudocode for that.

link|flag
11  
I've interviewed people with 20 years of experience that have real issues with this problem -- it will never cease to amaze me. – Bryan Rowe Oct 28 at 15:26
5  
I once had an interviewee tell me that the game Battleship could not be constructed in an OO fashion. Scary. – Bryan Rowe Oct 28 at 15:30
6  
What have these people been doing for 20 years? Actually, they have an amazing skill: Holding on to a programming job for 20 years without even the most rudimentary coding skill is itself impressive... Or, an indictment of the where they used to work... – dicroce Oct 28 at 17:18
2  
I think if a modern artist can display a box and call it done, why not a programmer? It'll probably take more work for the programmer. :D – Tchalvak Oct 28 at 17:42
2  
Usually about halfway through sorting a candidate list, I get pretty short when someone can't pass the FizzBuzz test or the alternatively of mocking out selecting a row from SQL and printing the output. While back I had someone spend a half a hour stalling for time while I tried to remember the correct syntax for "Select * from fooTable where id = 10". I said something to the extent of "So did you learn to program on the back of a cereal box?" and their response was PHP was just to complicated a language vs. Java. – David Oct 28 at 20:40
show 5 more comments
vote up 28 vote down

YES.

It's a loop, simple math, and output. Should be no problem for entry-level programmers.

link|flag
3  
@Pavel - That's how they pronounce maths over here in North America. Maths = Math. I never understood it either. Mathematics is plural, so as far as I'm concerned, the abbreviated form should be too. – BenAlabaster Oct 28 at 21:38
4  
In English, the noun mathematics takes singular verb forms. – zvolkov Oct 29 at 15:03
5  
This from the same people who say "Manchester are winning"... – mmyers Oct 29 at 15:06
1  
@BenAlabaster: "Mathematics is plural" Really? You would say "Mathematics are hard" rather than "Mathematics is hard"? – Beska Nov 4 at 18:06
show 1 more comment
vote up 17 vote down

Not only should a college graduate be able to answer the question, anyone who has taken one or two intro to programming classes should be able to answer it. It's not that difficult of a problem.

link|flag
vote up 7 vote down

If you can't trust someone to be able to give a decent answer to a FizzBuzz style question then there's no way I'd trust them to be able to create something complex. Would you want them let loose on your large legacy codebase?

link|flag
vote up 7 vote down

Considering the enormous exposure this interview aid has gotten lately, my first question to a failing interviewee would probably be "do you use the Internet much?"

Perhaps it's a good thing I don't do interviews.

And yes, of course a programmer should be able to solve this problem.

link|flag
9  
Yes, whether a person a person recognizes FizzBuzz is a good indicator of whether they read blogs and forums, so recognizing it would be a plus. – Jeanne Pindar Oct 28 at 15:52
1  
You can always change the problem to A BlahBlip problem with 4 and 7 as interval times. That will fool those remembering known problems. – Gamecat Oct 29 at 9:44
vote up 26 vote down

Absolutely. HOWEVER, the interviewee may have legitimate performance anxiety that prevents them doing it in a fixed time on a whiteboard while an intimidating person (you) stares them down.

Make sure that the interview is "friendly" and that you give them time and space to construct a solution.

But if they can't put together pseudocode in an empty room with a pencil in a half hour, then they're not worth any more of your time. (Your criteria may vary.)

link|flag
3  
I often wonder about the nervousness factor. It is pretty obvious when people get flustered, and I like to have them talk about the problem and what they are thinking -- instead of writing code. That way, you at least can get an idea of how their brain is approaching the problem. – Bryan Rowe Oct 28 at 15:28
5  
30 minutes alone, for fizzbuzz? How about 10? And I'm not sure I'm sold on leaving them alone. I want to see how they solve a problem -- and hear them talk about it out loud. I definitely don't want to leave the room for thirty minutes to let them pull up an answer on their iphone. – Bryan Rowe Oct 28 at 15:49
1  
@Bryan: How about asking the interviewee? Every person knows how they work best. I'd expect a potential employee to know this, so they can seek out the environment that makes them the most productive after they're hired. – Tenner Oct 28 at 15:56
6  
That's why you allow detailed pseudocode. A person might mess up syntax under stress, but they should still remember logic. And 30 minutes is way too long. – Jeanne Pindar Oct 28 at 15:58
8  
But - in the "real world" of coding, how often are we faced with hard deadlines that create intense pressure to finish? So the notion that the time limit creates false pressure in the interview is in fact the opposite - we want candidates that do not freeze under pressure. – Huntrods Oct 28 at 16:53
show 8 more comments
vote up 7 vote down

Any college graduate should be able to solve a problem as simple as FizzBuzz. Not being able to do so should raise some red flags.

link|flag
2  
What if they majored in art history? – mgroves Oct 28 at 20:57
3  
@Mgroves: Any college graduate (in any subject) should be able to handle the logic. The programming part, maybe not, but I tend to think that this question is not really about programmig. – Telemachus Oct 28 at 21:16
vote up 6 vote down

FizzBuzz should definitely be able to be answered by a graduate - if they can't, then the course the took didn't teach them anything. I'd also be worried if they couldn't at least come up with a very simple answer to the question in a five minutes [never mind the 30 minutes that has been mentioned by others].

Aside from being able to answer it, you can also use it to determine other areas of an inerviewee's skill by simply asking them if they can improve it [and again after each subsequent improvement]. Then, once they reach the point that they say they can't, ask whether they're happy with it and/or why they can't improve it.
Improvements can include things like making it easy to add in a third term, not hard-coding in values, or other things that could be language dependent.

link|flag
show 1 more comment
vote up 13 vote down

Of course they should be able to do it provided they are not having a breakdown.

Maybe you could lead up to the problem with some exercise that shows you're not trying to embarrass them with a trick question though.

I remember being very nervous during an interview in which I kept being told that I gave wrong answers. Then I was asked write pseudocode that sorts elements that can be one of three colors. So I was wrecking my brain trying to out-think the exercise, thinking that none of the sorting algorithms I was remembering would be good enough for the guy. And I ended up not writing anything down.

Turns out he wanted me to count the number of elements of each color then populate the new array according to this.

So after the interview, I find a table and work out the answers to the questions he asked. Turns out, in all cases I was right. He had been judging interviewees against wrong answers to simple logic/math/CS problems. I intended to go back and inform him so he could do a better job (and to recover some of my dignity, I admit). But then I overheard him disparaging my university to his fellow interviewers, how he didn't encounter a single competent applicant. At which point I just turned around and walked away.

I guess I recall that account so you know to make sure the interviewer is not an incompetent asshole.

link|flag
vote up 5 vote down

Yes,

Even if a junior programmer cant complete the FizzBuzz problem they should be able to sit with you, break down the problem to it's component parts (i.e. can I print Fizz for the multiples of 3 for the first 10 numbers, can I print Buzz, can I print both, what about 15) and explain how they would address them.

If the developer cannot break a problem down into it's simplest component parts then they will be useless as a developer.

If a developer can complete the FizzBuzz problem easily, worry more, ask them to break it down and see if they actually can do that, it's far more important than coding ability in a language.

link|flag
vote up 5 vote down

If they can't do FizzBuzz in a half an hour, then our programming test would make them weep. Of course, our test isn't intended to be finished within the alloted time by any but the best of programmers - what is important is how much you get done in the time allotted and what the quality of code is.

link|flag
4  
What is your programming test? – etlerant Oct 29 at 0:11
show 5 more comments
vote up 4 vote down

FizzBuzz is simple enough that I'd expect them to be able to write the solution not only in pseudo-code, but in the language of their choice, ignoring syntax errors of course.

I don't see why you should expect 30 minutes to come up with the following solution:

for(int i = 1; i <= 100; i++)
{
   string output = string.Empty;
   if (i % 3 == 0) output += "Fizz";
   if (i % 5 == 0) output += "Buzz";
   if (string.IsNullOrEmpty(output)) output += i;
   System.Console.WriteLine(output);
}

Yes, I could have used StringBuilder to make string concatenation (as little as there is) slightly more efficient, or removed the concatenations by using if-elseifs instead. Hell, anyone who writes down string.IsNullOrEmpty should be hired right then and there.

Add: I'm nervous as hell during interviews, but I don't think I'd have trouble with a question as simple as this one. Typically, I've been asked either much harder questions that I've choked on, or been asked such unimportant questions, such as the syntax for operator overloading in C++, that any simple Google search would return the answer in a real-world situation. It's a touchy subject for me, knowing I have to rely on the quality of the interviewer.

While it might not be possible in many environments, I think the optimal situation would be to sit the interviewee on a computer with the newest version of Visual Studio up and running, and say "Write a function that answers the FizzBuzz question. I'd just like to see your coding style."

I feel like it'd be a situation like this where'd I'd really shine, just because I've learned to love the FxCop guidelines:

/// <summary> Prints the numbers 1 - 100, writing Fizz when divisible by 3, and Buzz when divisible by 5 </summary>
public void PrintFizzBuzz()
{
  for(int i = 1; i <= 100; i++)
  {
    string output = string.Empty;
    if (i % 3 == 0) 
    {
      output += "Fizz";
    }

    if (i % 5 == 0)
    { 
      output += "Buzz";
    }

    if (string.IsNullOrEmpty(output))
    {
      output += i;
    }

    System.Console.WriteLine(output);
  }
}

Yes, this is more work, but at least for me, it's much easier to visualize a solution with Visual Studio in front of me for such a trivial question than to write pseudo-code on a piece of paper. I do most of my work on a computer, not on paper, and I'm much more at-home in front of one. And doesn't this provide much more insight into the programmer's quality and their respect for readability?

link|flag
9  
Ha! You prove my theory that FizzBuzz is a mind control program. Upon reading any mention of it, people are compelled to solve it. It is impossible to have a discussion about it without someone posting their solution. :-) – Jeanne Pindar Oct 28 at 16:53
1  
Yup, I knew I'd be "the one" but it had to be done. Who says that someone here didn't still think this required a 30-minute solution? – Will Eddins Oct 28 at 17:04
2  
Hate to say it, but the code is also slightly wrong. "Write a program that prints the numbers from 1 to 100" yours will print out 0-99. Ya, I know, minor quibble. – Foxeris Oct 28 at 20:06
2  
I also hate to say it, but your programs get every single 'Fizz' and 'Buzz' wrong. I think you want if (i%3 == 0) as the test for being divisible by 3, and similarly for the 5. :) – Scott Griffiths Oct 28 at 23:34
2  
The revision history of this answer is pure gold :) – truppo Oct 30 at 21:23
show 4 more comments
vote up 0 vote down

Man, this is pain... anyone have proper study of comsci should know how to do this at least.... :(

I suggest you keep using this kind of test :)

link|flag
vote up 0 vote down

I wouldn't determine hiring based on a right or wrong answer. You hope this would be an exercise in how the person thinks/programs.

link|flag
show 2 more comments
vote up 5 vote down

My degree is in EE, I took 1 CS class in my life, and I just wrote out a pseudocode answer to this in <1 minute. It's the equivalent of asking an EE grad how to analyze a simple circuit, or what an op-amp does... However, ask me about OOP concepts in an interview and I'm likely to throw a stapler at you.

What do CS courses teach if not problem solving within different contexts?

link|flag
1  
Courses can teach all they like - read the other blog (CodingHorror) for some examination of the repeated attempts (and failures) of education to get over the "double bell curve" present in comp-sci. With the need to "produce" more and more graduates the solution has ultimately come down to passing students who don't really understand the material (the tests are adjusted until the student can get a pass just by reciting the text book or lecture, without understanding of what the words mean) – David Oct 28 at 17:33
2  
Throwing staplers is not often a smart move during job interviews. But thanks for the warning, the next time I have to interview someone, I will wear a helmet. – Gamecat Oct 29 at 9:47
vote up 57 vote down

Yes. A million times yes (of which you'll have by the time everyone has posted their yes answer).

The entire point of FizzBuzz is to break down programming to the simplest possible test - do you understand how to communicate a task to a computer (by breaking it down into logical actions and decisions that do not require intuitive leaps).

If a person cannot meet this most basic requirement, they are not the programmer they claim to be.

If they can prove they have had any training at all (most bright people should be able to complete this, at least in pseudo code, after just their first week in a high school programming course) then they are not suitable to be a programmer at all - their brain just doesn't work the way it needs to (you can teach someone for 50 years and they still won't be Mozart).

Yes, you will get people who have 10 years of experience working as a programmer (and are not just faking their resume). They have 10 years because someone, maybe like you, decided that they must be able to program and hired them (because they had 8 year/5 years/2 years/a degree in programming). And thanks to the tools meant to help programmers do the simple things faster (like drag and drop designers), they are able to do the bare minimum needed to create the impression of work (which other programmers must make minor "bug fixes" for it to actually do what it is supposed to).

You want to stop having to interview people like this? Stop hiring them under the impression that the talk on their resume is more important then what you see with your own eyeballs.

link|flag
3  
This is a high quality post, this was my thinking before forming the question. – Bryan Rowe Oct 28 at 17:29
3  
Seconded. I'd vote this up twice if I could. – Electrons_Ahoy Oct 28 at 17:45
1  
gasps for air – Dustin Getz Oct 28 at 23:09
1  
With this so high on the page I may as well use it as a soap box: I think the FizzBuzz problem (the original one) should be even simpler then it is. Currently the candidate needs to make use of a modulus operator, and have been taught or figure out that comparing it to 0 will determine if two numbers divide evenly. While this could be done in psuedo code ("IF 5 DIVIDES EVENLY INTO x THEN") the candidate could think it was the trick. While I'd certainly prefer candidates that know something this elementary, it would only take 2 minutes to learn later. A true FizzBuzz failure would be hopeless. – David Oct 29 at 16:59
show 1 more comment
vote up 1 vote down

I think that FizzBuzz is a fine "logical" problem, but you'll really want to couple it with a separate problem that actually applies to the code that you work on every day.

I know for my latest interview, I did up some test code on recursive json, and gave a code sample of my own work, but when it came to the actual job, debugging in the large codebase that exists is the hardest part.

I often wonder whether that test was meaningful since it was so far off of the mark of the day-to-day stuff that I do.

link|flag
vote up 2 vote down

Yes! You either can do stuff like that in the beginning of your career or you will never be able to.

We started doing a programming task for new hires in my company. The quality of the tests, even for senior developers, is behind what we are expecting, and I am glad we have this test in place now.

link|flag
vote up 7 vote down

It seems like most competent programmers would be able to write the FizzBuzz solution even before stepping foot into a university for comp sci (since most dabble in programming during their high-school years). The comp sci curriculum is data structures, writing compilers, Big O notation, etc. The FizzBuzz is very easy in the sense that it omits virtually all the bread-n-butter compsci topics. The 4-year degree shouldn't even be a prerequisite! The FizzBuzz question is almost like asking if a college graduate should be able to add fractions.

link|flag
vote up -1 vote down

Going to play Devil's Advocate here and say "no". Being able to answer trivial programming questions doesn't mean that you can program, and I find it painfully annoying when I interview and get asked basic nonsense despite having programming experience. Ask me about real world problems, not textbook crap. It's as bad as asking somebody to write a program to sort numbers.

Many programmers are self-taught and have no idea what this FizzBuzz stuff is, but they can write applications that work. That should be the only thing that matters, not being able to regurgitate theoretical nonsense learned in college. CS courses don't do squat to prepare you to develop real world applications.

link|flag
13  
"Many programmers are self-taught and have no idea what this FizzBuzz stuff is, but they can write applications that work." What kind of useful application could they possibly write that is more simple than FizzBuzz? You're not thinking that the person is being asked to "Write FizzBuzz" without being told what it is, are you? – Beska Oct 28 at 17:55
5  
And how is FizzBuzz theoretical nonsense? It's just a simple application, with very clear parameters. If they can't write FizzBuzz, there is simply no hope that they will be able to write anything of value. – Beska Oct 28 at 17:57
4  
The goal of FizzBuzz is not to be a text book problem (in fact it subtlety avoids being one unless you took programming 25 years ago), since those kinds of problems are open to regurigation answers. Remember, you're not trying to see if the applicant can solve problems (that's for later in the interview), you're determining if they can talk to a computer at all. FizzBuzz is so trivial because it's meant to pose no problem solving challenge at all. – David Oct 28 at 18:02
3  
@David: exactly so. It's essentially a preface to the interview, to see if the person is worth actually speaking to at all. If they do it easily, great...2 minutes gone. If they can't do it, there's no sense in spending any further effort. – Beska Oct 28 at 18:05
8  
"Being able to answer trivial programming questions doesn't mean that you can program." No, but NOT being able to answer this means you CAN'T program. Which means there's no point wasting time asking you to solve real world problems, which - surprise - do involve looping sometimes. If you answer it in 2 minutes, try this real-world problem. – Nathan Long Oct 28 at 18:06
show 11 more comments
vote up 0 vote down

Non programmers should be able to do this after reading ANY intro to programming textbook's first few chapters.

link|flag
vote up 1 vote down

Not only is this a good test to see if the candidate can think in (pseudo) code, a simple test like this can be used to:

  • highlight the candidate's thought/design process (especially for more junior, or interview-shy candidates)
  • serve as a springboard for further discussion
link|flag
vote up 1 vote down

Any computer science student should be able to answer these sorts of questions. But twe things occur to me. First, keep in mind that nervous people often appear dimmer than they are. In particular, I've seen people thrown off (even offended) by how simple a question is. It's probably worth giving them a couple tries on different questions so that you can get an accurate picture of what they are capable. Second, as many have pointed out this is a very common problem; as such you may not have the luxury to dismiss them all. Instead, I believe it's also worth exploring higher-lever problem solving skills. You may find that they still have something to offer or that they can more easily answer the simple questions after having some success with more challenging questions. I'm not saying it's okay for "programmers" to be incapable of solving FizzBuzz problems, but I think it's worth making a concerted effort to understand someone true capacity before discounting them.

link|flag
vote up 4 vote down

I think the question has a subtle trick to it. The straight forward solution is obvious (checking for each condition), but there's a hint that there's a really cool one line solution when you noticed that mod 15, is FizzBizz, the concatenation of the two strings for mod 3 & mod 5. Perhaps I read too much Perl.

link|flag
1  
Except that one-liners are a terrible PITA to work with in real projects because they are rarely self-documenting. If you want a perl hacker, sure, but don't expect to get any reusability (in the sense of "usable by anybody other than the perl hacker who wrote it, when he wrote it") out of it. – Alan Oct 29 at 15:52
1  
I don't see how that's a cool solution. They are independent evaluations so it makes sense to split them into two evaluations. Keep it simple and maintainable. – Kirk Broadhurst Oct 31 at 23:28
vote up 2 vote down

Yes^infinity.

Out of curiosity, I just tried this question.

for (int i = 1; i <= 100; i++)
{
    if (i % 3 == 0 && i % 5 == 0)
    	System.out.println("FizzBuzz");
    else if (i % 3 == 0)
    	System.out.println("Fizz");
    else if (i % 5 == 0)
    	System.out.println("Buzz");
    else
    	System.out.println(i);
}

This took me less than 4 minutes to think/write.

I am a college student whose first programming class was last semester.

So yes, I think someone who has a CS degree should be able to do this.

link|flag
show 2 more comments
vote up 1 vote down

I wish I had a interview where they asked me fizzbuzz. I am a cs student and I could answer that question even if I had a total brain meltdown.

The only time I would not not ask it is if they came in with some code from a program that solved some real world problem. At that point fizzbuzz is not needed

link|flag
vote up 3 vote down

FizzBuzz? Give them one of the first twenty Project Euler problems and ask them to think out loud as they try to solve it. That should prove once and for all if they're capable of problem solving and/or algorithmic thinking.

Of course they won't solve it without a computer, but at least they should be able to tell you how they would approach the problem.

link|flag
3  
I disagree. Talking while writing code is unusual for anyone outside of a teaching context -- and then it's usually code they've written before. As most good programmers already have enough problems with normal social interaction, you can expect them to get even more nervous when asked to talk while writing in an interview. Ask them to tell you what they intend to do or did, but leave them free to just jot down code when they have to. They have to be able to communicate, yes, but not in the act. You want a coder, not a synchronous translator. – Alan Oct 29 at 15:48
show 2 more comments
vote up 3 vote down

Depends on what you want for an answer. Would the following suffice?

for every integer going from 0 to 100
  if thenumberismultipleof(3) then print fizz
  if thenumberismultipleof(5) then print buzz
  if thenumberismultipleof(3) and thenumberismultipleof(5) then print fizzbuzz

I haven't used the modulus operator in over five years because of the type of software I write. I have no use for it. The only thing I need is to know at times is if a number is even or odd. I have written an extension to do that (used to be in a utility component).

Why? Because reading

If (score.IsEven) {...}

is much more clear than reading

If (score % 2 = 0) {...}

Plus i don't have to worry about "2" accidently gets turned itn "22".

So using the modulus operator, and many other "basic" operators/framework methods, is not in my work routine. In fact I do very little math/number work. That work was done years ago and resides in various components and works so well I don't ever have to revisit it. Why should I be able to spit out the use of these things during an interview? Why should I expect others to do this?

In the end the fizzbuzz test is a trick to help people that do not know how to interview. They don't know how to judge the competence level of strangers. It is understandable because those are very hard skills to acquire. They might even be magical power for all I know.

So I think that if that is your primary trick, or if it is used as a show stopper, you are going to miss out on some good hires. Especially if you are going after young kids right out of college.

link|flag
1  
Check your logic: you need to put the third test first, or you will never see "Fizzbuzz". (Also, go from 1 to 100, or off-by-one. Finally, I'm assuming you really mean if...else if...else in the condition.) – Telemachus Oct 29 at 15:17
4  
If there's one thing I learned from the I/O Psychology class I had to take, it's that almost everybody thinks that they can interview and judge character, but almost nobody actually can. That's why performance based test like this one are not only a good idea, but are also legally preferable. – Shea Daniels Oct 29 at 15:30
show 3 more comments
vote up 5 vote down

The question isn't as simple as it may sound. Not every good programmer may like puzzles and not every good programmer can focus enough in an interview setting to see that it's a simple modulo question -- even more so if they don't have to deal with the modulo operator much in their field. From what I hear, a CS grad in the US should easily recognise the problem and be able to solve it. From my personal experience in my country, this doesn't hold true universally -- the modulo operator is a bit obscure if you're not actually dealing with pure algorithm design much.

If you test someone on how well they perform in solving well-known puzzles, you are only testing them on exactly that. This may be a good indicator of whether they are of any use, but the importance may also heavily depend on the programming tasks you're looking to be solved in real projects -- a maths nut may not be the best choice for GUI programming and a GUI programmer may not be the best choice for writing a physics simulation.

If the interviewee is completely clueless and can't solve the problem even after being given straightforward hints, they still might simply be too nervous, but chances are that they will perform equally badly under real stress or simply not know much at all.

It's certainly a good clue, but it's not fail-safe enough to rely on it alone. Variable naming and such can be telling, as can be the actual process -- let them use a realistic environment if you want insight into their actual abilities (can they tell by their code and its output what they are doing wrong? can they fix it? is the result patchy or clumsy, or did they actually improve it?). Looking at the code and asking them about it may also help to judge not only whether they are good, but also whether they can communicate their thoughts and what they did (is the code readable? can they explain how it works?).

Don't ask them to describe it as they do it -- that's distracting (writing code is a linguistic process, talking may interfer with it) and may hamper their creative process. But if they can't justify what they do or can't describe the function in layman's terms (not idiot-proof, but other-people-proof), they may be difficult to work with in a team or leave a mess behind when they leave you for new shores.

If they can't solve FizzBuzz, try another question. Maybe try a different topic, or something easier. If they can't even write a loop over an array, that's a good indicator they're lying about their skills. Also test them one things they claim to be good at. Don't insist on code samples if they can't write you any in the interview, but test their abstraction skills (e.g. ask them for the way they would do something in general terms, then ask them for something on a lower level, try them on several layers, not just one).

For good measure, here's my take on FizzBuzz in Python (without looking at samples and after forgetting to output non-fizzbuzz numbers literally):

def fizzBuzz(n):
    l = []
    for i in range(1,n+1):
        fizz = (i % 3 == 0)
        buzz = (i % 5 == 0)
        if fizz:
            if buzz:
                l += ['FizzBuzz']
            else:
                l += ['Fizz']
        elif buzz:
            l += ['Buzz']
        else:
            l += [str(i)]
    return l
link|flag
1  
If you take pseudo code to allow something like "if isMultipleOf(5, x)", I agree. The modulo operator can appear to be a bit obscure unless you happen to be doing a lot of arithmetics. – Alan Nov 2 at 15:03
show 1 more comment
vote up -1 vote down

You are essentially testing for knowledge of the % (modulus) operator, or equivalent - not something we often use. I know of it from 8 bit programming days - not sure if I've used it more than a couple of times since then.

I know I'll be downvoted, but nevertheless, no, it isn't a good question.

link|flag
2  
Not really. You definitely don't have to use mod. – Bryan Rowe Oct 29 at 15:54
1  
example: double x = someNumber / 3; if(x == (int) x) //this number is divisible by 3 You could also use Math.Floor and other built in functions obviously – Bryan Rowe Oct 29 at 15:57
2  
-1 It even says pseudocode in the question. (ifnumberisdivisibleby3) print Fizz, else (ifnumberisdivisibleby5) print Buzz, etc. – Kirk Broadhurst Oct 31 at 23:43
show 1 more comment
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.