Amazon SDE 1 FTC Interview Process

amazon logo
amazon
SDE 1
April 20, 20252 reads

Summary

I successfully interviewed at Amazon for an SDE 1 FTC role, clearing all technical and behavioral rounds, and I'm excited to join them in June.

Full Experience

I recently had the opportunity to interview at Amazon, and I'm thrilled to share my experience with the community 🤩. Here's how it went:

Round 1: Online Assessment

  • 2 DSA questions (easy to medium level): I was able to solve both problems.
  • Leadership Principle Behavioral Questions 🤔: These questions tested my approach to problem-solving, teamwork, and leadership.

Round 2: Technical Interview 1

  • 2 LeetCode questions:
    1. Find all permutations (recursion)
    2. Daily Temperatures (stack-based problem)
  • 1 Leadership Question: This round helped me understand how Amazon's leadership principles are applied in real-world scenarios.

Round 3: Technical Interview 2

  • 2 LeetCode questions:
    1. Variant of finding cycles (I used topological sort to solve it)
    2. Variant of Word Break problem
  • 1 Leadership Question: More scenarios to demonstrate my problem-solving skills and leadership approach.

Round 4: Bar Raiser Round 🔥

  • No DSA questions, only behavioral leadership principle-based questions. This round was challenging, with questions like:
    • "Tell me about a time when you received bad feedback from a customer 🤦‍♂. What did you learn, and how did you react?" 🤔
    • Other scenario-based questions that tested my thought process and decision-making.

After this round, I wasn't sure if I'd made it, but a week later, I received an email confirming that I'd cleared all rounds 🎉. I'm excited to join Amazon this June 🎊!

Interview Questions (5)

Q1
Find All Permutations
Data Structures & Algorithms

Find all permutations of a given set of elements. I solved this problem using recursion.

Q2
Daily Temperatures
Data Structures & Algorithms

A problem similar to 'Daily Temperatures', which I solved using a stack-based approach.

Q3
Variant of Finding Cycles
Data Structures & Algorithms

A variant of a problem involving finding cycles in a graph. I used topological sort to solve it.

Q4
Variant of Word Break Problem
Data Structures & Algorithms

A variant of the classic 'Word Break' problem.

Q5
Handling Bad Customer Feedback
Behavioral

Tell me about a time when you received bad feedback from a customer. What did you learn, and how did you react?

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!