i
Amazon
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Clear (1)
2 mid level questions on ds
Designed a system for a project involving real-time data processing and analysis.
Utilized microservices architecture for scalability and flexibility
Implemented message queues for asynchronous communication between components
Used a combination of relational and NoSQL databases for different data storage needs
I have followed the modular design pattern while building modules.
I break down the software into smaller, independent modules that can be easily managed and maintained.
I ensure each module has a clear purpose and well-defined interfaces for communication with other modules.
I use techniques like encapsulation, abstraction, and separation of concerns to create modular designs.
Example: Using the MVC (Model-View-Controller...
DSA-Binary Trees,Dynamic Programming
Boundary Traversal Of tree
Boundary traversal of a tree involves visiting the nodes of the tree in a specific order
The order is: left boundary, leaf nodes, and right boundary
We can use a combination of pre-order, in-order, and post-order traversals to achieve this
Start with the root node and recursively traverse the left subtree, printing the nodes
Then traverse the leaf nodes using an in-order traversal
Finally, traverse...
Find Peak Element
A peak element is an element that is greater than its neighbors
The problem can be solved using binary search
If the middle element is smaller than its neighbors, then there must be a peak on the right side
If the middle element is greater than its neighbors, then there must be a peak on the left side
Repeat the process on the corresponding side until a peak element is found
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
1 hr basic aptitude questiions
Duration - 2hr, ask 3 coding questions base on graph
What people are saying about Amazon
I applied via Campus Placement
Medium Level DSA problems were asked
The question involves solving a medium level problem related to binary trees.
Understand the basic concepts of binary trees such as nodes, edges, and traversal methods.
Practice implementing common operations on binary trees like insertion, deletion, and searching.
Consider using recursion to solve problems involving binary trees.
An example of a medium level problem could be finding the lowest common ancestor of two nodes
Amazon interview questions for designations
I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.
2 DSA questions, of medium Leetcode difficulty
Get interview-ready with Top Amazon Interview Questions
I applied via Campus Placement and was interviewed before Aug 2023. There was 1 interview round.
Duration: 1 hr
Platform: Chime, any code editor
Topics: Sliding Window Algorithm, Dynamic Programming
I applied via Referral and was interviewed before Apr 2022. There were 4 interview rounds.
2 medium leetcode questions were asked. Overall it was an easy round.
It was an aptitude test. Read up on the Leadership principles and be ready to sit in one place for 2 hours.
Delete the nth node in a linked list.
Traverse the linked list to find the nth node and keep track of the previous node.
Update the previous node's next pointer to skip the nth node.
Free the memory allocated to the nth node.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
Two simple DSA questions were asked
Program to find diameter of a tree and its time complexity
Use Depth First Search (DFS) to find the longest path in the tree
Calculate the diameter by summing the heights of the left and right subtrees for each node
Time complexity is O(n) where n is the number of nodes in the tree
The program calculates the amount of rainwater that can be trapped between buildings given an array of heights.
Use two pointers to iterate from left and right towards the middle
Keep track of the maximum height on the left and right for each pointer
Calculate the trapped water at each index based on the minimum of the maximum heights on left and right
Sum up the trapped water at each index to get the total trapped water
I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.
2 LC questions - medium difficulty
Some multiple choice questions
I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.
Very good question and answers easy leetcode question
Some of the top questions asked at the Amazon Software Development Engineer Intern interview -
The duration of Amazon Software Development Engineer Intern interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 26 interviews
3 Interview rounds
based on 36 reviews
Rating in categories
Customer Service Associate
4.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate
2.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Associate
2.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Program Manager
2.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Flipkart
TCS
Netflix