Amazon Interview QuestionsReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeMost Asked QuestionsK largest elements from a big file or array.Find a triplet a, b, c such that a2 = b2 + c2. Variations of this problem like find a triplet with sum equal to 0. Find a pair with given sum. All such questions are efficiently solved using hashing. – Practice hereBinary tree traversal questions like left view, right view, top view, bottom view, maximum of a level, minimum of a level, children sum property, diameter etc.Convert a Binary tree to DLL – Practice hereLowest Common ancestor in a Binary Search Tree and Binary Tree.Implement a stack with push(), pop() and min() in O(1) time.Reverse a linked list in groups of size k – Practice hereGiven two numbers represented by two linked lists, write a function that returns sum list – Practice hereRotate a matrix by 90 degree.Stock span problemNext greater elementSome Dynamic Programming problems like:Maximum sum subarray such that no elements are consecutive – Practice hereEdit distanceAssembly line schedulingWhy Amazon?Questions about projects done in previous company or final year.Important Links :Amazon Interview ExperiencesAmazon Practice QuestionsAmazon’s most frequently asked Questions – Set 2Amazon Recruitment ProcessAmazon Interview Video.Last Updated : 10 Jan, 2023Like Article Save Article Please Login to comment...