Open In App

Amazon FT Interview Experience 2019 (On-Campus)

All the 4 rounds were technical rounds.

Round 1:



The round began with an introduction and a brief discussion on projects. Then the interviewer started with the questions.

I had to write the code for it on paper. The interviewer then asked me if we should continue with linked lists or move on to something else. I told him I was fine in either case.



First the question was without loops. I told him my approach. He then told me to solve it taking loops into consideration. I discussed my approach and wrote the code for it.

Round 2:

This round again had 2 questions.

I initially told an O(n³) solution. He told me to optimise it. I optimised it to O(n²). He told me to try and optimise it further. I came up with an O(n) approach but it would not work for a particular case. However, the interviewer was satisfied with this and told me to write the code for it.

For reference,  C6H2(NO2)3(CH3)3

I told a stack-based approach, traversing the string from right to left. As time was running short, I did not have to code it.

Round 3:

There were 2 questions in this round.

The interviewer first explained what a quad tree is and how an image is represented in the form of a quad tree. I solved this question using a recursion-based approach.

I had to code my solution for both the questions on paper.

Round 4:

The round began with an introduction, followed by a detailed discussion on my projects and internship. The interviewer then moved on to questions.

I had to write the code for the first question only.

Tips:

Article Tags :