Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Amazon interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Amazon
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Journey
I was not interested that much in Computer Science till I entered college and parents told to join CSE as my future option. When I started learning a coding language as part of curriculum it made me keen to learn more about different coding languages.
Application story
I always wanted to join Amazon as it was my dream to work in a big company. I applied for this role when my senior told me that he was working at Amazon and there is a position available that fits you. So I applied for the same and after that 2 interview rounds were scheduled.
Why selected/rejected for the role?
I was selected as I had practiced a lot of coding questions when I was in college. I basically took a course from Coding Ninjas to prepare and practice them.
Preparation
Duration: 4 months
Topics: Algorithms, C++, aptitude and reasoning, projects details, database management system, Data Structure, Java, object oriented programming language, computer networks, operating system
Tip
Tip

Tip 1 : Gain in-depth understanding and confidence in Data Structures and get maximum insight of its concepts. Prepare minimum 2-3 projects and go through those projects completely. Have complete understanding and knowledge of how these project works and what logic has been implemented.
Tip 2 : Keep an eye on time and space complexity while attempting the questions. 
Tip 3 : Practice more on reasoning questions and aptitude related questions.

Application process
Where: Other
Eligibility: No Backlog and minimum 6 CGPA
Resume Tip
Resume tip

Tip 1 : The resume should not be more than 1 page. Write only those skills, projects or achievements which you have completed yourselves and have thorough knowledge and ensure to write in brief and crisp only. Avoid unnecessary details like parent's name, photo, hobbies etc.
Tip 2 : Add a link to your GitHub, website, LinkedIn, were you can provide more details about you.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date26 Nov 2020
Coding problem2

1. Check If Linked List Is Palindrome

Easy
15m average time
85% success
0/40
Asked in companies
Thought WorksTata Consultancy Services (TCS)Quikr

You are given a Singly Linked List of integers. You have to return true if the linked list is palindrome, else return false.


A Linked List is a palindrome if it reads the same from left to right and from right to left.


Example:
The lists (1 -> 2 -> 1), (3 -> 4 -> 4-> 3), and (1) are palindromes, while the lists (1 -> 2 -> 3) and (3 -> 4) are not.
Try solving now

2. Total unique paths

Moderate
25m average time
80% success
0/80
Asked in companies
CiscoAmazonAtlassian

You are present at point ‘A’ which is the top-left cell of an M X N matrix, your destination is point ‘B’, which is the bottom-right cell of the same matrix. Your task is to find the total number of unique paths from point ‘A’ to point ‘B’.In other words, you will be given the dimensions of the matrix as integers ‘M’ and ‘N’, your task is to find the total number of unique paths from the cell MATRIX[0][0] to MATRIX['M' - 1]['N' - 1].

To traverse in the matrix, you can either move Right or Down at each step. For example in a given point MATRIX[i] [j], you can move to either MATRIX[i + 1][j] or MATRIX[i][j + 1].

Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date29 Dec 2020
Coding problem2

1. Square root (decimal)

Easy
10m average time
90% success
0/40
Asked in companies
UberVisaFacebook

You have been given two integers 'N' and 'D', Your task is to find the square root of the number 'N' with precision up to 'D' decimal places i.e. the difference between your answer and the correct answer should be less than 10 ^ (-D).

For example if N = 10 and D = 3, then your answer will be 3.162.

Try solving now

2. DBMS Question

Explain ACID properties.

Here's your problem of the day

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

What does ROLLBACK do in DBMS?

Join the Discussion
2 replies
profile
11 Jun 2022

Which language is best for amazon? For coding?

1 upvote
2 replies
Reply
profile
Roger Op |Level 2
9 Aug 2021

only 1 interview round ? is this for 6 month or for summer internship ?

6 upvotes
0 replies
Reply
Similar interview experiences
company logo
SDE - Intern
3 rounds | 3 problems
Interviewed by Amazon
1121 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 7 problems
Interviewed by Amazon
386 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
391 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
508 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
12230 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Microsoft
7391 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Google
5214 views
1 comments
0 upvotes