I applied through college or university. The process took 1 day. I interviewed at Amazon in May 2020
Interview
There were totally 5 rounds,(1 online coding Test+3 Technical Interviews+1 (managerial-cum-technical Round))
Round-1(Online Coding Test)
The test was conducted on amazon’s platform.
It had 4 sections:
Code Debugging (C, C++, Java)[Not sure of python and other languages]. (20 minutes)
Aptitude and Reasoning Ability. (35 minutes)
Workstyles Assessment. (20 minutes)
Coding Round. (70 minutes)
The first 3 sections were fairly easy, but one needs to be a tad bit quicker to finish all the questions on time.
Interview questions [1]
Question 1
A lot of reasonings and variations(like, why BFS, can we do with DFS, if no then why?, its time and space complexity, can we do by using only O(1) memory to keep track of distance, etc ).
I applied through college or university. The process took 2 months. I interviewed at Amazon (Hyderabad) in Jul 2020
Interview
It was on campus oppurtunity
I was part of Amazon Campus mentorship series
As part of ACMS we did a project with Mentor
There are four rounds of interview
interviewers are very friendly and are giving sufficient hits for us to reach the solution
the overall experience is very good
Interview questions [2]
Question 1
Round-1
https://www.geeksforgeeks.org/find-a-triplet-that-sum-to-a-given-value/
similar question but should print all unique triplets
Discussed two solutions and coded both of them
Asked about the project
Round-2
Question 1 --->Suppose linked in want apply a rule to avoid spam request
A can set connection request to B only in A and B are connected to some extent say connected with k
can be done using BFS
Question2-->
https://www.geeksforgeeks.org/count-ways-reach-nth-stair-using-step-1-2-3/
Asked about project
Round-3
https://practice.geeksforgeeks.org/problems/add-all-greater-values-to-every-node-in-a-bst/1
https://www.geeksforgeeks.org/reverse-a-list-in-groups-of-given-size/
Asked question from DBMS,OS,Computer networks
After the HR reviewed my resume, I got online assessment invitation which has 3 parts: debugging and then 2 coding questions and the third one is a logical test as well as a work simulation. Heard back from Amazon around 2 months
Interview questions [1]
Question 1
a matrix mutation question and critical connection