I applied online. The process took 2 months. I interviewed at Amazon (Bengaluru)
Interview
Our Team participated in Amazon Hackon24 and based on it's performance I got the links of Online Assessments after qualifying those I reached the interview stage.In the first OA there were 2 coding questions (easy) and 60 mcq questions of dbms,Computer Organization ,aptitude,Computer Networks.In second OA two questions were there one was easy and one was medium
Interview questions [1]
Question 1
One complee Binary tree is there
The root node is having value 1
The value of the first node in the level =1+value of the last node in the previous level
The value of the first node in the level =1+value of the previous node in the same level
You are given target x you have to find whether the value x is present or not in the tree if it is present find the path to it starting from the root node
If not present return empty array
X=10; {1,2,5,10}
X=10 ;{}
I applied online. I interviewed at Amazon (Tel Aviv) in Mar 2024
Interview
starting the process by home test with two programing questions, they are being chosen randomly, sometimes hard sometimes easer. Need to solve the two question by 70 minutes, can move between tabs in the computer because the test website can "see" it
Interview questions [1]
Question 1
Regular programing questions but with a lot of information that takes time for understanding.
I applied online. The process took 4 weeks. I interviewed at Amazon in Oct 2024
Interview
Straightforward, interviewer was chill asked 2 behaviorals on lp one about backbone and one about ownership and then one lc med difficulty about dp similar to house robbers 2 didn’t care if I had o(n) space or o(1) space