Amazon Interview Experience | SDE 1 | Round 1

amazon logo
amazon
SDE 1
July 11, 20253 reads

Summary

I successfully solved and explained 'Fruit Into Baskets' within the expected time. For 'Online Stock Span', I managed to implement a working solution but missed the optimal approach due to time constraints.

Full Experience

I was able to solve and clearly explain the first problem (Fruit Into Baskets) within the expected time. For the second problem (Online Stock Span), I managed to implement a working solution under time pressure. However, the interviewer was expecting a more optimized approach. I realized the optimization (likely using a pair of stack, instead of int of stack) just as we were running out of time. So cant able to optimse the 2nd one.

Interview Questions (2)

Q1
Fruit Into Baskets
Data Structures & Algorithms

The problem 'Fruit Into Baskets' was asked. Refer to the provided LeetCode link for the full problem description.

Q2
Online Stock Span
Data Structures & Algorithms

The problem 'Online Stock Span' was asked, with a slight modification: an array was given directly instead of elements one by one. Refer to the provided LeetCode link for the original problem description.

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!