I applied through a recruiter. The process took 3 weeks. I interviewed at Amazon Web Services in Jul 2020
Interview
First round was phone screen with a recruiter.
Second round was a 1 hour interview which was 1/2 behavioral questions, 1/2 coding problem.
The final round was 5 1hr back-to-back interviews which are coding, behavioral, and system design.
Technical interview for a System Software Test & Development / SDET Student position.
The interview included one coding question about string compression, including a short follow-up about doing it in-place with constant extra space.
The second part was a system testing question based on a simple hardware diagram with two systems, a MUX, and Flash memory. I was asked how I would test the system using the given APIs.
There was also a short discussion about locks and shared hardware resources. Overall, the interview was practical and focused on coding, testing approach, and clear explanation.
Interview questions [1]
Question 1
Given a string, compress it by replacing consecutive repeated characters with the character followed by the number of times it appears consecutively.
I interviewed at Amazon Web Services (Seattle, WA)
Interview
Long. Be prepared to answer every "tell me about a time when" question you can think of. Did not seem particularly relevant to the role I was interviewing for (Communications PM). Some interviewers were nice, one was outright hostile.
Interview questions [1]
Question 1
Tell me about a time you challenged the status quo and what the positive outcome was.
I interviewed at Amazon Web Services (Washington, DC)
Interview
Applied with a referral. Got the OA that week and completed it. Was not able to solve one of the OA questions in there completely. 3 rounds. First round was behavioral. Second round was technical included two leetcode medium problems and last round was system design about designing a messenger app.
Interview questions [1]
Question 1
Design whatsapp and a habit tracker app
Leetcode graph medium question