Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wunderman Thompson Team. If you also belong to the team, you can get access from here

Wunderman Thompson Verified Tick

Compare button icon Compare button icon Compare
3.2

based on 133 Reviews

Filter interviews by

Wunderman Thompson Interview Questions and Answers

Updated 21 Oct 2024

Wunderman Thompson Interview Experiences

Popular Designations

3 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2022. There were 4 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 - One-on-one 

(1 Question)

  • Q1. Basic questions on my daily job role. What i do, clients handled etc
Round 3 - Assignment 

Do a competitive study between two brands

Round 4 - One-on-one 

(1 Question)

  • Q1. Generic question on my daily work, my responsibilities etc.

Account Executive 1 Interview Questions asked at other Companies

Q1. Types of objective in Google AdWords? And how they are helpful in campaign creation? How you define a negative keywords? Total Google AdWords questions
View answer (1)

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will u handle the incident that has crossed the SLA?How will u convince the customer and calm down them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have the practical knowledge of ur work and what all u used to do in your previous organization. Mainly situational questions are asked.

Change Manager Interview Questions asked at other Companies

Q1. What is the difference between emergency and urgent change? Emergency change is raised to resolve an incident. It doesn’t follow the normal change process and do not have a lead time. ECAB needs to be arranged. Urgent change needs to be imp... read more
View answer (1)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

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

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Nov 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What is the code for implementing middleware in .NET?
  • Ans. 

    Middleware in .NET can be implemented using the 'UseMiddleware' method in the Startup class.

    • Use the 'UseMiddleware' method in the Configure method of the Startup class to add middleware in the request pipeline.

    • Create a custom middleware class that implements the 'IMiddleware' interface.

    • Register the custom middleware class in the ConfigureServices method of the Startup class.

  • Answered by AI
  • Q2. What are the common exceptions encountered in middleware?
  • Ans. 

    Common exceptions encountered in middleware include timeout errors, connection errors, and invalid input errors.

    • Timeout errors occur when a request takes too long to process.

    • Connection errors happen when there is a problem connecting to a database or external service.

    • Invalid input errors occur when the data provided does not meet the expected format or criteria.

  • Answered by AI
  • Q3. What is change detection in Angular?
  • Ans. 

    Change detection in Angular is the process of detecting changes in the application state and updating the view accordingly.

    • Angular uses change detection to keep the UI in sync with the application state.

    • It compares the current state of the application with the previous state to determine what has changed.

    • If a change is detected, Angular updates the view to reflect the new state.

    • Change detection can be triggered by user...

  • Answered by AI
  • Q4. What is the use of the Subject in Angular?
  • Ans. 

    Subject in Angular is used for multicasting observables to multiple subscribers.

    • Subject is a type of Observable that allows values to be multicasted to multiple Observers.

    • It acts as both an Observable and an Observer.

    • Subjects are hot Observables, meaning they start emitting values immediately upon creation.

    • Example: const subject = new Subject(); subject.next(1); subject.subscribe(value => console.log(value)); // Out

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on the fundamental principles of .NET and Angular.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Docker,image vs containers,mutistage,terraformstatebackend
  • Q2. What is diff cloud formation vs terraform, release management like blue green etc.

Interview Preparation Tips

Topics to prepare for Equifax Site Reliability Engineer interview:
  • Docker
  • Terraform
  • Kubernetes
Interview preparation tips for other job seekers - do the concept well why what u use this specific tools and all that
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you please introduce yourself?
  • Ans. 

    I am a Software Development Engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. What type of questions are being asked?

Interview Preparation Tips

Interview preparation tips for other job seekers - I am Anjali Singh from Prayagraj in Uttar Pradesh, and I have completed a Postgraduate Diploma in Computer Applications.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(5 Questions)

  • Q1. Troubleshooting pc and printer
  • Q2. Lan cable crimping tools rj 45
  • Q3. Having basic Knowledge of MS Office
  • Q4. Also having Knowledge of Network Topology
  • Q5. Software, Drivers, windows, Installation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your experience.
  • Q2. In english, give me a feedback you received lately.
Round 2 - Technical 

(2 Questions)

  • Q1. Brief explanation of SOLID principles
  • Q2. Ref vs out arguments
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduction (Technical skills and educational details)
  • Q2. LoadRunner Basics like Correlation, parameterization, pacing, etc
  • Q3. LoadRunner scenario based questions
  • Q4. Stages of Performance Testing Life Cycle
  • Ans. 

    Performance testing life cycle involves planning, preparation, execution, analysis, and reporting.

    • 1. Planning: Define objectives, select tools, and create test plan.

    • 2. Preparation: Set up test environment, create test scripts, and configure monitoring.

    • 3. Execution: Run tests, monitor performance metrics, and collect data.

    • 4. Analysis: Analyze results, identify bottlenecks, and optimize performance.

    • 5. Reporting: Prepare ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Introduction along with technical and educational details
  • Q2. Why did you choose Performance Testing
  • Ans. 

    Passion for optimizing software performance and ensuring user satisfaction.

    • Enjoy analyzing system behavior under load

    • Passionate about optimizing software performance

    • Fascinated by the impact of performance on user experience

  • Answered by AI

Skills evaluated in this interview

Wunderman Thompson Interview FAQs

How many rounds are there in Wunderman Thompson interview?
Wunderman Thompson interview process usually has 3 rounds. The most common rounds in the Wunderman Thompson interview process are One-on-one Round, Assignment and Coding Test.
How to prepare for Wunderman Thompson 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 Wunderman Thompson. The most common topics and skills that interviewers at Wunderman Thompson expect are Email Marketing, Html5, Java, Bootstrap and CSS.

Tell us how to improve this page.

Wunderman Thompson Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Publicis Interview Questions
3.7
 • 54 Interviews
Stefanini Interview Questions
3.0
 • 34 Interviews
Ogilvy Interview Questions
3.9
 • 7 Interviews
Leo Burnett Interview Questions
3.3
 • 4 Interviews
View all

Wunderman Thompson Reviews and Ratings

based on 133 reviews

3.2/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.9

Salary

2.9

Job security

3.2

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 133 Reviews and Ratings
Senior Analyst
49 salaries
unlock blur

₹5.5 L/yr - ₹9.7 L/yr

Lead Analyst
32 salaries
unlock blur

₹5 L/yr - ₹14 L/yr

Analyst
31 salaries
unlock blur

₹3.5 L/yr - ₹9 L/yr

Senior Lead Analyst
21 salaries
unlock blur

₹6.6 L/yr - ₹17.1 L/yr

Accounts Manager
16 salaries
unlock blur

₹4 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Wunderman Thompson with

Ogilvy

3.9
Compare

Publicis

3.7
Compare

Interpublic Group

3.6
Compare

Leo Burnett

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