J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 6 jours. J'ai passé un entretien chez NimbleUser (Rochester, NY) en mars 2016
Entretien
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.
Questions d'entretien [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.