Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Netflix (Guadalajara, Jalisco) nel mese di ago 2022
Colloquio
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
Domande di colloquio [1]
Domanda 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