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 banking system with payments and merging
Design a banking system (progressive requirements) Design the backend for a simplified banking system that supports accounts, money movement, schedule...
Highest Salary Using Java Streams
Highest Salary Using Java Streams You are given a list of Employee objects. Each Employee is a plain Java object (POJO) with the following fields: `ja...
Design an Instagram-Style Social Feed
Question Design an Instagram-style photo and video sharing service with a personalized home feed (similar to Instagram). Functional requirements: 1. U...
Find frequent IPs from a huge file
You are given a very large log file (too large to fit in memory). Each line contains an IPv4 address (e.g., 203.0.113.7). Design an approach to answer...
Design a multi-level API rate limiter
Scenario You are building a backend for an “insight platform”. The platform exposes HTTP APIs that are called by many tenants and many end-consumers. ...
Design a geo-distributed rate limiter
Design a rate limiting system that works across multiple geographic regions (e.g., us-east, eu-west, ap-south). Requirements: - Enforce per-API-key li...
Design One-to-One Chat
Design a scalable one-to-one chat system. Scope: - Only direct one-to-one messaging is required. - Group chat, public channels, workspace features, an...
Design a car rental booking system
System Design: Car Rental Booking System Design an online car rental system (like Hertz or Avis) that lets users search for available rental cars, get...
Implement lexicographically smallest Two Sum
You are given an unsorted integer array nums and an integer target. Return the indices [i, j] (0-based) such that i < j and nums[i] + nums[j] == targe...
Explain Your Most Technically Complex Project
Tell me about the most technically complex project you have worked on. Walk me through the problem and why it was hard, the constraints you operated u...
Design an AI gateway
Design an AI gateway that sits between internal services and multiple LLM providers such as OpenAI and Azure OpenAI. The gateway should expose a unifi...
Minimum Bills and Coins to Make Change
You are building the change-dispensing logic for a self-checkout cash register. Given a purchase change amount (in dollars, e.g. 6.35), compute the mi...
Minimum Drone Delivery Time on a Ring of Hubs
A fleet operator runs a single delivery drone over a set of m hubs arranged in a circle (a ring). The hubs are numbered 1 through m in clockwise order...
Design a TikTok-like short video platform
Design a TikTok-like short-video product. Core user stories 1. Users upload short videos (e.g., 10–60 seconds). 2. Users watch an infinite For You fee...
Choose Your Workplace Style
You are taking a forced-choice workplace-style assessment for a Software Engineer role. Each item contains three positive statements. For each item: 1...
Design multi-region banking data synchronization
System design: Global bank with multi-region data consistency A digital bank operates in multiple geographic regions (e.g., EU, US, APAC). Users can l...
Implement a RESTful Q&A service
You are asked to build a small REST service (in any language/framework you choose) that resembles a minimal Stack Overflow-style Q&A system. Design an...
Design signup and login service
Design a basic email/password authentication service that supports user sign-up and login. You may not rely on third-party identity providers (no OAut...
Describe your most impactful project
Tell me about the project where you had the most impact. Explain the business or user problem, why it mattered, what your specific role was, the harde...
Implement Journey Counter and Speeder Detector
You are given a highway toll log parser with two classes: LogEntry and LogFile. Each log line has the format: timestamp license_plate location booth_t...