J'ai postulé via une autre source. Le processus a pris 4 semaines. J'ai passé un entretien chez Netflix (Guadalajara, Jalisco) en août 2022
Entretien
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
Questions d'entretien [1]
Question 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