1 hour interview, 20 minutes data structure questions and resume questions, mostly data structure implmentations and 2 coding problem, the coding problem was relatively easy, one of which is that gives you a input list of stock prices and asks to select the buy and sell point to maximize profit
Good competitive questions. I have given 2 rounds in which DSA was asked. One Stack question based on next greater element another was a graph question. I did both the questions.
I applied through college or university. The process took 2 days. I interviewed at Amazon (Jodhpur, Rajasthan) in Nov 2020
Interview
Count the number of islands in a Boolean matrix. Then he asked another puzzle :- Given 4 pages and written with x, y, 1, 2 and I have to make the minimum flips to make the pair(y, 2). (Very confusing puzzle).Then he asked a puzzle. That was like if I have boarding passes of a person without date and time and only with source and destination. If I shuffle the cards, Is it possible to tell the first initial source. I said no without time and date it was not possible.
Interview questions [1]
Question 1
It consists of aptitude from time, distance and speed. Profit and loss, average, Percentage and reasoning. There were two coding as well.
1. Find if one tree is a subtree of another.
2. Matrix multiplication.