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."
Design an Event-Driven CPU Overheat Controller
Design an Event-Driven CPU Overheat Controller Design an OverheatPreventionController that simulates multiple processor cores without physical sensors...
Last Truck to Leave a One-Dimensional Lane
Last Truck to Leave a One-Dimensional Lane Implement last_exit_time(lane_length, positions, velocities). Distinct trucks start at integer positions st...
Kth Employee Reached in an Ordered Hierarchy
Kth Employee Reached in an Ordered Hierarchy Implement kth_recipients(boss, queries). Employees are numbered 0 through n - 1. boss[0] == -1; for every...
Minimum Delivery Cost Between Cities
Minimum Delivery Cost Between Cities Implement minimum_delivery_costs(delivery_charges, queries). There are n cities indexed from 0 to n - 1, and city...
Solve probability and game-theory puzzles
You are interviewing for a quant trading internship. Work through the following probability and game-theory puzzles. There is no need to answer instan...
Design low-latency trading infrastructure
This question evaluates understanding of low-latency trading system architecture, networking and protocol trade-offs (TCP/IP vs UDP), time synchroniza...
Validate AI-Generated Code Safely
This question evaluates experience with generative AI tools and the competency in validating AI-generated code for correctness, maintainability, and s...
Diagnose Declining Email Click-Through Rate
This question evaluates a data analyst's competency in metric definition and validation, funnel-based diagnostics, segmentation analysis, distinguishi...
Answer why SWE and why Optiver
Behavioral Interview: SWE Intern at a Proprietary Trading Firm You are interviewing for a Software Engineer internship at a high-frequency / proprieta...
Explain Logistic Regression, Backprop, and Adam
Walk through the mathematical foundations that connect logistic regression to modern deep-learning training. The interviewer expects you to write the ...
Design alerting for application-to-exchange mappings
Problem: Alerting design for application→exchange mappings You are building a service that receives an ordered stream of mapping events: - register(ap...
Turning Interview Code into a Reusable Library or API
You have just finished implementing a small game engine during a coding interview: a board data structure for a two-player piece-dropping game, a func...
Describe Deadline, Mistake, Problem-Solving, and AI Experiences
You are interviewing for a Software Engineer (Intern) role at Amazon, in an on-site loop of two back-to-back 60-minute rounds. Each round mixes a beha...
Explain Backend Fundamentals and AI Tooling
This question evaluates understanding of core backend and AI tooling topics including operating system concepts (processes vs threads), networking (TC...
Resolve Conflict and Challenge Project Decisions
This question evaluates conflict resolution, ownership, stakeholder management, technical judgment, and the ability to earn trust and influence within...
Check Root-To-Leaf Target Sums In A Binary Tree
You are given the root of a binary tree and an integer target. Each node contains an integer value. Return true if there is at least one path from the...
Design Human Avoidance for Warehouse Robots
This question evaluates sensor fusion, perception-to-motion data flow, short-horizon motion planning, and real-time safety-critical decision-making fo...
Return all valid word-break sentences
Given a string s and a dictionary of strings wordDict, insert spaces into s to form a sentence such that every token is in wordDict. Return all possib...
Describe Key Behavioral Examples
Prepare to answer behavioral questions based on past internship or project experience. Common prompts include: 1. Tell me about a time when you disagr...
Answer core probability and statistics questions
Answer the following interview-style probability/statistics questions. Provide formulas and short explanations. 1) Bayes’ rule: State Bayes’ rule. Giv...