Amazon Interview Experience | Set 166 (For SDE I) Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Telephonic 1:- 1. Light is falling on a tree from left side you have to find all the nodes on which this light will fall. 2. Check whether a link list is palindrome or not. 3. Minimum Edit Distance. Telephonic 2:- 1. ZigZag traversal of tree 2. Pair wise elements which sum to a given value 3. Intersection point of two linklists F2F round 1:- 1. Maximum in sliding window F2F round 2:- 1. You have a list of program files, how will you decide which file to compile first and which later, what data structure you will use for storing these dependencies. 2. Best Fit 3. You have been given time intervals of a you tube video watched mostly. You have to find out the most watched time interval, so that you can put an ad in between that section. F2F round 3:- 1. Find a number in an infinite stream of sorted numbers. 2. What happens when a computer starts? 3. Write a hashing function for storing stream of words. F2F round 4:- 1. A lot about my projects, what is the best thing you have done so far. 2. Populate sibling pointers in a tree. 3. TCP/IP, http/https, how to establish a secure connection or send an encrypted data, PPP protocol. 4. Virtual memory. Thanks a lot geeksforgeeks for helping me a lot in my interview preparation. All Practice Problems for Amazon ! Comment More infoAdvertise with us Next Article Amazon Interview Experience | Set 186 (For SDE1) Anonymous Improve Article Tags : Interview Experiences Experiences Amazon Practice Tags : Amazon Similar Reads Amazon Interview Experience | Set 163 (For SDE II) Recently I attended amazon bangalore interview for SDE 2 position. All f2f and no phone/written screening as i had attended one before and cleared those. Total 5 rounds and below are the details. 1) Coding Given 2 nodes in a binary tree, find the length of the path connecting them (standard) 2) Codi 2 min read Amazon Interview Experience | Set 312 (For SDE II) I was not able to recall phone interview question from Amazon for SDE - II . After few days from phone interview, I got an email invitation to fly for face to face interview. Below are the questions that I was asked during the in-person interview. Round 1: Write a program to check whether it is a va 1 min read Amazon Interview Experience | Set 313 (For SDE II) 1st Round(Written) - 60 mins It was a test on HackerEarth with two programming questions The Maximum Subarray problem: Given an array A of N elements, find maximum possible sum of a. Contiguous Subarray b. Non Contiguous Subarray Connected Cell in grid problem. Find the number of cells in largest re 2 min read Amazon Interview Experience | Set 186 (For SDE1) Hi, Recently I was interviewed for the SDE-I for Amazon, Chennai. Round 1(Online Round): 1. Given two linked lists. Add them. e.g 1-->2-->3 3-->4 Output: 1-->5-->7 2. Find if the binary tree has the given sum. I cleared the online coding round and I was asked to come down for the face to face discus 2 min read Amazon Interview Experience | Set 426 (For SDE-1) Round 1:Written Round had 3 questions:- 1- Sum of two linked lists Don't remember the other 2. Round 2: DS algo 1-Find pair with given sum in bst 2-Transpose of the matrix Round 3: problem solving 1-Find top view of binary tree (Iterative approach) 2nd question was on matrix don't remember exactly 1 min read Amazon Interview Experience | Set 234 (For SDE-II) Round 1: a) Twitter design considering following functionalities: - Post tweet - Get the top tweets from the followers b) Parking Lot design Round 2: a) Common elements from n sorted arrays b) Given list of dictionary words. Find minimum number of trials to reach from source word to destination word 1 min read Like