Computer Vision Researcher Interview Questions

249 computer vision researcher interview questions shared by candidates

A depth image is an image that built like a matrix that in each cell there is a number that represents the distance from an object. You have a camera that takes 100 pictures of the same object but the pictures are a bit different because of the materials. Find a simple way to compare between 2 cameras to find which one has less changes between the 100 pictures taken
avatar

Imaging and Computer Vision

Interviewed at Apple

4.1
May 28, 2018

A depth image is an image that built like a matrix that in each cell there is a number that represents the distance from an object. You have a camera that takes 100 pictures of the same object but the pictures are a bit different because of the materials. Find a simple way to compare between 2 cameras to find which one has less changes between the 100 pictures taken

The 2nd part of the interview session was about 1 coding challenge. So the scenario was that given a square NxN matrix where N is an arbitrary positive integer, the elements represent the vaccination status on an imaginary city. So they are visualized to be located in a squarish manner. There are 3 statuses, namely, 0 represents unvaccinated, 1 represents vaccinated, 2 represents infected. If a person with status 0 is adjacent to at least 1 person with status 2 in his/her 4 cardinal points (up, down, left, right), then he/she will get infected. Person with status 2 at diagonal direction won't be able to infect other person. If person with status 0 is surrounded by people with status 1 at his/her 4 cardinal points, he/she won't get infected. Given this scenario, the question is to determine how many times does propagation of infection should happen so that all unvaccinated people in the NxN matrix are infected. Here, 1 infection propagation means refers to people with status 0 getting infected with people with status 2 for being directly adjacent to them. Other people with status 0 who are adjacent to the newly infected people will only be infected in the next infection propagation.
avatar

Computer Vision Research Intern

Interviewed at Huawei Technologies

3.4
Jan 30, 2023

The 2nd part of the interview session was about 1 coding challenge. So the scenario was that given a square NxN matrix where N is an arbitrary positive integer, the elements represent the vaccination status on an imaginary city. So they are visualized to be located in a squarish manner. There are 3 statuses, namely, 0 represents unvaccinated, 1 represents vaccinated, 2 represents infected. If a person with status 0 is adjacent to at least 1 person with status 2 in his/her 4 cardinal points (up, down, left, right), then he/she will get infected. Person with status 2 at diagonal direction won't be able to infect other person. If person with status 0 is surrounded by people with status 1 at his/her 4 cardinal points, he/she won't get infected. Given this scenario, the question is to determine how many times does propagation of infection should happen so that all unvaccinated people in the NxN matrix are infected. Here, 1 infection propagation means refers to people with status 0 getting infected with people with status 2 for being directly adjacent to them. Other people with status 0 who are adjacent to the newly infected people will only be infected in the next infection propagation.

Viewing 31 - 40 interview questions

Glassdoor has 249 interview questions and reports from Computer vision researcher interviews. Prepare for your interview. Get hired. Love your job.