I applied online. The process took 2 weeks. I interviewed at Amazon in May 2019
Interview
Interviewer was very friendly and asked two behavioral questions as well as a couple of design questions. it was followed by a coding session using livecode. I was allowed to choose any language I wanted. The entire interview lasted 45 mins.
Interview questions [4]
Question 1
How do you handle a large task and make sure it is completed on time?
A design question for a tool that can collect logs from all servers in a region. Also, if an instance suddenly went missing, how do you go about figuring out the issue?
Programming question - Given an array of arrays, flatten into a single array. Ex: [[1,2,3,4], [5,6],[7]]. Output [1,2,3,4,5,6,7]. Once done, increased complexity to nested arrays within each array.
I applied through an employee referral. The process took 4 weeks. I interviewed at Amazon (Bengaluru) in Feb 2017
Interview
The process is a bit lengthy. It took around 4-5 weeks. Total 5 Rounds of Interview.
- Telephonic
- Written (Coding, scripting)
- 2 DS & Algo Rounds
- Problem Solving Round
- Managerial Round
- Bar Raiser
I applied through an employee referral. The process took 3 weeks. I interviewed at Amazon (Seattle, WA) in Nov 2018
Interview
It's generally a process of submitting a resume and getting noticed. Once the hiring manager decides to have a look at you, it's a matter of a phone screen followed by an on-site interview loop for 5-6 hours with multiple people (hiring manager, team members, and individuals from related teams). Expect a technical grilling or two, plus management interviews
Interview questions [1]
Question 1
Describe tcp/ip connection process?
Describe HTTPS certificate trust and SSL encryption?
How do you know it's time to make a change on a team? Personnel-wise, technical?
Write me a python function that inputs a string and a list, then uses the list values to split the string into another list.