Amazon Interview Experience for SDE 1 | On-Campus
Round 1: Online round
The test was conducted on amazon’s platform. It has 4 sections:
- Code Debugging (C, C++, Java ,6 – 7 Questions) 20 minutes
- Aptitude and Reasoning Ability,35 minutes
- Workstyles Assessment, 20 minutes
- Coding Round,70 minutes
The first 3 rounds were fairly easy, but you should be fast enough to solve in given time constraints. There were 2 coding problems that were similar to the below given.
- https://leetcode.com/problems/maximum-units-on-a-truck/
- https://practice.geeksforgeeks.org/problems/minimum-platforms-1587115620/1
Interview Rounds:
Round 2: Face to Face Interview
- Introduce Yourself and asked some questions about what I have said in the Introduction.
- https://leetcode.com/problems/palindrome-linked-list/ and also asked some variations of it
- https://www.geeksforgeeks.org/minimum-steps-reach-target-knight/ and also asked variations of it which are discussed on below-given link https://leetcode.com/discuss/interview-question/322837/Google-or-Onsite-interview-or-Knight’s-Shortest-Path-on-an-Infinite-Chessboard
Round 2: Face to Face Interview
- Introduce Yourself.
- https://www.geeksforgeeks.org/rearrange-given-array-such-that-each-elements-is-not-equal-to-mean-of-adjacent-elements/
- https://www.geeksforgeeks.org/find-height-of-a-special-binary-tree-whose-leaf-nodes-are-connected/
- Standard Managerial / HR question was asked
Round 3: Face to Face Interview
- Introduce Yourself.
- https://www.geeksforgeeks.org/minimum-cost-to-merge-all-elements-of-lis
- https://www.geeksforgeeks.org/bottom-view-binary-tree
- As always One standard Managerial question asked
Result: Selected for 6 Months Internship
Tips:
- The Interviews were conducted on Amazon Chime(A video calling platform).
- The Interviews were of 45 min -1 hr each.
- Any particular advice: Before the Interview, please refer to the Leadership Principles of Amazon. And for each and every problem you have to write code in your favorite language and you should also be able to convey your thought process and dry-run through the code. Time complexity and Space Complexity is a must for every problem.
- A big Thank you to GeeksforGeeks for transforming me from a reader to a writer.
Please Login to comment...