Upload Button Icon Add office photos

Filter interviews by

RBS Group Software Engineer Interview Questions and Answers

Updated 16 Jun 2021

RBS Group Software Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Reversal of a LL
  • Ans. 

    Reversing a linked list involves changing the direction of the pointers in the list.

    • Iterative approach involves traversing the list and changing the direction of the pointers

    • Recursive approach involves calling the function recursively on the next node and changing the direction of the pointers

    • Care should be taken to handle edge cases like empty list or list with only one node

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

Interview questions from similar companies

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

3 coding que easy,med and hard

Round 2 - Technical 

(2 Questions)

  • Q1. Os related que What is kernel , OS types ,what happens after booting computr ,etc
  • Q2. Creat a array and print all elements , which database used for pdf storing sql or nosql
Round 3 - Technical 

(2 Questions)

  • Q1. OOps related que abstraction , inheritance , code it
  • Q2. Middel element of linked list
Round 4 - HR 

(2 Questions)

  • Q1. What challenges u faced in engineering?
  • Q2. Situational based questions
Round 5 - HR 

(2 Questions)

  • Q1. Why u choose to work deustch bank ?
  • Q2. Project related quw
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

This is Simple medium level

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself ?
  • Ans. 

    I am a passionate software engineer with a strong background in coding and problem-solving.

    • Experienced in multiple programming languages such as Java, Python, and C++

    • Worked on various projects including web development and mobile applications

    • Strong understanding of data structures and algorithms

    • Excellent communication and teamwork skills

    • Constantly learning and adapting to new technologies

  • Answered by AI
  • Q2. Project Based Questions and Related to Resume Based ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Video Call 

(5 Questions)

  • Q1. Tell us about your Background and Experience that would make sure you are fit for this role
  • Q2. Write a program that converts the alternate letters of a sentence into uppercase, whitespace excluded
  • Ans. 

    Program to convert alternate letters of a sentence to uppercase, excluding whitespace

    • Iterate through each character of the sentence

    • Check if the character is a letter and if its index is odd

    • Convert the letter to uppercase if conditions are met

  • Answered by AI
  • Q3. Balanced parenthesis program
  • Q4. Explain your approach to solving balanced parenthesis program
  • Ans. 

    I approach solving balanced parenthesis program by using a stack data structure.

    • Use a stack to keep track of opening parentheses

    • Iterate through the input string and push opening parentheses onto the stack

    • When a closing parenthesis is encountered, pop from the stack and check if it matches the closing parenthesis

    • If stack is empty at the end and all parentheses are matched, the string is balanced

  • Answered by AI
  • Q5. Is there anything else that you want to tell us about yourselves?
Round 2 - Technical 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about your project, tools and algorithms used
  • Q3. Write a program to print the top five students in a classroom, including edge cases
  • Ans. 

    Program to print top five students in a classroom, handling edge cases

    • Create a list of students with their grades

    • Sort the list in descending order based on grades

    • Print the top five students, handling cases where there are less than five students or ties in grades

  • Answered by AI
  • Q4. Exceptional handling
Round 3 - Technical 

(3 Questions)

  • Q1. Program to check if the given string is palindrome
  • Ans. 

    A program to check if a given string is a palindrome.

    • Create a function that takes a string as input.

    • Reverse the string and compare it with the original string.

    • If they are the same, then the string is a palindrome.

    • Example: 'racecar' is a palindrome.

    • Example: 'hello' is not a palindrome.

  • Answered by AI
  • Q2. Program to return Fibonacci series
  • Ans. 

    A program to return Fibonacci series using recursion or iteration

    • Use recursion to generate Fibonacci series

    • Use iteration to generate Fibonacci series

    • Handle edge cases like negative input or input of 0 or 1

    • Example: Fibonacci series up to 10 - 0, 1, 1, 2, 3, 5, 8, 13, 21, 34

  • Answered by AI
  • Q3. Different ways to create a table in python
  • Ans. 

    Different ways to create a table in Python include using pandas, sqlite3, and SQLAlchemy libraries.

    • Using pandas library to create a table from a dictionary or list of lists

    • Using sqlite3 library to create a table in a SQLite database

    • Using SQLAlchemy library to create a table in a SQL database

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given all the rounds very well, but I didn't get selected.

Skills evaluated in this interview

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

HackerEarth / Hacker rank Test

Round 2 - Technical 

(1 Question)

  • Q1. Find the lowest cost when given days you want to use metro if you have cost of a day 1 ,7 and 30 day pass. DP Problem
  • Ans. 

    Using dynamic programming to find the lowest cost for metro passes based on given days.

    • Create an array to store the minimum cost for each day.

    • Iterate through each day and calculate the minimum cost based on 1, 7, or 30 day pass.

    • Update the minimum cost for each day using dynamic programming.

    • Return the minimum cost for the total number of days needed.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Normal HR Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DP and Graph Problems and know how banks work

Skills evaluated in this interview

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

Behavioural and culture fit

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 

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

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Mostly ques based upon my resume details and some tech related ques on OOPs, OS, Cloud, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare everything that you have mentioned in the resume

Tell us how to improve this page.

RBS Group Software Engineer Salary
based on 35 salaries
₹6.4 L/yr - ₹25 L/yr
88% more than the average Software Engineer Salary in India
View more details

RBS Group Software Engineer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.4

Skill development

5.0

Work-life balance

4.5

Salary

4.5

Job security

5.0

Company culture

4.4

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Senior Analyst
81 salaries
unlock blur

₹3.8 L/yr - ₹9.5 L/yr

Software Engineer
35 salaries
unlock blur

₹6.4 L/yr - ₹25 L/yr

Analyst
32 salaries
unlock blur

₹2 L/yr - ₹9.9 L/yr

Operations Analyst
21 salaries
unlock blur

₹3.3 L/yr - ₹4.5 L/yr

Senior Associate
18 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Explore more salaries
Compare RBS Group with

ICICI Bank

4.0
Compare

HDFC Bank

3.9
Compare

Axis Bank

3.8
Compare

State Bank of India

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