Meta Interview Questions
Practice 1,145 real interview questions from Meta. Covers Coding & Algorithms, Analytics & Experimentation, Data Manipulation (SQL/Python), Behavioral & Leadership. For roles including Data Scientist, Software Engineer, Machine Learning Engineer, Data Engineer.

"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."
Count unconnected posts and reactions
You are analyzing a newly launched feed feature intended to improve engagement by showing more unconnected content. Assume the following tables: - pos...
Estimate ads ranking revenue impact
You are the data scientist for an ads ranking team. The team has built a new ranking algorithm for feed ads. The new model changes the ordering of ads...
Design an Online Judge and Live Comments
The onsite included two system design prompts: 1. Design an online judge platform where users submit code for programming problems. The system must su...
Measure scheduled posts feature success
Facebook is considering launching a new feature that allows users to schedule a post to be published at a future time. The product hypothesis is that ...
Write SQL for reply-based recipient metrics
You work on a social product and are given two tables. Assumptions (use these unless you state otherwise): - All timestamps are in UTC. - A “reply” is...
Compute ad impression conversion rates
You are given two tables for an ads product. Table: ad_impressions | Column | Type | Description | |---|---:|---| | impression_id | STRING | Unique id...
Solve Two Backtracking Array Problems
You will solve two independent coding problems. For each problem, first discuss edge cases, then implement a correct solution, and finally explain how...
Troubleshoot a production server outage
You are the on-call engineer responsible for a production server for the next several days. Discuss how you would approach the following: - How would ...
Solve Subarray Sum and Local Minimum
Two coding problems were reported in the same phone-screen round: 1. Count target-sum subarrays. Given an integer array nums and an integer k, return ...
Solve coding and AI-assisted tasks
This interview included several algorithm problems across a phone screen, onsite coding, and an AI-assisted coding round. Solve the following tasks: 1...
Solve Two String Problems
The interview included two coding questions: 1. Exactly one edit apart Given two strings s and t, determine whether they are exactly one edit apart...
Design an Online Game Leaderboard
Design the backend system for an online game's leaderboard. The system should support: - Recording player scores from game sessions. - Showing a globa...
Prevent Private Code Leakage in Coding Agents
Meta trains or fine-tunes coding agents using private source-code repositories. These agents may later be used to answer coding questions, generate co...
How should you evaluate unconnected content?
A social media platform has launched a feed feature that increases the share of unconnected content, meaning posts from creators who do not have an ex...
Design an Automated Ticket Investigation Agent
Design an AI-enabled agentic system that automatically investigates support or engineering tickets. The system should: - Read an incoming ticket and u...
Design Place Recommendation System
Design a machine learning system for a maps or local-discovery product that recommends places a user may want to visit. The system should provide pers...
Design a location-based radius top-K search
Design a location-based search service. Input: - latitude, longitude - radius (meters) - K Output: - The top K locations within the radius. The term “...
Construct a BST and read spiral order
The coding round reportedly included two algorithmic tasks: 1. Rebuild a binary search tree from a preorder sequence - You are given an array of di...
Handle Cross-Team Alignment and Mistakes
The behavioral round focused on three prompts: 1. How do you align requirements across teams? 2. What is the biggest mistake you have made at work? 3....
Count heavy callers in 7 days
You are given two tables. users - user_id BIGINT PRIMARY KEY - country_code STRING calls - call_id BIGINT PRIMARY KEY - caller_id BIGINT - recipient_i...