I applied online. The process took 2 weeks. I interviewed at Amazon (Bengaluru) in Jan 2026
Interview
In total there are 4 rounds where first 2 are DSA rounds. And third GEN AI round and the last is bar raiser round.The interview was good. and the interviewers made me comfortable while answering
Interview questions [1]
Question 1
Water trapping problem, Maximum number in K length subarray.
I applied online. I interviewed at Amazon (Chennai) in Oct 2025
Interview
2 DSA Questions
1. Given an array which contains only 'b' and 'c' and the array is circular sso
the last element is adjacent to the first element.
want to group all the 'c' present in the array group together. in one operation
can select two indexes and swap them . return the minimum
number of swaps required to make all 'c' present in the array contiguous