Upload Button Icon Add office photos
Engaged Employer

i

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

Willis Towers Watson Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 822 Reviews

Filter interviews by

Willis Towers Watson Full Stack Developer Interview Questions and Answers

Updated 20 May 2022

Willis Towers Watson Full Stack Developer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Apr 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 tips
Round 2 - Assignment 

Coding problem and code structure

Round 3 - One-on-one 

(1 Question)

  • Q1. Dependency injection

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep your basics intact and focus on what you work currently

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

Programming questions related to Python and React.

Round 2 - Group Discussion 

Programmatical problem related to Python and React

Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion
Round 4 - Aptitude Test 

Programming Problems related to react and python.

Round 5 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, Memory Management, Multiprocessing, multithreading, GIL, React Components
Round 6 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 7 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 8 - Technical 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy
Round 9 - One-on-one 

(1 Question)

  • Q1. Object Oriented Programming, GIL, Multi threading, multiprocessing, React Component, Shallow Copy, Deep Copy, Django ORM, Class Inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - In the name of the client Round, the internal team will contact you to conduct interview calls known as Preparation Call Round before the Client Round, aimed at creating a positive impression for the client. Typically, no additional rounds follow the HR round, but they conducted five more rounds while merely reiterating the aforementioned details, which led me to cancel my own job application.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Sep 2023.

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 - HR 

(1 Question)

  • Q1. Basic intro with work experience and skillset
Round 3 - Technical 

(4 Questions)

  • Q1. After a quick intro jumped into coding - it was an easy DSA question which unfortunately i wasn't able to solve in best time complexity. - find 2nd max element in an array (this was in JS language) you ca...
  • Q2. Alot of questions on vanilla JS
  • Q3. Asked if i know mongoDB as its a full stack dev role - which i didnt knew so i said not prepared as of now
  • Q4. Asked React questions - higher order component, hooks, useeffect, prepare lifecycle methods thouroughly

Interview Preparation Tips

Topics to prepare for Ernst & Young Full Stack Developer interview:
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - I have learned alot of advanced topics and got confused - i would say prepare basics as much as you can - no rocket science
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Write a java program to sort an array
  • Ans. 

    Java program to sort an array of strings

    • Use Arrays.sort() method to sort the array of strings

    • Import java.util.Arrays package

    • Example: String[] arr = {"apple", "banana", "orange"}; Arrays.sort(arr);

  • Answered by AI
  • Q2. Collections in java and springboot
  • Ans. 

    Collections in Java and Spring Boot are used to store and manipulate groups of objects.

    • Collections in Java are used to store multiple objects in a single unit.

    • Spring Boot provides support for managing collections through various data structures like List, Set, Map, etc.

    • Collections in Java and Spring Boot help in organizing and manipulating data efficiently.

    • Example: List names = new ArrayList<>();

Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dom? in javaScript
  • Ans. 

    DOM stands for Document Object Model. It is a programming interface for web documents that allows scripts to dynamically access and update the content, structure, and style of a webpage.

    • DOM is a tree-like structure that represents the elements of an HTML document.

    • It allows developers to manipulate the content and structure of a webpage using JavaScript.

    • Example: document.getElementById('myElement') allows you to access

  • Answered by AI
  • Q2. What is virtual dom in react js
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in React.js, used for efficient updates and rendering.

    • Virtual DOM is a concept where a lightweight copy of the actual DOM is maintained by React.js.

    • It allows React to efficiently update and render components by comparing the virtual DOM with the actual DOM.

    • When changes are made to the virtual DOM, React calculates the most efficient way to update the actual DOM.

    • This h...

  • Answered by AI

Skills evaluated in this interview

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

Basic aptitude questions. Could be done easily if practiced enough

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Array searching
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java questions , stream api
  • Q2. Whatever you have mention in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Java basics, memory management, multithreading.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. When have you had a conflict with someone.
  • Ans. 

    I had a conflict with a team member over project priorities.

    • Miscommunication led to conflicting priorities

    • Discussed the issue openly and found a compromise

    • Learned the importance of clear communication in team projects

  • Answered by AI
  • Q2. Tell me you greatest project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Used React for front-end development

    • Implemented user authentication and authorization using JWT tokens

    • Utilized Node.js and Express for back-end development

    • Integrated MongoDB for database storage

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

Coding test was of two hours, and two difficult hard question was passed

Round 2 - Group Discussion 

In the group discussion, they asked the question based on the project

Willis Towers Watson Interview FAQs

How many rounds are there in Willis Towers Watson Full Stack Developer interview?
Willis Towers Watson interview process usually has 3 rounds. The most common rounds in the Willis Towers Watson interview process are Resume Shortlist, Assignment and One-on-one Round.
How to prepare for Willis Towers Watson Full Stack Developer 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 Willis Towers Watson. The most common topics and skills that interviewers at Willis Towers Watson expect are .Net, .Net Core, ASP, ASP.Net and Analytical.

Tell us how to improve this page.

Willis Towers Watson Full Stack Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 796 Interviews
ZS Interview Questions
3.4
 • 481 Interviews
Gallagher Interview Questions
3.8
 • 210 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Citco Interview Questions
3.1
 • 136 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all
Senior Advisor
1.3k salaries
unlock blur

₹2.5 L/yr - ₹9.9 L/yr

Advisor
736 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Analyst
466 salaries
unlock blur

₹3.9 L/yr - ₹14 L/yr

Senior Associate
439 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Senior Analyst
345 salaries
unlock blur

₹7 L/yr - ₹26.6 L/yr

Explore more salaries
Compare Willis Towers Watson with

Marsh McLennan

4.1
Compare

Aon

3.8
Compare

Mercer

3.8
Compare

Gallagher

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