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
3.5

based on 4.4k Reviews

Filter interviews by

Indiamart Intermesh Associate Software Engineer Interview Questions, Process, and Tips

Updated 20 Aug 2023

Top Indiamart Intermesh Associate Software Engineer Interview Questions and Answers

  • Q1. All prime numbers Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive). Print the prime numbers in different lines. Input Format ...read more
  • Q2. Queue Using Stack Implement a queue data structure which follows FIFO(First In First Out) property, using only the instances of the stack data structure. Note: 1. To impl ...read more
  • Q3. Swap Kth Elements Given an array ‘ARR’ of size ‘N,’ swap the Kth element from beginning with the Kth element from the end. For example: If ‘N’ = 5 and K = 2 [1, 2, 3, 4, ...read more
View all 20 questions

5 Indiamart Intermesh Associate Software Engineer Interview Experiences

29 questions found

Sort by: Popular

I applied via Campus Placement and was interviewed before May 2021.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

An online test was taken on Aspiring Minds platform. The test duration was of 1 hour and test consists of questions related to aptitude, english and coding.

3

Technical Round (5 Questions)

  • Q1. Why java is known as platform independent language?
  • Q2. What is exception handling. How to implement it?
  • Q3. Given a list of custom class objects. Write a program to sort that list based on one of its properties.
  • Q4. Write a SQL query to print number of rows in a table.
  • Q5. What are fundamental pillars of OOPS programming. Explain each of them in detail.
4

HR Round (2 Questions)

  • Q1. Tell me about yourself
  • Q2. Where do you see yourself after 5 years?

Interview Preparation Tips

Topics to prepare for Indiamart Intermesh Associate Software Engineer interview:
  • OOPS
  • Data Structures
  • DBMS
  • REST API
Interview preparation tips for other job seekers - For this job role, there is strong eligibility criteria set by the company -
The candidate must have more than 85% in Class X & XII and more than 70% in graduation degree.
If you meet the criteria, then focus mainly on your DSA skills. Mention atleast 2 good level projects in your resume. Your fundamentals of OOPS concept should be very clear. Having knowledge of SQL queries is a plus.

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via Referral and was interviewed in Jul 2023.

4 Interview Rounds

1

Resume Shortlist Round

Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
2

Aptitude Test Round

Aptitude Question on various standard topics .

3

Technical Round (2 Questions)

  • Q1. Application of stack in real life.
  • Q2. Difference between i++ and ++i through implementation.
4

HR Round (1 Question)

  • Q1. About your intro and family background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Instead of focusing on theoretical concepts entire focus must be on conceptual preparation.

Skills evaluated in this interview

Get interview-ready with top interview questions

Associate Software Engineer Interview Questions

user image CodingNinjas

posted on 15 Mar 2022

I was interviewed in Sep 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was an MCQ + coding based round consisting of multiple choice questions from topics like Aptitude, Logical reasoning, English, Programming ,etc. and 2 coding problems

  • Q1. All prime numbers Given an integer N, print all the prime numbers that lie in the range 2 to N (both inclusive). Print the prime numbers in different lines. Inp...read more
  • Q2. Print Permutations Given an input string (STR), print all possible permutations of the input string. Note: The input string may contain the same characters, so ...read more
2

Video Call Round (6 Questions)

Round duration - 75 minutes
Round difficulty - Medium

There were 2 interviewers. Firstly, they asked me to give my introduction. Then they asked me to explain any one of my projects in detail along with its demonstration. After this, they began with the DSA and computer fundamentals part.

  • Q1. Two Sum You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that the...read more
  • Q2. Queue Using Stack Implement a queue data structure which follows FIFO(First In First Out) property, using only the instances of the stack data structure. Note: ...read more
  • Q3. Swap Kth Elements Given an array ‘ARR’ of size ‘N,’ swap the Kth element from beginning with the Kth element from the end. For example: If ‘N’ = 5 and K = 2 [1,...read more
  • Q4. SQL Question The Employee table holds all employees including their managers. Every employee has an Id, and there is also a column for the manager Id as shown b...read more
  • Q5. DBMS Question 1. Explain ACID properties. 2. What is the difference between Delete and truncate command? 3. What is Indexing and which data structure is used in...read more
  • Q6. Operating System Question

    1. What is a Deadlock and what are the conditions for a deadlock to occur?
    2. What is virtual memory and paging?

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from J.C. Bose University of Science and Technology, YMCA. I applied for the job as Associate Software Engineer in NoidaEligibility criteria10th and 12th : 85% and above, B.Tech : 60% and aboveIndiaMart interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, DBMS, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on solving good quality DSA problems rather than quantity 
Tip 2 : Study computer science fundamental subjects like OOPS, DBMS and Operating systems thoroughly

Application resume tips for other job seekers

Tip 1 : Mention at least 1 good development project
Tip 2 : Don't put unnecessary or non technical details in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Associate Software Engineer Interview Questions

user image CodingNinjas

posted on 31 May 2022

I was interviewed in Jul 2021.

3 Interview Rounds

1

Coding Test Round (1 Question)

Round duration - 60 minutes
Round difficulty - Medium

This round had questions related to aptitude and coding

  • Q1. Find duplicates in an array You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of th...read more
2

Face to Face Round (4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round had some questions from OOPS and some from DBMS

  • Q1. OOPS Question

    What is Compile time Polymorphism and how is it different from Runtime Polymorphism?

  • Q2. DBMS Question

    What is meant by an entity-relationship (E-R) model? Explain the terms Entity, Entity Type, and Entity Set in DBMS.

  • Q3. DBMS Question

    What is meant by ACID properties in DBMS?

  • Q4. OOPS Question

    What are the various types of inheritance?

3

HR Round (1 Question)

Round duration - 30 minutes
Round difficulty - Easy

This was my last round and I hoped it to go good just like the other rounds. The interviewer was very straight to the point and professional. The interview lasted for 30 minutes.

  • Q1. Basic HR Question

    Tell me something not there in your resume

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in NoidaEligibility criteriaAbove 7 CGPAIndiaMart Intermesh pvt. ltd. interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare for DSA
Tip 2 : Good communication skills and confidence
Tip 3 : Proper knowledge of computer-related subjects

Application resume tips for other job seekers

Tip 1 : Just mention your area of interest in your resume
Tip 2 : Mention only those things which you have a proper knowledge. Also mention about the final year project

Final outcome of the interviewSelected

Skills evaluated in this interview

Indiamart Intermesh interview questions for designations

 Software Engineer

 (4)

 Software Engineer Trainee

 (2)

 Associate Engineer

 (3)

 Associate Consultant

 (2)

 Software Developer

 (7)

 Software Trainee

 (1)

 Software Programmer

 (1)

 Associate

 (17)

I applied via campus placement at Guru Nanak Dev University (GNDU) and was interviewed before Feb 2021.

2 Interview Rounds

1

Technical Round (2 Questions)

  • Q1. Basic concepts of OOPS, web development, some easy-medium level coding questions. Your projects and aspirations.
  • Q2. Theoretical concepts of DBMS, OS & Computer Network, basic SQL queries.
2

HR Round (3 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong. Only write those things in resume of which you are confident. Be polite in interview and try to interact as much as possible.

Interview questions from similar companies

Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Aug 2024.

3 Interview Rounds

1

Coding Test Round

It was an online assessment. Some coding questions. Some cs fundamental mcqs. SQL query, Rest Api question.

2

Assignment Round

An assignment to create a game using nodejs/ go lang/ java.

3

Technical Round (2 Questions)

  • Q1. Discussion related to Assignment. Told some changes and told to add some more functionalities.
  • Q2. Some APIS were given. It was case study. You had to show the dishes to a customer according to his preferences.

I was interviewed in Jun 2022.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Focus on algorithms - trees, graphs. Questions on improving algorithm performance. Converting algorithm to code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep Study - Graph data structure, Tree Data Structure, and solve as many problems as you can on Graph and Tree

I was interviewed in Mar 2022.

2 Interview Rounds

1

Group Discussion Round

AI

2

Coding Test Round

C#

Interview Preparation Tips

Topics to prepare for Info Edge Associate Software Engineer interview:
  • Class and object
  • Construction
  • Access modifier
  • Polymorphism
  • Inheritance
Interview preparation tips for other job seekers - I am a fresher student. Thank a lot
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via LinkedIn and was interviewed in Nov 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Minimum Knight Moves (LC Medium)
  • Q2. OS, CN, DB concepts like multithreading, semaphore, tcp vs udp, transaction and ACId properties. Java concepts like stack vs heap(memory), error vs exception. A...read more

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the fundamental concepts of operating systems and databases. Refer to the company-tagged questions from LC.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Referral and was interviewed in Oct 2024.

2 Interview Rounds

1

Technical Round (3 Questions)

  • Q1. MC question on desing pattern
  • Q2. Graph question, tree and hash
  • Q3. Design Book my show
2

Coding Test Round

Dp question of jump game

Indiamart Intermesh Interview FAQs

How many rounds are there in Indiamart Intermesh Associate Software Engineer interview?
Indiamart Intermesh interview process usually has 3-4 rounds. The most common rounds in the Indiamart Intermesh interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Indiamart Intermesh Associate Software Engineer interview?

Some of the top questions asked at the Indiamart Intermesh Associate Software Engineer interview -

  1. Why java is known as platform independent langua...read more
  2. What are fundamental pillars of OOPS programming. Explain each of them in detai...read more
  3. Given a list of custom class objects. Write a program to sort that list based o...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Indiamart Intermesh interviews
Campus Placement
Referral
67%
33%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 407 Interviews
BigBasket Interview Questions
4.0
 • 340 Interviews
Udaan Interview Questions
4.0
 • 329 Interviews
JustDial Interview Questions
3.5
 • 320 Interviews
CARS24 Interview Questions
3.6
 • 308 Interviews
Info Edge Interview Questions
4.0
 • 306 Interviews
Lenskart Interview Questions
3.2
 • 283 Interviews
NoBroker Interview Questions
3.2
 • 216 Interviews
View all
Indiamart Intermesh Associate Software Engineer Salary
based on 111 salaries
₹5 L/yr - ₹10.8 L/yr
64% more than the average Associate Software Engineer Salary in India
View more details

Indiamart Intermesh Associate Software Engineer Reviews and Ratings

based on 13 reviews

4.3/5

Rating in categories

4.2

Skill development

4.1

Work-Life balance

4.0

Salary & Benefits

4.8

Job Security

4.1

Company culture

4.4

Promotions/Appraisal

4.1

Work Satisfaction

Explore 13 Reviews and Ratings
Assistant Manager
2.7k salaries
unlock blur

₹2.4 L/yr - ₹8 L/yr

Senior Executive
1.2k salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Manager
882 salaries
unlock blur

₹3.4 L/yr - ₹9.5 L/yr

Sales Executive
715 salaries
unlock blur

₹1.1 L/yr - ₹6 L/yr

Relationship Manager
537 salaries
unlock blur

₹4 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Indiamart Intermesh with

Alibaba Group

4.1
Compare

TradeIndia (Infocom Network Private Limited)

3.4
Compare

Global Sources

4.1
Compare

ExportersIndia

4.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview