My interview process contained of:
1) An online assessment which included: online coding session with a web-IDE to write and compile code and behavior questions as a second part of the online assessment.
2) Live coding interview session with someone over the phone
Interview questions [1]
Question 1
Tell me about a time you failed at work. What did you learn from it?
first it was technical round in which dsa questions were asked and was asked about projects. since i had a project in c++ i was asked about the oops concept that i have implemented in my program
I applied online. I interviewed at Amazon (Bengaluru) in Jul 2021
Interview
Interview process consist of 5 rounds , 1st being online test which contains medium to hard level questions and another part which contains behavioural questions. Clearing that you have 2 rounds on DSA and on technologies you have mentioned in your resume and the last 2 rounds are managerial rounds.
Interview questions [1]
Question 1
Given a matrix you have to find max sum path . You can move either diagonally left and right and just below.
You have to give max value along with the path i.e. coordinates of cell.