Upload Button Icon Add office photos

Filter interviews by

NatWest Group Software Engineer Interview Questions, Process, and Tips

Updated 16 Aug 2024

Top NatWest Group Software Engineer Interview Questions and Answers

View all 9 questions

NatWest Group Software Engineer Interview Experiences

18 interviews found

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

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT)

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1. Questions related to AWS, Java, react and sql
  • Q2. 2. Behavioral questions
Round 2 - HR 

(1 Question)

  • Q1. Re location an some background related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2023. 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 - Coding Test 

1st round was an online test with basic java coding. It was a proctored assessment but was easy to clear.

Round 3 - Coding Test 

After clearing the online test, I was asked to attend F2F interview. I went to the office for the next round and there they gave another coding test. Slightly difficult program (scenario based) using Java 8 (streams).

Round 4 - One-on-one 

(2 Questions)

  • Q1. After that there was One on one round basically with questions related to the resume. Then another HR round with general questions (non technical) like how will you react in this situation, your biggest ch...
  • Q2. Basic string program, collection based filtering. Technical round was mostly with project.

Interview Preparation Tips

Interview preparation tips for other job seekers - After clearing all rounds, I was informed that I've been selected and HR will contact regarding offer discussion. Offer discussion also happened and I was requested to share the documents for the offer process. After a month, I got a mail that I was not selected. No response from the HR team.
Worst interview experience. Don't have hopes on getting offer even after clearing interview.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 4 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 - Coding Test 

Around 10 questions of programming which involves high level code as answers

Round 3 - Technical 

(1 Question)

  • Q1. Current task in currents organisation
  • Ans. 

    Developing a new feature for the company's website to improve user experience.

    • Implementing front-end changes using React.js

    • Collaborating with UX designers to ensure design consistency

    • Testing the feature for bugs and performance issues

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. My current project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding in the current technology you are involved
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Easy Leetcode questions

Round 2 - Technical 

(2 Questions)

  • Q1. Easy leetcode questions
  • Q2. Reverse a link list
  • Ans. 

    Reverse a linked list

    • Iterate through the list and reverse the pointers

    • Use three pointers to keep track of current, previous, and next nodes

    • Update the head of the list to point to the last node

  • Answered by AI

Skills evaluated in this interview

NatWest Group interview questions for designations

 Senior Software Engineer

 (4)

 Associate Software Engineer

 (2)

 Software Development Engineer

 (1)

 Java Software Engineer

 (1)

 Software Quality Assurance Engineer

 (1)

 Senior Software Engineer 2

 (1)

 Senior Associate Software Engineer

 (1)

 Software Developer

 (3)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Round 2 - sql, english, 2 dsa  

(2 Questions)

  • Q1. Round 3 - Interview Round. 1 Sql, 1 merge sort and 1 mental ability.
  • Q2. Hr questions - office scenario-based, general knowledge, potential questions from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly, be aware of whats right and wrong , be confident, be through w the company details what it does, what the profile is, general knowledge and your material.

Get interview-ready with Top NatWest Group Interview Questions

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

It had both aptitude and cs fundamentsls

Round 2 - One-on-one 

(1 Question)

  • Q1. It was cs fundamentals,and more about project and hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

It was around 2.5 hours which includes 2 coding ques and MCQ from DBMS, OS, Aptitude and Programming language (C++/Java)

Round 3 - Technical 

(2 Questions)

  • Q1. It was purely resume based. He asked me about the projects.
  • Q2. He also tested my knowledge on the technologies I have used in those projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with your resume and do practice DSA regularly.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

MCQ Questions on required Skill and a Coding Question

Round 3 - Technical 

(3 Questions)

  • Q1. How does Python handle memory
  • Ans. 

    Python uses automatic memory management through garbage collection.

    • Python uses reference counting to keep track of objects in memory.

    • When an object's reference count reaches zero, it is immediately deleted.

    • Python also uses a garbage collector to clean up circular references.

    • Memory allocation is handled by the Python memory manager.

    • Python provides tools like sys.getsizeof() to monitor memory usage.

  • Answered by AI
  • Q2. Explain the Constructor, Destructor, Generators
  • Ans. 

    Constructor creates and initializes an object, Destructor destroys an object, Generators are functions that return iterators.

    • Constructor is a special method that is called when an object is created. It initializes the object's properties and allocates memory.

    • Destructor is a special method that is called when an object is destroyed. It frees up any resources that the object was using.

    • Generators are functions that use th...

  • Answered by AI
  • Q3. Oop's concepts using Python

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the skill withe respect to applied role and prepare based on your past experience as well.

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 and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Coding Test 

Medium difficulty questions bases on lists and string manipulation

Round 3 - Technical 

(3 Questions)

  • Q1. It was technical + hr
  • Q2. About resume. so be through to be perfect with ur resume.
  • Q3. About my projects. ML projects and data visualization projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - be your self in the interview. be thorough with ur resume
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding questions, (1 easy and 2 medium level)

Round 2 - Technical 

(2 Questions)

  • Q1. About project, database schema
  • Q2. Oops concepts, where do you see yourself in 10 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Know more about company

NatWest Group Interview FAQs

How many rounds are there in NatWest Group Software Engineer interview?
NatWest Group interview process usually has 2-3 rounds. The most common rounds in the NatWest Group interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for NatWest Group Software Engineer 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 Group. The most common topics and skills that interviewers at NatWest Group expect are Automation, Software Design, Testing Tools, Coding and Unit Testing.
What are the top questions asked in NatWest Group Software Engineer interview?

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

  1. Explain the Constructor, Destructor, Generat...read more
  2. How does Python handle mem...read more
  3. Write a program for Binary Sea...read more

Tell us how to improve this page.

NatWest Group Software Engineer Interview Process

based on 4 interviews in last 1 year

Interview experience

4.5
  
Good

People are getting interviews through

based on 13 NatWest Group interviews
Campus Placement
Job Portal
Company Website
Referral
38%
23%
8%
8%
23% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
NatWest Group Software Engineer Salary
based on 857 salaries
₹7.5 L/yr - ₹28 L/yr
111% more than the average Software Engineer Salary in India
View more details

NatWest Group Software Engineer Reviews and Ratings

based on 78 reviews

4.1/5

Rating in categories

3.6

Skill development

4.6

Work-Life balance

3.6

Salary & Benefits

4.5

Job Security

4.1

Company culture

3.2

Promotions/Appraisal

3.8

Work Satisfaction

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