It was not too bad, 4 rounds, good prep and pretty straight forward. Good to have a lot of examples from past experiences, they don’t like it you have to re use an example even though it may apply to various questions
Interview questions [1]
Question 1
How did you think big picture in a past experience?
I interviewed at Amazon Web Services (Seattle, WA)
Interview
2OA 1VO, first oa is hackerrank and second is behavior question. VO is one round, 45mins coding with 15mins BQ
2OA 1VO, first oa is hackerrank and second is behavior question. VO is one round, 45mins coding with 15mins BQ
I applied online. The process took 2 months. I interviewed at Amazon Web Services (Seattle, WA) in Feb 2024
Interview
general, leetcode easy level questions. Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
BQ, general Amazon culture problems, help peers; take calculated risk under tight ddl.
Interview questions [1]
Question 1
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Open brackets must be closed by the same type of brackets.
Open brackets must be closed in the correct order.
Every close bracket has a corresponding open bracket of the same type.