I applied online. I interviewed at Amazon (Bengaluru) in May 2022
Interview
3 technical rounds
first 10 mins asking about previous experience and project related questions and then two or three problem solving questions asked. .. ... .... .... .... .... ....
Interview questions [1]
Question 1
For a given algebraic expression, check if the ‘brackets’ are in BODMAS format.
‘Brackets’ are in BODMAS format if they follow the below hierarchy:[ { ( ) } ]
Write a function that:
- takes an algebraic expression as input
- checks if the brackets follow the BODMAS format
- returns “Valid” or “Invalid” accordingly
Eg.
Input: [{50–(2+3)}+15]÷12
Output: Valid
Input: {a*(b+c)}/d + {()}
Output: Valid
Input: 1 + [2*(a + b)]
Output: Invalid
Input: 4 - {6 * [y + z]}
Output: Invalid
Input: 7 / [{(a + b)} + 4)]
Output: Invalid
One hour phone screen, received feedback within 24 hours, schedule a virtual on-site and a meeting with a recruiter before the on-site. After on-site, heard back in 48 hours from my recruiter with a decision.
Interview questions [1]
Question 1
NDA. Normal Data Structures & Algorithms, Front-End Technologies, System Design, and Leadership Principles