Upload Button Icon Add office photos

DBS Bank

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

DBS Bank Senior Software Engineer Interview Questions and Answers

Updated 25 Nov 2021

DBS Bank Senior Software Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basi...
  • Ans. 

    The interview questions cover a wide range of topics including software engineering, technology, design patterns, databases, web development, and more.

    • The questions cover topics such as technology used, collections, streams, design patterns, dependency injection, microservices, database communication, annotations in Spring, React and JavaScript, Redux, API development, SOAP-based web services, Jenkins, Docker, producti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Their will to 2 panel if you're going for full Stack, 1 for backend and another for frontend.
prepare for basic but be ready for advanced questions also

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Assignment 

A straightforward introduction to core Java along with the Spring framework.

Round 2 - Technical 

(1 Question)

  • Q1. What are the basic features of Java 8?
Round 3 - One-on-one 

(1 Question)

  • Q1. What are some critical people capability questions based on specific scenarios?

Interview Preparation Tips

Interview preparation tips for other job seekers - You can join the group after ten years of experience.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and react question
Round 2 - Technical 

(1 Question)

  • Q1. Little technical and project oriented question
Round 3 - Coding Test 

Basic hacker rank problem

Round 4 - CTO round 

(1 Question)

  • Q1. Asked few questions on react and java
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

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

(5 Questions)

  • Q1. Lots of technical questions but the interview was not technical..
  • Q2. What is JIT compiler
  • Ans. 

    JIT compiler stands for Just-In-Time compiler, which compiles code during runtime instead of ahead of time.

    • JIT compiler improves performance by compiling code on the fly as it is needed

    • It converts bytecode into native machine code for execution

    • Examples include Java HotSpot JIT compiler and .NET JIT compiler

  • Answered by AI
  • Q3. What are futures
  • Ans. 

    Futures are financial contracts that obligate the buyer to purchase an asset or the seller to sell an asset at a predetermined future date and price.

    • Futures are standardized contracts traded on exchanges, where the buyer agrees to purchase an asset at a future date for a price agreed upon today.

    • They are commonly used in commodities, currencies, and financial instruments trading.

    • Futures allow investors to hedge against ...

  • Answered by AI
  • Q4. What is GC and what types we have
  • Ans. 

    GC stands for Garbage Collection, a process in programming languages where unused memory is automatically reclaimed.

    • Types of GC include: Mark and Sweep, Reference Counting, Generational, and Incremental.

    • Mark and Sweep: Identifies and removes unreachable objects.

    • Reference Counting: Keeps track of the number of references to an object and deletes it when the count reaches zero.

    • Generational: Divides objects into different...

  • Answered by AI
  • Q5. Walk me through a trading process
  • Ans. 

    A trading process involves buying and selling financial instruments in the market.

    • Research and analysis of market trends and opportunities

    • Placing buy or sell orders through a trading platform

    • Monitoring and managing open positions

    • Executing trades based on predetermined strategies

    • Recording and analyzing trade data for performance evaluation

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

(1 Question)

  • Q1. All are about our primary skills and project in 1st round of technical
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 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 - Technical 

(2 Questions)

  • Q1. Scenario based Pega technical questions.
  • Q2. According to your work experience I had tackled them
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions with hardness level increased. Normally Manager takes it.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions
Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. - DSA questions (leetcode easy) - Javascript concepts
Round 3 - Technical 

(1 Question)

  • Q1. With India Panel -LLD was asked
Round 4 - Technical 

(1 Question)

  • Q1. WIth UK Panel Design round 1 - Threading concepts - Async Programming - 1 Design Question
Round 5 - Behavioral 

(1 Question)

  • Q1. With Director Design round 2 - Questions on code quality - 1 design question - Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Generally interviews are easy.
but difficulty may slightly vary based on the team and work they are hiring for.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Oct 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions about the domain you are interviewing with. They will ask to write the code snippets also if required.
  • Q2. Program maybe asked based on your programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on fundamentals and projects you have worked on thoroughly
Round 1 - Group Discussion 

Day to day huddle to discussing productivity

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good jobs security and osam pay scale

Tell us how to improve this page.

DBS Bank Senior Software Engineer Salary
based on 80 salaries
₹9 L/yr - ₹33.3 L/yr
33% more than the average Senior Software Engineer Salary in India
View more details

DBS Bank Senior Software Engineer Reviews and Ratings

based on 7 reviews

2.8/5

Rating in categories

3.4

Skill development

2.0

Work-life balance

3.0

Salary

3.2

Job security

2.6

Company culture

2.8

Promotions

2.6

Work satisfaction

Explore 7 Reviews and Ratings
Associate
934 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Senior Associate
831 salaries
unlock blur

₹13 L/yr - ₹41.5 L/yr

Analyst
699 salaries
unlock blur

₹7.5 L/yr - ₹17.7 L/yr

Assistant Vice President
407 salaries
unlock blur

₹19.5 L/yr - ₹50 L/yr

Assistant Manager
370 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare DBS Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.8
Compare

Kotak Mahindra Bank

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