SDE AWS Dublin || Phone Screen || October 2024 || Reject
Summary
I had a phone screen for an SDE role at AWS Dublin in October 2024, which covered both behavioral and technical skills, ultimately leading to a rejection.
Full Experience
I had a phone screen interview for the SDE role at AWS Dublin in October 2024. The interview was split into two main parts: behavioral and technical. The behavioral section lasted for about 25 minutes and was primarily focused on Amazon's Leadership Principles (LPs). Following that, I was given a technical question. The problem involved managing software packages and their dependencies, asking me to implement a class or method to install a package along with all its required dependencies. Unfortunately, I wasn't very familiar with graph problems and couldn't provide a complete solution within the given time, which led to my rejection.
Interview Questions (1)
Given a map of software packages and their dependencies, for example:
- A depends on B, C
- B depends on D, E, F
- C depends on F
- F depends on G
- H depends on I, J
- J depends on G