My interviewer didn't show up to our second agreed meeting time after missing the first meeting. I'm not sure how often this happens, but it was quite frustrating given the time it can take to prepare.
2
Otras evaluaciones sobre las entrevistas para el cargo de Autopilot Engineer en Tesla
Very standard process. Recruiter reaches out and schedule an phone screen interview. Start with brief chat and introduction of the team and your background and past project. Then start the technical questions. Leave 5 mins for additional questions.
Preguntas de entrevista [1]
Pregunta 1
Given image tensors, decompose them into patches and implement the Kmeans algorithm to cluster it.
Using numpy and also need to implement a convergence criterion.
Need to convert data type from uint8 to float.