Open In App

Amazon Internship Interview Experience

Last Updated : 15 Jul, 2019
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:Online Test

The coding round had two questions 1 was quite hard which was DP problem no one was able to solve it other was easy can be done applying simple sorting logic
Aptitude questions contained questions related to java SQL and basic c/c++ knowledge and programming
A total of around 150 students sat for the test out of which 19 were shortlisted

 

The HR came and explained to us about the format and internship opportunity job description and location
There were two technical interviews and No HR interview

Round 2: Technical round

Given a sorted array in which each element is repeated twice and one element is repeated thrice find that element in O(log(n)). I gave O(n) solution.

Give a sorted array find all the pairs having given sum
 

After this round I was rejected.

Thanks to geeksforgeeks team for putting such good content on website. I would advice to go through problems on website as it improves thinking and approach. It helped me a lot in every thing be it subjects, coding problems or practicing the questions.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads