Open In App

Amazon Interview Experience For Software Development Engineer Internship (Off-Campus)

Last Updated : 30 Apr, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

Round-1 Online Assessment

The first round comprised coding and personality assessment

Coding questions- 2 questions.

  • Both the coding questions were easy, I was able to solve them within 5 to 10 minutes, though we were given around 60 mins to complete them same. Questions were similar to competitive programming questions.

Tips – Practice DSA and Competitive Programming on platforms like Codeforces, CodeChef, leetcode, and GFG.

  • Personality assessment- There were many statements and based on the options we had to choose how they apply to us, the options were agree, strongly agree, disagree, and strongly disagree.

Tips- Read Leadership Principles of Amazon.

Round-2 Technical Interview + HR

There were 2 interviewers and they asked me for my introduction, 2 coding questions and 1 one-hour question.

Valid Anagram-

https://www.geeksforgeeks.org/check-whether-two-strings-are-anagram-of-each-other/

Difficulty– Easy

I told them about both the approaches sorting, and hashmap. They told me to code the best one i.e., using a hashmap. After writing the code they told me to dry run a test case step by step and also asked questions about time complexity and space complexity. I also told them about the edge case.

LRU Cache-

https://www.geeksforgeeks.org/lru-cache-implementation/

Difficulty– Medium

In the start, I misinterpreted the question and then tried to solve it again. i told them about two approached one with queue+ unoredred_map, and second with map+ unordered_map. They told me to code the second one. Similar to the first question they asked me about the dry run, time complexity, and space complexity. As the time remaining was less they didn’t tell me to optimize it further.

HR-

Tell me something about yourself that is not mentioned in the resume.

In the end, they asked me if I had any questions so I asked them about the work culture at Amazon and how I should prepare for my internship if I get selected.

Tips:

  • I practised DSA using my notes and Striver’s SDE Sheet – https://takeuforward.org/interviews/strivers-sde-sheet-top-coding-interview-problems/
  • As Amazon is famous for asking dp questions I also practiced top 50 dp questions- https://www.geeksforgeeks.org/top-50-dynamic-programming-coding-problems-for-interviews/.
  • Speak openly with the interviewers and ask them any doubts that you have regarding the understanding of the question. Brush up the basic concepts like how to calculate time complexity and space complexity.

Verdict- 1 week later I received the mail that I was selected for 2 month SDE Internship.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads