Upload Button Icon Add office photos

Filter interviews by

TBWA India Creative Director Interview Questions and Answers for Experienced

Updated 6 Jun 2023

TBWA India Creative Director Interview Experiences for Experienced

1 interview found

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

I applied via Company Website and was interviewed before Jun 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 - Interview with Creative Head 

(2 Questions)

  • Q1. What's your favourite piece of advertising work?
  • Ans. For the farmer in us all Dodge Ram Super bowl ad
  • Answered Anonymously
  • Q2. Are you ok with the pace and demand of the advertising industry?
  • Ans. Yes! I've keeping up with the pace for 12 years now.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for TBWA India Creative Director interview:
  • How to use AI
Interview preparation tips for other job seekers - Stay sharp, stay focused, stay on category, research category well, suggest dirusptive ideas, but be ready to dial back the idea to meet requirements.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. General question
  • Q2. Work experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Related to previous work
  • Q2. Related to team management
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Dec 2023, where I was asked the following questions.

  • Q1. What is your process of work as a Creative Project Manager?
  • Q2. How did you manage multiple projects with tight deadlines?
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
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is invoke controller?
  • Ans. 

    Invoke controller is a component in a software application that manages the flow of requests and responses between the user interface and the backend services.

    • Manages the communication between user interface and backend services

    • Handles the routing of requests to appropriate functions or methods

    • Coordinates the flow of data and actions within the application

  • Answered by AI
  • Q2. What is facade in laravel?
  • Ans. 

    Facade in Laravel is a design pattern that provides a simple interface to a complex subsystem.

    • Facade provides a static interface to classes that are available in the application's service container.

    • It is used to simplify the usage of complex classes by providing a simpler interface.

    • Facade allows you to access Laravel's features without needing to instantiate objects or use dependency injection.

    • Example: The Auth facade ...

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. What is cm360
  • Ans. 

    CM360 is a comprehensive marketing platform for managing customer data and optimizing campaigns across channels.

    • CM360 stands for Campaign Manager 360, part of Google Marketing Platform.

    • It allows users to track and manage digital advertising campaigns.

    • Features include ad serving, targeting, and reporting tools.

    • Integrates with Google Analytics for enhanced data insights.

    • Supports cross-channel measurement, helping markete

  • Answered by AI
  • Q2. What is dsp
  • Ans. 

    DSP stands for Digital Signal Processing, a technique used to manipulate signals for various applications.

    • DSP is used in audio processing, such as noise reduction and equalization.

    • In telecommunications, DSP helps in encoding and decoding signals.

    • Image processing applications, like filtering and compression, utilize DSP.

    • DSP algorithms are crucial in radar and sonar systems for target detection.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing to worry
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

TBWA India Interview FAQs

How many rounds are there in TBWA India Creative Director interview for experienced candidates?
TBWA India interview process for experienced candidates usually has 2 rounds. The most common rounds in the TBWA India interview process for experienced candidates are Resume Shortlist.

Tell us how to improve this page.

TBWA India Creative Director Interview Process for Experienced

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

3 Minds Digital Interview Questions
4.4
 • 71 Interviews
Moris Media Interview Questions
4.3
 • 24 Interviews
IPG Mediabrands Interview Questions
3.4
 • 16 Interviews
Z1 Tech Interview Questions
4.1
 • 11 Interviews
Bikayi Interview Questions
2.9
 • 10 Interviews
Xapads Media Interview Questions
4.3
 • 10 Interviews
Liqvd Asia Interview Questions
3.1
 • 10 Interviews
Amitoje India Interview Questions
4.2
 • 10 Interviews
View all
TBWA India Creative Director Salary
based on 5 salaries
₹10.5 L/yr - ₹30 L/yr
At par with the average Creative Director Salary in India
View more details

TBWA India Creative Director Reviews and Ratings

based on 2 reviews

3.0/5

Rating in categories

2.5

Skill development

1.0

Work-life balance

2.0

Salary

4.5

Job security

4.5

Company culture

2.5

Promotions

1.5

Work satisfaction

Explore 2 Reviews and Ratings
ART Director
6 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Creative Director
5 salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Account Director
5 salaries
unlock blur

₹8.8 L/yr - ₹14.1 L/yr

Senior Accounts Executive
5 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Assistant Manager Finance
5 salaries
unlock blur

₹6.4 L/yr - ₹10 L/yr

Explore more salaries
Compare TBWA India with

Omnicom Media Group

2.9
Compare

Z1 Tech

4.1
Compare

7Search PPC

4.8
Compare

Bikayi

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