Software Developer Engineer Internship applicants have rated the interview process at Amazon with 3.3 out of 5 (where 5 is the highest level of difficulty) and assessed their interview experience as 100% positive. To compare, the company-average is 57.8% positive. This is according to Glassdoor user ratings.
Candidates applying for Software Developer Engineer Internship roles take an average of 16 days to get hired, when considering 3 user submitted interviews for this role. To compare, the hiring process at Amazon overall takes an average of 27 days.
Common stages of the interview process at Amazon as a Software Developer Engineer Internship according to 3 Glassdoor interviews include:
Phone interview: 67%
One on one interview: 33%
Here are the most commonly searched roles for interview reports -
got a mail that I need to complete OA in 14 days. th OA had 2 coding questions 70 minutes , and then I had more question about me and my charecter
Interview questions [1]
Question 1
1. Code Question 1
An AWS client has brought servers and databases from data centers in different parts of the world for their
application. For simplicity, let's assume all the servers and data centers are located on a 1-dimensional line.
You have been given the task of optimizing the network connection. Each data center must be connected
to a server. The positions of n data centers and n servers are given in the form of arrays. Any particular
data center, centerli, can deliver to any particular server destination, destination [j/. The lag is defined
distance between a data center at location x and a server destination at location yis |x-y|, i.e., the
absolute difference between x and y. Determine the minimum lag to establish the entire network.
Example
There are n = 3 connections, the positions of data centers, center = [1, 2, 2], and the positions of the server
A
destinations, destination = [5, 2,
The most efficient deliveries are:
The center at location 1 makes the first connection to the server at location 2.
The center at location 2 makes the second connection to the server at location 4.
The center at location 2 makes the third connection to the server at location 5
The minimum total lag is = abs(1- 2) + abs(2- 4) + abs(2- 5)
+2 + 3
Function Description
Complete the function getMinDistance in the editor below.
getMinDistance has the following parameter(s):
int center[n]: the positions of data centers
int destination[n]; the positions of server destinations
Returns
Jong int; the minimum lag
Constraints
1sns10
1 s centerlil, destinationti] s 109
I applied through college or university. The process took 1 day. I interviewed at Amazon (Noida) in Oct 2024
Interview
It was an oncampus opportunity. There were 2 DSA questions only. It has only 1 round after which 5 students were selected out of 50.
Interviewer was calm and positive.
I applied online. The process took 2 months. I interviewed at Amazon (Seattle, WA) in Feb 2022
Interview
Three interviews, the first two are online assessments. The last is a final round interview that is mainly technical. First online assessment is technical, second is a workplace assessment. After that, they will get back to you with a decision.