Amazon | SDE-1

amazon logo
amazon
SDE-1
April 18, 20252 reads

Summary

I experienced an SDE-1 interview at Amazon, which included an online assessment with two questions and an interview round with two specific algorithmic problems.

Full Experience

Amazon SDE-1 interview experience: OA-> 2 questions one is given a binary string, convert it to string such that there is no subsequence as 101 or 010. Another is Leetcode hard level. Interview-> 1)sliding window maximum 2) decode ways

Interview Questions (3)

Q1
Convert Binary String to Remove 101/010 Subsequences
Data Structures & Algorithms

Given a binary string, convert it to a string such that there is no subsequence '101' or '010'.

Q2
Sliding Window Maximum
Data Structures & Algorithms

Implement the Sliding Window Maximum algorithm.

Q3
Decode Ways
Data Structures & Algorithms

Implement the Decode Ways algorithm.

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!