Algorithms
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,202 machine learning interview questions shared by candidates
Technical coding question - Both medium
https://leetcode.com/problems/merge-intervals/ https://leetcode.com/problems/validate-binary-search-tree/ I summarized my experience in the referred post above. Scheduled full loop 2months ahead to have ample time for prep (but couldn't really cover much). First codding Interview: Two questions a. Find the maximum sub-tree sum (I couldn't find related question on leetcode). Essentially consider every node in the tree as the root, them calculate the sum of the nodes, then return the maximum such sum b. Variation of https://leetcode.com/problems/word-break/. Return the output as a concatenation with the words from the dictionary separated by single space. E.g string = "catsanddogs", wordDict = ["cat", "sand","cats","dog","and"], an output = "cat sand dogs" or "cats and dogs" Second coding Interview: Two questions a. Return top k integers with highest frequencies in an array: https://leetcode.com/problems/top-k-frequent-elements/ b. Course schedule: https://leetcode.com/problems/course-schedule-ii/ Behavioural interview + one coding question a. Typical workplace behaviour questions b. Find the length of the longest sub-array whose sum is target System design: Design a Machine Learning app that makes recommendation to users for places to visit along their trip. Focus is no the ML pipeline: Data, Features, Evaluation, Model-building, Feedback, Online testing, Offline testing Personal Assessment: Didn't give good account of myself (first time system design). ML system design: Design E2E classification pipeline for Facebook marketplace. Users post visual (photos) + textual descriptions. Lots of focus on the Model training practice + Feature Engineering + Feedback loop, as well as emphasis on theory Personal Assessment: Way better than 4. Calibration (Behaviour + Coding): a. Behaviour similar to 3 b. Given a linked list L, a value val, and position pos, insert val at the posth position in L (Not replace).
Calculate depth sum of a nested array
Tell me what your resume doesn't say.
Two classic "leetcode" style questions, one involving a binary search and the other dynamic programming. Prepare using the classic resources available online and you will be fine.
Most questions are Leetcode medium level problems
An initial round (background/ profile based), a simple classification problem as homework, a technical interview (mostly based on how the solution was framed for the homework), an interview with a non-technical person, and a final round with their co-founder. 1. Why does multicollinearity happen in regression? 2. Working of boosted trees 3. Types of regularization 4. Overfitting and underfitting
- what is a support vector machine? - what's the difference between a Support Vector Machine (SVM) and a linear classifier? - why do I encode visual data and do not feed the SVM with raw information? - what are the convolutional neural networks and how do they work? - how would I treat a picture of a person that wear zalando clothes? - how could I deal with a multiclass classification problem with 1,000,000 different classes? - how could I possibly help zalando to improve their services?
Burning Wire Problem was asked 3 bulb puzzle was asked
Viewing 781 - 790 interview questions