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."
Market Sizing & Revenue Diagnostics
Market Sizing and Revenue Diagnostics Answer a multi-part Product Manager case covering market sizing, company revenue estimation, regional strategy d...
Behavioral Deep-Dive & Leadership Scenarios
Behavioral Deep-Dive and Leadership Scenarios for Product Managers Prepare structured answers for a Product Manager phone screen or onsite covering le...
Kindle Launch: Date vs. Scope Trade-Off
Kindle Launch Decision: Date Versus Scope Trade-Off You manage a new Kindle with eight planned features: five software features and three hardware fea...
YouTube Data Throughput Estimation
Estimation Challenge: YouTube Daily Data Streamed Estimate how much data YouTube streams to users worldwide in a typical 24-hour period. Walk through ...
Favorite Products & Optimization
Product Sense and Roadmapping Prompt: Favorite Products and Optimization You are interviewing for a consumer-facing Product Manager role. Evaluate pro...
Meta Pay: Metrics & Prioritization
Product Metrics and Prioritization Prompt: Meta Pay Assume you are the PM for Meta Pay, the consumer payments system used across Meta apps such as Mes...
Build vs. Buy Decision Framework
Product Decision Prompt: Build vs. Buy Framework Your team needs to deliver a new system to support a product. You can either build it in-house or buy...
Compute peak parking lot occupancy intervals
You are given logs from a parking lot system. Each log entry has the form: [carId, time, eventType] - carId is an integer identifying a car. - time is...
Design concurrent expiring job registry
This question evaluates understanding of concurrent data structures, synchronization primitives, time-based expiration semantics, and efficient cleanu...
Solve Shortest Paths and Rental Allocation
This question evaluates understanding of shortest-path algorithms and reachability in weighted graphs (including directed vs. undirected handling and ...
Analyze Product Growth Cases
This question evaluates product analytics and experimentation competencies for a Product Analyst role, including metric definition, funnel decompositi...
Design a real-time ad impression aggregator
Design an ads impression aggregator service with the following requirements: - The system ingests a high-volume stream of impression events (each even...
Compute interval mode, BST range sum, exclusive time
You are given several independent coding tasks. A) Most frequent integer covered by intervals You are given an integer range [-M, M] and a list of inc...
Implement a formatted shell script output
Implement a formatted shell script output Write a shell script named script.sh that is invoked as: ./script.sh <username> <path_of_file>. It must prin...
What features and feature selection would you use?
Context You are building an ML system to rank/promote shop ads in an e-commerce feed/search page. At serving time, the system may score candidate shop...
Describe projects and handle challenges
Describe projects and handle challenges Behavioral Interview Prompts — Software Engineer (Onsite) Context: In an onsite behavioral interview for a Sof...
Simulate Uniform(0,1) from random bits
Assume you have access to a function rand_bit() that returns 0 or 1 with equal probability and independent across calls. How would you generate a rand...
Find Shortest Queue with Few Calls
This question evaluates algorithm design and analysis skills, focusing on working with restricted data structure APIs and minimizing total operations ...
Design LLM-enhanced recommendation solutions
Design LLM-enhanced recommendation solutions System Design: Incorporating Large Language Models (LLMs) into a Large-Scale Recommendation System Contex...
Differentiate virtual and pure virtual functions
Differentiate virtual and pure virtual functions In C++, what is the difference between a virtual function and a pure virtual function? Provide syntax...