Open In App

Amazon Interview Experience for SDE-1 | Off-Campus 2021

I got this opportunity through my college email, which was sent by Amazon India Campus SDE. I applied and I got the Test link.

Round 1: Online Assessment



This is a written test, which contains several sections:

  1. This section contains 7 questions and is given 20 minutes of time. We have to find the mistake in the given code and we have to fix and run the code. If all test cases passed. Then it’s correct.
  2. I have done all the given 7 questions in the given time. Most of them are related to sorting and counting frequency type of coding questions.
  1.  Given two coding questions, easy to medium level questions.
  2. The first question asked is: https://www.geeksforgeeks.org/count-number-of-substrings-with-exactly-k-distinct-characters/amp/
  3. The second question asked is similar to: https://leetcode.com/problems/most-frequent-subtree-sum/, We have to find maximum subtree means, which is the sum of subtree/number of nodes in a subtree.

Round 2: Interview 1 



Round 3: Interview 2 

Round 4: Interview 3

After almost a week I got a call from the recruiter that I got an offer for SDE role at Amazon. 🙂

VERDICT: ACCEPTED

Tips:

  1. Do Leetcode and solve as many problems as possible and understand each and every question and try optimizing the solution after doing the brute force.
  2. Interviewers are there to see your problem-solving skills, not the output, so understand the approach while solving a question.
Article Tags :