Candidates applying for Graduate Software Developer roles take an average of 14 days to get hired, when considering 1 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 Graduate Software Developer according to 1 Glassdoor interviews include:
Group panel interview: 50%
Skills test: 50%
Here are the most commonly searched roles for interview reports -
Completed a loop interview. Consisted of 4 1hr interviews with a range of personality, leetcode, and some low level design style questions. All interviewers were very professional and helpful throughout. Even
I applied online. The process took 3 weeks. I interviewed at Amazon (London, England) in Dec 2024
Interview
I only got through the online rounds, then got ghosted! I know it is very competitive, but the company has a dashboard that can easily set an 'unsuccessful' label to the application, so it wouldn't be difficult to automate this at all.
Interview questions [1]
Question 1
One of the online assessment was a job simulation, where I read emails and interpret data. The goal was to respond to each situation how you think would be best. It is a mix of aptitude / work ethics / technical test.
I applied online. The process took 2 weeks. I interviewed at Amazon (Cape Town) in Aug 2025
Interview
This is with regards to the technical interview I did at Amazon. It was 2 hours for two questions, which were very tough and beyond the scope of anything I'd seen on LeetCode until then, including the hard category of questions.
Interview questions [1]
Question 1
Code question 1: A new Amazon intern encountered a challenging task. Currently, the intern has n integers, where the value of the ith element is represented by the array element values[i]. The intern is curious to play with arrays and subsequences and thus asks you to join him. Given n integer, array values, and an integer k, the intern needs to find the maximum and minimum median overall subsequences.
Code question 2: The data science team at Amazon is facing a unique challenge. A portion of their data has gone missing from their database. However, they believe they can recover the lost data based on the following instructions:
1. The missing data is a permutation of the characters found in the string firstInfo
2. The missing data is lexicographically greater than the string secondInfo
3. The missing data is the lexigraphically smallest string that satisfies the above two conditions