Update appNew update is available. Click here to update.
SDE - 1
Amazon
upvote
share-icon
3 rounds | 4 Coding problems
views
116 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 12 months
Topics: Trees, Graphs, Dynamic Programming, Operating System, OOPS, Linked List
Tip
Tip

Tip 1 : Try to learn the basic fundamentals first.
Tip 2 : Give as much contests you can, It will help you in coding rounds.
Tip 3 : Practice as much you can.

Application process
Where: Campus
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Make it one-pager 
Tip 2 : Mention things that are related to the job profile only

Interview rounds
01
Round
Medium
Online Coding Interview
Duration120 minutes
Interview date6 Dec 2022
Problems2
Remove Duplicates From String

You are given a string (STR) of length N, consisting of only the lower case English alphabet.

Your task is to remove all the duplicate occurrences of characters in the string.

Fo...
view more
Problem approach

I simply traverse the linked list and skip all the next elements which have same value;

Try solving now
Left view of Binary Tree

Given a binary tree. Print the Left View of the Tree.

Example :
If the input tree is as depicted in the picture: 

view more
Problem approach

I simply do the preorder and at any point, if no element is printed at that level then I print that element. Its quite a standard question.

Try solving now
02
Round
Medium
Video Call
Duration45 minutes
Interview date1 Jun 2022
Problems1
String Sorting
view more
Try solving now
03
Round
Medium
Video Call
Duration45 minutes
Interview date7 Jun 2022
Problems1
Longest Palindromic Substring

You are given a string (STR) of length N.

Your task is to find the longest palindromic substring. If there is more than one palindromic substring with the maximum len...

view more
Problem approach

Its a typical 2D dp problem, for string(i,...j) to be palindrome string[i]=string[j] and string(i+1...j-1) should be palindrome. Like how we can break the problems in smaller parts and find the longest palindromic substring by applying 2D DP. I just make him understand my approach and he was out of time, so he finishes the interview there and he was satisfied with my approach.

Try solving now
Start a Discussion
Similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Amazon
1685 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Amazon
1720 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
1613 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Amazon
1698 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
25613 views
3 comments
0 upvotes
company logo
SDE - 1
5 rounds | 8 problems
Interviewed by Goldman Sachs
15616 views
6 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Samsung
6844 views
2 comments
0 upvotes