Upload Button Icon Add office photos
Engaged Employer

i

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

Imast Operations Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Imast Operations Bdm Executive Interview Questions and Answers

Updated 24 Aug 2023

Imast Operations Bdm Executive Interview Experiences

1 interview found

Bdm Executive Interview Questions & Answers

user image Alexa Amherst

posted on 24 Aug 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 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 - One-on-one 

(1 Question)

  • Q1. Experience and why you wanna join
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2022. 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 - One-on-one 

(1 Question)

  • Q1. About paid media as per my exp. Google adwords and facebook
Round 3 - HR 

(1 Question)

  • Q1. Salary related Document submission n all How soon you can join?

Interview Preparation Tips

Interview preparation tips for other job seekers - I will not suggest anyone to join media buying process of this company. As everything is worst in all respect. Like useless copy paste work, unnecessary pressure. No work culture even director trying to save his job.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

15 mins aptitude test to be given

Round 3 - One-on-one 

(2 Questions)

  • Q1. WHat are your career goals
  • Q2. Give example of your accomplishment
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. 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 

(3 Questions)

  • Q1. 1. Explain about your self and the current company you work with.
  • Q2. 2. Any revenues achieved if yes was it a team target or on Individual role?
  • Q3. 3. Do you have any idea about our company 3 Minds Digital ?
Round 3 - One-on-one 

(4 Questions)

  • Q1. 1. Explain about yourself, overall journey and your current role.
  • Q2. 2. Explain about your revenue contribution to the company.
  • Q3. 3. Explain about what understanding you have about the company 3 Minds Digital.
  • Q4. 4. One to One Client Game.
Round 4 - Aptitude Test 

1. Basic Aptitude Test in order to check the ability. Duration was about 60 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be the best, you shall get your dream jobs.
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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Laravel framework question.
Round 3 - One-on-one 

(1 Question)

  • Q1. Laravel framework question

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reasons for the drop in CPM
  • Ans. 

    Possible reasons for drop in CPM include seasonality, changes in ad inventory, shifts in audience demographics, and increased competition.

    • Seasonal fluctuations in advertising demand

    • Changes in available ad inventory

    • Shifts in audience demographics affecting targeting effectiveness

    • Increased competition leading to lower bids

  • Answered by AI
  • Q2. Types of floor in GAM
  • Ans. 

    Types of floors in GAM include carpet, hardwood, tile, and laminate.

    • Carpet

    • Hardwood

    • Tile

    • Laminate

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

HackerRank Test, basic questions related to the profile.

Round 2 - Technical 

(1 Question)

  • Q1. Coding Interview with the team manager
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are synthetic Events?
  • Ans. 

    Synthetic Events are events that are created by the browser to mimic real user events.

    • Synthetic Events are used in React to handle events in a consistent manner across different browsers.

    • They are created by React to wrap native browser events and provide additional functionality.

    • Examples include onClick, onChange, and onSubmit events in React.

  • Answered by AI
  • Q2. What is event bubbling?
  • Ans. 

    Event bubbling is the process where an event triggered on a child element is propagated up through its parent elements.

    • Event bubbling allows a single event handler to be attached to a parent element, which will be triggered for all its children.

    • When an event occurs on a child element, it first runs the event handlers on the child, then on its parent, and so on up the DOM tree.

    • Event bubbling can be stopped using event.s

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. About datorama explain how it works
  • Q2. More about digital marketing

Imast Operations Interview FAQs

How many rounds are there in Imast Operations Bdm Executive interview?
Imast Operations interview process usually has 3 rounds. The most common rounds in the Imast Operations interview process are One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Imast Operations Bdm Executive Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
IPG Mediabrands Interview Questions
3.4
 • 15 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Liqvd Asia Interview Questions
3.1
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
View all
Assistant Program Manager
8 salaries
unlock blur

₹3 L/yr - ₹3.3 L/yr

IOS Developer
6 salaries
unlock blur

₹5.4 L/yr - ₹6 L/yr

Program Manager
5 salaries
unlock blur

₹3 L/yr - ₹3.3 L/yr

HR Recruiter
5 salaries
unlock blur

₹1.2 L/yr - ₹1.5 L/yr

Business Development Manager
5 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare Imast Operations with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.0
Compare

7Search PPC

4.8
Compare

Bikayi

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