i
Amazon
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
I analyze project requirements through stakeholder engagement and iterative feedback, ensuring clarity and alignment with goals.
Engage stakeholders early to gather diverse requirements, e.g., conducting interviews with team members and clients.
Utilize tools like SWOT analysis to identify strengths, weaknesses, opportunities, and threats related to project requirements.
Create a requirements document that outlines a...
I have extensive experience in quality assurance, implementing testing protocols to ensure product excellence and compliance with standards.
Developed and implemented a comprehensive quality management system that reduced defects by 30%.
Led a team in conducting root cause analysis for production errors, resulting in improved processes and reduced rework.
Collaborated with cross-functional teams to establish testing ...
The Father of Management is often considered to be Henri Fayol, who developed key principles of management still relevant today.
Henri Fayol introduced the 14 principles of management, such as division of work and authority.
He emphasized the importance of planning, organizing, leading, and controlling in management.
Fayol's work laid the foundation for modern management theories and practices.
His principles are appl...
I have a Bachelor's degree in Production Management with 5 years of experience in overseeing production processes and managing production teams.
Bachelor's degree in Production Management
5 years of experience in overseeing production processes
Experience in managing production teams
What people are saying about Amazon
Product quantity can be checked by conducting physical inventory counts, using inventory management software, and comparing sales data.
Conduct regular physical inventory counts to ensure accuracy
Utilize inventory management software to track product quantities
Compare sales data with inventory levels to identify discrepancies
Implement barcode scanning or RFID technology for efficient tracking
To purchase a product, you can follow these steps: research the product, compare prices, read reviews, make a decision, and complete the purchase.
Research the product to understand its features and benefits
Compare prices from different retailers to find the best deal
Read reviews from other customers to gauge the product's quality
Make a decision based on your research, price comparison, and reviews
Complete the purc...
To sell a product, it is important to understand the target market, create a strong marketing strategy, provide excellent customer service, and continuously analyze and improve sales tactics.
Identify the target market and tailor marketing efforts towards them
Create a strong marketing strategy that highlights the unique selling points of the product
Provide excellent customer service to build trust and loyalty with ...
I appeared for an interview in Apr 2025, where I was asked the following questions.
The Father of Management is often considered to be Henri Fayol, who developed key principles of management still relevant today.
Henri Fayol introduced the 14 principles of management, such as division of work and authority.
He emphasized the importance of planning, organizing, leading, and controlling in management.
Fayol's work laid the foundation for modern management theories and practices.
His principles are applicabl...
Management related questions
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
How to sale product to the customer
Who to quality product maintenance
Number coding, letter coding
Matmetical operation
Discus from problems
Product to good items
To sell a product, it is important to understand the target market, create a strong marketing strategy, provide excellent customer service, and continuously analyze and improve sales tactics.
Identify the target market and tailor marketing efforts towards them
Create a strong marketing strategy that highlights the unique selling points of the product
Provide excellent customer service to build trust and loyalty with custo...
To purchase a product, you can follow these steps: research the product, compare prices, read reviews, make a decision, and complete the purchase.
Research the product to understand its features and benefits
Compare prices from different retailers to find the best deal
Read reviews from other customers to gauge the product's quality
Make a decision based on your research, price comparison, and reviews
Complete the purchase ...
Product quantity can be checked by conducting physical inventory counts, using inventory management software, and comparing sales data.
Conduct regular physical inventory counts to ensure accuracy
Utilize inventory management software to track product quantities
Compare sales data with inventory levels to identify discrepancies
Implement barcode scanning or RFID technology for efficient tracking
We have to follow the website
Matmetical operation
I have a Bachelor's degree in Production Management with 5 years of experience in overseeing production processes and managing production teams.
Bachelor's degree in Production Management
5 years of experience in overseeing production processes
Experience in managing production teams
I applied via hh and was interviewed in Nov 2023. There were 3 interview rounds.
AB, LTV, UX/UI, competitor analysis
I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.
Prepare well and maximum about product
It will include Quants and DILR
Case study based round depending on the profile.
I appeared for an interview before May 2021.
Round duration - 120 minutes
Round difficulty - Easy
It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium levels. Time was enough and no sectional time was present. 1-2 MCQs on SQL was also present.
Given a 2-dimensional boolean matrix mat
of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...
Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.
Iterate through the matrix to find elements with value 1
Store the row and column indices of these elements
Update the entire row and column for each element found to be 1
Round duration - 60 minutes
Round difficulty - Easy
It was an online video interview round on HackerEarth with a simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class that required inheritance was asked by the interviewer to write. I was helped by the interviewer if I got stuck somewhere, Some questions on the implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.
Tip 1 : Clear basics
Tip 2 : Prepare well
Tip 3 : Do at-least 2 projects
Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
I appeared for an interview in Dec 2020.
Round duration - 75 minutes
Round difficulty - Easy
This round was conducted in Hackerrank portal for a total duration of 75 minutes and was divided into 4 sections.
1st Section : Aptitude Section : 14 questions , 28 minutes
2nd Section : Technical Section : 12 questions , 17 minutes
3rd Section :1 coding Questions : 20 minutes+30 minutes
This Round was Conducted on Hackerrank (Webcam Enabled).
To find and correct bugs in code, analyze problem statement, review code, use debugging tools, run test cases, and make necessary changes.
Understand the problem statement and expected output
Review the code for syntax errors, logical errors, and potential bugs
Use debugging tools like breakpoints, print statements, and IDE features
Run test cases to identify the bugs and verify the corrections
Make necessary changes to the...
Given a connected, undirected, and acyclic graph where some nodes are marked and a positive integer 'K'. Your task is to return the count of nodes such that...
Count the number of nodes within K-distance from marked nodes in a connected, undirected, acyclic graph.
Create a graph using the given vertices and edges.
Perform a BFS traversal starting from each marked node to find nodes within K-distance.
Count the nodes within K-distance from all marked nodes and return the total count.
Round duration - 90 minutes
Round difficulty - Medium
I was shared a link of Google Meet and the Google Docs was shared where there was 1 coding problem to be coded there and then the code was run on an IDE to check the sample tests.
Then the interview was followed by a lot of Operating System and Computer System Architecture Questions.
There were 2 Interviewers and both were helpful.
The timing was from 2:30 PM to 4:00 PM
Given an array containing only 0s and 1s, determine the length of the longest contiguous subarray that has an equal number of 0s and 1s.
...Find the length of the longest subarray with equal number of 0s and 1s in a given array of 0s and 1s.
Iterate through the array and maintain a running count of the difference between the number of 0s and 1s encountered so far.
Store the count values in a hashmap with the index as the key.
If the same count is encountered again, calculate the length of the subarray between the two occurrences.
Return the maximum length foun...
File system is stored on disk using data blocks and metadata, organized in a hierarchical structure.
File system is stored on disk using data blocks and metadata
Data blocks contain actual file data, while metadata stores information about files and directories
File system is organized in a hierarchical structure with directories containing files and subdirectories
File system uses a file allocation table (FAT) or an index...
RISC focuses on simplicity and efficiency, while CISC emphasizes complex instructions and flexibility.
RISC uses a small set of simple instructions, while CISC uses a large set of complex instructions.
RISC architectures have a uniform instruction format, while CISC architectures have variable-length instructions.
RISC architectures rely on optimizing compilers for performance, while CISC architectures have hardware optim...
Round duration - 45 minutes
Round difficulty - Easy
The round was held on Google Meet with HR from 2:30 PM to 3:15 PM.
The HR was friendly and asked the basic questions.
Tip 1 : Make sure that you are thorough with CS concepts beforehand.
Tip 2 : Even when you are explaining the approach to a question, try to parallelly think about how you would code it.
Tip 3 : Read the previous interview experiences. It would give a fair idea of the kind of questions one should expect.
Tip 4 : For a company like Adobe, practicing medium difficulty level coding questions would be the way to go.
Tip 5 : Practice atleast 200 questions from coding platforms like CodeZen, LeetCode, Interviewbit as they contain common interview questions.
Tip 1 : Mention atleast 1 project and past work experience as it sets good impression.
Tip 2 : Keep your resume up to date for the role you are applying.
Tip 3 : Try to keep your resume of 1 Page.
I appeared for an interview before Dec 2020.
Round duration - 90 minutes
Round difficulty - Hard
This was an online coding round where we were supposed to solve 2 questions under 90 minutes . Both the questions in my set were related to Graphs and were quite tricky and heavy to implement.
Given a directed graph with a specified number of vertices V
and edges E
, your task is to calculate the total number of distinct paths from a given source node S
to all ot...
Calculate the total number of distinct paths from a given source node to all other nodes in a directed graph.
Use dynamic programming to keep track of the number of paths from the source node to each node in the graph.
Consider using modular arithmetic to handle large numbers and prevent overflow.
Start by initializing the number of paths from the source node to itself as 1.
Iterate through the edges of the graph and updat...
You are provided with a number of courses 'N', some of which have prerequisites. There is a matrix named 'PREREQUISITES' of size 'M' x 2. This matrix indicates that fo...
Given courses with prerequisites, determine a valid order to complete all courses.
Use topological sorting to find a valid order of courses.
Create a graph with courses as nodes and prerequisites as edges.
Start with courses that have no prerequisites and remove them from the graph.
Continue this process until all courses are taken or there are no valid courses left.
If there is a cycle in the graph, it is impossible to com...
Round duration - 60 Minutes
Round difficulty - Medium
This was a Data Structures and Algorithms round with some standard questions . I was expected to come up with an
efficient approach and code it as well .
You are provided with 'N' intervals, each containing two integers denoting the start time and end time of the interval.
Your task is to merge all overlapping intervals a...
Merge overlapping intervals and return sorted list of merged intervals.
Sort the intervals based on start times.
Iterate through intervals and merge overlapping intervals.
Return the merged intervals in sorted order.
Given a 2-dimensional binary matrix called Mat
of size N x M that consists solely of 0s and 1s, find the length of the longest path from a specified source cell to a destina...
Find the length of the longest path from a source cell to a destination cell in a binary matrix.
Use depth-first search (DFS) to explore all possible paths from source to destination.
Keep track of visited cells to avoid revisiting them.
Return the length of the longest path found, or -1 if no path exists.
Round duration - 50 Minutes
Round difficulty - Medium
This was also a DSA round where I was asked to code only one of the questions but I eventually ended up coding both
as I had some spare time and explained my approches very smoothly to the interviewer . This round went preety well .
Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...
Find the length of the longest strictly increasing subsequence in an array of integers.
Use dynamic programming to solve this problem efficiently.
Initialize an array to store the length of the longest increasing subsequence ending at each index.
Iterate through the array and update the length of the longest increasing subsequence for each element.
Return the maximum value in the array as the result.
Given a rotated sorted array ARR
of size 'N' and an integer 'K', determine the index at which 'K' is present in the array.
1. If 'K' is not present...
Given a rotated sorted array, find the index of a given integer 'K'.
Use binary search to find the pivot point where the array is rotated.
Then perform binary search on the appropriate half of the array to find 'K'.
Handle cases where 'K' is not present in the array by returning -1.
Round duration - 50 Minutes
Round difficulty - Medium
This was also a DSA round with 2 questions of Medium to Hard difficulty . I was expected to follow some clean code and OOPS principles to write the code in this round .
Given an array of integers ARR
and an integer K
, determine the rank of the element ARR[K]
.
The rank of any element in ARR
is defined as the number of elem...
Given an array and an index, find the number of elements smaller than the element at that index appearing before it in the array.
Iterate through the array up to index K and count the number of elements smaller than ARR[K].
Return the count as the rank of ARR[K].
Handle edge cases like empty array or invalid index K.
Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:
1. get(key)
- Return the value of the key if it exists in the cache; otherw...
Design a Least Recently Used (LRU) cache data structure that supports get and put operations with capacity constraint.
Implement a doubly linked list to maintain the order of recently used keys.
Use a hashmap to store key-value pairs for quick access.
Update the order of keys in the linked list on get and put operations.
Evict the least recently used key when the cache reaches its capacity.
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
based on 11 interview experiences
Difficulty level
Duration
based on 20 reviews
Rating in categories
Customer Service Associate
4k
salaries
| ₹1.8 L/yr - ₹5 L/yr |
Associate
3.1k
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Transaction Risk Investigator
3.1k
salaries
| ₹2.9 L/yr - ₹6.5 L/yr |
Senior Associate
2.7k
salaries
| ₹4 L/yr - ₹8.2 L/yr |
Program Manager
2.3k
salaries
| ₹16.8 L/yr - ₹28.3 L/yr |
Flipkart
TCS
Netflix