How do you weight 9 marbles three times on a balance scale to select the heaviest one.
Research Scientist Machine Learning Interview Questions
113 research scientist machine learning interview questions shared by candidates
1- Machine Learning concepts 2- Data Structure Case Study (Very easy) 3- Coding (Easy but they need hands-on exp) And Finally, Leadership (14 principles)
More on machine learning algorithms. Easy coding question
Describe a project where things didn't work out as expected.
You have a linked list of numbers, how would you return the median ? Follow up, what is the worst case performance?
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.
How long have you worked with python? or computer vision? They mainly asked technical questions about my research.
'''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 '''
Viewing 1 - 10 interview questions