Describe a project where things didn't work out as expected.
Research Scientist Machine Learning Interview Questions
38 research scientist machine learning interview questions shared by candidates
You have a linked list of numbers, how would you return the median ? Follow up, what is the worst case performance?
More on machine learning algorithms. Easy coding question
After you have decided which features to use, describe the process of constructing feature-vectors
You have a singly linked list, how would you find the median?
Describe a project where there were multiple alternatives from which to choose in implementing it.
'''Question 1: Given a sorted but rotated array, and a target, find the location of the target in the array. If the target is not in the array, returns -1 1) INPUT: [3,6,7,1,2], target = 1 OUTPUT: 3 2) INPUT: [3,6,7,1,2], target = 9 OUTPUT: -1 '''
If you were designing a robot lawnmower, where would you start?
If you were designing a robot lawn mower, where would you start? Various follow ups including sensors, limited to cameras, where mounted? How would you recognize people? Describe skeletal model?
Very simple coding questions were asked
Viewing 1 - 10 interview questions