Upload Button Icon Add office photos

NatWest Group

Compare button icon Compare button icon Compare

Filter interviews by

NatWest Group Sdet Automation Test Engineer Interview Questions and Answers

Updated 5 Nov 2022

7 Interview questions

A Sdet Automation Test Engineer was asked
Q. How do you find broken links?
Ans. 

To find broken links, use a link checker tool or browser extension.

  • Use a link checker tool like Xenu's Link Sleuth or W3C Link Checker

  • Install a browser extension like Check My Links for Chrome or Link Checker for Firefox

  • Manually check links by clicking on them and checking for error messages

  • Regularly check for broken links to ensure website functionality

A Sdet Automation Test Engineer was asked
Q. How do you handle alerts in Selenium, and what methods do you use?
Ans. 

To handle alerts in Selenium, we use the Alert interface and its methods.

  • To switch to an alert, we use the switchTo() method of WebDriver class.

  • To accept or dismiss an alert, we use the accept() or dismiss() method of Alert interface.

  • To get the text of an alert, we use the getText() method of Alert interface.

  • To send text to an alert, we use the sendKeys() method of Alert interface.

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
Q5. What is the software testing life cycle?
A Sdet Automation Test Engineer was asked
Q. How many locators are present in Selenium?
Ans. 

There are 8 locators present in Selenium.

  • Selenium provides 8 different locators to identify elements on a web page.

  • The locators are: ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

  • Each locator has its own syntax and usage.

  • For example, to locate an element by ID, you can use driver.findElement(By.id("elementId"));

A Sdet Automation Test Engineer was asked
Q. What is the software testing life cycle?
Ans. 

Software Testing Life Cycle (STLC) is a process followed to ensure quality in software development by conducting various testing activities.

  • STLC consists of several phases: requirement analysis, test planning, test case development, test environment setup, test execution, and test closure.

  • Each phase has specific objectives and deliverables, ensuring that the testing process is systematic and thorough.

  • STLC helps in...

What people are saying about NatWest Group

View All
inirah10
Verified Icon
2w
works at
Cognizant
NatWest Group - Testing Analyst B6 Position
Does anyone know the salary package of Testing Analyst - B6 Position in NatWest Group for 3 years experienced candidate?
Got a question about NatWest Group?
Ask anonymously on communities.
A Sdet Automation Test Engineer was asked
Q. What is page object model and test ng annotations
Ans. 

Page Object Model (POM) is a design pattern used in test automation to create an object repository for web UI elements.

  • POM helps in creating reusable and maintainable code by separating the test logic from the page-specific details.

  • Each web page is represented as a separate class, and the UI elements and their actions are defined as methods within that class.

  • POM improves code readability, reduces code duplication,...

A Sdet Automation Test Engineer was asked
Q. How to take screenshot and project framework
Ans. 

To take a screenshot in automation testing, use the built-in methods provided by the testing framework.

  • In Selenium, use the getScreenshotAs() method to capture a screenshot.

  • In Appium, use the getScreenshotAs() method to capture a screenshot.

  • In TestNG, use the ITestResult interface to capture a screenshot on test failure.

  • In Cucumber, use the After hook to capture a screenshot after each scenario.

A Sdet Automation Test Engineer was asked
Q. Wait in selenium and how to find all links present in a page xpath
Ans. 

To wait in Selenium, we can use explicit and implicit waits. To find all links in a page using XPath, we can use the findElements() method.

  • To wait in Selenium, we can use explicit wait with ExpectedConditions or implicit wait with the setScriptTimeout() method.

  • Explicit wait waits for a certain condition to occur before proceeding with the next steps.

  • Implicit wait sets a maximum time for the driver to wait for an e...

Are these interview questions helpful?

NatWest Group Sdet Automation Test Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. There were 2 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 

