Upload Button Icon Add office photos

Filter interviews by

IPG Mediabrands Senior Analyst Interview Questions and Answers

Updated 8 Oct 2024

IPG Mediabrands Senior Analyst Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Projects you did in previous organization?
  • Ans. 

    Led various projects in previous organization including data analysis, process improvement, and system implementation.

    • Implemented new data analysis tools to improve efficiency

    • Led a team in developing a process improvement strategy resulting in cost savings

    • Managed the implementation of a new system to streamline operations

  • Answered by AI
  • Q2. Reverse the String in python
  • Ans. 

    Reverse a string in Python using slicing

    • Use string slicing with a step of -1 to reverse the string

    • Example: 'hello'[::-1] will return 'olleh'

  • Answered by AI
  • Q3. Project in last organization
  • Ans. 

    Led a cross-functional team to implement a new CRM system

    • Managed project timeline and budget effectively

    • Collaborated with IT, sales, and marketing teams to gather requirements

    • Provided training and support to end users post-implementation

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Tableau questions Sql questions And excel questions
  • Q2. What is data validation What is delete and truncate Delete and drop
  • Ans. 

    Data validation ensures data is accurate and useful. Delete removes specific records, truncate removes all records, drop removes entire table.

    • Data validation ensures data is accurate, complete, and useful for analysis

    • Delete removes specific records from a table based on a condition

    • Truncate removes all records from a table, but keeps the table structure

    • Drop removes an entire table from the database

    • Example: DELETE FROM t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Senior Analyst Interview Questions Asked at Other Companies

Q1. Explain 3 statement financial model Calculating discount rate Cou ... read more
Q2. Tell me about your profile? What do you know about Transaction Mo ... read more
Q3. Q4. What is the probability of getting 5 Sundays in 31 day month.
asked in Accenture
Q4. What do you understand by Budgeting and Forecasting?
Q5. Q4. You are standing in a field. Chances of seeing atleast 1 plan ... read more

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Campaign building
  • Q2. What is Ad network and Ad exchange
  • Ans. 

    Ad network is a platform that connects advertisers with publishers to display ads. Ad exchange is a marketplace for buying and selling ad inventory.

    • Ad network connects advertisers with publishers to display ads

    • Ad exchange is a marketplace for buying and selling ad inventory

    • Ad network typically charges a commission on ad spend

    • Ad exchange uses real-time bidding to determine the price of ad inventory

    • Examples of ad network...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always know about each and every term that you write in your resume. Do not brag about something that you don't know. Be transparent and calculative about your knowledge and offer.

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Some Senario Based questions as it require to understand your business acumen and all
  • Q2. One Proposal making task is given
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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on vlook up, h-look up, pivot and if else condition
  • Q2. You must know how to use vlook up, h-look up and if-else condition
Round 2 - Assignment 

Excel file was give, used sumifs, countifs , index match formulas

Interview Preparation Tips

Interview preparation tips for other job seekers - Just learn the excel famous questions and concept like look up, index match, nested if, concate function etc
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between union and union all in SQL?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;

  • Answered by AI
  • Q2. How to show top 5 in pandas?
  • Ans. 

    To show top 5 in pandas, use the nlargest() function.

    • Use the nlargest() function with the 'n' parameter set to 5 to get the top 5 values in a pandas DataFrame.

    • For example: df['column_name'].nlargest(5) will return the top 5 values in the specified column.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. If we have 3 numerical columns, which chart is a better representation these column?
  • Ans. 

    A scatter plot is a better representation for 3 numerical columns.

    • Use a scatter plot to show the relationship between the numerical columns.

    • Scatter plots are effective for visualizing correlations and patterns in data.

    • Each point on the plot represents a data point with values from all 3 columns.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Omnicom Media Group Data Analyst interview:
  • SQL Server
  • Pandas
  • Power Bi

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL, Python, Excel, Tableau and from my Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your projects properly

IPG Mediabrands Interview FAQs

How many rounds are there in IPG Mediabrands Senior Analyst interview?
IPG Mediabrands interview process usually has 1-2 rounds. The most common rounds in the IPG Mediabrands interview process are Technical and Resume Shortlist.
How to prepare for IPG Mediabrands Senior Analyst 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 IPG Mediabrands. The most common topics and skills that interviewers at IPG Mediabrands expect are Data Analysis, Data Visualization, Python, SQL and Tableau.
What are the top questions asked in IPG Mediabrands Senior Analyst interview?

Some of the top questions asked at the IPG Mediabrands Senior Analyst interview -

  1. What is data validation What is delete and truncate Delete and d...read more
  2. Reverse the String in pyt...read more
  3. Project in last organizat...read more

Tell us how to improve this page.

IPG Mediabrands Senior Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
Z1 Tech Interview Questions
4.0
 • 11 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
Liqvd Asia Interview Questions
3.1
 • 10 Interviews
View all
IPG Mediabrands Senior Analyst Salary
based on 42 salaries
₹7 L/yr - ₹21.2 L/yr
53% more than the average Senior Analyst Salary in India
View more details

IPG Mediabrands Senior Analyst Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

2.8

Salary

3.5

Job security

3.6

Company culture

2.7

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
Senior Associate
60 salaries
unlock blur

₹5.9 L/yr - ₹12 L/yr

Senior Executive
49 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Senior Analyst
42 salaries
unlock blur

₹7 L/yr - ₹21.2 L/yr

Assistant Manager
40 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Data Analyst
26 salaries
unlock blur

₹4.1 L/yr - ₹13 L/yr

Explore more salaries
Compare IPG Mediabrands 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