I applied online. The process took 3 months. I interviewed at Amazon (Beaverton, OR) in Nov 2022
Interview
Only two portions for the entire process, an assessment done at my own time and then a final technical/behavioural interview. The interview itself wasn’t bad, only a few behavioural questions with the majority of time spent on a coding question which was fairly simple. I think i did fairly well but got an email saying they’re pausing hiring so I don’t know how well I actually did since I never got an offer.
Interview questions [1]
Question 1
Given a pattern and a list, find the index on the array in which the pattern breaks and return it. if there is no break return -1.
Good , basic tree questions with no hr round only 1hr of technical round. Got it via carrier cell of college. Question is available on gfg and leetcode .brush up ur cp basics
I applied through college or university. The process took 1 day. I interviewed at Amazon (Patna, Bihar) in Aug 2022
Interview
2 questions one of sliding windows other linked list cycle I and linked list cycle II. Discussed approach to questions and then coded them on their platform after getting optimised approach.
Interview questions [1]
Question 1
1. sliding window ques 2. linked list cycle I and linked list cycle II