Upload Button Icon Add office photos
Engaged Employer

i

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

WPP Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

WPP Software Engineer Interview Questions and Answers

Updated 27 Dec 2024

WPP Software Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Dot net related stuffs
  • Q2. Dependency injection
Round 2 - Coding Test 

Built an app using dot net and angular

Software Engineer Jobs at WPP

View all

Interview questions from similar companies

I was interviewed in Sep 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basic about Javascript,HTML,CSS
Round 2 - Technical 

(1 Question)

  • Q1. Design a weather app
  • Ans. 

    A weather app that provides accurate and up-to-date weather information.

    • Include real-time weather updates

    • Provide hourly and daily forecasts

    • Include radar and satellite maps

    • Allow users to set location and receive alerts for severe weather

    • Include a widget for quick access to weather information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Javascript,html,css basix and some array string DS

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test with two section one is general aptituide and Basic cs concepts. And Second round containing the 2 dsa question with intermediate level question.

Round 2 - HR 

(2 Questions)

  • Q1. Two sorted array in asscending order give the media of two array after merging in asscending order.
  • Ans. 

    The median of two sorted arrays merged in ascending order.

    • Merge the two sorted arrays into a single sorted array.

    • Find the median of the merged array.

    • If the merged array has an odd length, the median is the middle element.

    • If the merged array has an even length, the median is the average of the two middle elements.

  • Answered by AI
  • Q2. Question on resume on java script 1. whats is closure? 2. what is hoisting? cookie session.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the DSA very well because only DSA will help to take most of the time in interview. AND good knowledge of what you have written in the resume.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Data structure and algorithm problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Think out loud for all questions you solve
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It consited of apti as well as coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of coding were asked like arrays,strings
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. DS/Ago problem - dynamic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - nothing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. C# oops polymorphism extension methods
  • Ans. 

    Polymorphism is a key feature of OOP in C#. Extension methods allow adding new functionality to existing types.

    • Polymorphism allows objects of different classes to be treated as if they are of the same type.

    • Extension methods are static methods that can be called as if they were instance methods of the extended type.

    • Polymorphism and extension methods can be used together to add new behavior to existing types without modi

  • Answered by AI
  • Q2. Angular javascript vs typescript services components
  • Ans. 

    Angular is a framework for building web applications using TypeScript, which is a superset of JavaScript.

    • Angular provides a structure for building web applications using components, services, and modules.

    • TypeScript is a statically typed language that provides better tooling and error checking than JavaScript.

    • Services in Angular are used for sharing data and functionality across components.

    • Components in Angular are the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practical questions. easy interview. learn c# oops, ref, out, extension methods,

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. They are asking technical questions what is their in the resume
Round 2 - Technical 

(1 Question)

  • Q1. They will technical questions as per your resume what you mentioned

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you say the answers in the interviewer

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 was interviewed in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 75 minutes
Round difficulty - Easy

This round was conducted in Hackerrank portal for a total duration of 75 minutes and was divided into 4 sections.

1st Section : Aptitude Section : 14 questions , 28 minutes
2nd Section : Technical Section : 12 questions , 17 minutes
3rd Section :1 coding Questions : 20 minutes+30 minutes

This Round was Conducted on Hackerrank (Webcam Enabled).

  • Q1. Given a problem statement and a piece of code, how would you find and correct the bug in the code?
  • Ans. 

    To find and correct a bug in code, analyze problem statement, review code, use debugging tools, and test different scenarios.

    • Understand the problem statement and expected output

    • Review the code for syntax errors, logical errors, and potential bugs

    • Use debugging tools like breakpoints, print statements, and IDE debuggers

    • Test the code with different inputs and edge cases to identify the bug

    • Make necessary corrections and re

  • Answered by AI
  • Q2. 

    Nodes at Distance K from Target Node in Binary Tree

    Given a Binary Tree of distinct integers and two integers, target and K, return a list of values of all nodes located at a distance K from the target no...

  • Ans. 

    Find nodes at distance K from target node in a Binary Tree.

    • Use BFS to traverse the tree and keep track of the distance of each node from the target node.

    • Maintain a set to keep track of visited nodes to avoid revisiting them.

    • Return the values of nodes at distance K from the target node.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

I was shared a link of Google Meet and the Google Docs was shared where there was 1 coding problem to be coded there and then the code was run on an IDE to check the sample tests.
Then the interview was followed by a lot of Operating System and Computer System Architecture Questions.
There were 2 Interviewers and both were helpful.
The timing was from 2:30 PM to 4:00 PM

  • Q1. 

    Subarray Challenge: Largest Equal 0s and 1s

    Determine the length of the largest subarray within a given array of 0s and 1s, such that the subarray contains an equal number of 0s and 1s.

    Input:

    Input beg...

  • Ans. 

    Find the length of the largest subarray with equal number of 0s and 1s in a given array.

    • Iterate through the array and maintain a count of 0s and 1s encountered so far.

    • Store the count difference in a hashmap with the index as key.

    • If the same count difference is encountered again, the subarray between the two indices has equal 0s and 1s.

    • Return the length of the longest subarray found.

  • Answered by AI
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

The round was held on Google Meet with HR from 2:30 PM to 3:15 PM.
The HR was friendly and asked the basic questions.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in MumbaiEligibility criteriaAbove 8 CGPAMedia.net interview preparation:Topics to prepare for the interview - DP, Greedy Techniques, Sorting Concepts, OS, DBMSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice daily 4-5 medium level problems on sites like Leetcode, CodeZen, Hackerearth
Tip 2 : Even though Data Structures and Algorithms is the base but study Course Subjects like DBMS,OS,OOPS too.
Tip 3 : Try to Participate in Contests on LeetCode,Codeforces.

Application resume tips for other job seekers

Tip 1 : Mention atleast 1 project and past work experience as it sets good impression.
Tip 2 : Keep your resume up to date for the role you are applying.
Tip 3 : Try to keep your resume of 1 Page.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

WPP Interview FAQs

How many rounds are there in WPP Software Engineer interview?
WPP interview process usually has 2 rounds. The most common rounds in the WPP interview process are Technical and Coding Test.
How to prepare for WPP Software Engineer 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 WPP. The most common topics and skills that interviewers at WPP expect are ASP.Net, Angularjs, Application Development, Automation Testing and Backend.
What are the top questions asked in WPP Software Engineer interview?

Some of the top questions asked at the WPP Software Engineer interview -

  1. dot net related stu...read more
  2. dependency inject...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

INTERVIEWS

KONE

No Interviews

INTERVIEWS

Jio Platforms

No Interviews

INTERVIEWS

Affinity Express

No Interviews

INTERVIEWS

Orangewood Labs

No Interviews

INTERVIEWS

Rohm Semiconductor

No Interviews

Tell us how to improve this page.

WPP Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 100 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 44 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
Denave Interview Questions
3.6
 • 39 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
Mediamint Interview Questions
3.4
 • 32 Interviews
Merkle Sokrati Interview Questions
3.8
 • 31 Interviews
View all
WPP Software Engineer Salary
based on 4 salaries
₹13.6 L/yr - ₹16 L/yr
84% more than the average Software Engineer Salary in India
View more details
Software Engineer

Chennai

3-6 Yrs

Not Disclosed

Explore more jobs
Analyst
151 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accounts Payable Analyst
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
33 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare WPP with

Publicis

3.7
Compare

Interpublic Group

3.5
Compare

M&C Saatchi Performance

3.2
Compare

Cheil India

3.1
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