I applied online. The process took 3 months. I interviewed at Amazon (Raipur, Chhattisgarh) in Nov 2022
Interview
First round - Online test which consists of one coding question and some MCQs. Second round - Online test which consists of two coding question and if you solve all the question completely then only you will be called for the interview. Third round - It's online interview process . Interviewer was very humble and polite . He ask me two coding question . I was able to solve one of them and at the time of second question time gets over.
Interview questions [1]
Question 1
Introduce yourself. two dsa question . one easy and one medium . both of the questions are from gfg.
Basic Questions Related to Object Oriented Programming. Some questions on recursion, fibo series, followed by discussion on experience. 2 easy to medium coding questions followed by behavioral. Interview Lasted for 90 mins(average is 45 mins).
I applied through college or university. The process took 1 day. I interviewed at Amazon (Bengaluru) in Oct 2023
Interview
1 technical round Asked 2 dsa questions 1: Given an array arr[] of integers, find out the maximum difference between any two elements such that larger element appears after the smaller number. 2: Given a matrix of dimension M * N, where each cell in the matrix can have values 0, 1 or 2 which has the following meaning: 0: Empty cell 1: Cells have fresh oranges 2: Cells have rotten oranges The task is to the minimum time required so that all the oranges become rotten. A rotten orange at index (i,j ) can rot other fresh oranges which are its neighbors (up, down, left, and right). If it is impossible to rot every orange then simply return -1.