Ho presentato la mia candidatura tramite segnalazione di un dipendente. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso Nuro nel mese di gen 2024
Colloquio
I applied to the position through a referral and had an initial conversation with a recruiter a few days after submitting my application. While the process began smoothly, there was a noticeable delay in scheduling the technical interview. It took some time to coordinate and schedule the interview. Eventually, the interview was scheduled, and I was able to continue with the process.
Ho sostenuto un colloquio presso Nuro (Mountain View, CA)
Colloquio
My interview process changed at several point as the team "figured out what they were looking for." After passing the ML rounds, the recruiter told me they decided to do LC style DS/algorithms coding interviews as well, and to expect a LC style easy/medium problem. Ended up getting a LC hard and promptly rejected.
Domande di colloquio [1]
Domanda 1
High level machine learning questions and leetcode style DS/algorithms question.
La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Nuro nel mese di set 2023
Colloquio
Chat with recruiter followed by coding phone screen. The phone screen involved 30min of coding where I was asked to implement a directed graph class with topological sort + cycle detection. The interviewer was very opinionated about how I wrote the directed graph class even though I had an equivalent time/memory implementation. I tried to explain it to him but he only seemed to understand one way of implementing it, so I did it his way in the end. The second part was to write topological sort using the data structure. No problem solving, he literally just wanted to know if I've memorized that algorithm or not. I'm sure they'll be able to find someone who's memorized it, but I doubt they'll be a good ML Research Scientist. This was an unreasonable questions given the time constraint in my opinion.
Domande di colloquio [1]
Domanda 1
Write a directed graph class with add/remove nodes and edges. Implement Topological sort with cycle detection.