Intern Amazon Interview Questions
Amazon's internship interview pairs approachable coding with a surprisingly real dose of Leadership Principles. These questions were reported by candidates interviewing for intern roles at Amazon, so they reflect the actual bar: one or two coding rounds at easy-to-medium difficulty, plus behavioral questions mapped to LPs like Customer Obsession, Learn and Be Curious, and Ownership. Even as an intern, you're expected to bring concrete stories — from class projects, clubs, or past internships — that show those principles in action. Drill the coding here to cover the fundamentals, and use the behavioral questions to prepare LP stories ahead of time. Most coding questions include a step-by-step solution.

"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."
Validate AI-Generated Code Safely
Generative AI coding tools are now part of many teams' day-to-day workflow, and interviewers increasingly want to know not just whether you use them, ...
Design Human Avoidance for Warehouse Robots
Design a software module that lets an autonomous warehouse robot avoid humans while it navigates. The robot drives indoors among shelves and people, p...
Resolve Conflict and Challenge Project Decisions
Walk the interviewer through two behavioral stories using a structured format such as STAR (Situation, Task, Action, Result). The bar is set by Amazon...
Evaluate NLP Classification Models
You are interviewing for a Data Scientist internship at Amazon. The interviewer asks you to walk through how you think about an NLP classification pro...
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...
Answer Amazon Leadership Principle Scenarios
In an Amazon Data Scientist intern virtual interview, answer behavioral questions using the STAR method and tie each story to Amazon Leadership Princi...
Answer Amazon Behavioral Questions
Question You are in the behavioral portion of an Amazon final-round interview (Software Development Engineer internship). Prepare strong, structured r...
Explain conflict, ownership, and AI use
Question Prepare structured answers for an Amazon-style behavioral interview (intern / early-career software engineer) that probes leadership-principl...
Implement Cache and Count Components
You are asked to solve two independent coding problems in this session, each followed by a short discussion. This mirrors a 60-minute Amazon SDE codin...
Describe handling deadlines, pride, and conflict
Behavioral questions Answer the following interview prompts with concrete examples from your past work/school/internships: 1. Tight deadline: Tell me ...
Answer common Amazon behavioral questions
You are interviewing for a software engineering internship. Prepare strong answers (using the STAR framework) for the following behavioral questions: ...
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...
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....
Describe complex projects, failures, and pivots
In a software engineering internship interview, you may be asked a set of behavioral questions about project complexity, decision-making, failure, and...
Return a valid task order
You are given n tasks labeled from 0 to n - 1 and a list of prerequisite pairs prerequisites, where each pair [a, b] means task b must be completed be...
Compute Latencies and Search Grid Path
You are given two coding tasks from an internship interview. Task 1: Compute Message Latency from CSV Logs Two systems, ComputeA and ComputeB, exchang...
Explain inheritance, polymorphism, constructors, destructors
OOP fundamentals Answer the following concept questions and provide a small example where requested: 1. Inheritance vs. polymorphism - Explain what...
Design a basic credit card system
Design an object-oriented credit card system for a retail bank. Focus on clean class design rather than distributed infrastructure. At a minimum, the ...
Describe a failure and what you learned
Behavioral Describe a time you failed. - What was the situation and your goal? - What went wrong (your role/responsibility)? - What actions did you ta...
Replace Delimited Tokens in a String
Given an input string s and a dictionary replacements mapping keys to replacement strings, replace every placeholder in s with its corresponding value...