Status: New grad, MS CS Top 50 CS school
Position: SDE Intern at Amazon
Location: Seattle, WA
Virtual Interview:
Introduction: 5-7 minutes
- Interviewer gave a brief introduction about herself
- Asked about my background
- What motivated me to do a Masters
- What kind of work of I'm doing currently
Coding Question: 35-40 minutes
Return all the triplets from a given array, which sum to a target value
e.g. array = [ -1, 0, 2, 3, 5, 6], target = 1
output = [ [-1, 0, 2] ]
The whole problem was basically a slight variation of the problem: https://leetcode.com/problems/3sum/
Behavioral: 10 minutes
Finally, I asked her a couple of questions. The interview went a bit overtime.
Got the offer within a week.