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."
Evaluate Impact of New Roblox Homepage Tab
Evaluate the Impact of a New Roblox Homepage Tab Roblox plans to replace an existing homepage tab with a new one. The team needs to measure whether th...
Assess Fundamental Statistics Knowledge in Data-Science Interviews
Fundamental Statistics for a Data Science Interview You are given several standard statistics tasks commonly used in a data-science technical screen. ...
Solve Throughput, Rate Limiting, and LFU
This set of tasks evaluates algorithmic problem-solving, data structure design, and systems-oriented reasoning by testing throughput calculation, roll...
Test coin fairness from 560 tails in 1000 flips
You flip a coin n = 1000 times and observe 560 tails. At significance level α = 0.05, test whether the coin is fair. - State the null and alternative ...
Reverse nodes in even-length linked-list groups
Problem Given the head of a singly linked list, you will traverse the list in contiguous groups of increasing size: the 1st group has size 1, the 2nd ...
Find maximum follow depth using recursion
You are given a directed follows relationship representing a social graph: - Each record (follower_id, followee_id) means follower_id follows followee...
Evaluate an email test with confounding
Evaluate an Email Test With Confounding A marketing team tested Email A and Email B across two cities, San Francisco and New York, over two weeks. The...
Implement firewall matching with CIDR rules
Implement a simple IPv4 firewall rule matcher. Problem You are given an ordered list of firewall rules. Each rule has: - an action: ALLOW or DENY - a ...
Compute length of longest increasing subsequence
You are given an integer array nums of length n. A subsequence of nums is a sequence that can be derived from nums by deleting zero or more elements w...
Find Final Ball Holder
This question evaluates understanding of functional graphs, cycle detection, and handling large-step transitions in deterministic mappings where repea...
Define metrics for new market expansion success
DoorDash new-market expansion analytics prompt covering marketplace health metrics, demand and supply diagnostics, guardrails, 6-month evaluation plan...
Price a Sequential Four-Box Search Game
Price a Sequential Four-Box Search Game Four boxes contain one \$100 prize. Each opening costs the same fee x; you choose an unopened box and may stop...
Pricing a Mystery Money Box: Expected Value, Adverse Selection, and Competition
A company manufactures sealed boxes. Each box contains a cash amount that is an integer number of dollars drawn uniformly at random from $1$ to $100$ ...
Analyze duplicating data in linear regression
This question evaluates understanding of linear regression theory and statistical inference, specifically how duplicating observations affects OLS coe...
Solve string and hashmap interview tasks
Coding questions (solve both) 1) First non-repeating character Given a string s, return the first character that appears exactly once in the string. -...
Compare float types and design ablation
This question evaluates understanding of floating-point numerical representations and experimental design for ablation studies, testing competencies i...
Design a URL shortening service
This question evaluates a candidate's ability to design scalable, highly available backend services, testing competencies in API design, data modeling...
Contrast CNNs and fully connected networks
Compare convolutional neural networks (CNNs) with fully connected (dense) networks. Explain: - The structural differences between convolutional layers...
Describe resolving conflict by persuading others
Describe a time you had a significant work-related conflict or disagreement with a teammate, stakeholder, or manager where you believed your approach ...
Find kth largest element in array
Question Given an unsorted array of integers nums and an integer k, return the k-th largest element in the array. The 1st largest element is the maxim...