(7 Questions)

  • Q1. What is software testing life cycle
  • Ans. 

    Software Testing Life Cycle (STLC) is a process followed to ensure quality in software development by conducting various testing activities.

    • STLC consists of several phases: requirement analysis, test planning, test case development, test environment setup, test execution, and test closure.

    • Each phase has specific objectives and deliverables, ensuring that the testing process is systematic and thorough.

    • STLC helps in iden...

  • Answered by AI
  • Q2. How to handle alert in selenium and methods
  • Ans. 

    To handle alerts in Selenium, we use the Alert interface and its methods.

    • To switch to an alert, we use the switchTo() method of WebDriver class.

    • To accept or dismiss an alert, we use the accept() or dismiss() method of Alert interface.

    • To get the text of an alert, we use the getText() method of Alert interface.

    • To send text to an alert, we use the sendKeys() method of Alert interface.

  • Answered by AI
  • Q3. How to take screenshot and project framework
  • Ans. 

    To take a screenshot in automation testing, use the built-in methods provided by the testing framework.

    • In Selenium, use the getScreenshotAs() method to capture a screenshot.

    • In Appium, use the getScreenshotAs() method to capture a screenshot.

    • In TestNG, use the ITestResult interface to capture a screenshot on test failure.

    • In Cucumber, use the After hook to capture a screenshot after each scenario.

  • Answered by AI
  • Q4. What is page object model and test ng annotations
  • Ans. 

    Page Object Model (POM) is a design pattern used in test automation to create an object repository for web UI elements.

    • POM helps in creating reusable and maintainable code by separating the test logic from the page-specific details.

    • Each web page is represented as a separate class, and the UI elements and their actions are defined as methods within that class.

    • POM improves code readability, reduces code duplication, and ...

  • Answered by AI
  • Q5. Wait in selenium and how to find all links present in a page xpath
  • Ans. 

    To wait in Selenium, we can use explicit and implicit waits. To find all links in a page using XPath, we can use the findElements() method.

    • To wait in Selenium, we can use explicit wait with ExpectedConditions or implicit wait with the setScriptTimeout() method.

    • Explicit wait waits for a certain condition to occur before proceeding with the next steps.

    • Implicit wait sets a maximum time for the driver to wait for an elemen...

  • Answered by AI
  • Q6. How many locator is present in selenium
  • Ans. 

    There are 8 locators present in Selenium.

    • Selenium provides 8 different locators to identify elements on a web page.

    • The locators are: ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • Each locator has its own syntax and usage.

    • For example, to locate an element by ID, you can use driver.findElement(By.id("elementId"));

  • Answered by AI
  • Q7. How to find broken link
  • Ans. 

    To find broken links, use a link checker tool or browser extension.

    • Use a link checker tool like Xenu's Link Sleuth or W3C Link Checker

    • Install a browser extension like Check My Links for Chrome or Link Checker for Firefox

    • Manually check links by clicking on them and checking for error messages

    • Regularly check for broken links to ensure website functionality

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NatWest Group Sdet Automation Test Engineer interview:
  • Selenium web driver
  • SQL
  • Core Java
Interview preparation tips for other job seekers - So nicely see all the concepts of selenium and locators and project structure and framework design hybrid framework

Skills evaluated in this interview

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 before Aug 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Selenium Webdriver and logical program
Round 3 - Technical 

(1 Question)

  • Q1. Java Selenium testing

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
Q5. What is the software testing life cycle?
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 Jul 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 - Technical 

