Upload Button Icon Add office photos

Filter interviews by

NatWest Group Sdet Automation Test Engineer Interview Questions, Process, and Tips

Updated 5 Nov 2022

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
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - One-on-one 

(5 Questions)

  • Q1. What is test life cycle?
  • Ans. 

    Test life cycle is a series of phases that a software testing process goes through, from planning to test closure.

    • Test life cycle includes test planning, test design, test execution, and test closure.

    • In test planning, test objectives, scope, and test strategy are defined.

    • Test design involves creating test cases and test data.

    • Test execution is the phase where tests are executed and defects are logged.

    • Test closure includ...

  • Answered by AI
  • Q2. Reverse String in java?
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q3. How is given in rest assured?
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs. It provides a simple and intuitive way to write automated tests.

    • Rest Assured is a Java library

    • It is used for testing RESTful APIs

    • It provides a simple and intuitive way to write automated tests

  • Answered by AI
  • Q4. What is When in cucumber?
  • Ans. 

    When in Cucumber is a keyword used to define the conditions under which a particular step or scenario should be executed.

    • When is used to specify the triggering event or condition for a step or scenario

    • It is followed by a regular expression or a Cucumber expression

    • When can be used to perform actions or set up preconditions before executing the step or scenario

    • It can also be used to pass parameters to the step definition

  • Answered by AI
  • Q5. What is Oops concept?
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.

    • Oops stands for Object-Oriented Programming System.

    • It emphasizes the use of classes and objects to structure code.

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. 1. Cucumber feature file 2. Scenario-based questions 3. Java Exception handling 4. Selenium Questions (wait, window handling, alerts)
  • Q2. 5. git 7. Jenkins and basics of STLC cycle should be known

Interview Preparation Tips

Interview preparation tips for other job seekers - Java, Selenium, and Cucumber should be good. one should have good presence of mind
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. LC Medium LinkedList
  • Q2. HLD + LLD Concepts
Round 2 - Coding Test 

LC Hard - Largest rectangle area in histogram

Round 3 - One-on-one 

(1 Question)

  • Q1. Low level design - Classes, objects, logic

Interview Preparation Tips

Topics to prepare for Kotak Mahindra Bank SDE-2 interview:
  • Data Structures
  • LLD
  • HLD
Interview preparation tips for other job seekers - DSA is must and side by side company work or own project to improve LLD & HLD skills is also very important.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and related questions
  • Q2. Oops, DSA concept questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour, Anagram, Java

Interview Preparation Tips

Topics to prepare for Axis Bank Sdet Engineer interview:
  • leetcode
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. 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 - One-on-one 

(5 Questions)

  • Q1. What is test life cycle?
  • Ans. 

    Test life cycle is a series of phases that a software testing process goes through, from planning to test closure.

    • Test life cycle includes test planning, test design, test execution, and test closure.

    • In test planning, test objectives, scope, and test strategy are defined.

    • Test design involves creating test cases and test data.

    • Test execution is the phase where tests are executed and defects are logged.

    • Test closure includ...

  • Answered by AI
  • Q2. Reverse String in java?
  • Ans. 

    Reverse a string in Java

    • Convert the string to a character array

    • Use two pointers, one at the start and one at the end of the array

    • Swap the characters at the two pointers and move the pointers towards each other

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
  • Q3. How is given in rest assured?
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs. It provides a simple and intuitive way to write automated tests.

    • Rest Assured is a Java library

    • It is used for testing RESTful APIs

    • It provides a simple and intuitive way to write automated tests

  • Answered by AI
  • Q4. What is When in cucumber?
  • Ans. 

    When in Cucumber is a keyword used to define the conditions under which a particular step or scenario should be executed.

    • When is used to specify the triggering event or condition for a step or scenario

    • It is followed by a regular expression or a Cucumber expression

    • When can be used to perform actions or set up preconditions before executing the step or scenario

    • It can also be used to pass parameters to the step definition

  • Answered by AI
  • Q5. What is Oops concept?
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and their interactions to solve problems.

    • Oops stands for Object-Oriented Programming System.

    • It emphasizes the use of classes and objects to structure code.

    • Encapsulation, inheritance, and polymorphism are key concepts in OOP.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows classes to inherit properties ...

  • Answered by AI

Skills evaluated in this interview

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

Questions on python and aws

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. FindElements vs findElement
  • Ans. 

    findElements returns a list of web elements matching the locator, while findElement returns the first matching element.

    • findElements is useful when there are multiple elements with the same locator

    • findElement throws NoSuchElementException if no element is found

    • findElements returns an empty list if no element is found

    • Example: List links = driver.findElements(By.tagName("a"));

    • Example: WebElement username = driver.findElem

  • Answered by AI
  • Q2. Scenario about getWindowHandles and then difference between getWindowHandles and getWindowHandle
  • Q3. Coding problem in selenium 1. Clicking on submenu through Menu, 2. Related to html table

Interview Preparation Tips

Interview preparation tips for other job seekers - Check for the salary expectations first only. Till all round get over they will
say that our company can give you challenging salary but then they will say that with this much experience we can give only this much salary as per their bands and policy.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding quesions very basic and interesting

Interview Preparation Tips

Interview preparation tips for other job seekers - ALl the best

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 Resume Shortlist and Technical.
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.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 621 Interviews
IndusInd Bank Interview Questions
3.6
 • 587 Interviews
Wells Fargo Interview Questions
3.9
 • 560 Interviews
Bandhan Bank Interview Questions
3.7
 • 519 Interviews
View all
NatWest Group Sdet Automation Test Engineer Salary
based on 7 salaries
₹15 L/yr - ₹24 L/yr
41% 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.6

Promotions

4.4

Work satisfaction

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

₹3.5 L/yr - ₹13 L/yr

Software Engineer
861 salaries
unlock blur

₹7.6 L/yr - ₹27 L/yr

Operations Analyst
770 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Associate Vice President
754 salaries
unlock blur

₹12 L/yr - ₹43.5 L/yr

Analyst
674 salaries
unlock blur

₹1.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare NatWest Group with

HSBC Group

4.0
Compare

Standard Chartered Plc

3.0
Compare

Barclays PLC

3.9
Compare

JPMorgan Chase & Co.

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