Amazon Interview Experience for SDE Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Online Round: There were multiple sets. Each set contained four sections. Code Debugging section(20 minutes)-It demanded only 10-15 minutes and only minor changes were required for correctness.Coding section(70 minutes)- Two coding questions were asked. I do not remember exactly what were those but the firstone was very easy and the second was a medium-level question. The second question was based on twopointers approach as well as it required a bit of greedy thinking. I was able to complete thissection in 40 minutes.Work Style Assessment(20 minutes)-These consisted of behavior-related questions in which you have to select the most likelyan option that portrayed your qualities.Logical Ability(35 minutes)- These consisted of MCQs which tested your logical reasoning. You can prepare them from here. Speed matters so don't waste much time on a single question. Around 42 students were shortlisted for interviews. Interview: It consisted of only one round which was purely technical. I was asked 2 coding questions: https://www.techiedelight.com/change-elements-row-column-j-matrix-0-cell-j-value-0/- Time complexity and space complexity mattered strictly. No extra space was allowed. I was asked to write code for it which I wrote correctly so we moved on to the next question. https://www.geeksforgeeks.org/dsa/next-greater-element/ - Again Time complexity and space complexity mattered strictly. O(N) space and time complexity were required. I also did this after this technical part ended. Then the Interviewer asked if I had any questions for him in reply to which I asked the type of work that interns are emphasized on. Then the round ended. Tips: Be confident and speak loud and clear.If you do not understand something ask them before moving on.Use proper variables while writing code.Write short and clean code so that it is easy for you to explain to the interviewer. Results: Finally 22 students were offered internships for the SDE profile. Verdict: Selected Comment More infoAdvertise with us Anonymous Improve Article Tags : Interview Experiences Experiences Similar Reads Amazon Interview Experience For SDE I got a call from Amazon HR that they were looking for women on break for their returnship program. The interview consisted of 3 parts : DSA round : The interviewer asked me to write a program. I first wrote using the brute force technique. The interviewer told me to optimize the code. I was able to 1 min read Amazon Interview Experience for SDE A recruiter from Amazon contacted me on LinkedIn for a job. This made me realize the significance of making valuable connections on LinkedIn, as well as improving one's LinkedIn profile. Here about my interview experience - Round 1 (Online screening): 2 Medium questions A variation of a Knapsack pro 2 min read Amazon Interview Experience For SDET Greetings, everyone! In this article, Iâm thrilled to share a detailed account of the interview process for the role of Software Development Engineer in Test (SDET) at Amazon, a leading name in the e-commerce industry. Understanding the SDET Role: Before diving into the experience, letâs clarify wha 2 min read Amazon Interview Experience for SDE 1 Online Assessment: There was an online coding assessment in which you have to solve two coding questions in 70 min followed by behavioral pattern questions separately. Both coding questions were medium level and I was able to solve both of them. After one week of this round, I got a selection mail f 2 min read Amazon Interview Experience for SDE-I 1st Interview- Swap Kth node from beginning with Kth node from end in a Linked List https://www.geeksforgeeks.org/problems/swap-kth-node-from-beginning-and-kth-node-from-end-in-a-singly-linked-list/1 Check if two nodes are cousins in a Binary Tree: https://www.geeksforgeeks.org/problems/check-if-two 1 min read Amazon Interview Experience for SDE-2 Recently I was interviewed by Amazon for SDE-2, here is my experience. Current Status: 3.5 YOE with the product-based company. Online Assessment: 105 minutes including 2 coding questions and a section to explain the approach and time and space complexity. Similar to https://leetcode.com/problems/max 1 min read Like