Amazon’s most frequently asked interview questions | Set 2ReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeAmazon’s Most Frequently Asked Questions | Set 1 Level – Easy Get minimum element from the stack – Practice hereSerialize and deserialize a binary tree – Practice herePrint a binary tree in a vertical order – Practice hereCelebrity problem – Practice hereLevel order traversalSwap the kth element from starting and from the end position – Practice hereBinary tree to bst – Practice hereMax sum in the configuration – Practice hereFind the nth element of spiral matrix – Practice hereCount the number of occurrences in a sorted arrayFind the smallest window in a string containing all characters of another stringFind the maximum of all subarrays of size kFind the kth smallest element in row-wise and column-wise sorted matrixMinimum swaps required to arrange pairsThere is an array of N numbers ranging from 1 to N. Only 1 number is missing, return the index of that numberFind the second largest and second smallest in a given array in a single traversal.Find power(x,y) without using pow function.(divide and conquer approach required)Count possible decoding sequenceLevel – Medium Given two string print them inter leaving strings charactersMinimum cost required to travel from top left to the bottom right in a matrixMaximum difference between node and its ancestors – Practice hereMin distance between two given nodes of a binary tree – Practice hereFind the number of island – Practice hereTopological Sort – Practice hereDetect cycle in a directed graph – Practice hereFlattening a link list – Practice hereDetect a loop in a linked list – Practice hereCheck if a binary tree is BST or notMin Cost pathCount ways to reach nth stairMaximum Subarray ProblemPalindrome PartitioningGiven a binary tree find the minimum root to leaf height.Implement LRU cacheLevel – Hard Boolean parenthesis – Practice hereMaximum Index – Practice hereLargest Number formed in the array – Practice hereFind the length of maximum numbers of consecutive numbers jumped up in an arrayDelete the elements in a linklist whose sum is equal to zeroGiven a list of numbers of odd length design an algorithm to remove a number and divide the rest numbers equally so as it makes their sum sameFind diameter of a binary treeAlso see Amazon Interview ExperiencesAmazon Practice QuestionsTop topics for Interview PreparationYou may also like to see the following Amazon Interview Video. If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above Last Updated : 22 Mar, 2022Like Article Save Article Please Login to comment...