Solicité el puesto a través de la escuela superior o la universidad. El proceso duró 6 días. Acudí a una entrevista en NimbleUser (Rochester, NY) en mar 2016
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 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.