Upload Button Icon Add office photos

Filter interviews by

Leo Burnett Interview Questions and Answers

Updated 9 Jun 2024

Leo Burnett Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is benefit of reactjs
  • Ans. 

    ReactJS provides a number of benefits such as component reusability, virtual DOM for efficient rendering, and improved performance.

    • Component reusability allows for faster development and easier maintenance.

    • Virtual DOM enables efficient rendering by only updating the necessary components.

    • ReactJS offers improved performance due to its ability to handle large amounts of data without affecting the user experience.

    • ReactJS s...

  • Answered by AI
  • Q2. List all the major
  • Ans. 

    Major libraries and frameworks used in React.js development

    • React: A JavaScript library for building user interfaces

    • React Router: A routing library for React applications

    • Redux: A predictable state container for JavaScript apps

    • Axios: A promise-based HTTP client for making API requests

    • Jest: A JavaScript testing framework for React applications

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confi

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

ART Director Interview Questions & Answers

user image Rushikesh Shendge

posted on 9 Jun 2024

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

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Portfolio Review 

(1 Question)

  • Q1. Explain your Portfolio work

ART Director Interview Questions asked at other Companies

Q1. Fixed gif production to advertise the view
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are some of the best campaigns you have seen recently

Brand Strategist Interview Questions asked at other Companies

Q1. Do you know how to reference ideas and make social media calendars?
View answer (1)

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Experience: I was given an aptitude test which tested my analytical, logical, literary, general knowledge as well as advertising skills.
Tips: Stay calm and do not ponder too much upon a particular question.
Duration: 30 minutes
Total Questions: 30

Round: HR Interview
Experience: I was asked to talk about myself and what interested me to take up this profile. I was also asked about some recent campaigns that may have moved me.

College Name: Jesus And Mary College

Leo Burnett interview questions for popular designations

 Reactjs Developer

 (1)

 Brand Strategist

 (1)

 Client Servicing Trainee

 (1)

 ART Director

 (1)

Interview questions from similar companies

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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Write a sorting algorithm

Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction your self

Interview Preparation Tips

Interview preparation tips for other job seekers - It's non technical post.so they ask simple question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Learn Python thoroughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What's your weakness
  • Q2. What's your ability
  • Q3. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep maintaining your communication skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

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

Leo Burnett Interview FAQs

How many rounds are there in Leo Burnett interview?
Leo Burnett interview process usually has 1 rounds. The most common rounds in the Leo Burnett interview process are Technical and HR.
How to prepare for Leo Burnett 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 Leo Burnett. The most common topics and skills that interviewers at Leo Burnett expect are Training Management, Vendor Management, Activation, Assessment and Client Coordination.
What are the top questions asked in Leo Burnett interview?

Some of the top questions asked at the Leo Burnett interview -

  1. what is benefit of reac...read more
  2. list all the ma...read more

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

JOBS

Avalon Global Research

No Jobs

JOBS

The Louis Berger Group

No Jobs

LIST OF COMPANIES

Avalon Global Research

Overview

COMPANY BENEFITS

Avalon Global Research

No Benefits

COMPANY BENEFITS

The Louis Berger Group

No Benefits

Tell us how to improve this page.

Leo Burnett Interview Process

based on 5 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
Publicis Interview Questions
3.7
 • 54 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Smollan Group Interview Questions
4.2
 • 34 Interviews
Ogilvy Interview Questions
3.8
 • 7 Interviews
Wunderman Interview Questions
2.8
 • 5 Interviews
BBDO Interview Questions
3.1
 • 2 Interviews
View all

Leo Burnett Reviews and Ratings

based on 83 reviews

3.3/5

Rating in categories

3.2

Skill development

2.9

Work-life balance

3.0

Salary

3.0

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 83 Reviews and Ratings
ART Director
47 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Service Associate
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Brand Director
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Director Brand Services
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Copywriter
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Leo Burnett with

Ogilvy

3.8
Compare

Wunderman

2.8
Compare

DDB Mudra Group

3.7
Compare

McCann Worldgroup

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent