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."
Implement Calendar Layout and String Packing
The interview reportedly included two separate coding exercises: 1. Day-view calendar layout - You are given a list of events for a single day. Eac...
What was the hardest part of your project?
Behavioral question In a project deep dive, the interviewer asks: 1) “In this project, what was the hardest part (most challenging aspect) and why?” 2...
Implement a trie-based tokenizer
Design and Implement a Trie-Based Subword Tokenizer for LLM Pretraining Context You are building a subword tokenizer for a large-scale LLM pretraining...
Answer why Jane Street
HR Screen Behavioral Question: Why Jane Street? You are interviewing for a Software Engineer role. In 60–90 seconds, explain: 1. Why Jane Street speci...
Design a generic key-value store
Design a Generic, Type-Safe Key-Value Store API Context You're asked to design a reusable key-value store with a generic, user-friendly API. The store...
Train a classifier and analyze dataset
End-to-End Binary Classifier Workflow (EDA → Modeling → Fairness → Report) You are given a labeled tabular dataset and asked to implement a reproducib...
Design a donation service for a 3‑day charity
System Design Prompt You are designing an online donation service for a 3-day charity campaign. Requirements - Donors can: - Select a charity campai...
Print a binary tree as aligned text
Implement a function that prints (or returns) an ASCII layout of a binary tree. Requirements: - Each node has a string value (assume it contains no sp...
Design a task system with assignments
You are implementing an in-memory task management system (no database required — everything lives in process memory and is rebuilt on restart). The sy...
Design a Cryptocurrency Trading System with Third-Party Exchanges
Design a Cryptocurrency Trading System with Third-Party Exchanges Design a cryptocurrency trading platform that routes client orders to one or more th...
How would you choose between shows?
You are a data scientist at a streaming company similar to Netflix or Hulu. Leadership wants a recommendation on whether to renew an existing series o...
Merge two sorted lists
Given two sorted lists (arrays) of integers A and B in non-decreasing order, merge them into a single sorted list. Requirements - Output must be sorte...
Design a satellite propagation simulator
Design a satellite propagation simulator Object-Oriented SatelliteNetwork: Message Propagation Simulator Design and implement an object-oriented Satel...
Implement an LRU cache
Problem: LRU Cache Design and implement a data structure that supports an LRU (Least Recently Used) cache with a fixed capacity. Requirements Implemen...
Build an Auth0-protected MCP server
Hands-on OA: Build an MCP server secured by Auth0 JWTs You are asked to build a local HTTP service that implements a minimal MCP (Model Context Protoc...
Train and improve a scikit-learn binary classifier
Practical ML fundamentals (Python + scikit-learn) You are given a small toy binary-classification dataset (e.g., arrays/dataframes X_train, y_train, X...
Design model deployment, monitoring, and low-latency inference
You have trained a fraud detection model and need to productionize it. Part A: Deployment - How would you deploy an ML model to production? - What art...
How would you evaluate stolen-post detection?
You are interviewing for a Meta DSA (product analytics / data science) role. The product team is launching a new Stolen Post Detection algorithm that ...
Design a GPU-Efficient Video Service
Design a text-to-video generation platform similar to a modern generative video product. Treat the actual model inference on GPUs as a black box: a jo...
Build Quadtree and Find Grid Words
This interview included two algorithm problems. 1. Quad-partition tree: Given an n x n binary matrix where n is a power of 2, recursively build a tree...