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."
Compute posterior for accurate-but-rare classifier
Bayes' Theorem: Interpreting Screening Model Predictions Context You are evaluating a binary screening model that flags "bad" users in a population. T...
Estimate first selection round with/without replacement
This question evaluates understanding of probability and expectation concepts, specifically sampling with and without replacement, per-round success p...
Compare two ad insertion strategies
Ad Insertion Strategies for a 100-Post Feed You are evaluating two ad-insertion strategies on a feed with 100 posts: - Strategy A (Stochastic): Indepe...
Diagnose sales correlations without claiming causality
This question evaluates a data scientist's competency in designing correlation-focused observational analyses, including exposure-window definition, c...
Compute shop visibility and intent metrics in SQL
Schema (PostgreSQL). Tables: users(user_id) shops(shop_id, shop_name, merchant_type) posts(post_id, shop_id, is_shoppable BOOLEAN, created_at TIMESTAM...
Describe missed deadline and scope expansion
Behavioral Question: Accountability and Ownership for a Data Scientist You will be asked for two concrete, distinct examples: - (a) One time you misse...
Design and justify unread-accounts pinning experiment
Experiment Design: Pin Unread Accounts at Top of Account Switcher Context You propose a feature for users who own multiple accounts (same person_id): ...
Compute multi-account activity and unread percentages in SQL
You are given two tables. Use them as the source of truth and do not assume any other data. Table: notifications +--------+------------+------------+-...
Design and critique an abuse-detection ML system
This question evaluates system-design and production machine learning competencies including large-scale classification versus risk scoring, handling ...
Optimize IG Shopping ranking with multiple objectives
Instagram Shopping: Multi-Objective Ranking With Fairness, Fraud Robustness, and On-Device Constraints You are designing the Instagram Shopping home f...
Design a hierarchical locking tree
Design a hierarchical locking tree Design a LockingHierarchy data structure over a rooted tree of N nodes labeled 0..N-1, initialized with an integer ...
Maximize stock profit with constraints
Maximize stock profit with constraints Given an array prices of daily stock prices, you may make at most two complete transactions (buy then sell). Af...
Evaluate emoji reactions launch
A messaging app plans to introduce an emoji reaction feature: users can long-press a message for 5 seconds and attach an emoji instead of sending a te...
Solve array merge and tree flattening problems
Solve array merge and tree flattening problems 1) Given two sorted arrays, merge them into a single sorted array. Provide both an in-place approach (w...
Discuss goals, experience, conflicts, and logistics
Discuss goals, experience, conflicts, and logistics Behavioral & Leadership Screen — Software Engineer Internship Context You are interviewing for a s...
Implement held transfers with accept/cancel
Implement held transfers with accept/cancel Design and implement a two-phase ("pull-style") money-transfer system in which funds are first held on the...
Implement a Transformer Block with SwiGLU
Implement a Transformer-style neural network block in Python using either NumPy or PyTorch. Your implementation should include: 1. Multi-head self-att...
Count expressions reaching a target sum
Count expressions reaching a target sum Given an array of non-negative integers nums and an integer target T, assign either a + or − sign to each numb...
Design an online auction system
Design an online auction system System Design: Real-Time Online Auction Platform You are asked to design an online auction system that supports real-t...
Design a cloud storage service
Design a cloud storage service System Design: Cloud Document Storage and Sharing Service Context Design the backend for a large-scale cloud document s...