I applied through a recruiter. I interviewed at Mobileye (Jerusalem, Jerusalem) in Aug 2023
Interview
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
Interview questions [1]
Question 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.
I applied through an employee referral. The process took 2 weeks. I interviewed at Mobileye (Jerusalem, Jerusalem) in Jul 2023
Interview
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
Interview questions [1]
Question 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.