Amazon Interview Experience | SDE Internship
Amazon’s selection process for SDE intern through Amazon Campus Mentorship Series.
Round 1: Two Coding questions + 20 MCQ from computer basics
First Question – https://www.geeksforgeeks.org/maximum-sum-such-that-no-two-elements-are-adjacent/
Second Question –https://www.geeksforgeeks.org/longest-increasing-subsequence-dp-3/
Around 20 were selected among 300 from my college for the Amazon campus mentorship series in which we were divided into teams, and a mentor was assigned to us for a project for 4 months. We had monthly sessions and project reviews with the mentor. There were 30-40 students from other colleges as well with us.
After 4 months, we had an online test
Round 2: Two Coding questions +6 Debugging questions + 20 Mental ability questions
!st coding Question – https://www.geeksforgeeks.org/program-round-robin-scheduling-set-1/
2nd coding Question – https://www.geeksforgeeks.org/count-pairs-array-whose-sum-less-x/ (It was something similar to this)
Debugging and other rounds were easy
Round 3:Project presentation which we had done for 4 months
The panel basically wanted to know about the concepts you learned while making the project and your involvement.
The online test and presentation marks were added and around 25 people were selected for final interview round.
I was one among them.
Round 4- The interviewer for very friendly and asked me what data structures i am comfortable with
I said trees, graphs, linked list, stack queue etc
Then he asked me the following questions
https://www.geeksforgeeks.org/a-program-to-check-if-a-binary-tree-is-bst-or-not/
https://www.geeksforgeeks.org/minimum-number-platforms-required-railwaybus-station/
https://www.geeksforgeeks.org/search-an-element-in-a-sorted-and-pivoted-array/
https://www.geeksforgeeks.org/given-an-array-a-and-a-number-x-check-for-pair-in-a-with-sum-as-x/
In every question, he wanted me to reduce the time complexity, in the last question i gave him a solution using sorting but then he asked me to given another solution without sorting, i said hashing, he was satisfied with that.
For every question, he wanted me to look for corner cases.
The interviewer for not only looking for answer, he wanted to see your problem solving abilities . In the 3rd question, I struggled a little but then after some discussions I was able to come to the correct answer.
After some days we got the results and I was selected for SDE Internship at Amazon 🙂 🙂
Recommended Posts:
- Amazon Internship Interview Experience
- Amazon Interview Experience for SDE Internship
- Amazon Internship Interview Experience
- Amazon Interview experience | Set 127 (For Internship)
- Amazon Interview experience | Set 333 (For Internship)
- Amazon Interview Experience | Set 421 (For Internship)
- Amazon Internship Interview Experience
- Amazon Interview Experience | Set 310 (For Internship)
- Amazon Interview Experience | Set 407 (Internship)
- Amazon Interview Experience | Set 408 (Internship)
- Amazon Interview Experience | Set 265 (For Internship)
- Amazon Interview Experience (For Internship On-campus)
- Amazon Interview Experience | Set 392 (On Campus for Internship)
- Amazon Interview Experience | Set 199 (On-Campus for Internship)
- Amazon Interview Experience | Set 410 (On-Campus Internship)
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.