I applied online. The process took 4 weeks. I interviewed at Amazon Web Services in Mar 2023
Interview
It was good - not as difficult, they focused on Data structures and algorithms. The interviwer was frinedly and helped me when i got stuck. The interview starts with an introduction about yourself and the interviewer also introduced himself, my interviwer was a new joinee, had completed merely an year at amazon. The questions ranged from array to dynamic programming. the diffoculty level was medium to hard.
I applied online. The process took 8 weeks. I interviewed at Amazon Web Services (Mumbai) in Jan 2024
Interview
Good, but tough to crack... I tried my best but didn't go as planned. There is a lot of competition and as such the interview is very tough. I tried my best, but it wasn't up to the mark.
Interview questions [1]
Question 1
Check whether a given rotated array can be changed to the o actual array by reversing any of its subarrays. Eg: rotated array : [1,4,3,2,5] actual array: [1,2,3,4,5], so (4,3,2) subarray can be reversed in rotated array to obtain the actual array.
I interviewed at Amazon Web Services (Seattle, WA)
Interview
Application: Submitting your resume and application online.
Screening: Initial screening call with a recruiter to discuss your background and interests.
Technical Interviews: Several rounds focusing on coding, system design, and problem-solving. These may involve whiteboard coding or coding on a shared online platform.
Behavioral Interviews: Assessing how you handle situations, teamwork, and Amazon's leadership principles.
Bar Raiser Interview: Conducted by an Amazon employee not directly hiring for the role, ensuring consistency and high standards across hires.
Decision: After feedback from interviewers, a decision is made whether to extend an offer.
Interview questions [1]
Question 1
Coding Questions:
Implement a function to reverse a string.
Write code to find the maximum element in an array.
Solve a problem using recursion, like computing Fibonacci numbers.