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 808 Reviews

Filter interviews by

Willis Towers Watson Senior Test Engineer Interview Questions and Answers

Updated 8 Jun 2024

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Programs on Strings and Opps concepts and Frameworks

Senior Test Engineer Interview Questions & Answers

Ernst & Young user image Ramanjaneyulu Nelampati

posted on 18 Feb 2022

I applied via Company Website and was interviewed in Jan 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 - Technical 

(1 Question)

  • Q1. Manual Testing Java Selenium
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Ernst & Young Senior Test Engineer interview:
  • Manual Testing
  • Java
  • Selenium WebDriver
  • Framework
Interview preparation tips for other job seekers - Learning, Practice and Experience
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to find character occurances in "Hello World"
  • Ans. 

    Program to find character occurances in 'Hello World'

    • Create a map to store character occurrences

    • Iterate through each character in the string and update the map

    • Print the character occurrences from the map

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

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include running multiple tas...

  • Answered by AI
  • Q3. What are the annotations used in TestNG
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test.

    • Annotations like @Test, @BeforeSuite, @AfterSuite are used to define test methods and setup/teardown methods

    • Annotations like @BeforeTest, @AfterTest are used to run setup/teardown methods before/after a test

    • Annotations like @BeforeClass, @AfterClass are used to run setup/teardown methods before/after a test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST Interviewer ever. Worst Behavior from the interviewer. She was in a bad mood already before joining. She had no respect for the candidate. Within 1 minute of coding question she was getting impatient. Seem like the person had no technical knowlegde and putting up questions from google. As you can see despite of the easy questions and an easy coding problem i failed to secure the interview. All I did was some syntax errors( as I was using an online simulator) but my logic was spot on and following the Big O Notation as well. But with her little googled knowlegde she was arguing about the process I followed to get the problem solved. She was using phrases like "Thats all?" , "I don't think you can code well as you're facing syntax error." (Clearly compliation doesn't agree to you Maa'm.). Clearly I lost my opputunity over a under performing interviewer.

Skills evaluated in this interview

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

Mcq test which was easy to crsck

Round 2 - Coding Test 

Automation coding in java basic level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mcq questions from testing field

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing questions
  • Q2. Basic automation questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. All basic questions related to manual testing. Ex- regression testing,restesting,smoke testing,sanity testing, Sdlc , stlc . And more basic questions
  • Q2. Manager round - they will ask you again basic questions and last company roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well before interview. All the best in advance

Test Analyst Interview Questions & Answers

Mercer user image vikram gautam

posted on 11 Sep 2021

Interview Questionnaire 

3 Questions

  • Q1. What is white box and black box testing
  • Ans. 

    White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, architecture, and design of the system.

    • Examples include unit testing, integration testing, and code coverage analysis.

    • Black box testing is also known as functional testing or behav...

  • Answered by AI
  • Q2. Regression testing, bug life cycle
  • Q3. SDLC model, Waterfall model

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good and it lasted for about 35 mins .interviewer was very nice to me and test both my knwoledge and communication skills

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between sdlc and stlc
  • Ans. 

    SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.

    • SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.

    • SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...

  • Answered by AI
  • Q2. Bug life cycle? Defect triage

Interview Preparation Tips

Topics to prepare for Deloitte Test Engineer interview:
  • Basic concepts

Interview Questionnaire 

1 Question

  • Q1. 1.Why string is immutable, abstraction and interface, list and set difference, equal and == difference. Which locators is fastest. Explain framework etc
  • Ans. 

    Answering questions related to string immutability, abstraction and interface, list and set difference, equal and == difference, fastest locators, and frameworks.

    • String is immutable because it cannot be changed once created

    • Abstraction and interface are used to achieve abstraction in programming

    • List and set differ in their ability to contain duplicate elements

    • Equal compares the values of two objects while == compares th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers will look in depth concept from any of the OOPS programming language. Automation is secondary, you must master oops concepts and try practising logical programming

Skills evaluated in this interview

Willis Towers Watson Interview FAQs

How many rounds are there in Willis Towers Watson Senior Test Engineer interview?
Willis Towers Watson interview process usually has 2 rounds. The most common rounds in the Willis Towers Watson interview process are HR and Technical.

Tell us how to improve this page.

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.5
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 789 Interviews
ZS Interview Questions
3.4
 • 477 Interviews
Gallagher Interview Questions
3.8
 • 207 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Citco Interview Questions
3.1
 • 135 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
View all
Willis Towers Watson Senior Test Engineer Salary
based on 6 salaries
₹5.5 L/yr - ₹16.5 L/yr
At par with the average Senior Test Engineer Salary in India
View more details
Senior Advisor
1.2k salaries
unlock blur

₹2.5 L/yr - ₹9.9 L/yr

Advisor
650 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Analyst
464 salaries
unlock blur

₹3.9 L/yr - ₹13.3 L/yr

Senior Associate
436 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.7
Compare

Gallagher

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