Upload Button Icon Add office photos

NatWest Markets

Compare button icon Compare button icon Compare

Filter interviews by

NatWest Markets Senior Test Designer Interview Questions and Answers

Updated 12 Aug 2020

NatWest Markets Senior Test Designer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Written MCQ round consisting 30 questions from Manual,Automation and Java.
  • Q2. 2. Face to Face technical with SQL queries,Java programs such as Reverse a string,calculate duplicates in a string,check palindrome or not.Agile methodology,Test plan strategy,Get/put/post usage and codes,...
  • Q3. 3. Next round is scenario based experience based questions project challanges,project is all about
  • Q4. 4. senior management and Hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you know the things which you write in your resume.

Interview questions from similar companies

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

Medium leetcode question on array list

Round 2 - One-on-one 

(4 Questions)

  • Q1. Core java and collections, exceptions and threading
  • Q2. Core java collections
  • Q3. Multi threading
  • Q4. Executor framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Threading related questions
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackathon Test with 2 medium level coding question.

Round 2 - Coding Test 

Technical Video Interview- Java concepts mostly related to Java 8, 1 coding program and some db questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to System Design.
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions related to my projects . Some questions related to my current role and responsibilities.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java questions and 2 DSA medium level problems
  • Q2. Two sum leet code problem
Round 2 - Technical 

(1 Question)

  • Q1. Design round. Design a system that send notification’s to all the passengers of trains just when the train arrives at the station next to it. And one question on tree LCA
  • Ans. 

    Design a system to send notifications to train passengers when the train arrives at the next station.

    • Use GPS tracking to determine train location in real-time

    • Implement a notification system that sends alerts to passengers' devices

    • Integrate with train schedule data to know when the train is approaching the next station

  • Answered by AI

I applied via Referral and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Asked basic questions .... To check concept and logic

Round 2 - Technical 

(2 Questions)

  • Q1. SQL query for------ deleting duplicate from table
  • Q2. SQL query for second highest salary
  • Ans. 

    SQL query to find second highest salary

    • Use ORDER BY and LIMIT to get the highest salary

    • Use subquery to exclude the highest salary and get the second highest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic information and documents verification
Round 4 - Candidate engagement round 

(1 Question)

  • Q1. Roles and responsibilities and queries solving .

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on learning new concepts,try to solve complex problems which helps in improving logic.

Provide valid information in resume.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Medium leetcode problem on array and linked list. And some theoretical questions

Round 3 - One-on-one 

(1 Question)

  • Q1. Core java , collections, object oriented principles . Some small coding questions based on usage of overriding and overloading
Round 4 - One-on-one 

(1 Question)

  • Q1. Multi treading and 1 problem solving question.
Round 5 - One-on-one 

(1 Question)

  • Q1. Discussion with ED : expectations and managerial questions
Round 6 - HR 

(1 Question)

  • Q1. Typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do understand Core java concepts in depth and problems solving skills - leetcode or hackerrank . Do solve easy to medium stuff
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. There were 5 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 - Technical 

(1 Question)

  • Q1. Array related problem
Round 3 - Technical 

(1 Question)

  • Q1. C# oops related deep question
Round 4 - Technical 

(1 Question)

  • Q1. Project Design related questions
Round 5 - Technical 

(1 Question)

  • Q1. SQL Linq mvc net core related questions
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - Case Study 

How would you approach performance issues in an application module

Round 3 - Technical 

(1 Question)

  • Q1. How would you process millions of records in an excel file
  • Ans. 

    Use programming language to read and process data from Excel file efficiently.

    • Use a programming language like Python, Java, or C# to read the Excel file.

    • Utilize libraries like pandas in Python or Apache POI in Java for efficient data processing.

    • Implement batch processing or parallel processing to handle millions of records efficiently.

    • Optimize code for memory management and performance to avoid crashes or slowdowns.

    • Con...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to check numer is palindrom or not.
  • Ans. 

    Program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. What is the functionality of Lambda Expression in Java.
  • Ans. 

    Lambda expressions in Java are used to provide a concise way to represent anonymous functions.

    • Lambda expressions are used to define inline implementation of a functional interface.

    • They enable you to pass functionality as an argument to a method.

    • Lambda expressions are made up of parameters, an arrow, and a body.

    • Example: (a, b) -> a + b

  • Answered by AI
  • Q3. How to call default method of interface if class implemented multiple interfaces.
  • Ans. 

    To call a default method of an interface when a class implements multiple interfaces, use the interface name followed by the method name.

    • Use InterfaceName.super.methodName() to call the default method of a specific interface.

    • If a class implements multiple interfaces with default methods of the same name, you must specify the interface name to call the desired method.

    • Example: Interface1.super.defaultMethod() to call the

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. How do you Structure Database? Make Design ?
  • Ans. 

    A well-structured database design is crucial for efficient data management.

    • Identify entities and their relationships

    • Normalize data to reduce redundancy

    • Choose appropriate data types and constraints

    • Consider performance and scalability

    • Document the design and update as needed

  • Answered by AI
  • Q2. Ask about Low Level Design?

Interview Preparation Tips

Interview preparation tips for other job seekers - gsfgg sfgsgsf sfgsgs sdfs fsdfs f sss sfsf sf

Skills evaluated in this interview

NatWest Markets Interview FAQs

How to prepare for NatWest Markets Senior Test Designer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NatWest Markets. The most common topics and skills that interviewers at NatWest Markets expect are Analytical skills, Functional Testing, Regression Testing, Sanity Testing and Software Development.
What are the top questions asked in NatWest Markets Senior Test Designer interview?

Some of the top questions asked at the NatWest Markets Senior Test Designer interview -

  1. 2. Face to Face technical with SQL queries,Java programs such as Reverse a stri...read more
  2. 1. Written MCQ round consisting 30 questions from Manual,Automation and Ja...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.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 642 Interviews
IndusInd Bank Interview Questions
3.5
 • 602 Interviews
Bandhan Bank Interview Questions
3.7
 • 539 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
View all
NatWest Markets Senior Test Designer Salary
based on 21 salaries
₹13.6 L/yr - ₹20.8 L/yr
9% more than the average Senior Test Designer Salary in India
View more details
Senior Analyst
435 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Vice President
127 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Vice President
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NatWest Markets with

Barclays Investment Bank

4.0
Compare

JP Morgan Securities

4.1
Compare

Goldman Sachs

3.5
Compare

Morgan Stanley

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