Amazon Interview Experience : SDE : Set 49

Company Name: Amazon

Job Role: SDE

Years of Experience Required: Fresher

Drive: On-Campus

Preparation for Amazon

Topics: Data Structures and Algorithms

Duration: 6 months

Source of Preparation: Leetcode, GFG, Striver’s SDE sheet.

[BONUS]:

Amazon Interview Rounds

Interview Rounds

Round 1: Online Coding Test

Round 2: Technical Interview

  • Palindrome Partitioning: You are given a string s, partition it in such a way that every substring is a palindrome. Return all such palindromic partitions of s.
  • The second question was on binary tree.

Round 3: Technical Interview

Round 4: Technical + Managerial

  • What is RDBMS?
  • Data abstraction in DBMS, three levels of it 
  •  Minimum insertions required to make a string palindrome: A palindromic string is a string that is the same as its reverse. For example: “nitin” is a palindromic string. Now the question states that we are given a string, we need to find the minimum insertions that we can make in that string to make it a palindrome.

Verdict: Selected