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

Support Engineer - Intern

Amazon
upvote
share-icon
1 rounds | 1 Coding problems

Interview preparation journey

expand-icon
Journey
I took admission in tier 3 college for B.Tech in Computer Science. Firstly I planned that I will start learning DSA from the first year but I could not. So, I started DSA from the fourth semester and along with DSA, I also learned development because that is what I wanted to be. By the end of Third year, I was confident in both DSA and development but even then I keep on revising the concepts.
Application story
I got a message in my Whatsapp group about the company visiting our campus for the hiring of Support Engineer - Intern. I started preparing accordingly and got selected at last.
Why selected/rejected for the role?
I was giving correct explanation for my solutions in the coding round. I also built the optimal solution starting from the brute force algorithm which also added to my points
Preparation
Duration: 3 Months
Topics: Data Structures, OOPs, Operating System, DBMS, Computer Network, Algorithms, Arrays, Strings, Linked List, Trees
Tip
Tip

Tip 1 : Keep your programming fundamentals strong
Tip 2 : Prepare OOPs very well
Tip 3 : Learn about UNIX commands
Tip 4 : Do at-least 2 good projects

Application process
Where: Campus
Eligibility: 6 CGPA
Resume Tip
Resume tip

Tip 1 : Have good projects on resume
Tip 2 : Keep a thorough knowledge of everything you have written in resume
Tip 3 : Only put the skills in which you are confident
Tip 4 : Resume should be of single page

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date10 Sep 2021
Coding problem1

The Online MCQ + Coding Round was in the afternoon at 1 PM.
The exam was on Mettl Platform.
There were 9 sections.
8 section of MCQ each having 5 questions.
1 coding question.

MCQ Description - 

Data Structures (5 questions)
Algorithms (5 questions)
Linux (5 questions)
Pseudo Codes (5 questions)
Networking (5 questions)
Software Testing Methodologies (5 questions)
Software Testing Concepts (5 questions)
Database Query Language (5 questions)
The MCQs were of medium to high level

1. Furthest Building You Can Reach

Moderate
10m average time
90% success
0/80
Asked in companies
Goldman SachsVisaMorgan Stanley

Ninja is in the mood for a walk over the city, but being a ninja he prefers jumping over building roofs instead of walking through the streets.

The height of the buildings in his city can be represented through an array ‘HEIGHTS’ where ‘HEIGHT[i]’ is the height of the ith building. Ninja starts his journey from the 1st building and in one step can only travel to the roof of the next building.

While traveling from the ‘i’th to (i+1)th building:

1. If the ith building has a height greater than or equal to the next i.e (i+1)th building then he simply jumps to the next building.

2. Otherwise he uses either {‘HEIGHTS[i+1] -‘HEIGHTS[i]} bricks or just 1 ladder to climb up to the next building.

Having a limited number of bricks say ‘BRICKS’ and a limited number of ladders say ‘LADDERS’ in his Ninja pocket, he wants to know which is the farthest building he can travel up to if he uses the bricks and ladders optimally.

As Ninja is weak in mathematics so he asks for your help, can you help Ninja to find the maximum index of the building he can reach up to(1 based indexing)?

Try solving now

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
2294 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 - Intern
2 rounds | 3 problems
Interviewed by Amazon
1043 views
0 comments
0 upvotes