(2 Questions)

  • Q1. Automation frame work design
  • Q2. How to run and write test cases using testNg
  • Ans. 

    TestNG is a testing framework that allows running and writing test cases in Java.

    • Create a TestNG XML file with test suite and test cases

    • Write test methods with annotations like @Test, @BeforeMethod, @AfterMethod

    • Use assertions to verify expected results

    • Run tests using TestNG runner or Maven plugin

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Logical program on Strings java
  • Ans. 

    This program demonstrates string manipulation techniques in Java, focusing on common operations and their applications.

    • String Length: Use str.length() to get the length of a string. Example: String str = 'Hello'; int len = str.length(); // len = 5

    • Substring: Extract a part of a string using str.substring(startIndex, endIndex). Example: String str = 'Hello'; String sub = str.substring(1, 4); // sub = 'ell'

    • String Concaten...

  • Answered by AI
  • Q2. Use of javascript executor
  • Ans. 

    Javascript executor is used to execute javascript code in Selenium WebDriver.

    • It allows interaction with web elements that are not possible with Selenium commands.

    • It can be used to scroll down a page, highlight an element, or perform any other action that cannot be done with Selenium commands.

    • It is useful for testing dynamic web pages that use AJAX or other client-side scripting languages.

    • Example: driver.executeScript("...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Work culture discussion
  • Q2. Salary discussion and joining process

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Automation framework. Logical program on strings and array

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Dsa questions medium level
  • Q2. They take 3 to 4 rounds of interview

What people are saying about NatWest Group

View All
inirah10
Verified Icon
2w
works at
Cognizant
NatWest Group - Testing Analyst B6 Position
Does anyone know the salary package of Testing Analyst - B6 Position in NatWest Group for 3 years experienced candidate?
Got a question about NatWest Group?
Ask anonymously on communities.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initial shortlisting was based on resume where CGPA cutoff was around 8.

Round: Test
Experience: Questions were related to Data interpretation and Aptitude,which mostly tests a person's patience too.Around 20-25 were shortlisted after this round.

Round: Case Study Interview
Experience: Questions relating to case studies and course done in your maths were asked.

Round: HR Interview
Experience: In this round,the candidate was asked to talk about himself, his qualities and mostly the activities he was involved in the past 4-5 years of his life.

Skill Tips: A proper revision of math courses will also be useful during interviews and can do much better by having preparation in case studies.
Skills: Good communication skills
College Name: IIT MADRAS

I appeared for an interview before Mar 2016.

Interview Questionnaire 

2 Questions

  • Q1. Some technical questions were asked
  • Q2. They spring hibernate MVC flow and core java and Oracle connectivity questions

Interview Preparation Tips

Round: Technical + HR Interview
Experience: There was a Team manager and his junior for the interview

Interview Questionnaire 

1 Question

  • Q1. SAS ,SQl knowledge
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. What is company history

I applied via LinkedIn and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions were asked around Requirements Gathering process, Client interaction. In depth questions were asked around Agile and Agile Methodologies and Agile tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Business Analyst role always be thorough with your project management skills and agile terminologies if your project was following agile model.

I applied via Walk-in and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked about career expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and be confident

NatWest Group Interview FAQs

How many rounds are there in NatWest Group Sdet Automation Test Engineer interview?
NatWest Group interview process usually has 2 rounds. The most common rounds in the NatWest Group interview process are Technical and Resume Shortlist.
What are the top questions asked in NatWest Group Sdet Automation Test Engineer interview?

Some of the top questions asked at the NatWest Group Sdet Automation Test Engineer interview -

  1. Wait in selenium and how to find all links present in a page xp...read more
  2. What is page object model and test ng annotati...read more
  3. How to handle alert in selenium and meth...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.6k Interviews
HDFC Bank Interview Questions
3.9
 • 2.5k Interviews
Axis Bank Interview Questions
3.7
 • 1.6k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 752 Interviews
IndusInd Bank Interview Questions
3.5
 • 673 Interviews
Bandhan Bank Interview Questions
3.7
 • 623 Interviews
Yes Bank Interview Questions
3.7
 • 477 Interviews
View all
NatWest Group Sdet Automation Test Engineer Salary
based on 7 salaries
₹15 L/yr - ₹29 L/yr
33% more than the average Sdet Automation Test Engineer Salary in India
View more details

NatWest Group Sdet Automation Test Engineer Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

3.4

Skill development

5.0

Work-life balance

4.8

Salary

3.8

Job security

4.8

Company culture

4.7

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
2.8k salaries
unlock blur

₹3.6 L/yr - ₹13.8 L/yr

Software Engineer
1.1k salaries
unlock blur

₹8 L/yr - ₹30.1 L/yr

Operations Analyst
833 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Associate Vice President
761 salaries
unlock blur

₹12 L/yr - ₹44 L/yr

Customer Service & Operations Analyst
671 salaries
unlock blur

₹2.2 L/yr - ₹8 L/yr

Explore more salaries
Compare NatWest Group with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

3.7
Compare
write
Share an Interview