Tip 1 : Practice DS/ Algorithm questions
Tip 2 : Thoroughly familiarize yourself with Amazon Leadership principles
Tip 1 : Mention side projects
Tip 2 : Keep it one page if possible
First 30 minutes DS/Algo and next 30 mins behavioural questions



Use stack to solve the problem
System design round taken by EM later followed by behavioural questions
Design a vending machine with cash/card support for payments
Tip 1 : Practice questions on Youtube.
Tip 2 : Try doing mock practice.
DS algo round taken by SSE followed by behavioural questions



A 'deep copy' of a linked list means we do not copy the references of the nodes of the original linked list, rather for each node in the original linked list, a new node is created.
Tried maintaining a separate linkedlist with just next pointers

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?