Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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

I applied via Company Website and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Programs ,Collection , Oops concept , Test NG , Build tools , CI tools , Cucumber, STLC , Defect Life Cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well what you know .
And try to drag interviewer attention towards your areas You are confident.

I applied via LinkedIn and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. - Explain your Framework - Types of Exception - OOPs concept - Inheritance - types of inheritance / interface etc. - Data source and ways to read data - API testing - reading the response using RestAssu...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare as per the details mentioned in the JD.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Group Discussion 

Scripting of test caeses.

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

(1 Question)

  • Q1. Data provide code
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. HashMap program
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It allows for efficient retrieval of values based on keys.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Api testing interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Nov 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 Resume tips
Round 2 - Telephonic Call 

(2 Questions)

  • Q1. 1. Logical questions like Pick 3rd element from 5 element list without using Index or looping concept, 2. 5 edit boxes are there with same property, nearer to each edit box is unique URL, How you will edit...
  • Q2. 3. Locators order of usage 4. TestNG annotation orders, 5. About Feature file, Step Definitions
  • Ans. 

    Answering questions related to Automation Test Engineer interview

    • Locators order of usage refers to the priority of locators used to identify web elements in automation testing

    • TestNG annotation orders refer to the sequence in which TestNG annotations are executed in a test case

    • Feature file is a file that contains high-level description of the scenarios and steps in Gherkin language

    • Step Definitions are the implementation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for all the concepts which is automation related, from every main topics they will ask you to rate yourself and they will ask minimum 4 ques on that topics

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quant and verbal ability

Round 2 - Coding Test 

Questions from DSA and webdevelopement

Round 3 - HR 

(1 Question)

  • Q1. About my goals with the company and how will I contribute to it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and try to answer question in your own words rather than looking online for them
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 Resume 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

Analyst Interview Questions & Answers

UBS user image Anonymous

posted on 19 Jan 2015

Interview Questionnaire 

2 Questions

  • Q1. Questions about career goals, interests and future prospects
  • Q2. Firm-related questions

Interview Preparation Tips

Round: HR Interview
Experience: 1. At First, I missed the Credit Suisse GD since I hadn’t brought along a portfolio manager (one who handles your interview schedule and attends to the ever-ringing mobile phone).
2. I proceeded to Credit Suisse, and requested their HR contact to give me a chance since I could not turn up for the GDs.
3. It was here that I handed over my mobile phone to my friend Apratim Tiwari, who was managing the Credit Suisse procedures, and requested him to pursue the HR guy to schedule an interview, and also handle my phone when I was interviewing and he had successfully managed to get me an interview with Credit Suisse.
4. The interview went well. They were apparently quite impressed.
5. Two more rounds of interviews, and the HR guy made me an offer.
6. But, since Deutsche Bank was my dream company, I was also interviewing with them and got selected.
Tips: You would need to focus on three broad areas for a comprehensive preparation:
(a) HR questions: This is the most important part for any interview. In companies like DB, your communication skills coupled with your preparation of such questions account for more than 70% of a candidate’s selection. Answering questions about your career goals, interests, and your career thus far should become second nature by the end of November. You must also know the firms and job profiles inside out. I worked on this specific area, and by the end of the placement session, I had gained a reputation among my wingies for my expertise at answering HR questions.
(b) Puzzles: Since this is a non-core sector, puzzles are the only way to objectively test the ability of candidates with diverse backgrounds. Look up braingle.com and techinterview.org. These two should suffice. Also, whenever you come across a puzzle that you’ve already encountered, pretend as if you’re going through it for the first time. Don’t rush through. This is your opportunity to impress them. Do not squander it away!
(c) Finance and economic affairs: If you have a comprehensive knowledge of the financial markets, national economy, and international affairs, in addition to the above two, it is highly improbable that you won’t be selected. For brushing up these, read the Economist (print or online), and read through the opinion pages of Economic Times or the Business Standard for 2-3 months leading to the Placement season. You must also regularly read a newspaper like the Hindu or Indian Express to keep yourself abreast of the latest events which frequently become a focal point of group discussions (for Credit Suisse). You CANNOT afford to walk into the interview ignorant of terms like European debt crisis, global financial crisis, fiscal cliff, QE, and basic finance like options, hedging etc. Wikipedia, Investopedia and J.C.Hull (first few chapters) are great sources to pick up these.

General Tips: 1. If you are a B.Tech. student&#44; do not be under the wrong impression that you can target all sectors- core as well as non-core. It is really difficult to prepare comprehensively for all companies, especially if you are in the B.Tech. program owing to time constraints.
2. The Dual degree students have an edge over you for precisely two reasons. Firstly, they get more time to prepare for the placements, and have learnt vicariously from their B.Tech. batchmates' experiences. Secondly, they tend to have higher retention rates (good for the companies).
3. Work on your English communication skills which are crucial for performing well in interviews and GDs.
Let neither of these become an obstacle by leaving no stone unturned in the course of your preparations.
4. You can’t appear for more than 4 companies in the first slot. It is not realistic. Hence, decide beforehand. I knew I hadn’t prepared enough for consulting or core, hence I opted out of ITC and Opera.
5. If you are shortlisted in multiple companies, ask a reliable friend to accompany you to the interviews, and handle your mobile phone (“managing one’s portfolio”). You’ll thank me someday for this advice.
6. I was happy that I prepared as much as I did, neglecting my college academics in the process. It is a decision I am proud of.
7. My Morgan Stanley internship distinguished me from scores of other candidates. I had never truly appreciated its importance till then. That also goes to show how important it is to get a good internship.
Skill Tips: 1. I scored a 100 percentile in CAT and the preparation made a huge impact on preparing for any of the interviews.
2. I also interned at Morgan Stanley which was further a plus for me.
3. I had received Honda YES Award, University of Tokyo-IIT Scholarship and my academic background was quite good.
Skills: Problem solving skills, Finance Basics, Basic HR questions, Economic affairs
College Name: IIT KANPUR
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

REVIEWS

NatWest Group

No Reviews

REVIEWS

IDFC FIRST Bank

No Reviews

INTERVIEWS

NatWest Group

No Interviews

INTERVIEWS

NatWest Group

No Interviews

REVIEWS

Deutsche Bank

No Reviews

LIST OF COMPANIES

IDFC FIRST Bank

Locations

JOBS

IDFC FIRST Bank

No Jobs

INTERVIEWS

Barclays

No Interviews

JOBS

IDFC FIRST Bank

No Jobs

INTERVIEWS

NatWest Group

100 top interview questions

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.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 642 Interviews
IndusInd Bank Interview Questions
3.5
 • 602 Interviews
Wells Fargo Interview Questions
3.9
 • 569 Interviews
Bandhan Bank Interview Questions
3.7
 • 539 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

₹0 L/yr - ₹0 L/yr

Software Engineer
893 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Operations Analyst
761 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Vice President
716 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
644 salaries
unlock blur

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