Amazon Interview Experience for SDE-1ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeRound 1: Coding roundOnline coding round consisting of 3 question (Duration-1hr) Given a space separated string find the first substring whose reverse is present in the string. And string will end with $ sign.Chocolate distribution problem-There are N people standing in a row with some count (1<=i<=N) number of chocolates in their hands. You have to select a range of people and take all their chocolates with the condition that you should be able to distribute those chocolates equally among M boxes. Write a program to determine the maximum number of chocolates that can be placed in a box.Related to DP(not remember).Round 2: Write on paperhttps://www.geeksforgeeks.org/convert-an-arbitrary-binary-tree-to-a-tree-that-holds-children-sum-property/Round 3: F2F roundhttps://www.geeksforgeeks.org/maximum-path-sum-matrix/https://www.geeksforgeeks.org/lru-cache-implementation/Round 4: F2F roundhttps://www.geeksforgeeks.org/implement-a-dictionary-using-trie/https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/Round 5: Hiring manager round (video calling)Basic questions about team and project and problem faced in current company.Basic question about leadership like have u lead any project in current company.Team conflict questionOne design pattern question- Design an E-commerce application where user can place order and order will go to cart and then place order after payment. After explaining the question he gives me 15 minutes of time in which first i have to ask all my doubt and then code the solution.Any question for me.Round 6: Bar raiser round ( video calling)Question related to Amazon leadership principle.A lot of question related to project in current company.https://www.geeksforgeeks.org/merge-two-sorted-arrays-o1-extra-space/https://www.geeksforgeeks.org/count-pairs-with-given-sum/ and then said to generalize it for triplet and other also.Last Updated : 09 Jan, 2020Like Article Save Article Please Login to comment...