Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Indiamart Intermesh Team. If you also belong to the team, you can get access from here

Indiamart Intermesh Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indiamart Intermesh Associate Product Manager Interview Questions and Answers

Updated 25 Sep 2024

Indiamart Intermesh Associate Product Manager Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How many cars are their in my hometown
  • Q2. Suddenly on a particular day login count has gone down. How would you proceed ahead to check it
  • Ans. 

    I would start by analyzing the data to identify any potential issues or changes that could have caused the decrease in login count.

    • Check for any recent changes or updates that could have affected the login process

    • Review server logs to identify any errors or issues that may have occurred

    • Reach out to the technical team to investigate any potential technical issues

    • Analyze user feedback or complaints to see if there are an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic product management questions

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Medium level questions asking about quant

Round 2 - One-on-one 

(1 Question)

  • Q1. Asks to improve JD search results page. What factors are involved in displaying listings?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 4 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 - Aptitude Test 

Basic aptitude with mathematics problems

Round 3 - One-on-one 

(1 Question)

  • Q1. Product thinking test is taken
Round 4 - HR 

(1 Question)

  • Q1. Basic HR based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on developing product sense
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Optimise search results
  • Ans. 

    Enhance search results by improving algorithms, user experience, and relevance of content.

    • Implement advanced algorithms like machine learning to understand user intent.

    • Utilize user feedback to refine search results and prioritize relevant content.

    • Incorporate filters and sorting options to help users narrow down results.

    • Analyze search query data to identify trends and optimize for common searches.

    • A/B test different sear...

  • Answered by AI
  • Q2. Favourite product
Round 2 - Aptitude Test 

Basic logical mathematical and reasoning questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Should Flipkart enter the cattle trading market?
  • Ans. 

    No, Flipkart should not enter the cattle trading market due to lack of expertise and potential ethical concerns.

    • Lack of expertise in the cattle trading market may lead to poor decision-making and financial losses.

    • Cattle trading involves ethical considerations such as animal welfare and sustainability, which may not align with Flipkart's values.

    • Entering a new market requires significant resources and investment, which m

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and structured with your approach

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Case Study 

We had to pitch a product that solved any real-life problem.

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to the prepared deck and product design
Round 3 - One-on-one 

(1 Question)

  • Q1. Product Design Exercise

Interview Preparation Tips

Interview preparation tips for other job seekers - Be creative and logical. Don't jump over to the solutions.
Round 1 - Case Study 

Product Case Study

Round 2 - One-on-one 

(1 Question)

  • Q1. Product Interview - Problem Solving
Round 3 - One-on-one 

(1 Question)

  • Q1. Guesstimates and Product Design Problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a notebook with you to solve cases
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Prepare a slide deck

Round 2 - Group Discussion 

You will be mapped with seniors from flipkart.

Round 3 - One-on-one 

(1 Question)

  • Q1. Basics of Product management, questions from resume and your interests.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Analytics round was the first round which was easy

Round 2 - Technical 

(2 Questions)

  • Q1. No. of footballs in the air
  • Q2. Design fridge for the blind
  • Ans. 

    Designing a fridge for the blind requires tactile and auditory cues for easy navigation and organization.

    • Include braille labels on shelves and drawers for easy identification of items.

    • Utilize voice recognition technology for hands-free operation.

    • Implement textured buttons and knobs for temperature control and settings.

    • Incorporate a talking feature that announces the contents of the fridge when opened.

    • Ensure contrasting...

  • Answered by AI

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 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

Indiamart Intermesh Interview FAQs

How many rounds are there in Indiamart Intermesh Associate Product Manager interview?
Indiamart Intermesh interview process usually has 1 rounds. The most common rounds in the Indiamart Intermesh interview process are One-on-one Round.

Tell us how to improve this page.

Indiamart Intermesh Associate Product Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 434 Interviews
BigBasket Interview Questions
3.9
 • 362 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
JustDial Interview Questions
3.5
 • 330 Interviews
Info Edge Interview Questions
3.9
 • 323 Interviews
Lenskart Interview Questions
3.2
 • 314 Interviews
Square Yards Interview Questions
3.7
 • 201 Interviews
View all
Indiamart Intermesh Associate Product Manager Salary
based on 37 salaries
₹7.4 L/yr - ₹20 L/yr
12% less than the average Associate Product Manager Salary in India
View more details

Indiamart Intermesh Associate Product Manager Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.0

Skill development

2.8

Work-life balance

2.7

Salary

3.5

Job security

2.8

Company culture

2.3

Promotions

3.0

Work satisfaction

Explore 7 Reviews and Ratings
Assistant Manager
2.6k salaries
unlock blur

₹2.3 L/yr - ₹8.7 L/yr

Senior Executive
1.2k salaries
unlock blur

₹2 L/yr - ₹5.7 L/yr

Manager
876 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Sales Executive
694 salaries
unlock blur

₹0.9 L/yr - ₹6.5 L/yr

Relationship Manager
655 salaries
unlock blur

₹3.8 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Indiamart Intermesh with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Udaan

3.9
Compare

BigBasket

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview