Open In App

Amazon wow Interview Experience for SDE Internship (2022)

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1(Online Assessment 1): This round was conducted on the Mettl platform. It consisted of MCQs on DBMS, CN, DSA, Software development and testing concepts, and 1 coding question(easy-medium)

Round 2(Online Assessment 2): This round was conducted on Hackerrank and consisted of 2 coding questions. They were relatively easy but the questions were lengthy.

Round 3(Technical Interview): This was an onsite interview I was asked to introduce myself and was given 2 coding questions

link the last and first element, the second last and second element, and so on…

Given : 1-2-3-4-5-6
Convert to: 6-1-5-2-4-3

Solution: split the list in half ( 1-2-3, 4-5-6), reverse the second half (1-2-3, 6-5-4), and merge the two lists.

The interviewer was very helpful, since it was my first in-person interview I was very nervous and it took me time to recall the number of island solutions. The interviewer was very patient and constantly gave me hints. The important thing here is to understand their hints.

Verdict: SELECTED

I went through all the interview experiences of the amazon wow internship in gfg and practiced coding from gfg and leetcode.


Last Updated : 11 Oct, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads