Filter interviews by
Clear (1)
posted on 27 Sep 2024
I applied via campus placement at Indian Institute of Technology (IIT), Chennai
I applied via Referral
I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.
You will get an exam link. You have to solve 2 questions
Remove the minimum number of invalid parentheses in order to make the input string valid.
Use a depth-first search approach to generate all possible valid parentheses combinations.
Keep track of the number of open and close parentheses to determine if a combination is valid.
Remove the minimum number of parentheses needed to make the input string valid.
What people are saying about Amazon Development Centre India
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.
Q. Convert number to words. For example, convert 346,254 to Three hundred forty six thousand two hundred fifty four.
Design a vending machine that dispenses snacks and drinks.
Include a user interface with buttons for selecting items
Have a payment system that accepts cash, credit cards, and mobile payments
Implement a system for restocking items and tracking inventory levels
Amazon Development Centre India interview questions for designations
I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.
Interview question for Software Development Engineer position on Longest Palindromic Substring, Shortest path in Binary Maze, and Valid Stack Sequences.
Longest Palindromic Substring - use dynamic programming to solve
Shortest path in Binary Maze - use BFS algorithm to find the shortest path
Valid Stack Sequences - simulate the stack push and pop operations to check if the given sequences are valid
posted on 4 Sep 2024
It was on naukri website 62 question out of which 2 were coding rest were CS fundamentals and apti
posted on 29 Feb 2024
I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.
3 easy-medium dsa questions and 1 hour
Design a data structure for efficient insert(),delete(),search(), return_any_value().
Consider using a hash table or a balanced binary search tree
For return_any_value(), use a random number generator to select a value
Optimize for the most frequently used operations
Find the number of elements shifted in a sorted array after shifting n elements from right to first.
Find the index of the minimum element in the shifted array
The number of elements shifted is equal to the index of the minimum element
Use binary search to find the minimum element in O(log n) time
Efficient way to search a given element in an array of integers with adjacent elements 1+ or 1- from each other.
Use binary search algorithm to search the element in O(log n) time complexity.
Check the middle element and compare it with the given element.
If the middle element is greater than the given element, search in the left half of the array.
If the middle element is smaller than the given element, search in the righ...
Reverse a singly linked list
Iterate through the list and change the direction of the pointers
Keep track of the previous, current, and next nodes
Set the head of the list to the last node after reversing
Find the nth largest element from last in a singly linked list
Traverse the list to find its length
Traverse again to the (length-n)th node
Return its value
Given a matrix and value k, find k*k submatrix with maximum sum.
Iterate over all submatrices of size k*k and calculate their sum.
Keep track of the maximum sum and the corresponding submatrix.
Use dynamic programming to optimize the solution.
Time complexity can be reduced to O(m*n*k^2) using prefix sum technique.
Find shortest path between 'S' and 'E' in a matrix filled with '0's and 'x's
Use Breadth First Search (BFS) algorithm to find shortest path
Create a visited matrix to keep track of visited cells
Create a queue to store cells to be visited
Start BFS from 'S' and keep track of distance to each cell
When 'E' is found, return the distance to it
posted on 24 Feb 2017
I was interviewed in Oct 2016.
based on 4 interviews
2 Interview rounds
based on 8 reviews
Rating in categories
4-8 Yrs
₹ 14.3-34.5 LPA
Customer Service Associate
2.8k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
Transaction Risk Investigator
1.4k
salaries
| ₹2 L/yr - ₹6.5 L/yr |
Customer Service Executive
886
salaries
| ₹1.2 L/yr - ₹5.8 L/yr |
Senior Associate
867
salaries
| ₹2.5 L/yr - ₹8.8 L/yr |
Quality Specialist
649
salaries
| ₹3 L/yr - ₹7.1 L/yr |
Microsoft Corporation
IBM
Oracle