'''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 '''
Machine Learning Research Scientist Interview Questions
134 machine learning research scientist interview questions shared by candidates
If you were designing a robot lawnmower, where would you start?
How do you implement feature selection in text classification?
Very simple coding questions were asked
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?
Q: What would you do to protect yourself against the attack you implemented ?
All related to the results of the paper you choose and how these results can benefit the company's products.
General C++ questions: exceptions in constructors / stack unwinding, step-by-step creation of objects (order of constructors & members initialization), virtual inheritance. Specific question - can you use 'auto_ptr' in vectors?
Write a directed graph class with add/remove nodes and edges. Implement Topological sort with cycle detection.
1. Return the unpaired string 2. Print the order of a tree according to the column index
Viewing 21 - 30 interview questions