I applied through other source. The process took 4 weeks. I interviewed at Netflix (Guadalajara, Jalisco) in Aug 2022
Interview
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
Interview questions [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