Panda Guru LogoPanda
Guru

Amazon SDE Internship - Seattle (2025)

Round 1

Questions:

Candidate's Approach

For the first coding question, I analyzed the matrix to count the number of 1's in each row and tracked the row index with the maximum count. For the follow-up, I adjusted my logic to ensure I returned the correct index based on the criteria provided.

For the second coding question, I initially implemented a solution using a HashMap to store sums and their corresponding indices. After discussing the follow-up, I optimized my approach using a two-pointer technique to achieve the desired result with O(1) space complexity.

Interviewer's Feedback

The interviewer appreciated my initial approach to both coding questions and provided positive feedback on my optimization strategy for the second question. They encouraged me to continue practicing similar problems on Leetcode.