Upload Button Icon Add office photos

Filter interviews by

NatWest Group Qa Automation Testing Engineer Interview Questions and Answers

Updated 19 Nov 2024

NatWest Group Qa Automation Testing Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is static keyword
  • Ans. 

    Static keyword is used in programming languages to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • In Java, static keyword is used to create...

  • Answered by AI
  • Q2. Explain about framework
  • Ans. 

    A framework is a structured set of guidelines, libraries, and tools used to develop and maintain software applications.

    • Framework provides a foundation for building software applications

    • It includes reusable code libraries, tools, and best practices

    • Frameworks help in organizing code, improving efficiency, and promoting consistency

    • Examples: Selenium for web automation testing, TestNG for test management in Java

  • Answered by AI

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:
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. Selenium Webdriver and logical program
Round 3 - Technical 

(1 Question)

  • Q1. Java Selenium testing
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
  • 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Overlaoding and overriding?
  • Ans. 

    Overloading is having multiple methods in the same class with the same name but different parameters. Overriding is implementing a method in a subclass that is already defined in the superclass.

    • Overloading allows multiple methods with the same name but different parameters in the same class.

    • Overriding involves implementing a method in a subclass that is already defined in the superclass.

    • Overloading is resolved at compi

  • Answered by AI
  • Q2. What are the Java features?
  • Ans. 

    Java features include object-oriented programming, platform independence, automatic memory management, and multithreading.

    • Object-oriented programming: Java supports classes and objects, allowing for modular and reusable code.

    • Platform independence: Java programs can run on any platform with the Java Virtual Machine (JVM).

    • Automatic memory management: Java uses garbage collection to automatically manage memory allocation ...

  • Answered by AI
  • Q3. What is abstrack class?
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Used to define a common interface for subclasses

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basel regulatory
  • Q2. Implementation knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - We need to be throw of Basel regulations with reporting template. End to end techno functional implementation knowledge

I applied via Campus Placement and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. I was asked 3 Guesstimates. They weren't that difficult. They only wanted to see the process I took to get to the answer. The answer need not be correct.
  • Q2. They asked me what I thought about team work and how every team member's contribution is needed for the success of the project.
  • Q3. I talked about my work ex in Tableau so they asked what kind of work I did there.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare few Guesstimates before going to the interview. Also it would benefit If you can provide an experience with the analytical tools you have mentioned in the resume. It really helps.

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. SQL JOINS
  • Q2. Python Packages
  • Ans. 

    Python packages are pre-written code libraries that can be imported and used in Python programs.

    • Packages contain modules, which contain functions and classes

    • Packages can be installed using pip or conda

    • Popular packages include NumPy, Pandas, and Matplotlib

  • Answered by AI
  • Q3. Python Projects mentioned in the resume
  • Q4. Basic HR questions
  • Q5. Puzzles
  • Q6. Basics about loans default in banking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Calm and composed and go through your resume properly.
Revise SQL, SAS, and Python if you are targeting a role in the business intelligence unit of axis bank

NatWest Group Interview FAQs

How many rounds are there in NatWest Group Qa Automation Testing Engineer interview?
NatWest Group interview process usually has 1 rounds. The most common rounds in the NatWest Group interview process are Technical.
What are the top questions asked in NatWest Group Qa Automation Testing Engineer interview?

Some of the top questions asked at the NatWest Group Qa Automation Testing Engineer interview -

  1. What is static keyw...read more
  2. Explain about framew...read more

Tell us how to improve this page.

NatWest Group Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.3k Interviews
Axis Bank Interview Questions
3.7
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 672 Interviews
IndusInd Bank Interview Questions
3.5
 • 634 Interviews
Bandhan Bank Interview Questions
3.7
 • 567 Interviews
Yes Bank Interview Questions
3.7
 • 443 Interviews
View all
Senior Analyst
2.7k salaries
unlock blur

₹3.5 L/yr - ₹13.5 L/yr

Software Engineer
990 salaries
unlock blur

₹8 L/yr - ₹29.6 L/yr

Operations Analyst
780 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Associate Vice President
727 salaries
unlock blur

₹13 L/yr - ₹44 L/yr

Analyst
632 salaries
unlock blur

₹1.4 L/yr - ₹7.1 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
Did you find this page helpful?
Yes No
write
Share an Interview