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

Filter interviews by

Willis Towers Watson Senior Test Engineer Interview Questions and Answers

Updated 8 Jun 2024

Willis Towers Watson Senior Test Engineer Interview Experiences

1 interview found

Senior Test Engineer Interview Questions & Answers

user image Sheressha Katukuri

posted on 8 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Why you are in Qa role
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions

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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(21 Questions)

  • Q1. What is the Selenium architecture in relation to C#?
  • Q2. What are the concepts of Object-Oriented Programming (OOP) in relation to your project?
  • Q3. What are locators, and what are the different types of XPath?
  • Q4. Have you ever managed cookies and caches in automation?
  • Q5. How have you managed team members in your previous roles?
  • Q6. How do you manage a situation where resources are limited and there is a deadline for completing testing?
  • Q7. What is the defect life cycle?
  • Q8. What is test scenario?
  • Q9. What is the relationship between test coverage and a test matrix?
  • Q10. How do you handle conflicting situations when working on priority-based tasks?
  • Q11. What are the meanings of "Given," "When," and "Then" in Gherkin language? Please explain.
  • Q12. What is the difference between a scenario and a scenario outline?
  • Q13. What contributions have you made to the framework?
  • Q14. What information do you include in a POM (Project Object Model) file?
  • Q15. What are the differences between WebDriver and ChromeDriver?
  • Q16. Syntax of xpath
  • Q17. How do you manage dynamic elements on a webpage?
  • Q18. How do you inspect a drop-down element and write the corresponding syntax for handling drop-downs in Selenium?
  • Q19. What is the structure of a framework? Explain.
  • Q20. Explain feature file linking in relation to the step definition file?
  • Q21. What do you write in LINQ, what is its purpose, and how do you validate the database data against the user interface?

Interview Preparation Tips

Interview preparation tips for other job seekers - First, secure an interview and obtain an offer letter with a 40% salary increase. After that, negotiate with your current company; if the negotiations do not yield favorable results, use the same offer letter to apply to another company for a higher salary. Ensure to confirm the total cost to company (CTC) they are offering before attending interviews; if their budget does not align with yours, it would waste time for both parties.They may not respond to candidates though interview went well because they may move with lower salary expectations.
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

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 Questionnaire 

5 Questions

  • Q1. Automation framework
  • Q2. Different automation tools
  • Ans. 

    Automation tools are software programs used to automate testing tasks.

    • Selenium

    • Appium

    • TestComplete

    • Robot Framework

    • HP UFT

    • Cypress

  • Answered by AI
  • Q3. Ur project description.Roles and responsibilities
  • Q4. OOPs concepts,regular expression
  • Q5. Read and write to excel,read files in a folder.Write to a file

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on what you are doing currently in your project and how you implemented in your project

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.

Willis Towers Watson Senior Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
ZS Interview Questions
3.4
 • 484 Interviews
Gallagher Interview Questions
3.8
 • 213 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
Citco Interview Questions
3.1
 • 139 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.3k salaries
unlock blur

₹2.5 L/yr - ₹9.9 L/yr

Advisor
740 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Analyst
506 salaries
unlock blur

₹3.9 L/yr - ₹14.1 L/yr

Senior Associate
449 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Senior Analyst
332 salaries
unlock blur

₹7 L/yr - ₹27.4 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