Open In App

Amazon Interview | Set 11

Last Updated : 05 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report
I would like to thank geeksforgeeks team for the excellent website. I got placed in amazon because of your website. I would like to share my experience and the interview questions.

1 round was online written technical test There were 20 MCQ and 2 programming questions. Each correct answer carried 1 mark and -0.25 for a wrong answer. Programming questions were: ---Write a program to find the difference between the sum of nodes at odd height and the sum of nodes at even height ---Given an array of integers representing coin values and the sum required. find the number of coins required to get the sum

4 technical rounds Various programming questions related to data structures were asked. Each round was an elimination round. Questions asked were ---Write a program to traverse the tree in spiral form in O(n) time.(Hint:use two stacks) ---Program to implement atoi function ---Program to swap the kth node from end and kth node from front ---Program to find loops in linked list ---Find the maximum length palindrome in a string ---Difference between process and thread ---Advantages and disadvantages of thread and process ---Test cases for checking binary tree ---Test case for atoi function ---Test cases for finding loops in the single linked list Each technical round was for 60-90 minute duration. There was no HR round :) This article is compiled by Supreeth. Many Many congratulations to Supreeth.

Next Article
Practice Tags :

Similar Reads