Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Golf Challenge: FizzBuzz

by perrin (Chancellor)
on Mar 04, 2007 at 18:08 UTC ( [id://603120]=note: print w/replies, xml ) Need Help??


in reply to Golf Challenge: FizzBuzz

I was thinking that this is actually not as dumb an interview question as it at first appears to be. You could potentially learn something about your candidate's approach from how they solve it. Consider some of the things they might do:
  • Write a naive solution (without even the %15 trick) very quickly. Tells you this person is good at whipping out simple code.
  • Write a golfish solution. Tells you this person knows perl well, but may be too eager to show off. (An interview is probably the wrong place for golf...)
  • Write an efficient solution that minimizes the number of comparisons. Tells you this person thinks about performance. Could be a danger sign for such a small program, but it is an interview.
  • Write a very easy-to-read solution, with clear variable names and no tricks. Tells you this person thinks about maintenance.

Replies are listed 'Best First'.
Re^2: Golf Challenge: FizzBuzz
by merlyn (Sage) on Mar 04, 2007 at 18:53 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603120]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-25 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found