Upload Button Icon Add office photos

Filter interviews by

OMD Worldwide Interview Questions and Answers

Updated 31 Mar 2024

OMD Worldwide Interview Experiences

1 interview found

Manager Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2024

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

(1 Question)

  • Q1. Share some optimisation tips for search ads.
  • Ans. 

    Optimisation tips for search ads

    • Use relevant keywords in ad copy and landing pages

    • Utilize ad extensions to provide additional information

    • Regularly monitor and adjust bids based on performance data

    • Test different ad variations to see what resonates with your audience

  • Answered by AI

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Scripting was major focus, program to read the numbers 1 to infinity and convert them to words , ex : 1 as one , 100 as hundred , 1543 as one thousand five hundreden fourty three
  • Q2. Ansible concepts, this was major focus
  • Q3. Jenkins pipeline concepts
  • Q4. Basic other tools questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It wasn't that scary, one technical round, managerial tech round, manager round, hr round, all happened in a single day

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. End to end implementation cycle of isms
  • Ans. 

    The end to end implementation cycle of ISMS involves planning, implementation, monitoring, review, and improvement.

    • Planning involves identifying the scope, objectives, and risks of the ISMS.

    • Implementation involves designing and implementing controls to mitigate identified risks.

    • Monitoring involves regular checks to ensure the controls are effective.

    • Review involves assessing the effectiveness of the ISMS and identifying...

  • Answered by AI
  • Q2. Risk assessment steps
  • Ans. 

    Risk assessment involves identifying, analyzing, and evaluating potential risks to determine the likelihood and impact of those risks.

    • Identify potential risks

    • Analyze the likelihood and impact of each risk

    • Evaluate the risks to determine their priority

    • Develop a plan to mitigate or manage the risks

    • Monitor and review the risks regularly

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Enterprise risk assessment
  • Q2. Annex A control of iso 27001
  • Ans. 

    Annex A controls are the information security controls listed in ISO 27001 standard.

    • Annex A contains 114 controls categorized into 14 sections.

    • These controls are designed to ensure the confidentiality, integrity, and availability of information.

    • Examples of controls include access control, asset management, cryptography, incident management, and more.

    • Organizations must select and implement controls based on their risk a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand standard thoroughly, and 1 cycle of implementation from scratch
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 Referral and was interviewed in May 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Introduction, profile discussion, explanation of current job profile.
Round 3 - One-on-one 

(1 Question)

  • Q1. Previous Job discussions, Current Role discussions, most of the question will be based on previous work experience and situations.

Interview Preparation Tips

Topics to prepare for IPG Mediabrands Assistant Manager interview:
  • Media Planning
Interview preparation tips for other job seekers - Think twice before you join. As this is agency based company so reporting would be direct onshore. And most of the time you will be working as individuals so no team no manager and complete self learning.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Question Related to Applied job position
Round 2 - One-on-one 

(1 Question)

  • Q1. Question Related to End to End Campaign Management
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. Tell me yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Ans. 

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

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

    • Common types of SQL 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. 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
-
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

Contribute & help others!
anonymous
You can choose to be anonymous

OMD Worldwide Interview FAQs

How many rounds are there in OMD Worldwide interview?
OMD Worldwide interview process usually has 1 rounds. The most common rounds in the OMD Worldwide interview process are Technical.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

LIST OF COMPANIES

Mediamint

Overview

DESIGNATION

COMPANY BENEFITS

Mediamint

No Benefits

JOBS

Mediamint

No Jobs

SALARIES

Mediamint

No Salaries

Tell us how to improve this page.

OMD Worldwide Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Anonymously discuss salaries, work culture, and many more

Get Ambitionbox App

Interview Questions from Similar Companies

Publicis Interview Questions
3.7
 • 52 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
IPG Mediabrands Interview Questions
3.5
 • 15 Interviews
Havas Media Interview Questions
3.5
 • 9 Interviews
Madison World Interview Questions
3.8
 • 7 Interviews
Mindshare Interview Questions
3.3
 • 4 Interviews
Wavemaker Interview Questions
3.5
 • 1 Interview
Starcom Interview Questions
4.2
 • 1 Interview
View all

OMD Worldwide Reviews and Ratings

based on 6 reviews

3.5/5

Rating in categories

2.1

Skill development

2.7

Work-life balance

2.6

Salary

3.1

Job security

3.1

Company culture

2.7

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
Assistant Sales Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Account Planning
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

General Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Director
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare OMD Worldwide with

Mindshare

3.3
Compare

Groupm Media

3.9
Compare

Madison World

3.8
Compare

Dentsu Aegis Network

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