Meta + Google + TikTok + Amazon 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."
Justify building a new feature with evidence
Case Prompt: 10-Minute Go/No-Go Recommendation for a New Feature You are the data science lead supporting a large-scale consumer messaging product. Yo...
Tune fraud threshold under review capacity and costs
Fraud Triage Thresholding with Calibrated Scores Context You have a fraud model that outputs a calibrated score s ∈ [0, 1] per account, where s ≈ P(fa...
Design A/B test and success metrics for new feature
Instagram Collections 2.0 — Define Success, Experiment Design, and Measurement Context: You are proposing a new Instagram feature, Shareable Collectio...
Compute fraud probabilities with Bayes and Binomial
Fake-Account Detection with Binomial Sessions and Bayes Updating You are evaluating a rules-based detector for fake accounts on an online platform. Ea...
Choose linear regression or decision tree appropriately
Choose Between Linear Regression and a Decision Tree Under a Hinge and Interaction DGP Context You have 100,000 i.i.d. observations with features x1 (...
Design an A/B test for WFH filter
A/B Test Design: Optional "Work From Home" Filter on Search Page You are designing an online controlled experiment for a marketplace search page that ...
Use DiD for staggered treatment adoption
Staggered DiD for a Weekly RPU Rollout (50 Regions, 2025-06-01 to 2025-08-15) Context and assumptions: - You have panel data at the region-week level ...
Compute view prevalence from views and labels
Given the tables below, write SQL to compute view prevalence of violating content. Use “today” = 2025-09-01 and report the last 7 days (2025-08-26 to ...
Derive and compare core ML and RL methods
ML Fundamentals Technical Screen — Multi‑part Question Context: You are given a set of core machine learning topics to address rigorously. For each pa...
Solve palindrome-check and vertical-order traversal
You are asked to solve two separate coding questions. You do not need to run code; be prepared to explain your approach and walk through examples. Que...
Implement a Web Crawler with BFS and DFS
Implement a simple web crawler in Python. You are given: - A starting URL. - A function get_links(url) -> list[str] that returns all outgoing links fr...
Solve four algorithmic problems
Solve the following coding tasks. For each, describe your approach, complexity, and handle edge cases. 1) Make parentheses string valid with minimal d...
Describe internship and research projects
Describe internship and research projects Behavioral/Leadership Prompt: Two Projects (Internship + Research) Context You are interviewing for a Machin...
Build next-word predictor with O(1) lookup
This question evaluates skills in language modeling, data structures, algorithmic optimization, and probabilistic sampling, within the Coding & Algori...
Solve Nearby Inventory and Word Segmentation Tasks
Two Algorithmic Tasks Implement both parts. They are independent and should have separate functions. Part A - Nearby Centers with Inventory An undirec...
Describe a time you solved a complex problem
Behavioral (Leadership/Ownership): Describe a time when you solved a complex problem by digging into details. In your answer, cover: - The context and...
When prioritize precision vs recall
Context You are working on a product team and building (or evaluating) a binary classifier that triggers an action (e.g., show a warning, block conten...
Evaluating the Impact of Duplicate and Stolen Posts on a Content Platform
Evaluating the Impact of Duplicate and Stolen Posts on a Content Platform You are a data scientist at a large user-generated-content platform (think a...
Posts and Replies Engagement
Posts and Replies Engagement A content platform stores user-generated posts and the replies that those posts receive. You need to answer two questions...
Explain what happens when you run ls
In Linux, explain the end-to-end flow of what happens when a user types ls in a shell and presses Enter. Include: - What the shell does - How the exec...