I applied through a recruiter. The process took 1 day. I interviewed at Arachnid (Rockford, IL) in Jan 2012
Interview
Started out with a brief talk with co-president. Then took a personality test that required numbering things from most important to least important.
Next was an interview with Senior programmer. He asked me to show him projects i've worked on and programming experience.
Interview questions [1]
Question 1
1) Write a program that prints fizz at multiples of 3 and buzz at multiples of 5, print fizzbuzz at multiples of 3 and 5.
2) Write a program that solves magic squares problem. no need to be efficient, do it any way you want, fastest way to finish the program. -He recommended using brute force algorithm.