Upload Button Icon Add office photos

Filter interviews by

Omnicom Media Group Data Analyst Interview Questions and Answers

Updated 9 Aug 2024

Omnicom Media Group Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Aug 2024

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

Data Analyst Jobs at Omnicom Media Group

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

Data Analyst Interview Questions & Answers

Publicis user image pratik mungekar

posted on 28 Mar 2022

I applied via Campus Placement and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about Projects done during course

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with core concepts and portfolio of your work to showcase your skill
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Sep 2023. 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. Why XG boost Than random forest
  • Ans. 

    XGBoost is preferred over Random Forest due to its faster execution speed and better performance in complex datasets.

    • XGBoost is faster than Random Forest due to its optimized implementation of gradient boosting algorithm.

    • XGBoost generally performs better in complex datasets with high-dimensional features.

    • XGBoost allows for more fine-tuning of hyperparameters compared to Random Forest.

    • XGBoost has regularization techniqu...

  • Answered by AI
  • Q2. About Projects experience

Interview Preparation Tips

Interview preparation tips for other job seekers - They are taking forever to feedback us

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the projects worked on previous companies and questions related to it
  • Q2. Questions bases on time series algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the regression algorithms and forecasting methods

I applied via Referral and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Difference between coalesce and repartition
  • Ans. 

    Coalesce is used to select the first non-null value from a set of columns. Repartition is used to shuffle data across nodes.

    • Coalesce reduces the number of partitions to the minimum required.

    • Repartition increases or decreases the number of partitions.

    • Coalesce is a narrow transformation while repartition is a wide transformation.

    • Coalesce is used to optimize data for queries while repartition is used to balance data acros...

  • Answered by AI
  • Q2. How to optimise joins
  • Ans. 

    Optimizing joins involves selecting appropriate join types, indexing tables, and minimizing data movement.

    • Choose the appropriate join type based on the size and structure of the tables being joined

    • Index the tables on the join columns to speed up the join process

    • Minimize data movement by selecting only the necessary columns and filtering rows before joining

    • Consider using denormalization or materialized views to precompu

  • Answered by AI
  • Q3. Spark optimizations
  • Q4. Difference between RDD dataset and dataframe
  • Ans. 

    RDD is a low-level distributed data structure while DataFrame is a high-level structured data abstraction.

    • RDD is immutable and unstructured while DataFrame is structured and has a schema

    • DataFrames are optimized for SQL queries and can be cached in memory

    • RDDs are more flexible and can be used for complex data processing tasks

    • DataFrames are easier to use and provide a more concise syntax for data manipulation

    • RDDs are the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The major focus was on Apache Spark.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL and tableau
Round 2 - Coding Test 

Online test on sql join sub query

Round 3 - One-on-one 

(1 Question)

  • Q1. Final tech round

Interview Preparation Tips

Interview preparation tips for other job seekers - Good over all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Assignment 

Technical question on based of resume

Round 2 - Coding Test 

Questionnaire given to solve

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

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 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 - Coding Test 

Basic dsa question in python and data engineering questions ,sql

Round 3 - Coding Test 

Basic dsa question in python and data engineering questions

Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Omnicom Media Group Interview FAQs

How many rounds are there in Omnicom Media Group Data Analyst interview?
Omnicom Media Group interview process usually has 2 rounds. The most common rounds in the Omnicom Media Group interview process are One-on-one Round and Technical.
How to prepare for Omnicom Media Group Data 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 Omnicom Media Group. The most common topics and skills that interviewers at Omnicom Media Group expect are Data Analysis, SQL, Tableau, Data Analytics and Data Visualization.
What are the top questions asked in Omnicom Media Group Data Analyst interview?

Some of the top questions asked at the Omnicom Media Group Data Analyst interview -

  1. If we have 3 numerical columns, which chart is a better representation these co...read more
  2. Difference between union and union all in S...read more
  3. How to show top 5 in pand...read more

Tell us how to improve this page.

Omnicom Media Group Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Omnicom Media Group Data Analyst Salary
based on 45 salaries
₹3.3 L/yr - ₹14 L/yr
27% more than the average Data Analyst Salary in India
View more details

Omnicom Media Group Data Analyst Reviews and Ratings

based on 7 reviews

2.3/5

Rating in categories

2.6

Skill development

2.4

Work-life balance

2.1

Salary

2.4

Job security

2.1

Company culture

1.8

Promotions

2.3

Work satisfaction

Explore 7 Reviews and Ratings
Data Analyst (Finance Operations) - Specialist

Hyderabad / Secunderabad,

Chennai

7-12 Yrs

Not Disclosed

Explore more jobs
Analyst
85 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Analyst
45 salaries
unlock blur

₹5.8 L/yr - ₹12.2 L/yr

Data Analyst
45 salaries
unlock blur

₹3.3 L/yr - ₹14 L/yr

Senior Associate
31 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Associate
28 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare Omnicom Media Group with

Groupm Media

4.0
Compare

Madison World

3.8
Compare

Dentsu Aegis Network

3.4
Compare

IPG Mediabrands

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