Amazon SDE Intern Interview Experience
Summary
The interview consisted of one technical round for an SDE Intern position. It was a concept-heavy and discussion-oriented session focusing on DSA fundamentals. I was asked two main questions: one on d...
Interview Experience
The interview consisted of one technical round, focused on DSA fundamentals + problem-solving depth. Question 1: Deep Copy of Linked List (with Random Pointer) The interviewer explored the concept in depth. My Approach: → First explained brute force using HashMap (O(n) space) → Then optimized...
Interview Questions (2)
Deep Copy of Linked List with Random Pointer
MediumData Structures & AlgorithmsNext Higher Rated Movie (Next Greater Element)
MediumData Structures & AlgorithmsPreparation Tips
It was a concept-heavy and discussion-oriented interview. I suggest two things: You should always have an answer for: a. Why you're using this DS? what advantage that gives in this PS? b. Why you're doing this step? c. Can you optimize this? d. Run me through a test ...


