Status: New grad, MS, Computer Software Engineering
Position: SDE1 at Amazon
Location: Seattle, WA
Date: February 09, 2021
I reached out to a recruiter in the month of November 2020. I got a reply from the recruiter on November 24th where I was asked to provide more information (Expected graduation date, visa status, work experience etc.) via email.
OA:
The above two questions were followed by explanations, where I was asked to explain the approach to solve them along with their respective time and space complexity analysis.
Behavioural Questions
Tell me about one of your project that you're proud of.
If given a chance to work on it now, what modification you'd do and why?
Algorithm Question
Given a text input, return the text in the decreasing order of frequency of each word occurrences in the text which is not in the banned list.
Similar to : Most Common Word
Algorithm Questions: