Intern Interview Questions
Internship interviews lean hardest on fundamentals: arrays and strings, hash maps, two pointers, recursion, and the occasional graph or DP warm-up — usually one or two rounds plus a behavioral chat. These questions were all reported by candidates interviewing for intern roles, so they reflect the real difficulty band rather than the senior-level problems that flood generic lists. If you're prepping for a summer internship, this is the slice to drill: enough range to be ready for anything an intern loop throws, without burning time on niche topics that rarely come up at this level. Most questions include a step-by-step solution so you can check your approach.

"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."
Answer OoO, caches, and memory-system questions
You are interviewing for a CPU/DV role. Provide clear explanations (and small worked examples where useful) for the following computer architecture to...
Derive Linear Regression Solution
This question evaluates understanding of one-dimensional linear regression estimation, the statistical derivation of the mean squared error objective ...
Design Tic-Tac-Toe and QPS data structures
You are given two independent coding problems that focus on data structure and API design. --- Problem 1: Generalized Tic-Tac-Toe Game with Simple AI ...
Simulate bubble elimination and maximize common prefix
You are given two independent coding tasks (as in a multi-question OA). Solve each. Task A — Grid “bubble/candy” elimination simulation You are given ...
Answer project deep-dive and Why Google questions
Scenario This round is conversational (no coding). The interviewer asks about: - One or more personal projects (deep dive) - Internship experience and...
Implement a News Publishing System with Topic Subscriptions and Delivery Limits
You are building the core delivery engine for a news publishing service. The service continuously receives news items, stores them, and — whenever a p...
Minimize reduction cost and validate equal-sum pairs
This two-part question evaluates array manipulation and algorithmic problem-solving skills: the first task focuses on optimizing cumulative operation ...
Optimize flight and cargo bookings for profit
OptiCargo: make the booking algorithm profitable You are given two streams/lists: - Flights you may attempt to book. Each flight has: - flight_id ...
Estimate ATE, ITT, and TOT from experiment
This question evaluates a data scientist's competency in causal inference and experimental analysis, specifically the estimation and interpretation of...
Bottom-Insertion Connect Game: Detect the First k-in-a-Row Winner
Two players, B and R, take turns dropping pieces onto a board that covers the upper half-plane of an integer grid. Columns are indexed by arbitrary in...
Design an Uber feature and analyze safety
You are interviewing for a Data Scientist summer internship at a ride-sharing marketplace. Part A: Product case Uber wants ideas for a new rider-facin...
What skills are needed for AI infra roles?
This question evaluates familiarity with AI infrastructure and LLM serving, including systems and performance engineering, model inference mechanisms,...
Return a valid task order
This question evaluates understanding of graph algorithms and dependency resolution, testing the ability to produce a valid ordering of tasks and reco...
Answer common internship behavioral questions
You have ~25–30 minutes for behavioral questions (with possible follow-ups). Prepare strong, concrete answers (internship-level scope is fine) for: 1....
Implement Sparse Matrix Operations
This question evaluates proficiency in sparse linear algebra, efficient algorithms, and data-structure design for numerical and machine learning workl...
Compute DiD and validate parallel trends
You are given observational/experiment-like panel data as three equal-length arrays: - period[i]: an integer time period label for observation i (e.g....
Predict a Company's Stock Price from Six Years of Web Search Logs
You are given a DataFrame containing the past six years of web search logs. Each row is a single search event with the following columns: | Column | T...
Which Dice Game Wins More Often: One Six in 4 Rolls, or Double Sixes in 24 Rolls?
You are offered two dice games and asked to decide which one gives you a better chance of winning. - Game 1: Roll one fair six-sided die 4 times. You ...
Maximize capacity with primary-backup pairing
This question evaluates combinatorial optimization and constrained matching skills, focusing on algorithm design, complexity analysis, and resource-al...
Describe leadership, AI perspective, and challenges
In a prerecorded video interview for an implementation-related engineering intern role, you may be asked several behavioral questions: 1. Describe a t...