I applied online. The process took 2 months. I interviewed at Amazon (Redmond, WA) in Apr 2024
Interview
First students get an OA with 2 leetcode style questions. They were pretty easy, nothing too hard. They you move on to the virtual interview. Mine got cancelled once. It is both behavioral and technical. For behavioral review the leadership principles and talk about real stories and experiences. For technical it's one Leetcode medium question.
Interview questions [1]
Question 1
I think mine was about a binary search with some twist to it.
I applied online. I interviewed at Amazon (Bengaluru)
Interview
The interview was friendly. The interviewer asked two questions about Data Structures and Algorithms: one about linked lists and another pattern question where you need to determine the numbers in each layer that sum up to the maximum value.
Interview questions [2]
Question 1
Given a LL, check whether it is palindrome or not.
Given a pattern with increasing length of arrays stacked upon each other like a triangle, find the integers which fetch the maximum sum, given that you should not move more than one step down to the next row
I applied through college or university. The process took 5 days. I interviewed at Amazon (Bengaluru) in Jul 2023
Interview
The interview process consists of three comprehensive rounds: two in-depth technical rounds focused on assessing technical skills and problem-solving abilities, followed by a final HR round to evaluate cultural fit and interpersonal skills.
Interview questions [1]
Question 1
1 Round contains 2 Question - Binary search and Longest common subsequence