1 coding round and 1 online test
Online test was easy and the interview difficulty ranged from medium to hard.
Online test only had 2 medium level questions. interviewer also only asked 2 coding questions
Interview questions [1]
Question 1
difficulty ranged from medium to hard.
Online test only had 2 medium level questions. interviewer also only asked 2 coding questions
I applied online. The process took 3 weeks. I interviewed at Amazon (San Jose, CA) in Aug 2022
Interview
There are 2 behavioral questions and one coding question. The interviewer was nice and friendly. The process takes 45 minutes. Timeline: 6.25 application submitted, 7.21 OA submitted, 8.5 VO confirmation, 8.9 offer letter.
Interview questions [1]
Question 1
Describe your performance when there is a tight dead line.
I applied through college or university. The process took 5 days. I interviewed at Amazon (Pilani) in Sep 2022
Interview
There were only 2 rounds. First One was an online round, with only 2 DSA (easy-medium) questions. The second round was a technical interview. He asked 2 questions. First was to update each node with the sum of the nodes greater than that node in a BST. Second questions was a hard question (given the time limit of 30 minutes and the pressure). The question is as follows
You are given a list of integers nums and an integer k. Consider an operation where you increment any one element once. Given that you can perform this at most k times, return the resulting value of the most frequently occurring number. If there's more than one solution, pick the smallest possible number.
Interview questions [2]
Question 1
First was to update each node with the sum of the nodes greater than that node in a BST.
You are given a list of integers nums and an integer k. Consider an operation where you increment any one element once. Given that you can perform this at most k times, return the resulting value of the most frequently occurring number. If there's more than one solution, pick the smallest possible number.