Open In App

Amazon Interview Experience | Internship Drive

Online Round:

Around 800 candidates appeared for this round



The online round comprised of 4 sections:

76 candidates were shortlisted from this round.



F2F Interview (Round-1)(1hr approx)

We were given two coding problems in this round.

Note:Every coding problems have to be coded in any one of your favourite language

Q1: Rearrange a string such that no two characters are same if not possible return -1

https://www.geeksforgeeks.org/rearrange-characters-string-no-two-adjacent/amp/  

Q2: Given a sequence of words, print all anagrams together

We discussed about 2 approach and did complexity analysis and coded the hashmap  

solution

https://www.geeksforgeeks.org/given-a-sequence-of-words-print-all-anagrams-together/amp/

This round was basically to test your problem solving skills,coding skills.

F2F Interview(Round-2)(1.5hr approx)

Initially had a 2 min introduction

Then went on to project discussion explained in detail about the SIH project which we did  

for about 10min he was keen on understanding the challenges faced and knowing the complexity of the project.

Then went with coding problems

Since we were talking about internship experience which involved recommender system

got a question from search engine related  with pattern matching

Q1: Find the pattern in a string is existing or not

Discussed about naive approach complexity,not satisfied with it

Implemented Boye Moore’s method.

Q2: From a grid of letters find whether a given word exists.

https://leetcode.com/problems/word-search/

 Q3: Sort a string according to the order defined by another string.

https://www.geeksforgeeks.org/sort-string-according-order-defined-another-string/amp/

By end of these three questions he was quite happy.

He later made a dry run through my resume and came to know the technologies I know  and asked a few questions regarding that.

Both the rounds went smoothly.Interviewers were very sharp and had a sound knowledge.They were very friendly.

Finally 9 candidates made it through!

Tips :

                                                                        Thanks a lot GFG !

Article Tags :