Me postulé a través de otra fuente. El proceso tomó 4 semanas. Acudí a una entrevista en Netflix (Guadalajara, Jalisco) en ago 2022
Entrevista
A hiring manager contacted me via email to explore whether I'd be interested or not, once I said yes he passed my contact info to a recruiter to start the process.
After two weeks I had a zoom session with a Senior Software Engineer
Preguntas de entrevista [1]
Pregunta 1
From this data structure:
interface Node {
getValue();
getReferences();
}
- Implement a BFS and a DFS.
We also had a discussion over several Java topics
- Garbage Collection
- Multithreading
- DeadLocks
- HashTable