SDE AWS Dublin || Phone Screen || October 2024 || Reject

aws logo
aws
SDE IdublinRejected
November 12, 20242 reads

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)

Q1
Package Dependency Installer
Data Structures & Algorithms

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
The task is to write a class or method that can install an individual package, ensuring all its dependencies are also installed. The solution should involve defining a custom class.

Discussion (0)

Share your thoughts and ask questions

Join the Discussion

Sign in with Google to share your thoughts and ask questions

No comments yet

Be the first to share your thoughts and start the discussion!