Did not clear the second coding round. The first round was related to debugging. The second round had 2 questions. 1 easy, 1 medium to hard.
Did not clear the second coding round. The first round was related to debugging. The second round had 2 questions. 1 easy, 1 medium to hard.
Interview questions [1]
Question 1
For the medium hard question, a hash map was given with 'item' name as key and two parameters as its value. I had to sort the list of items according to the input- sort based on key/ parameter1/ parameter2 and in ascending/ descending order. Then, given the number of items per page, I had to return the items displayed on a given page number.
I applied through a recruiter. The process took 3 weeks. I interviewed at Amazon (London, England) in Jan 2021
Interview
First online assessment, 2 coding exercises and 2 more questions to explain both exercises, including time complexity.
Second round was a phone (video) interview. Interviewer was okay, but the amount of noise was horrible.
Interview questions [2]
Question 1
Questions about your previous jobs (leadership principles questions)
I applied through college or university. The process took 2 months. I interviewed at Amazon in Nov 2020
Interview
so it was an on-campus placement. the 1st round had 2 coding questions, 7-8 questions of debugging, some aptitude questions, and behavioral questions.
and then after 1-2 months, the interview took place.
Interview questions [1]
Question 1
first qn: find greatest r-l in an array such that a[r]>a[l]
second qn: find the maximum sum of the longest path of the tree from root to leaf.