Monday, February 09, 2009

Some Interview Questions

Here are some links to some interview questions related to programming:

(1) FizzBuzz Test:
Write a program that prints the numbers from 1 to 100.
But for multiples of three print "Fizz" instead of the number and for
the multiples of five print "Buzz".
For numbers which are multiples of both three and five print "FizzBuzz"

(Source)


(2) TopCoders

(3) This is interesting. There has been some recent research that proposes a way to separate programming sheep from non-programming goats in computer science classes - long before the students have ever touched a program or a programming language.
Discussion about the paper: http://www.codinghorror.com/blog/archives/000635.html
Link to original research: http://www.cs.mdx.ac.uk/research/PhDArea/saeed/
See this document for the list of questions: http://www.cs.mdx.ac.uk/research/PhDArea/saeed/test(week-0).doc

(4) How might you design a program that lets people play Monopoly with
each other over the internet?

http://weblog.raganwald.com/2006/06/my-favourite-interview-question.html








No comments: