Upload Button Icon Add office photos

Filter interviews by

Amazon Development Centre India Hard Goods Merchandiser Interview Questions and Answers

Updated 10 Aug 2023

Amazon Development Centre India Hard Goods Merchandiser Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. Why you hiri this job ?
  • Ans. 

    I'm passionate about hard goods merchandising and excited to leverage my skills to enhance product selection and customer satisfaction.

    • I have a strong background in retail, having worked as a merchandiser for over three years, where I successfully increased sales by 20%.

    • I enjoy analyzing market trends and customer preferences, which allows me to curate product assortments that resonate with shoppers.

    • I'm drawn to the ch...

  • Answered by AI
  • Q2. What is the customer service?
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after a purchase.

    • Customer service involves helping customers with their inquiries, issues, and complaints.

    • It includes providing product information, processing orders, and handling returns or exchanges.

    • Good customer service can lead to customer satisfaction, loyalty, and repeat business.

    • Examples of customer service include answerin...

  • Answered by AI
  • Q3. Y you have choose this company?
  • Ans. 

    I chose this company for its innovative approach, strong values, and commitment to quality in the hard goods sector.

    • The company's reputation for quality products aligns with my personal values and professional standards.

    • I admire the innovative strategies employed in product development, such as the use of sustainable materials.

    • The company's commitment to customer satisfaction resonates with my belief in building strong...

  • Answered by AI
  • Q4. What is customer service support?
  • Ans. 

    Customer service support involves providing assistance and solutions to customers before, during, and after a purchase.

    • Assisting customers with product inquiries and issues

    • Resolving complaints and concerns in a timely manner

    • Providing guidance on product usage and troubleshooting

    • Ensuring customer satisfaction through effective communication

    • Offering refunds, exchanges, or replacements when necessary

  • Answered by AI
Round 3 - One-on-one 

(6 Questions)

  • Q1. Why you hiri this job?
  • Q2. What is customer service?
  • Ans. 

    Customer service is the assistance and support provided to customers before, during, and after a purchase.

    • Customer service involves actively listening to customers' needs and concerns.

    • It includes providing helpful information, resolving issues, and ensuring customer satisfaction.

    • Examples of good customer service include responding promptly to inquiries, offering personalized recommendations, and following up to ensure ...

  • Answered by AI
  • Q3. Why you have only Choose this company only ?
  • Q4. What is about customer service support?
  • Ans. 

    Customer service support is crucial for ensuring customer satisfaction and loyalty.

    • Customer service support involves addressing customer inquiries, concerns, and complaints in a timely and professional manner.

    • It includes providing product information, troubleshooting assistance, and processing returns or exchanges.

    • Effective customer service support can lead to increased customer retention and positive word-of-mouth ref...

  • Answered by AI
  • Q5. Why you are interested in joining this customer service support?
  • Q6. For which process you have joined in this company?

Top trending discussions

View All
Career Growth
2w
a senior executive
I am asking weird career advice? Please suggest!
Hi guys! I am an IT professional and have currently shifted to MUMBAI, my dream city. Because I always wanted to become an actor, from my college curriculum in drama, I developed my acting skills. Though I’ve built a stable life here with a good income and lifestyle. But being in Mumbai makes that dream feel closer than ever. Lately, I’ve been seeing regular casting ads in newspapers, and it’s tempting to try auditioning. But ever since Sushant Singh Rajput’s case, I do feel a certain fear. What if I lose both my job and mental peace if things don’t go well? How can I explore acting without risking everything I’ve built? Is there a middle path to follow both dreams?
FeedCard Image
Got a question about Amazon Development Centre India?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Css c++ java data entry

Hard Goods Merchandiser Interview Questions Asked at Other Companies

