I applied through an employee referral. The process took 1 week. I interviewed at Amazon in Sep 2023
Interview
Multiple rounds. DS in-depth, breadth, and coding. For me, DSA coding is a little difficult. DSA preparation takes time and only with the right strategy, you can master it.
Cracking your DSA interviews can become the difference between landing your dream job and still searching for it.
Interview questions [1]
Question 1
The number of ways in which a sum can be reached.
Given an array arr[] of length N and an integer target. You want to build an expression out of arr[] by adding one of the symbols ‘+‘ and ‘–‘ before each integer in arr[] and then concatenate all the integers. Return the number of different expressions that can be built, which evaluates to target.
technical interview was very hard. It contains multiple rounds and i believe there are specific rounds designed to be hard and stressful. Did not understand the questions sometimes and those questions are from system design
Interview questions [1]
Question 1
Sql questions, python questions, system design questions
The process took 3 months. I interviewed at Amazon (Bengaluru) in Nov 2022
Interview
first was an online assessment with Multiple choice questions and coding question
Then was a coding interview of data structure questions where two questions were asked to write in pseudo-code framework