Upload Button Icon Add office photos

Filter interviews by

HiveMinds Innovative Market Solutions Associate Consultant Interview Questions and Answers

Updated 27 Jan 2023

HiveMinds Innovative Market Solutions Associate Consultant Interview Experiences

2 interviews found

Associate Consultant Interview Questions & Answers

user image Kritika Dongre

posted on 27 Jan 2023

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

I applied via Referral and was interviewed in Dec 2022. There were 3 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. Describe you previous work experience.
  • Q2. Basic technical questions on your work ex.
Round 3 - Case Study 

Deep dive and cross questioning on the case study prepared

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical expertise and be confident
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 Jul 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 - HR 

(1 Question)

  • Q1. General Role Overview
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Questions about platforms
Round 4 - One-on-one 

(1 Question)

  • Q1. With Account Lead (same as round 2)

Interview Preparation Tips

Interview preparation tips for other job seekers - Know the basics well and prepare well on Aptitude & Industry Knowledge

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more

Associate Consultant Jobs at HiveMinds Innovative Market Solutions

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Resume, achievements, market dynamics
  • Q2. Case studies on Market operations , targets achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, Answer politely and clearly...Dont beat on the bush
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Resume, coding questions
  • Q2. Ds algo css questions based on time and space complexity
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, js input output questions
  • Q2. System design, load balancer working
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basic question asked like closure hoisting some output based question
Round 2 - Technical 

(1 Question)

  • Q1. React app optimization and advanced hooks
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Debounce Time implement
  • Ans. 

    Debounce time is a programming technique to limit the rate at which a function is executed.

    • Debouncing prevents a function from being called multiple times in quick succession.

    • Commonly used in event handling, like button clicks or window resizing.

    • Example: A search input that triggers an API call only after the user stops typing for a specified time.

    • Implementation can be done using setTimeout in JavaScript.

    • Debounce time

  • Answered by AI
  • Q2. Accordian Implement
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 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 - HR 

(2 Questions)

  • Q1. Self intro - tell me about yourself
  • Ans. 

    I am a software developer with a passion for creating efficient and user-friendly applications.

    • Proficient in multiple programming languages such as Java, C++, and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong problem-solving and analytical skills

    • Familiarity with agile development methodologies

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Experience & why do you want to switch
  • Ans. 

    I have 5 years of experience as a Software Developer and I want to switch to explore new technologies and challenges.

    • I have 5 years of experience as a Software Developer.

    • I have gained expertise in various programming languages and frameworks.

    • I have successfully delivered multiple projects and contributed to their success.

    • I want to switch to explore new technologies and challenges.

    • I believe switching will help me enhanc

  • Answered by AI
Round 3 - Coding Test 

Simple basic code for Form data

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of javascript and the framework should be clear
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Regarding email marketing questions.
  • Q2. About technical questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Case Study 

Mails,for offboarding , Onboarding

Round 3 - One-on-one 

(1 Question)

  • Q1. About yourself, about company
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 

Easy leetcode data structure question

Round 3 - Technical 

(1 Question)

  • Q1. Write working code for calling a rest API, design rate limiter
  • Ans. 

    Code for calling a REST API and designing a rate limiter

    • Use a library like requests or axios to make the API call

    • Implement a token bucket algorithm for rate limiting

    • Set a maximum number of requests per second and queue excess requests

    • Consider using a distributed rate limiter for scalability

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design Database schema for instagram
  • Ans. 

    Design a database schema for Instagram.

    • Create tables for users, posts, comments, likes, and follows.

    • Use primary and foreign keys to establish relationships between tables.

    • Store user data such as username, email, and password securely.

    • Include fields for post content, location, and timestamp.

    • Track likes and comments on posts.

    • Implement a notification system for follows and likes.

    • Consider scalability and performance in the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All round was smooth and interviewer were friendly.

Skills evaluated in this interview

HiveMinds Innovative Market Solutions Interview FAQs

How many rounds are there in HiveMinds Innovative Market Solutions Associate Consultant interview?
HiveMinds Innovative Market Solutions interview process usually has 3-4 rounds. The most common rounds in the HiveMinds Innovative Market Solutions interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for HiveMinds Innovative Market Solutions Associate Consultant 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 HiveMinds Innovative Market Solutions. The most common topics and skills that interviewers at HiveMinds Innovative Market Solutions expect are Digital Marketing, Online Marketing, Online Sales, Media Planning and Client Relationship Management.
What are the top questions asked in HiveMinds Innovative Market Solutions Associate Consultant interview?

Some of the top questions asked at the HiveMinds Innovative Market Solutions Associate Consultant interview -

  1. With Account Lead (same as round...read more
  2. Technical Questions about platfo...read more

Tell us how to improve this page.

HiveMinds Innovative Market Solutions Associate Consultant Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 71 Interviews
Birdeye Interview Questions
3.8
 • 25 Interviews
Cheil India Interview Questions
3.0
 • 17 Interviews
SRV Media Interview Questions
3.3
 • 15 Interviews
ASP OL Media Interview Questions
2.6
 • 13 Interviews
Xerago Interview Questions
3.4
 • 11 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
View all
9% more than the average Associate Consultant Salary in India
View more details

HiveMinds Innovative Market Solutions Associate Consultant Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

5.0

Work satisfaction

Explore 3 Reviews and Ratings
Senior Marketing Analyst
78 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Market Analyst
41 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Marketing Specialist
40 salaries
unlock blur

₹4.6 L/yr - ₹8 L/yr

Associate Consultant
25 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Data Analyst
21 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Explore more salaries
Compare HiveMinds Innovative Market Solutions with

Franchise India Brands

2.1
Compare

Echobooom Management & Entrepreneurial Solutions

3.6
Compare

Cheil India

3.0
Compare

VSynergize Outsourcing

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