I applied through university. The process took 6 days. I interviewed at NimbleUser (Rochester, NY) in Mar 2016
Interview
I applied at a university career fair and was e-mailed that night asking for an interview the next day. The interview was with a programmer and an HR guy, both of whom were very nice. The questions were very typical; asking about my goals, a quick coding exercise, a quick algorithm exercise, and then some basic Java questions.
Interview questions [1]
Question 1
1) What is the difference between overloading and overriding?
2) Write code to count from integers 1-100 and print "fizz" whenever a number is divisible by 3, "buzz" whenever a number is divisible by 5, and "fizz buzz" if it is divisible by both.