Amazon SDE2 interview question

amazon logo
amazon
SDE IIRejected
February 11, 202521 reads

Summary

I completed an SDE2 interview loop at Amazon which included an OA, two coding rounds, and a Low-Level Design round. Despite a seemingly positive experience, I ultimately received a rejection.

Full Experience

My Amazon SDE2 interview process commenced with an Online Assessment, which covered behavioral questions and standard system design principles.

The second round was dedicated to coding, presenting two distinct challenges. For the first question, I was tasked with identifying the maximum length subarray where the difference between its first and last elements was 'k'. I successfully navigated this problem, progressing from a brute-force approach to an optimal solution within 20 minutes. The second coding challenge involved discovering the maximum product of an L-shaped path within a given matrix. While I required a few hints, I was able to achieve a complete solution. Interestingly, no Leadership Principle (LP) questions were posed during this coding round. I left feeling confident that the interviewer was pleased with my performance.

The third and final round focused on Low-Level Design (LLD). Here, the primary objective was to design a notification system, with a particular emphasis on constructing message content tailored for various communication channels. This round also incorporated two specific Leadership Principle questions.

A week following the interviews, I received a rejection email, devoid of any specific feedback. I found this outcome quite surprising, as I believed my performance was strong. It really highlights how incredibly high the interview bar is these days.

Interview Questions (2)

Q1
Max Product L-Shaped Path in Matrix
Data Structures & Algorithms

Find the maximum product an L-shaped path can yield within a given matrix.

Q2
Design a Notification System
System Design

Design a notification system with a specific focus on building message content for different communication channels.

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!