Upload Button Icon Add office photos

IPG Mediabrands

Compare button icon Compare button icon Compare

Filter interviews by

IPG Mediabrands Interview Questions and Answers for Freshers

Updated 7 Jun 2025
Popular Designations

IPG Mediabrands Interview Experiences for Freshers

3 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What are joins and how do you use it?
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column between them

    • 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
  • Q2. Processing speed of different scriting languages?
  • Ans. 

    Processing speed of scripting languages varies based on factors like code complexity and optimization.

    • Processing speed can vary based on the specific task being performed.

    • Compiled languages like C++ tend to be faster than interpreted languages like Python.

    • Optimizing code can improve processing speed.

    • JavaScript can be faster than Python for certain tasks.

    • Consider using libraries or frameworks optimized for performance.

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Shrikanth Patil

posted on 20 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Q2. Different functions in Python numpy
  • Ans. 

    Python numpy provides various functions for numerical operations on arrays.

    • numpy.sum() - calculates the sum of array elements

    • numpy.mean() - calculates the mean of array elements

    • numpy.max() - returns the maximum value in an array

    • numpy.min() - returns the minimum value in an array

    • numpy.std() - calculates the standard deviation of array elements

  • 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

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about IPG Mediabrands?
Ask anonymously on communities.

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
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
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?
  • 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
Are these interview questions helpful?
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?
  • Q2. What is event bubbling?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ledger details posting profile
  • Q2. Fixed Asset project management and accounting

Interview Preparation Tips

Interview preparation tips for other job seekers - Gain knowledge as much as possible

IPG Mediabrands Interview FAQs

How many rounds are there in IPG Mediabrands interview for freshers?
IPG Mediabrands interview process for freshers usually has 1-2 rounds. The most common rounds in the IPG Mediabrands interview process for freshers are Technical, Resume Shortlist and One-on-one Round.
How to prepare for IPG Mediabrands interview for freshers?
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 Brand Awareness, Excel, Journalism, MS Office Word and Management.
What are the top questions asked in IPG Mediabrands interview for freshers?

Some of the top questions asked at the IPG Mediabrands interview for freshers -

  1. What is data validation What is delete and truncate Delete and d...read more
  2. What are joins and how do you use ...read more
  3. Processing speed of different scriting languag...read more
How long is the IPG Mediabrands interview process?

The duration of IPG Mediabrands interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.3
 • 73 Interviews
Wikiprospects Interview Questions
4.7
 • 35 Interviews
Moris Media Interview Questions
4.3
 • 26 Interviews
EvolutionCo Interview Questions
4.0
 • 26 Interviews
Amitoje India Interview Questions
4.1
 • 12 Interviews
Xapads Media Interview Questions
4.6
 • 12 Interviews
Z1 Tech Interview Questions
4.1
 • 11 Interviews
View all

IPG Mediabrands Reviews and Ratings

based on 106 reviews

3.4/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.1

Salary

3.3

Job security

3.3

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 106 Reviews and Ratings
Senior Associate
124 salaries
unlock blur

₹5.6 L/yr - ₹13 L/yr

Senior Analyst
52 salaries
unlock blur

₹9 L/yr - ₹17 L/yr

Senior Executive
52 salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Data Analyst
52 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Assistant Manager
47 salaries
unlock blur

₹8.9 L/yr - ₹14.6 L/yr

Explore more salaries
Compare IPG Mediabrands with

Omnicom Media Group

3.1
Compare

Z1 Tech

4.1
Compare

7Search PPC

4.8
Compare

Bikayi

2.9
Compare
write
Share an Interview