Amazon Interview | Set 93 Last Updated : 07 Aug, 2024 Comments Improve Suggest changes Like Article Like Report I have just completed a full interview with Amazon and wanted to give back to GeeksForGeeks my experience because it has helped me so so much to go through it. 1st phone interview Why Amazon? How do you find out the cause of a slow UI request? Write function to convert a stream of incoming characters to an integer. Write function to convert one character to one digit number. 2nd phone interview Get nth to last element Check if 2 binary trees are equal recursively and iteratively On-site interview 1st interview Write a url shortner. Design scalable architecture that host this service. 2nd interview Array vs linked list. Rest vs Soap. What is a hashtable? Write code to handle hashtable collisions? 3rd interview (lunch) Situation where you missed a deadline. What are you proud of the most in your career? Situation on how you handled conflict. Other behaviour questions 4th interview Why Amazon? Build a clone of a binary tree sent from a different machine 5th interview Design and implement algorithm to find the shortest path from start to finish of a maze. I thank GeeksForGeeks for all the help it gave me. All Practice Problems for Amazon ! Comment More infoAdvertise with us Next Article Amazon Interview | Set 63 (For SDE-1) Anonymous Improve Article Tags : Interview Experiences Experiences Amazon Practice Tags : Amazon Similar Reads Amazon Interview | Set 9 (Answers) This post is about answers to the questions asked in Amazon Interview | Set 9. It contains links to some of the solutions available on the geeksforgeeks. I have also written my answers which I replied in the interview. I hope it would help the readers. Online Programming Round: (5 methods, 2 hours) 3 min read Amazon Interview | Set 63 (For SDE-1) I have a total experience of two years. I am sharing my interview experience with Amazon. This is for SDE1 Amazon. A very big thanks to whole team of geeks for geeks. It is because of them only that I was able to make Amazon and get a job in my dream company. Otherwise it was impossible for me. The 1 min read Amazon Interview Question Round 1: There is an unsorted array of size n. Given a key k find m nearest elements to k. Example Array :Â Â -10, -50, 20, 17, 80. key k :20 m : 2 Answer 17, -10. Solution : Find k closest numbers in an unsorted array 1 min read Amazon Interview Question Round 1: There is an unsorted array of size n. Given a key k find m nearest elements to k. Example Array :Â Â -10, -50, 20, 17, 80. key k :20 m : 2 Answer 17, -10. Solution : Find k closest numbers in an unsorted array 1 min read Amazon Interview Question Round 1: There is an unsorted array of size n. Given a key k find m nearest elements to k. Example Array :Â Â -10, -50, 20, 17, 80. key k :20 m : 2 Answer 17, -10. Solution : Find k closest numbers in an unsorted array 1 min read Amazon Interview Experience | Set 368 (Phone and Onsite) Phone interview Deep copy of linked list Onsite interview Question on map reduce, find if all words in a file are palindrome Design Elevator with OOPS concept Design Twitter Problem related to amazon Compare two expressions and check if they are similar. for example -(a+b+b) = -a-c-b Related Practic 1 min read Like