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.6

based on 4.5k Reviews

Filter interviews by

Indiamart Intermesh Business Development Associate Interview Questions and Answers

Updated 4 Jul 2024

Indiamart Intermesh Business Development Associate Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What us sql joins
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • SQL joins are used to retrieve data from multiple tables in a single query

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Skills evaluated in this interview

Business Development Associate Jobs at Indiamart Intermesh

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It is easy test everyone to qualify the test total number of questions is 50 and the time is 30 minutes.

Round 2 - Group Discussion 

General topics like social media, COVID-19, Electrical vehicles in future.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills, problem solving skills is mandatory for this job

I applied via Company Website and was interviewed in Aug 2021. 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 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered.

    • I am flexible and open to negotiation.

    • I am more interested in the growth and development opportunities in the role.

    • I believe in fair compensation for the value I can bring to the company.

    • I am confident that we can come to a mutually beneficial agreement.

    • I am looking for a competitive salary that aligns with my skills and experience.

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong communication skills, strategic thinking, and adaptability. My weaknesses include a tendency to be overly detail-oriented and a lack of experience in a specific industry.

    • Strong communication skills: I am able to effectively convey ideas and information to clients and colleagues.

    • Strategic thinking: I have the ability to analyze market trends and develop innovative strategies to drive business...

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a motivated and results-driven individual with a strong background in business development.

    • Experienced in identifying and pursuing new business opportunities

    • Skilled in building and maintaining relationships with clients

    • Proficient in market research and analysis

    • Track record of meeting and exceeding sales targets

    • Excellent communication and negotiation skills

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Flipkart Business Development Associate interview:
  • Online Marketing
  • B2B Marketing
  • Sales marketing
  • Business Development
  • Marketing
Interview preparation tips for other job seekers - Flipkart is very good company.Nice to work at Flipkart b2b

Interview Questionnaire 

2 Questions

  • Q1. They will only ask you Do you have an experience in b2b or if you don't have the experience they will select you
  • Q2. You answer should be yes I can do anything or I will do everything you want that's all they will select you

Interview Questionnaire 

1 Question

  • Q1. Profile summary, work experience, journey, key projects in round 1. Market entry case study in round 2. Sales strategy case study in round 3
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What you have technical improvement in codes?
  • Ans. 

    I have implemented various technical improvements in codes to enhance performance and functionality.

    • Implemented caching mechanisms to reduce load times

    • Optimized database queries for faster retrieval of data

    • Introduced error handling techniques to improve code reliability

    • Utilized design patterns to make the codebase more maintainable

    • Refactored legacy code to adhere to best practices

  • Answered by AI
  • Q2. What is your excitment about fresh job?

Interview Preparation Tips

Interview preparation tips for other job seekers - every time doing work well
Round 1 - Resume Shortlist 
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
Round 2 - Coding Test 

This round consisted of 30 questions which were to be solved in 60 mins. It comprises of three sections each consisting of 10 questions.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Second round was one to one technical interview. It went for a hour and I was asked to solve 4 coding questions on the code editor by sharing my screen. The difficulty level was from easy to medium and one...
  • Q2. Find a palindrome, longest possible palindrome, find remainder without using modulus operator
  • Ans. 

    Answering questions on finding palindromes and remainders without modulus operator.

    • To find a palindrome, compare the first and last characters of the string and move towards the center until they meet or the string is not a palindrome.

    • To find the longest palindrome, iterate through all possible substrings and check if they are palindromes.

    • To find remainder without modulus operator, use repeated subtraction until the di

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

(1 Question)

  • Q1. This round was also one to one technical interview. I was asked to solve a question based on strings and maps and were given 30 minutes.
Round 5 - One-on-one 

(1 Question)

  • Q1. This round was a technical+HR round. This was taken by one of the founder of company. This round was to test my general understanding of technology and was the toughest one.
Round 6 - HR 

(1 Question)

  • Q1. Basic HR questions. Went for 10 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSA and add only those things in resume which you really know about.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Delhi College of Engineering (DCE), Delhi

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

1.5 hours long, platform was hackerearth.

Round 3 - Technical 

(1 Question)

  • Q1. Reverse a Linked List
  • Ans. 

    Reverse a linked list by changing the pointers direction.

    • Start with three pointers: current, previous, and next.

    • Iterate through the linked list, updating the pointers to reverse the direction.

    • Update the head pointer to the last node to complete the reversal.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice medium level Leetcode questions regularly.

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe yoursel, 2.How you can handle situation., 3. What will be the strategies to overcome with problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - WHENEVER YOU ARE PLANNING TO GIVE AN INTERVIEW YOU SHOULD HAVE TO BE PRE-PREPARED WITH PROPER KNOWLEDGE AND SKILL SET THERE IS NOTHING RIGHT AND WRONG YOU CAN PRESENT YOUR SELF WITH YOUR ALL POTENTIALS

Interview Questionnaire 

2 Questions

  • Q1. My experience in marketing
  • Q2. Communication and work planing

Indiamart Intermesh Interview FAQs

How many rounds are there in Indiamart Intermesh Business Development Associate interview?
Indiamart Intermesh interview process usually has 1 rounds. The most common rounds in the Indiamart Intermesh interview process are One-on-one Round.
How to prepare for Indiamart Intermesh Business Development Associate interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Indiamart Intermesh. The most common topics and skills that interviewers at Indiamart Intermesh expect are B2B Sales, Field Sales, Salesforce, Business Development and Direct Sales.

Tell us how to improve this page.

Indiamart Intermesh Business Development Associate Salary
based on 28 salaries
₹1.9 L/yr - ₹5 L/yr
35% less than the average Business Development Associate Salary in India
View more details

Indiamart Intermesh Business Development Associate Reviews and Ratings

based on 9 reviews

4.6/5

Rating in categories

4.9

Skill development

4.8

Work-life balance

4.6

Salary

4.6

Job security

4.6

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 9 Reviews and Ratings
Business Development Associate

Chennai,

Coimbatore

0-3 Yrs

₹ 3-3.75 LPA

Business Development Associate

New Delhi,

Faridabad

+1

0-4 Yrs

₹ 2.25-4 LPA

Explore more jobs
Assistant Manager
2.7k salaries
unlock blur

₹2.4 L/yr - ₹8.7 L/yr

Senior Executive
1.2k salaries
unlock blur

₹2.1 L/yr - ₹5.5 L/yr

Manager
874 salaries
unlock blur

₹3.4 L/yr - ₹9.5 L/yr

Sales Executive
642 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Relationship Manager
635 salaries
unlock blur

₹3.8 L/yr - ₹10 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
Did you find this page helpful?
Yes No
write
Share an Interview