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."
Find Top Creators and Login Streaks
Solve the following two interview-style tasks. Task 1: Top creators by likes You are given a list of like events for a business-facing creator platfor...
Design an HR Document AI Platform
Design an internal AI platform for a bank's HR organization. The platform should ingest HR documents such as policies, benefits guides, onboarding man...
Design Identity-Trust A/B Test
You are interviewing for a Data Scientist role on an Identity & Trust team at a consumer product company. The team wants to launch a feature that stre...
Design metrics and experiment for donation feature
Question Uber Eats is considering a new feature: when a user places an order, they can optionally add a donation (to the merchant or a merchant-select...
How would you decide to cancel a TV show?
Case: Should you cancel, keep, or sell a TV series? You are the CEO of a streaming company. Your platform currently produces and distributes a scripte...
Solve Markov, OLS-rotation, and coin-toss probability
Answer the following three interview questions. 1) Basic properties of a Markov (transition) matrix Let \(P\) be a transition matrix of a (time-homoge...
Find Valid IP Addresses in Files
You are given an absolute or relative path to a directory on the local file system. Write a program that recursively traverses every subdirectory unde...
Describe Learning, Conflict, and Mistakes
You are interviewing for a Data Scientist role. Answer the following behavioral questions using specific examples from work, research, or internships:...
Find degrees of connection in a LinkedIn graph
You are given an undirected graph representing professional connections: - n people labeled 0..n-1 - a list of undirected edges connections, where (a,...
Design browser history across tabs
Design a browser-history component. Start with a single tab and support these operations: - visit(url): navigate to a new URL from the current page. I...
Parse and expand an IPv6 address
Implement an IPv6 address parser/normalizer. You are given a string s that may represent an IPv6 address using standard notation: - Up to 8 groups (“h...
How detect duplicate card records?
You are given a dataset of credit card transaction records and suspect that some records are duplicates. Discuss: - What real-world situations could c...
How should you handle misaligned interviews?
A backend engineer prepared for a coding interview after the recruiter explicitly said the round would assess concurrency. The candidate chose Java as...
Predict Future Car Sale Prices
You are given transaction-level data from car dealers for calendar year 2018, and you need to predict vehicle sale prices for transactions that will h...
Design a URL Shortener
Design a URL shortening service similar to Bitly. The system should: - Accept a long URL and generate a short, unique alias. - Redirect users from the...
Normalize features and rank logistic coefficients
You are given a binary classification training dataset: - X: a 2D array of shape (n_samples, n_features) containing numeric features. - feature_names:...
Implement and visualize in-place augmentations
Implement and visualize in-place augmentations Task: Build a Reproducible Augmentation Pipeline for Grayscale Digit Denoising Context You are training...
Detect recurring transactions from a ledger
You are given a list of credit/debit card transactions. Each transaction has: - transaction_date (YYYY-MM-DD) - merchant (string) - amount (decimal, p...
Answer four core statistics questions
Problem set (timed) Answer the following four questions. 1) Covariance of order statistics Let \(X\) and \(Y\) be independent \(\mathrm{Unif}(0,1)\). ...
Design a harmful video content moderation system
Question Design an end-to-end system to detect and moderate harmful videos on a large platform. Requirements - Detect multiple policy categories (viol...