Software Engineer Interview Questions
Practice 4,229 real Software Engineer interview questions for 2026 — real questions from actual interviews with detailed solutions to speed your interview preparation. This collection reflects what top tech firms like Meta, Amazon, Google, DoorDash, and TikTok typically evaluate: rigorous coding and algorithmic problem solving, increasing expectations for end-to-end system design (including GenAI/LLM design at some teams), clear complexity analysis, and reliable engineering judgment under constraints. Expect a multi-stage pipeline: recruiter screen, timed or asynchronous coding assessments, one-to-more live coding rounds focused on data structures and correctness, system-design conversations for mid and senior levels, and behavioral/hiring-manager interviews that probe ownership and collaboration. To prepare, prioritize patterned practice (timed mock interviews and implementation + optimization), learn scalable design frameworks, rehearse concise trade-off communication, and tailor examples to company signals like Amazon’s leadership lens or product/latency focus at delivery and media-driven teams. Consistent, feedback-driven practice that combines problem-solving speed, clean code, and measured design reasoning is the quickest path to offers.

"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 a data structure to find streaming median
Problem Design a data structure that supports maintaining the median of a stream of integers. Implement a class/ADT with the following operations: - a...
Design a high-level logging system
Design a high-level centralized logging system for a company. Assume many services (microservices, batch jobs) running across multiple hosts/container...
Find minimum tanks to cover all houses
You are given a string S representing a street: - 'H' = a house - '-' = an empty plot where you may place a water tank A house is considered covered (...
Explain deadlock cases and how to prevent them
You are asked in an interview to discuss deadlocks in concurrent programming. 1) What is a deadlock? 2) What conditions must hold for a deadlock to be...
Design a multi-timer using single underlying timer
You are given a Timer class that has access to a single underlying system timer API that can only keep one active timer at a time. Underlying single-t...
Implement Multiple Interview Coding Tasks
Across several coding rounds, the following independent algorithm and data-structure problems were reported: 1. Simplified line formatter: Given a lis...
Demonstrate culture fit and deep dives
Demonstrate culture fit and deep dives Behavioral & Leadership Onsite: Culture Fit and Project Deep Dive (Software Engineer) Context You will be asses...
Find First Prefix-Matching Word
Given an array of strings words and a prefix string prefix, return the smallest index i such that words[i] starts with prefix. If no word matches, ret...
Design a 911 emergency calling service
System Design Prompt Design a 911 emergency calling service (or emergency call routing platform) that allows users to place emergency calls from mobil...
Check Digits and Combine Ranges
You are asked to solve two independent coding tasks. Task 1: Check Whether an Integer Reads the Same Backward Given an integer x, return true if its d...
Design real-time exchange data sync system
Design real-time exchange data sync system System Design: Real-Time Multi-Exchange Stock Data Ingestion and Live Web Page Context You are asked to des...
Design a donations service with 3-day rolling totals
Design a service that ingests donations and serves rolling 3-day donation totals. Requirements Core features 1. Ingest donation events: - Each dona...
Compute Maximum Area Under Adjacent Bars
You are given an array heights of n non-negative integers. Each value represents the height of a vertical bar of width 1, and the bars are placed next...
Identify and mitigate deduplication program risks
System Design: Robust File Deduplication in the Real World Context You are designing a file deduplication tool that scans large directory trees on one...
Design Disk-Based Inventory Serving
Design software for a machine that has no SSD storage and only a small amount of RAM. The machine must service inventory requests using spinning disks...
Design a tamper-evident video chain-of-custody audit system
Design a tamper-evident video chain-of-custody audit system System Design: Tamper-Evident Audit Logging for Video Evidence Chain of Custody Design a s...
Implement ASCII canvas and solve two data problems
Solve the following coding tasks. 1) ASCII Canvas / Printer Implement a small drawing engine for a fixed-size canvas of width = 10 and height = 6. - E...
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...
Answer common behavioral questions with follow-ups
Behavioral interview prompt set You are in a standalone Behavioral (BQ) interview. The interviewer asks straightforward, keyword-based questions and t...
Design in-memory DB with TTL and backup
Question Design and implement an in-memory, versioned key → (field → value) database that supports per-field TTL, time-travel reads, lexicographically...