from-scratch Interview Questions
2 interview questions in our bank cover from-scratch, most of them ML Fundamentals & Algorithms. They average 3.5/5 difficulty — hard — and each one was reported by a candidate after a real interview. Companies known to ask about from-scratch: Qube Research & Technologies, Uber.
Practice these on the problems board →Companies that ask about from-scratch
Question mix
- ML Fundamentals & Algorithms1
- Coding & Leetcode-style Questions1
Difficulty
- 3/5 — medium1
- 4/5 — hard1
Questions tagged from-scratch
KNN Classification From Scratch
3/5Reported as a Qube Research & Technologies interview question, this problem challenges your understanding of fundamental machine learning algorithms by requiring you to implement K-Nearest Neighbors (KNN) classification entirely from scratch. You'll be provided with training data and test data, and your goal is to predict the labels for the test set without relying on any pre-built KNN libraries. This task assesses your ability to translate algorithmic principles into code, including distance calculations and majority voting for classification. It's a crucial test for aspiring data scientists and ML engineers. The full problem and model solution require a subscription.
ML Fundamentals & AlgorithmsQube Research & TechnologiesML Coding from Scratch: Regression, Markov, Facility Location
4/5During this Uber machine learning onsite interview, candidates must build core modeling primitives entirely from scratch using only NumPy. The evaluation focuses on mathematical derivation, optimization mechanics, and fluent coding without relying on high-level framework abstractions. Engineers are tested on fundamental concepts underlying regression and probability models. Unlock the complete technical walkthrough, derivation notes, and production-grade solution by purchasing a subscription.
Coding & Leetcode-style QuestionsUber
from-scratch interview FAQ
- How many from-scratch interview questions are there?
- 2 reported questions, mostly ML Fundamentals & Algorithms.
- Which companies ask from-scratch questions?
- Qube Research & Technologies (1), Uber (1).
- How hard are from-scratch questions?
- They average 3.5 out of 5: 1 at 3/5, 1 at 4/5.