i
Amazon
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Newspaper Ad and was interviewed before Oct 2023. There was 1 interview round.
Selling a property involves showcasing its features, marketing it effectively, and negotiating with potential buyers.
Highlight the unique features and selling points of the property
Utilize various marketing channels such as online listings, social media, and real estate agents
Stage the property to make it more appealing to potential buyers
Negotiate effectively with interested parties to secure a favorable deal
Increasing productivty in a warehouse can be achieved through efficient processes, proper training, and utilizing technology.
Implementing lean principles to streamline operations
Providing ongoing training for employees to improve skills and efficiency
Utilizing warehouse management systems to track inventory and optimize workflows
Setting clear performance goals and regularly monitoring progress
Implementing automation wh
I applied via Recruitment Consulltant and was interviewed in Apr 2023. There were 2 interview rounds.
I am a detail-oriented and organized individual with a passion for logistics and problem-solving.
I have experience in managing inventory and coordinating shipments
I am skilled in using warehouse management systems and Microsoft Excel
In my free time, I enjoy hiking and playing basketball
I am a team player and enjoy collaborating with others to achieve common goals
Our company offers a comprehensive benefits package to all employees.
Health insurance with multiple plan options
401(k) retirement savings plan with company match
Paid time off and holidays
Employee discounts on company products
Tuition reimbursement for continuing education
Opportunities for career advancement
I applied via Monster and was interviewed in May 2022. There were 5 interview rounds.
Time and Work: A can do work in 15 days and B in 20 days. If they work together for 4 days then the fraction of the work that is left is?
The best way to improve your programming typing speed is to practice typing code
Technology Addiction
Time poverty : These days many people are complaining about not having enough time. They are facing time poverty and as a consequence, stress level are increasing
What people are saying about Amazon
I applied via Job Portal and was interviewed in Nov 2022. There were 2 interview rounds.
Designation refers to the job title or position held by an employee in an organization.
Designation is a term used to describe the job title or position held by an employee in an organization.
It is often used interchangeably with job title.
Examples of designations include Manager, Executive, Analyst, etc.
My job interest in data entry operator role lies in my attention to detail, organizational skills, and ability to work efficiently with data.
I have a strong attention to detail, ensuring accuracy in data entry tasks.
I am highly organized, allowing me to efficiently manage and prioritize data entry assignments.
I enjoy working with data and have experience in handling large volumes of information.
I am proficient in using...
Function to return mutual friends given two ids and getFriends(id) function
Call getFriends(id) for both ids to get their respective friend lists
Iterate through both lists and compare to find mutual friends
Return the list of mutual friends
Function to return list of friends of friends in decreasing order of mutual friends
Use a set to store all friends of friends
Iterate through the list of friends of the given id
For each friend, iterate through their list of friends and count mutual friends
Sort the set of friends of friends by decreasing number of mutual friends
Given time slots, find a specific time with maximum overlap. Prove solution.
Create a list of all start and end times
Sort the list in ascending order
Iterate through the list and keep track of the number of overlaps at each time
Return the time with the maximum number of overlaps
Prove solution by testing with different input sizes and edge cases
Find the longest sub-array with increasing order of integers.
Iterate through the array and keep track of the current sub-array's start and end indices.
Update the start index whenever the current element is smaller than the previous element.
Update the end index whenever the current element is greater than or equal to the next element.
Calculate the length of the sub-array and compare it with the longest sub-array found s
Find the length of longest increasing subsequence and print the sequence from an array of integers.
Use dynamic programming to solve the problem
Create an array to store the length of longest increasing subsequence ending at each index
Traverse the array and update the length of longest increasing subsequence for each index
Print the sequence by backtracking from the index with the maximum length
Time complexity: O(n^2)
Exam...
Code to find a given integer in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Divide the array into two subarrays and perform binary search on the appropriate subarray.
Handle edge cases such as the target integer not being present in the array.
Use a min-heap to keep track of the largest K numbers seen so far.
Create a min-heap of size K.
For each incoming integer, add it to the heap if it's larger than the smallest element in the heap.
If the heap size exceeds K, remove the smallest element.
At the end, the heap will contain the largest K numbers in the input.
LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.
Use a doubly linked list to keep track of the order of items in the cache
Use a hash map to store the key-value pairs for fast access
When an item is accessed, move it to the front of the linked list
When the cache is full, remove the least recently used item from the back of the linked list and the hash map
Solution to performing operations on a large array of bits.
Use bitwise operators to perform operations on individual bits
Use a loop to iterate through the array and perform the operations
Ensure that the array is large enough to accommodate all the bits
Consider using a data structure like a bitset for efficient bit manipulation
based on 2 interviews
Interview experience
based on 12 reviews
Rating in categories
Customer Service Associate
4.2k
salaries
| ₹0.6 L/yr - ₹6.8 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹2.3 L/yr - ₹6.3 L/yr |
Associate
2.9k
salaries
| ₹0.8 L/yr - ₹7 L/yr |
Senior Associate
2.5k
salaries
| ₹2 L/yr - ₹10.1 L/yr |
Program Manager
2.1k
salaries
| ₹9 L/yr - ₹36 L/yr |
Flipkart
TCS
Netflix