Upload Button Icon Add office photos

NatWest Group

Compare button icon Compare button icon Compare

Filter interviews by

NatWest Group Associate Professional Interview Questions and Answers

Updated 24 May 2022

NatWest Group Associate Professional Interview Experiences

1 interview found

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Online questions of coding, logical and tools knowledge
Was time based, and lengthy

  • Q1. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

Was pure technical

  • Q1. Can you explain framework designs and their architecture?
  • Ans. 

    Framework designs are the structure and organization of a software framework, including its components and interactions.

    • Framework designs define the overall architecture of a software system

    • They include the arrangement of components, their relationships, and the flow of data

    • Examples of framework designs include Model-View-Controller (MVC) and Service-Oriented Architecture (SOA)

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Hard

Technical

  • Q1. 

    Closest Sum Problem Statement

    Given an array of integers ARR of size N and an integer target, find three integers in ARR such that their sum is closest to the target. If there are two closest sums, return...

  • Ans. 

    Find three integers in an array whose sum is closest to a target integer.

    • Iterate through all possible triplets in the array to find the closest sum to the target.

    • Keep track of the closest sum found so far and update it if a closer sum is found.

    • Return the closest sum found after iterating through all triplets.

  • Answered by AI
Round 4 - HR 

Round duration - 60 Minutes
Round difficulty - Hard

HR stuff

Interview Preparation Tips

Eligibility criteriaAbove 60%RBS interview preparation:Topics to prepare for the interview - Algos, DS, Automation, Logical ques, CodingTime required to prepare for the interview - 12 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare for coding logics
Tip 2 : Prepare for Algos

Application resume tips for other job seekers

Tip 1 : Mention all skills in bold
Tip 2 : Mention all languages and tools keywords

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is static in java?
  • Ans. 

    Static is a keyword in Java used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

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

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI
  • Q2. Write a program to replace consecutive same character by single '$' . for e.g. string='Heelo Wworldd'. Output- H$lo $orl$.
  • Ans. 

    The program replaces consecutive same characters in a string with a single '$'.

    • Iterate through each character in the string

    • Compare the current character with the next character

    • If they are the same, replace the next character with '$'

    • Continue until the end of the string

  • Answered by AI
  • Q3. Difference between Function overloading and Function overrriding
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class implement a method with the same name and parameters as a method in its base class.

    • Function overloading is used to provide different ways of calling a function with different parameters.

    • Function overriding is used to provide a specific implementation of a method in a derived class...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all OOPs concept before going to interview. Prepare SQL also.

Skills evaluated in this interview

Associate Professional Interview Questions Asked at Other Companies

Q1. Find the Second Largest Element Given an array or list of integer ... read more
Q2. Closest Sum Problem Statement Given an array of integers ARR of s ... read more
asked in LrnEd
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
Q4. Add Two Numbers Represented as Linked Lists Given two linked list ... read more
Q5. Remove Duplicates from String Problem Statement You are provided ... read more

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 experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement 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 - Aptitude Test 

It was quantitative aptitude test with some coding questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. This round was to majorly check our confidence and communication style. I was asked to explain the projects that I have done..then some general analytical based questions that were non technical.
  • Q2. Why didn't you want to pursue higher studies?
  • Q3. Tell me about urself and the projects you have done

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no much work pressure and it's a fine place for experienced employees..but not a fine play freshers who are just graduated.. since there is less challenging or learn space..

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 experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Simple algorithm question about sorting

Round 3 - Technical 

(2 Questions)

  • Q1. Algorith question about quick sort
  • Q2. Nlonn run time of the sort
  • Ans. 

    The time complexity of the quicksort algorithm is O(n log n).

    • Quicksort has an average time complexity of O(n log n).

    • The best case time complexity of quicksort is O(n log n) when the pivot element divides the array into two equal halves.

    • The worst case time complexity of quicksort is O(n^2) when the pivot element is the smallest or largest element in the array.

  • Answered by AI

Skills evaluated in this interview

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

Behavioural and culture fit

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops, basic ,SQL ,ado
Round 2 - Coding Test 

Curd operation with SQL connectivity

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

I applied via Job Fair and was interviewed in Jun 2023. 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 - Coding Test 

Ms office,Core Java , Tally , C,

Round 3 - Group Discussion 

In my Opinion,view , If you ask me, As far as I can see/I am Concerned , It seems to me that , I think /feel/reckon/ belive , If you want my option , What we have to decide

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade the skills
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. What is HTML?
  • Ans. 

    HTML stands for Hyper Text Markup Language. HTML is the standard markup language for creating Web pages. HTML describes the structure of a Web page. HTML consists of a series of elements. HTML elements tell the browser how to display the content.

  • Answered Anonymously
  • Q2. What is CSS?
  • Ans. 

    Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

  • Answered Anonymously
  • Q3. What is MySQL?
  • Q4. What is Java?
  • Q5. What is the full form of PHP?
  • Ans. 

    The full form of PHP is Hypertext Preprocessor. It was abbreviated previously as Personal Home Page. It is a programming language widely used to build web applications or websites.

  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a passionate and eager-to-learn fresher in the field of web development and software technology. I have a solid foundation in several programming and development tools, including HTML, JavaScript, CSS, PHP, and MySQL, which I have explored through both academic projects and personal learning.

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.7k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 759 Interviews
IndusInd Bank Interview Questions
3.5
 • 680 Interviews
Bandhan Bank Interview Questions
3.7
 • 634 Interviews
Yes Bank Interview Questions
3.7
 • 478 Interviews
View all
Senior Analyst
2.8k salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Software Engineer
1k salaries
unlock blur

₹13.1 L/yr - ₹25.1 L/yr

Operations Analyst
833 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Associate Vice President
773 salaries
unlock blur

₹23 L/yr - ₹37 L/yr

Customer Service & Operations Analyst
681 salaries
unlock blur

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