Candidatei-me de outra forma. O processo levou 4 semanas. Fui entrevistado pela Netflix (Guadalajara, Jalisco) em ago. de 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
Perguntas de entrevista [1]
Pergunta 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