The first technical interview included 2 questions: one easy difficulty level and one medium difficulty level had to solve in ~40 minutes both
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,208 machine learning interview questions shared by candidates
Typical Meta coding interview, with problems involving data structures and algorithms. I had to solve 2 problems in 40 minutes without compiling/running the code.
Design a data structure that supports insert, delete, search and get random in constant time.
Where do you like best?
1) Get the highest k numbers in terms of their frequency. ===> Optimal solution is Quickselect I think 2) Find any local minimum in a given array. ===> Binary search 3) Stack problem
Explained in the text above.
LeetCode style questions. 2 mediums
General Behavioral questions, Signed NDA
The questions come from Leetcode. Not too much communication with the interviewer.
Round 1 coding interview: 2 leetcode easy
Viewing 6411 - 6420 interview questions