Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Netflix (Los Gatos, CA) en nov 2011
Entrevista
After speaking with a Recruiter who had an informal HR interview I was setup for a phone screen. I went through 3 rounds of phone interviews before being rejected.
Preguntas de entrevista [2]
Pregunta 1
How does a garbage collection system work? How will you prevent an object from being garbage collected?
Write N-ary tree traversal code to search a node given a String key.
How many JVM instances does a tomcat server have? How would it handle multiple applications with different versions of same api (for instance log4j)?
Explain wait and notify.
Explain Generics.
What is the difference between a static class and a singleton class?
Why do you want to work for Netflix?
What is a deadlock? Explain.
What is Spring framework?
HTTP is a stateless protocol. How is HttpSession implemented then?
What is String.intern()?
My Hashtable returns in constant time for most keys but for certain ones it takes a while. What is wrong?
Explain volatile keyword. Is volatile keyword thread-safe?
Explain a few design patterns.
Name a few methods from Object class and tell what do they do.
There is an integer array which only contains 1s, 2s and 3s. How will you sort it?
What value has UML added in your projects?
Java API says if you override equals method you should override hashCode too. Why?