Update appNew update is available. Click here to update.
SDE - Intern
Amazon
upvote
share-icon
3 rounds | 5 Coding problems
views
1209 views
comment
0 comments
upvote
0 upvotes
Interview preparation journey
expand-icon
Preparation
Duration: 4 months
Topics: Data Structures, OOPS, Algorithms, DBMS, OS, Networks
Tip
Tip

Tip 1 : Practice ds and algo
Tip 2 : Be confident
Tip 3 : Speak out loud and Be clear

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

Tip 1 : Mention only what you know
Tip 2 : Having Cp ranks is a plus

Interview rounds
01
Round
Easy
Online Coding Test
Duration2 hour 30 mins
Interview date15 Jun 2020
Problems2
Search in a row wise and column wise sorted matrix

You are given an N * N matrix of integers where each row and each column is sorted in increas...

view more
Problem approach

The idea is to remove a row or column in each comparison until an element is found. Start searching from the top-right corner of the matrix.

Try solving now
Clone Linked List with Random Pointer

Given a linked list having two pointers i...

view more
Problem approach

Insert a new node after every node with same value
Make a copy
Separate the two lists

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date17 Jun 2020
Problems2
Return in Row wave form

You are given a 2D array with dimensions ‘N*M’. You need to read the array elements row-wise and return a linear array that st...

view more
Problem approach

If we make sure that all even positioned (at index 0, 2, 4, ..) elements are greater than their adjacent odd elements, we don’t need to worry about odd positioned element.

Try solving now
Construct a strict binary tree

You have been given an array/list of i...

view more
Problem approach

I used the properties of preorder 
I used Recursion
I used HashMap for optimization

Try solving now
03
Round
Medium
Video Call
Duration60 minutes
Interview date17 Jun 2020
Problems1
Alien Dictionary.

You have been given a sorted (lexical order) dictionary of an alien language. Write a function that finds the order of characters in the alien...

view more
Problem approach

Create a graph
Traverse the two strings at a time, for forming an edge
Finally do Topological Sort

Try solving now
Start a Discussion
Similar interview experiences
company logo
Software Engineer
3 rounds | 5 problems
Interviewed by Amazon
1700 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 4 problems
Interviewed by Amazon
1726 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
1620 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 3 problems
Interviewed by Amazon
1705 views
0 comments
0 upvotes
Companies with similar interview experiencs
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Trilogy Innovations
16793 views
0 comments
0 upvotes
company logo
SDE - Intern
5 rounds | 6 problems
Interviewed by Josh Technology Group
10637 views
1 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
5608 views
1 comments
0 upvotes