Amazon Interview Experience (AmazonWow) Last Updated : 15 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Online Test: There were 28 MCQs mostly based on stacks, queues, predict the output, Sorting, and Binary Trees and 2 coding questions. 1) Given a string convert it into a valid address by inserting a '.' after www then insert a '.' before com and if there are more characters after com then put a '/' after com and then the rest of the characters. Eg: Input: wwwgooglecomr Output: www.google.com/r Print the length of the longest decreasing subsequence. Round 1 (Interview 1): The interviewer introduced himself and asked me to introduce myself. Coding Questions Print all the pairs whose sum is equal to 0.He extended the question to find all the triplets with sum 0. Round 2 (Interview 2): Coding Question Given n strings in 'a/b=0.5','b/c=0.9' format. Find the answer of q queries in 'a/c' format. Hint: (Make a directed graph with a, b and other alphabets as vertices) Round 3 (Interview 3): Tree-Based: Given a binary tree and one node is set on fire so find the time required to burn all the nodes.Stack Based: Given a string with 'U' and 'D'. Find the number of mountains and valleys Eg: Input: UUDDDDUDUU Output: Mountain 1 is formed by UUDD and 1 Valley by DDUDUU The interviewer expected me to code all the questions completely and helped in between if stuck to find the optimized approach. Tips: Start coding after the interviewer is satisfied with your approach.First, clarify all the doubts and then give your solution.Dry run your code for multiple edge casesTry to write a clean code. Comment More infoAdvertise with us Next Article Amazon Interview Experience Anonymous Improve Article Tags : Interview Experiences Experiences Amazon Marketing Amazon-WoW +1 More Practice Tags : Amazon Similar Reads Amazon ACMS Interview Experience Hi! If you're looking to know about ACMS, I am here to share my experience with it. What is ACMS?Amazon Campus Mentorship Series(ACMS) is a diversity initiate to help women in tech to integrate into business through a series of workshops, training's and business communication. This follows the model 3 min read Amazon Interview Experience I would briefly like to tell you that recently amazon came to our campus. I got a chance to appear in the online assessment (OA) round of the interview. There are two questions based on DSA. The test was conducted on the hackerrank platform. there is a time bound also to solve the two tests. I solve 1 min read Amazon Interview Experience Online Assessment RoundDuring the recent campus recruitment drive, Amazon visited our campus. I had the opportunity to participate in the online assessment (OA) round of the interview. The assessment consisted of two questions based on Data Structures and Algorithms (DSA), conducted on the HackerRan 1 min read Amazon Interview Experience Overall it was a great experience for me!! I cracked Amazon screening round twice. The first one was held at around June 25, two coding problems were there, one of them was to find a largest connected component in a matrix of 0âs and 1âs and other one was to find out the number of trailing zeroes in 3 min read Amazon Interview Experience Pradeep Verma calls himself just one of those Indian kids but Amazon usually doesn't recruit every other kid out there. Pradeep did his internship at Amazon last summer and not surprisingly got a full-time offer from the e-commerce giant thanks to his excellent performance. In an interview with TopT 4 min read Amazon Interview Experience Amazon visited our campus in October 2020. The process consisted of 4 rounds overall. (1 test and 3 interviews) Online Round: The first round is an online test which consisted of aptitude, 2 coding questions(in 1hr), workstyle assessment, and some other sections. The overall difficulty of this round 2 min read Like