I applied online. I interviewed at Amazon (Gurgaon, Haryana) in Mar 2022
Interview
I appeared for Amazon SDE-I FTE(Full Time Equivalent) hiring process through my college campus, in March 2021. First, there was an Online Coding Round and it was followed by three rounds of virtual interview process.
Online Coding Round: From the Online Coding Round, about 40 candidates were shortlisted for the interview process which was held in the next week.
In the online coding round, two questions (different questions to different candidates) were asked, one a bit tricky and the other one easier. I actually ended up doing neither with complete success (:3).
In my first question, I remember I passed about 8 out of the 13 total test cases and passed only 2 out of the 9 in the other one. I thought I had no chances for qualifying through but when the shortlist was published, I ended up being quite high up in the list. I was surprised but later what I learned was, the developers who make those questions, actually go through your code thoroughly and find out whether you used the correct logic (or at least close to it) or not.
Interview questions [1]
Question 1
Given a string S of distinct character of size N and their corresponding frequency f[ ] i.e. character S[i] has f[i] frequency. Your task is to build the Huffman tree print all the huffman codes in preorder traversal of the tree.
Note: While merging if two nodes have the same value, then the node which occurs at first will be taken on the left of Binary Tree and the other one to the right, otherwise Node with less value will be taken on the left of the subtree and other one to the right.
home test witch include 2 coding question in online code platform
then 2 hours of coding interview with 2 different interviewers
both the interviews where 15 minutes of personal questions and then 45 minutes of coding
I applied online. The process took 3 weeks. I interviewed at Amazon in Jul 2024
Interview
1. Online assessment * 1
2. 3 rounds back to back interview * 45mins of general hire. Interviewers(engineers) came from different teams. They don't recruit for their teams. They are at different backgrounds.
Interview questions [1]
Question 1
The bq is like how you dealt with feedback from your colleagues.