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."
Solve Tree Views, Columns, and Calculator
This multi-part question evaluates skills in binary tree traversal and view extraction, vertical column grouping and ordering of tree nodes, and parsi...
Implement AUC-ROC, softmax, and logistic regression
This question evaluates practical implementation skills for core machine learning components—computing AUC-ROC (including ROC point generation and han...
Solve two grid problems (islands + min-cost path)
This pair of problems evaluates grid-based algorithm competencies, specifically connected-component detection and translation-invariant shape recognit...
Explain inheritance, polymorphism, constructors, destructors
This question evaluates understanding of object-oriented programming concepts—specifically inheritance, polymorphism, constructors, and destructors—an...
Find k-th smallest subarray sum
This question evaluates algorithmic problem-solving skills in array processing, specifically understanding of subarray sum properties, selection and r...
Answer ML fundamentals and diagnostics questions
This question evaluates proficiency with confusion-matrix metrics (recall and false positive rate), ensemble learning trade-offs, decision-tree split/...
Compute minimum path sum in a triangle
This question evaluates proficiency in dynamic programming and algorithmic problem-solving within the Coding & Algorithms domain, focusing on handling...
Consolidate On-Call Rotation Segments
This question evaluates proficiency with interval manipulation, set management, sorting and event ordering, and the use of appropriate data structures...
Describe Helping an Underperforming Peer
Answer the following behavioral interview questions: 1. Tell me about a time when you helped a peer or teammate who was underperforming. 2. Tell me ab...
Google Strategic Foresight
Product Strategy Case: Threats and Technology Trends for Google You are presenting to a product leader audience. Be explicit about assumptions and use...
Minimize Circular Redistribution Cost
This question evaluates algorithmic problem-solving skills in array manipulation, circular data structures, load balancing, and cost optimization whil...
Explain ML statistics and model design concepts
Explain ML statistics and model design concepts Technical Phone Screen: Theory + System Design Probability and Statistics 1. Define a moment generatin...
Describe a recent innovation you delivered
Behavioral question: “Tell me about a recent innovation you delivered.” Include: - What problem/opportunity you identified - What was novel about your...
Describe leadership under changing priorities
Prepare structured answers for these behavioral questions: - Tell me about a time you went above and beyond expectations. - Tell me about a time you f...
Define and critique a user activity metric
This question evaluates a candidate's ability to design and critique user-activity metrics, covering event-level instrumentation, metric validity, and...
Design a bank system with scheduling and rankings
Design a bank system with scheduling and rankings Design an In‑Memory Bank System (Technical Screen) You are designing an in‑memory bank ledger that s...
Test whether two user populations differ
Problem You are given two groups of users: - Group A: North America users - Group B: Europe users Each user has a vector of continuous features (e.g.,...
Design a Twitter hashtag metrics aggregator
This question evaluates competency in designing scalable, low-latency real-time stream processing and aggregation systems, covering concepts such as w...
Compute ad revenue metrics by geography in SQL
You work on a marketplace app that shows shop ads. You are given the following tables. Assumptions - All timestamps are stored in UTC. - “Revenue” is ...
Estimate population singletons from a 10% log
A daily search log has one row per query string. You draw a 10% simple random sample of rows without replacement. Define a “unique query” (singleton) ...