asked in SHRI Group
Q1. Many technology is tested here.What is your experience?
Q2. What does customer service mean to you?
Q3. What is your experience with customer service support?
Q4. What is customer service support?
Q5. What is customer service?

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. What is you profession
  • Ans. 

    I am a Senior Associate in the field of finance, specializing in investment management.

    • I have expertise in analyzing financial data and making investment recommendations.

    • I work closely with clients to understand their financial goals and risk tolerance.

    • I monitor market trends and economic indicators to make informed investment decisions.

    • I have experience in portfolio management and asset allocation.

    • I may hold certifica...

  • Answered by AI
  • Q2. What is your ambition
  • Ans. 

    My ambition is to become a respected leader in my field, making a positive impact through innovative solutions and mentorship.

    • To continuously learn and grow in my role

    • To lead and inspire a team towards success

    • To contribute to the advancement of the organization and industry

    • To mentor and guide junior colleagues in their professional development

  • Answered by AI

I appeared for an interview before Dec 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was purely based on Data Structures and Algorithms . One has to be fairly comfortable in solving Algorithmic problems to pass this round . Both the questions asked were quite common and luckily I had already prepared them from CodeStudio and LeetCode.

  • Q1. 

    Binary Tree Traversals Problem Statement

    Given a Binary Tree with 'N' nodes, where each node holds an integer value, your task is to compute the In-Order, Pre-Order, and Post-Order traversals of the binar...

  • Ans. 

    Compute the In-Order, Pre-Order, and Post-Order traversals of a Binary Tree given in level-order format.

    • Implement functions to perform In-Order, Pre-Order, and Post-Order traversals of a Binary Tree.

    • Use level-order input to construct the Binary Tree.

    • Traverse the Binary Tree recursively to generate the required traversals.

    • Ensure proper handling of null nodes represented by -1 in the input.

    • Return the three traversals as ...

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round basically tested some concepts from Data Structures and File Manipulation .

  • Q1. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem involves finding the intersection of two sorted arrays efficiently.

    • Use two pointers to iterate through both arrays simultaneously.

    • Compare elements at the pointers and move the pointers accordingly.

    • Handle cases where elements are equal and update the intersection array.

    • Return the intersection array as the result.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPABig Basket interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating Systems, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

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.

Application resume tips for other job seekers

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.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

6 Questions

  • Q1. Design the most optimal data structures for an LRU cache
  • Ans. 

    Design optimal data structures for LRU cache

    • Use a doubly linked list to keep track of recently used items

    • Use a hash table to store key-value pairs for quick 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 hash table

  • Answered by AI
  • Q2. Convert a sorted array to balanced binary search tree
  • Ans. 

    Convert a sorted array to balanced binary search tree

    • Find the middle element of the array and make it the root of the tree

    • Recursively construct the left subtree using the left half of the array

    • Recursively construct the right subtree using the right half of the array

    • Repeat until all elements are added to the tree

  • Answered by AI
  • Q3. Reverse a singly linked list in groups of k in­place
  • Ans. 

    Reverse a singly linked list in groups of k in­place

    • Divide the linked list into groups of k nodes

    • Reverse each group of k nodes

    • Connect the reversed groups to form the final linked list

  • Answered by AI
  • Q4. Design the most optimal data structure for storing a word and its meaning. Note that a word could have multiple meanings
  • Q5. Write a recursive routine to calculate a ^ n
  • Ans. 

    A recursive routine to calculate a ^ n

    • The base case is when n is 0, in which case the result is 1

    • For any other value of n, the result is a multiplied by the result of a^(n-1)

    • The recursive function should call itself with a^(n-1) as the new input

  • Answered by AI
  • Q6. Design the most optimal data structure for a never ending stream of numbers. It should be optimized for insertion, deletion, searching, finding kth largest and kth smallest
  • Ans. 

    Design optimal data structure for never-ending stream of numbers for insertion, deletion, searching, kth largest and kth smallest.

    • Use a balanced binary search tree like AVL or Red-Black tree for efficient insertion, deletion, and searching.

    • Maintain two heaps, one for kth largest and one for kth smallest.

    • For finding kth largest, use a min heap of size k and for kth smallest, use a max heap of size k.

    • Alternatively, use a...

  • Answered by AI

Interview Preparation Tips

Skills:
College Name: NA

Skills evaluated in this interview

I appeared for an interview in Sep 2016.

Interview Questionnaire 

