Upload Button Icon Add office photos

Filter interviews by

NatWest Group Associate Software Engineer Interview Questions and Answers

Updated 21 May 2024

NatWest Group Associate Software Engineer Interview Experiences

2 interviews found

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

It was the super test.

Round 2 - Technical 

(1 Question)

  • Q1. Write a sql query that gives the output of second highest salary?
  • Ans. 

    SQL query to find the second highest salary

    • Use the ORDER BY clause to sort the salaries in descending order

    • Use the LIMIT clause to get the second row

    • Consider handling cases where there might be ties for the highest salary

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Punjab Engineering College, Chandigarh and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerrank Test for basic dsa

Round 2 - Technical 

(1 Question)

  • Q1. Python coding question
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion
Round 4 - HR 

(1 Question)

  • Q1. Why NatWest? What will you do if you don’t like the work you are assigned?

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given SumYou are given an array/list ARR consisting ... read more
asked in Clarivate
Q2. Best time to buy and sell stock IIYou have been given stock value ... read more
Q3. Intersection of Two Arrays IIYou have been given two integer arra ... read more
asked in CGI Group
Q4. Frog JumpThere is a frog on the 1st step of an N stairs long stai ... read more
asked in Gainsight
Q5. Connect N Ropes With Minimum CostYou have been given 'N' ropes of ... read more

Interview questions from similar companies

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

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

I applied via campus placement at Cummins College of Engineering for Women, Pune and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

3 coding questions with 10 test cases each. For an hour.

Round 2 - Technical 

(1 Question)

  • Q1. Questions asked around Java, c++
Round 3 - Technical 

(1 Question)

  • Q1. Asked to share screen and do some coding for given scenario
Round 4 - Quiz round 

(1 Question)

  • Q1. Asked questions like: 1. You want to cut a cake in 8 pieces, how many minimum cuts are required? 2.
Round 5 - HR 

(1 Question)

  • Q1. Normal details discussion about your background, family and interest in the given role

Interview Preparation Tips

Topics to prepare for Deutsche Bank Associate Software Engineer interview:
  • Java
  • Javascript
  • Database management system
  • Angularjs

I applied via Company Website and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your Technical skill and that is more than enough aprt from other skills.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Mcq+coding which are medium level questions

Round 2 - Technical 

(3 Questions)

  • Q1. Multiple inheritance allowed in java?
  • Ans. 

    No, multiple inheritance is not allowed in Java.

    • Java does not support multiple inheritance for classes to avoid the diamond problem.

    • However, multiple inheritance is allowed for interfaces in Java.

    • Example: class A extends B, C is not allowed, but interface X extends Y, Z is allowed.

  • Answered by AI
  • Q2. Diff btw static and final
  • Ans. 

    Static is used to define class-level variables and methods, while final is used to define constants and prevent inheritance or modification.

    • Static variables and methods belong to the class itself, while final variables cannot be changed once initialized.

    • Static members can be accessed without creating an instance of the class, while final members must be accessed through an instance.

    • Static variables are shared among all...

  • Answered by AI
  • Q3. What is data encapsulation?
  • Ans. 

    Data encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation hides the internal state of an object and only exposes the necessary functionalities through methods.

    • It helps in achieving data abstraction and information hiding.

    • Example: A class 'Car' encapsulates data like speed, color, and methods like accelerate() and brake().

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. What are company core values
  • Ans. 

    Company core values are the fundamental beliefs that guide the behavior and decisions of employees.

    • Integrity - acting with honesty and transparency in all dealings

    • Innovation - constantly seeking new and better ways to solve problems

    • Customer focus - prioritizing the needs and satisfaction of customers

    • Teamwork - collaborating effectively with colleagues to achieve common goals

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain event driven architecture of node.js
  • Ans. 

    Node.js uses event-driven architecture where events trigger callbacks to handle asynchronous operations.

    • Node.js uses event loop to handle asynchronous operations efficiently

    • Events are emitted by various objects in Node.js like HTTP servers, file system, etc.

    • Callbacks are registered to handle events and execute code when events occur

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design , HLD, LLD , coding question
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core java , string, thread , sql, mvc, spring boot

Round 2 - Technical 

(2 Questions)

  • Q1. 2 coding questions on array and string
  • Q2. Sorting , thread
Round 3 - Technical 

(3 Questions)

  • Q1. Managerial round
  • Q2. Project and some basic questions
  • Q3. Describe your project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

NatWest Group Interview FAQs

How many rounds are there in NatWest Group Associate Software Engineer interview?
NatWest Group interview process usually has 3 rounds. The most common rounds in the NatWest Group interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in NatWest Group Associate Software Engineer interview?

Some of the top questions asked at the NatWest Group Associate Software Engineer interview -

  1. write a sql query that gives the output of second highest sala...read more
  2. Python coding quest...read more
  3. Project discuss...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 NatWest Group interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
NatWest Group Associate Software Engineer Salary
based on 8 salaries
₹11.5 L/yr - ₹21 L/yr
209% more than the average Associate Software Engineer Salary in India
View more details

NatWest Group Associate Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.1

Skill development

4.7

Work-Life balance

3.1

Salary & Benefits

5.0

Job Security

4.0

Company culture

2.9

Promotions/Appraisal

3.1

Work Satisfaction

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

₹3.5 L/yr - ₹13 L/yr

Software Engineer
857 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Operations Analyst
769 salaries
unlock blur

₹2 L/yr - ₹8.3 L/yr

Associate Vice President
694 salaries
unlock blur

₹12 L/yr - ₹43.5 L/yr

Analyst
672 salaries
unlock blur

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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview