Me postulé a través de una recomendación de un empleado. El proceso tomó 2 semanas. Acudí a una entrevista en Mobileye (Jerusalem) en jul 2023
Entrevista
1. Open discussion about the job and my experience
2. Two short coding question, the first for analyzing a code and explaining what it's purpose, and the second is writing a code for simple task
3. Open question in a whiteboard that is related to the group interest
Preguntas de entrevista [1]
Pregunta 1
Write a code that calculates the x-th percentile of an element in an unsorted array of unsigned integers in the range of [0, 255]. x is the parameter of the function.
Me postulé a través de un reclutador. Acudí a una entrevista en Mobileye (Jerusalem) en ago 2023
Entrevista
I had two technical interviews, where I was asked programming questions and computer vision related questions, and one HR interview where I had to talk about my past experience and my expectations from the new job
Preguntas de entrevista [1]
Pregunta 1
implement in an efficient way a function that calculates the average of the pixels in some region of interest in an image. Not that the function will be called many times on different regions in the image.