2 Questions

  • Q1. Being a mechanical engineer why do you choose corporate?
  • Ans. 

    As a mechanical engineer, I choose corporate because it offers diverse opportunities, professional growth, and stability.

    • Corporate provides a wide range of industries and sectors to work in, allowing me to explore different areas of mechanical engineering.

    • Working in a corporate environment offers opportunities for professional growth through training programs, mentorship, and exposure to new technologies.

    • Corporate jobs...

  • Answered by AI
  • Q2. Common puzzle questions

Interview Preparation Tips

Round: Group Discussion
Experience: Extempore was the name of the round. It is almost same as GD but instead each candidate should select his own topic and talk for 2 minutes.
Tips: Fluency over language is the main element focused in this round
Duration: 2 hours

Round: Problem Statement
Experience: In this round the candidate should attend online aptitude test for 1 hour. It consists of three parts : Logical part, Reasoning part, Language part. This round is easier one.
Tips: Concentrate more on English grammar

Round: HR Interview
Experience: Shortlisted candidates were called for HR round. For non IT students the main question asked was being a non IT student why do you choose corporate field.
Tips: The answer for this question cannot be provided by myself. Each of you candidates should build a genuine answer for this one

Round: Puzzle Interview
Experience: This is the final round of the whole interview process. In this round the candidates were focused asking only on puzzle questions. 3 to 5 questions were asked in this round depending upon the mentality of HR. 75 % score is required to clear this round
Tips: Just Google puzzle questions for interview, then work on those questions. You will get an idea on how to clear this round

Are these interview questions helpful?

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 22

College Name: Jaypee University Of Information Technology, Solan

Associate Interview Questions & Answers

Amazon user image Sayeda Peerzade

posted on 10 Jul 2017

I appeared for an interview in Mar 2017.

Interview Questionnaire 

1 Question

  • Q1. Self introduction, Strengthens and weakness, best friend, why Amazon

Interview Preparation Tips

Round: Resume Shortlist
Experience: We were asked to introduce ourselves and also speak about the environment of the room. Then asked to speak about Amazon and why do we want to work with Amazon
Tips: Be confident

Round: Test
Experience: Pronounciaton skills were examined
Tips: Flexible in talking in English
Duration: 20 minutes
Total Questions: 25

Round: HR Interview
Experience: HR was really cooperative he asked to relax and then started asking questions in a gentle manner. He made me feel comfortable. And reduced the nervous environment.
Tips: Be confident and don't be nervous

Skills: Language, Time Management
College Name: VHD central institute of home science

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Extempore was conducted which is almost same as GD. In Extempore round each individual should select his own topic and talk for 2 minutes. Eye donation was the topic selected by me. The main concept of this round is to check the fluency over language
Tips: Be confident in what you speak. Dont get nervoused in this round

Round: Problem Statement
Experience: Extempore was conducted which is almost same as GD. In Extempore round each individual should select his own topic and talk for 2 minutes. Eye donation was the topic selected by me. The main concept of this round is to check the fluency over language
Tips: Be confident in what you speak. Dont get nervoused in this round

Amazon Development Centre India Interview FAQs

How many rounds are there in Amazon Development Centre India Hard Goods Merchandiser interview?
Amazon Development Centre India interview process usually has 3 rounds. The most common rounds in the Amazon Development Centre India interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Amazon Development Centre India Hard Goods Merchandiser interview?

Some of the top questions asked at the Amazon Development Centre India Hard Goods Merchandiser interview -

  1. What is the customer servi...read more
  2. What is about customer service suppo...read more
  3. What is customer service suppo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.3k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
PolicyBazaar Interview Questions
3.7
 • 467 Interviews
Swiggy Interview Questions
3.8
 • 464 Interviews
BigBasket Interview Questions
3.9
 • 392 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
JustDial Interview Questions
3.5
 • 355 Interviews
Lenskart Interview Questions
3.2
 • 354 Interviews
View all
Customer Service Associate
2.9k salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Transaction Risk Investigator
1.4k salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Customer Service Executive
910 salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

Senior Associate
848 salaries
unlock blur

₹4 L/yr - ₹8.3 L/yr

Associate
685 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare Amazon Development Centre India with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Indiamart Intermesh

3.6
Compare

Udaan

3.9
Compare
write
Share an Interview