Taro Logo

Software Engineering Intern Interview Experience - Stockholm, Sweden

December 1, 2024
Positive ExperienceNo Offer

Process

The initial code test I completed had two questions.

The first was to find similar substrings. The other was to implement a linked list with the following operations:

  • Push head
  • Push tail
  • Pop head

Questions

In more detail, the first question was to implement a function that could "correct typos." If one enters "monomon," one should be able to find "moon" twice.

The parameters for the function were the input string ("monomon") and the target string ("moon"), meaning two strings.

The function should be able to find "moon" within the string "monomon."

The only action that should be taken is to switch the places of two adjacent characters. For example:

"monomon" (switch 3rd and 4th characters) -> "moonmon" -> "moon" + "mon" -> the word "moon" has been found.

Was this helpful?

Interview Statistics

The following metrics were computed from 1 interview experience for the Amazon Software Engineering Intern role in Stockholm, Sweden.

Success Rate

0%
Pass Rate

Amazon's interview process for their Software Engineering Intern roles in Stockholm, Sweden is extremely selective, failing the vast majority of engineers.

Experience Rating

Positive100%
Neutral0%
Negative0%

Candidates reported having very good feelings for Amazon's Software Engineering Intern interview process in Stockholm, Sweden.

Amazon Work Experiences