u/Royal_Border_9373

▲ 14 r/AmazonInternships+3 crossposts

Amazon SDE Intern Interview Experience (2 Technical Rounds) – Need Honest Opinion on Chances

Just finished my Amazon SDE Intern interviews (2 rounds) and honestly not sure how to feel about my chances.

Background:

- ~1500+ DSA problems solved

- LC peak around 1900

- Strong focus on backend + GenAI projects

Round 1:

Started with introduction and then interviewer went deep into my GenAI project (RAG, validation, why not just use ChatGPT directly, handling generic outputs, etc.).

Then 2 DSA questions:

  1. Gas station type greedy problem

  2. Boats to save people (2 pointers/greedy)

He grilled me on optimizations and simplifications but overall discussion was collaborative. Then one LP question around conflict in a team.

Round 2:

Again started with intro + project discussion. Interviewer asked about how I debug AI outputs and validate Gemini responses.

Then 2 DSA questions:

  1. We had prices array + M coupons. Each coupon could reduce a value by dividing by powers of 2. Needed to minimize total cost.

    I first explored some non-optimal ideas, then derived greedy + max heap approach (always reduce current maximum). Interviewer heavily grilled complexity and reasoning.

  2. DP-style question where if we take value x, we cannot take adjacent values (x-1 and x+1).

    I derived the frequency/value accumulation transformation myself and explained recursion + memoization/DP approach. Interviewer asked me to manually explain the recurrence on a testcase instead of directly writing DP.

Overall both interviews were pretty probing. I wasn’t spoon-fed hints but interviewers did challenge almost every assumption and asked “why” repeatedly.

I did solve/discuss all questions, but definitely not in a perfectly smooth way. There were some corrections and optimizations during discussion.

What do you guys think realistically? Competitive enough for selection or too inconsistent?

reddit.com
u/Royal_Border_9373 — 6 days ago
▲ 9 r/btech+1 crossposts

I have amazon internship interview in next few days.

If someone had gone through Amazon interview process please share some tips and important questions that have high probability of asking.

reddit.com
u/Royal_Border_9373 — 23 days ago

I had given my Amazon OA on 27 April, it was university talent acquisition (sde intern). I had solved both coding questions fully and all their work style and other assessments. When I can expect interview mail or follow up on the oa.

Also need guidence on now what can I prepare, I have solved 600+ problems at leetcode and currently knight.

reddit.com
u/Royal_Border_9373 — 26 days ago