i
Amazon
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Few Aptitude questions
Logical Theories
Sentence formation
Email writing
I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.
Versant english general english test
I am a data enthusiast with a background in machine learning and a passion for solving complex problems.
Completed a Master's degree in Data Science
Worked on various machine learning projects during internships
Proficient in programming languages like Python and R
Strong analytical and problem-solving skills
Excellent communication and teamwork abilities
I want to join Amazon because of its innovative culture, vast opportunities for growth, and impact on global e-commerce.
Innovative culture: Amazon is known for its cutting-edge technology and constant drive for innovation.
Opportunities for growth: Amazon offers a wide range of career paths and development programs for employees.
Impact on global e-commerce: Amazon's reach and influence in the e-commerce industry is unpa
In 5 years, I see myself as a senior ML Data Associate leading a team of data professionals and contributing to cutting-edge projects.
Advancing to a senior role within the company
Leading a team of data professionals
Contributing to cutting-edge ML projects
Continuing to expand my knowledge and skills in the field
What people are saying about Amazon
I applied via Company Website and was interviewed in Jul 2022. There was 1 interview round.
Amazon interview questions for designations
I applied via Walk-in and was interviewed before May 2023. There were 2 interview rounds.
Aptitude and reasoning questions
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Moderate to difficult
I applied via Naukri.com and was interviewed in Dec 2022. There were 3 interview rounds.
I have over 8 years of experience in financial analysis, project management, and team leadership.
Managed a team of analysts to successfully implement cost-saving initiatives
Led cross-functional projects resulting in increased efficiency and profitability
Performed in-depth financial analysis to support strategic decision-making
Collaborated with senior management to develop and execute business plans
My product handling experience has been excellent, with a focus on efficiency and accuracy.
Implemented efficient product handling processes to streamline operations
Ensured accurate inventory management and tracking
Trained team members on proper product handling techniques
Utilized technology to improve product handling efficiency, such as barcode scanning systems
The customer feedback on my work was overwhelmingly positive, highlighting my attention to detail and excellent communication skills.
Received positive feedback on attention to detail
Received positive feedback on communication skills
Customers expressed satisfaction with the overall experience
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
Emails to the host and guests.
I have the necessary skills, experience, and passion for the role.
I have relevant experience in the industry
I possess the required skills and qualifications
I am passionate about the work and eager to contribute
I have a track record of success in similar roles
Seeking new challenges and growth opportunities in a different environment.
Desire for new challenges and learning experiences
Opportunity for career advancement
Seeking a better work-life balance
Interest in exploring different industries or sectors
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
based on 7 interviews
1 Interview rounds
based on 51 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.5 L/yr |
Program Manager
2.1k
salaries
| ₹9 L/yr - ₹36 L/yr |
Flipkart
TCS
Netflix