i
Indiamart Intermesh
Filter interviews by
Clear (1)
I was interviewed in Jan 2025.
Indiamart is India's largest online B2B marketplace connecting buyers with suppliers.
Indiamart was founded in 1996 and is headquartered in Noida, India.
It provides a platform for businesses to list their products and services, and for buyers to find suppliers.
The company went public in 2019 and is listed on the BSE and NSE in India.
Indiamart has over 60 million registered users and 5.9 million suppliers.
The COO in IndiaMART is responsible for overseeing the company's operations and ensuring efficient functioning.
The COO is responsible for managing day-to-day operations of the company.
They work closely with the CEO and other executives to develop and implement strategies for growth.
The COO plays a key role in ensuring operational efficiency and effectiveness.
They may also be involved in decision-making processes and se...
Top trending discussions
I was interviewed before Dec 2020.
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.
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...
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
Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.
The first line of input is an intege...
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
Round duration - 45 Minutes
Round difficulty - Medium
This round basically tested some concepts from Data Structures and File Manipulation .
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...
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.
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.
I applied via Approached by Company and was interviewed in Sep 2021. There were 3 interview rounds.
It was a DSA based round.one easy question on array and the other one was leetcode medium to find maximum in every window of size K in array using sliding window.
I worked as a Software Developer at XYZ Company.
Developed and maintained software applications using Java and Python.
Collaborated with a team of developers to design and implement new features.
Performed code reviews and debugging to ensure software quality.
Worked closely with clients to gather requirements and provide technical support.
Implemented unit tests and conducted system testing to identify and fix bugs.
Partici...
Seeking new opportunities for professional growth and challenges.
Looking for a more challenging role
Want to work with new technologies
Seeking opportunities for career advancement
Desire to work in a different industry or domain
Want to join a company with a better work-life balance
I am a software developer with experience in multiple programming languages and a passion for problem-solving.
Experienced in Java, C++, and Python
Strong knowledge of data structures and algorithms
Worked on various projects including web development and mobile app development
Excellent problem-solving and analytical skills
My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.
Strengths: problem-solving, attention to detail, teamwork
Weaknesses: time management, public speaking
I applied via Company Website and was interviewed before Oct 2021. There were 2 interview rounds.
I have a Bachelor's degree in Business Administration and 5 years of experience in management roles.
Bachelor's degree in Business Administration
5 years of experience in management roles
My last current employer is XYZ Company.
XYZ Company is a multinational corporation specializing in technology solutions.
I worked at XYZ Company for 3 years as a Senior Associate.
During my time at XYZ Company, I successfully managed a team of 10 employees and consistently exceeded sales targets.
I implemented new strategies that resulted in a 20% increase in customer satisfaction.
I was responsible for developing and impl...
I have 5 years of work experience in various managerial roles.
I have worked as a supervisor for 2 years, overseeing a team of 10 employees.
I have also served as a department manager for 3 years, responsible for budgeting and strategic planning.
During my tenure, I successfully implemented new processes that improved efficiency by 20%.
I have experience in training and mentoring new employees, ensuring their smooth integr
I applied via Recruitment Consulltant and was interviewed in Mar 2022. There were 2 interview rounds.
I was interviewed in Nov 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Two coding questions were asked of medium complexity. Timing and date of the interview was according to your comfort, interviewer was very helpful.
Given a sorted array of distinct integers that has been rotated clockwise by an unknown amount, you need to search for a specified integer in the array. Fo...
Implement a search function to find a specified integer in a rotated sorted array.
Implement a binary search algorithm to find the target integer in the rotated sorted array.
Handle the cases where the target integer may lie in the left or right half of the array after rotation.
Keep track of the mid element and adjust the search space based on the rotation.
Return the index of the target integer if found, else return -1.
Round duration - 60 Minutes
Round difficulty - Medium
It was a low level design round, of around 60 min, where you have to explain your appoach along with coding.
Design a cab booking system for efficient and convenient service.
Implement a user-friendly mobile app and website for booking cabs.
Include features like real-time tracking, fare estimation, and driver ratings.
Integrate payment options for seamless transactions.
Develop a robust backend system to manage bookings, drivers, and customer support.
Utilize algorithms for efficient route planning and matching drivers with passe
Round duration - 45 minutes
Round difficulty - Easy
It was a HM round, with questions mainly around past experience
1. Focus on company specific question
2. Walk through all the interview processes for a company for your experience.
Fill all the experience in an order, most effective experience should be at the top.
Resume should be clear and crisp, include technical jargons for screening.
I applied via Referral and was interviewed before Sep 2023. There were 2 interview rounds.
Design instagram like service - machine coding round
Find the Kth largest element in a Binary Search Tree.
Perform reverse inorder traversal to visit nodes in descending order.
Keep track of the count of visited nodes to find the Kth largest element.
Stop traversal once the Kth largest element is found.
I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.
2 questions were asked.
Design an airline service for booking flights and managing reservations.
Create a user-friendly website or mobile app for customers to search and book flights.
Implement a secure payment system for online bookings.
Develop a system for managing flight schedules, seat availability, and reservations.
Include features for customers to check-in online, select seats, and view flight status.
Offer loyalty programs and discounts f
based on 1 interview
Interview experience
Assistant Manager
2.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
1.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
891
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Executive
674
salaries
| ₹0 L/yr - ₹0 L/yr |
Relationship Manager
656
salaries
| ₹0 L/yr - ₹0 L/yr |
Alibaba Group
TradeIndia (Infocom Network Private Limited)
Global Sources
ExportersIndia