Amazon interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

Amazon
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: C++, Algorithms, Object Oriented Programming, Operating Systems, Database Management System and Computer Networks, Data Structures(Focus more on trees and graphs)
Tip
Tip

Tip 1 : Be very much clear with your basics and skills.
Tip 2 : Have a sound knowledge and think twice before answering any question
Tip 3 : Have good understanding and confidence over Data Structures and get good understanding of its concepts. At least practice 5-6 coding questions on a daily basis on any good coding platform. I had completed around 170+ questions on Leetcode and 200+ questions on Geek For Geeks. Practice regularly rather than completing all coding questions in one day. The main aim should be practice with good strategy.

Application process
Where: Campus
Eligibility: There should not be any backlog and at least 6 CGPA
Resume Tip
Resume tip

Tip 1 : The resume should not be more than 1 page. Be brief and write only those skills, projects or achievements which you have completed yourselves and have thorough knowledge.
Tip 2 : There can be any type of question from the topics/skills/achievements, which you have mentioned in the resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration75 minutes
Interview date28 Nov 2020
Coding problem2

1. Merge Two Sorted Linked Lists

Moderate
15m average time
80% success
0/80
Asked in companies
HSBCAmazonApple

You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.

Note:

The given linked lists may or may not be null.

For example:

If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL

The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
Try solving now

2. Max element in the path

Easy
15m average time
85% success
0/40
Asked in company
Amazon

Given a Binary Search Tree and two integers NODE1 and NODE2. You have to find the maximum element in the path from NODE1 to NODE2.

A binary search tree (BST), also called an ordered or sorted binary tree, is a rooted binary tree whose internal nodes each store a key greater than all the keys in the node's left subtree and less than those in its right subtree.

Note:

1. The path from NODE1 to NODE2 does not include NODE1 and NODE2.

2. NODE1 and NODE2 are unique.

3. If there is no element in the path from NODE1 to NODE2, return -1.
Try solving now
02
Round
Medium
Video Call
Duration70 minutes
Interview date15 Dec 2020
Coding problem2

1. OS Questions

What is deadlock? How to recover from the deadlock and how to prevent them?
Explain the main differences between thread and process?

2. DBMS Questions

Define ACID and explain with examples. There were few questions on join queries. These were of medium complexity.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Amazon
3085 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
2295 views
1 comments
0 upvotes
company logo
SDE - 1
3 rounds | 6 problems
Interviewed by Amazon
1593 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8962 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Samsung
12649 views
2 comments
0 upvotes
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Microsoft
5983 views
5 comments
0 upvotes