Machine Learning Engineer + Data Scientist + Software Engineer Interview Questions
Practice the exact questions companies are asking right now.

"I got asked a hardcore MCM DP question and I saw it on PracHub as well. Solved that question in 5 minutes. Without PracHub I doubt I could solve it in 5 hours. Though somehow didn't get hired, perhaps I guess I solved it too fast? /s"

"Believe me i'm a student here jn US. Recently interviewed for MSFT. They asked me exact question from PracHub. I saw it the night before and ignored it cause why waste time on random sites. I legit wanna go back and redo this whole thing if I had chance. Not saying will work for everyone but there is certainly some merit to that website. And i'm gonna use it in future prep from now on like lc tagged"

"10 years of experience but never worked at a top company. PracHub's senior-level questions helped me break into FAANG at 35. Age is just a number."

"I was skeptical about the 'real questions' claim, so I put it to the test. I searched for the exact question I got grilled on at my last Meta onsite... and it was right there. Word for word."

"Got a Google recruiter call on Monday, interview on Friday. Crammed PracHub for 4 days. Passed every round. This platform is a miracle worker."

"I've used LC, Glassdoor, and random Discords. Nothing comes close to the accuracy here. The questions are actually current — that's what got me. Felt like I had a cheat sheet during the interview."

"The solution quality is insane. It covers approach, edge cases, time complexity, follow-ups. Nothing else comes close."

"Legit the only resource you need. TC went from 180k -> 350k. Just memorize the top 50 for your target company and you're golden."

"PracHub Premium for one month cost me the price of two coffees a week. It landed me a $280K+ starting offer."

"Literally just signed a $600k offer. I only had 2 weeks to prep, so I focused entirely on the company-tagged lists here. If you're targeting L5+, don't overthink it."

"Coaches and bootcamp prep courses cost around $200-300 but PracHub Premium is actually less than a Netflix subscription. And it landed me a $178K offer."

"I honestly don't know how you guys gather so many real interview questions. It's almost scary. I walked into my Amazon loop and recognized 3 out of 4 problems from your database."

"Discovered PracHub 10 days before my interview. By day 5, I stopped being nervous. By interview day, I was actually excited to show what I knew."

"I recently cleared Uber interviews (strong hire in the design round) and all the questions were present in prachub."
"The search is what sold me. I typed in a really niche DP problem I got asked last year and it actually came up, full breakdown and everything. These guys are clearly updating it constantly."
Debug Sparse Multi-Task Ranking Models
This question evaluates a candidate's ability to debug multi-task ranking models in production, focusing on training stability, extreme label sparsity...
Estimate ATE of personalization on streaming
You are given a user-level dataset from an online experiment that randomized personalization (treatment) vs no personalization (control). Assume one r...
Design an object store with deduplication
System Design Prompt Design a simplified cloud object storage service (similar to an object store) that allows users to upload and download files. The...
Design poker-like hand comparison with custom ranking
Problem Design an object-oriented solution to compare two players' hands in a card game similar to poker. You are given two hands (each a fixed number...
Design a distributed job scheduler service
Design a distributed job scheduling system — a cloud-hosted, microservice-based service that lets clients register tasks to run on a schedule and runs...
Design an online ticket marketplace
Design a Ticketmaster-like system for discovering events and buying tickets. Your design should cover: - Functional requirements (e.g., browse/search ...
Maximize correct guesses in a hat line puzzle
This question evaluates logical reasoning about information constraints, group strategy design, and combinatorial encoding in the Coding & Algorithms ...
Design distributed median and mode
Design a Distributed System for Global Median and Global Mode at Massive Scale Context You are designing a distributed analytics system that computes ...
Design an OpenAI chatbot in two hours
Design and Build a Minimal Conversational Chatbot (2-Hour Coding Exercise) You are given an OpenAI API key and two hours. Design and implement a minim...
Design an Enterprise Research Assistant with Verifiable Citations
Design an Enterprise Research Assistant with Verifiable Citations Design an enterprise research system that accepts complex questions, retrieves autho...
Compute Gaussian Probability and Regression Coefficients
You are given two independent standard normal random variables, X and Y. 1. Compute P[X > 3Y]. 2. In ordinary linear regression with design matrix X i...
Design and Interpret an A/B Test
This question evaluates a data scientist's competency in experimental design and applied statistics, encompassing power and sample-size calculations, ...
Design a satellite propagation simulator
Design a satellite propagation simulator Object-Oriented SatelliteNetwork: Message Propagation Simulator Design and implement an object-oriented Satel...
Sample uniformly from a circle’s area
How would you generate a point (x, y) uniformly at random from the area of a circle of radius R centered at the origin? - Explain why naive choices (e...
Model Product Ranking
You are building a machine learning model for product ranking in an e-commerce marketplace. Given a user, context, and a set of candidate products, ra...
Design robust A/B test with interference and seasonality
Experiment Design: Redesigned Onboarding with Network Effects and Weekly Seasonality Background You are launching a redesigned onboarding flow for a c...
Design a KV store with QPS API
This question evaluates a candidate's ability to design scalable, highly available key-value storage systems and to integrate real-time metrics report...
Design a short-video recommender for short-term interest
This question evaluates a candidate's understanding of real-time personalized recommendation systems, with emphasis on session-based short-term intere...
Design One-to-One Chat
Design a scalable one-to-one chat system. Scope: - Only direct one-to-one messaging is required. - Group chat, public channels, workspace features, an...
Debug transformer and train classifier
Debug and Fix a Transformer Text Classifier, Then Train and Evaluate It You inherit a small codebase for a transformer-based text classifier. It ships...