1 question I had was next greatest element in an array - searching only to the right. I had a solution with O(n^2), but they said don't even bother, that's rejected
Machine Learning Interviews
Machine Learning Interview Questions
"To get a job in machine learning, you must have the programming and mathematical knowledge to create artificial intelligence that is capable of learning new tasks without being explicitly coded. In an interview you may be asked about your experience with pertinent coding languages such as Java and C++ as well as with writing algorithms. The interview will be comprised mainly of technical questions that test your knowledge of the fundamental concepts of machine learning such as data mining and signal processing."
8,194 machine learning interview questions shared by candidates
how to sort in O(Logn) time
Please code up and send me a function that takes two integer arrays and returns their intersection. This answer must take less than n^2 time.
How do you weight 9 marbles three times on a balance scale to select the heaviest one.
Définir une fonction qui met à plat des listes de liste.
Leetcode medium type question Some questions about leadership and initiative
How do you distinguish a classification problem from a regression problem?
Given an infinite chessboard, find shortest distance for a knight to move from position A to position B
Are you a fresher?
How would you mitigate overfitting?
Viewing 11 - 20 interview questions