Upload Button Icon Add office photos

Filter interviews by

Clear (1)

DBS Bank Full Stack Developer Interview Questions and Answers

Updated 26 Oct 2022

DBS Bank Full Stack Developer Interview Experiences

2 interviews found

I was interviewed in Feb 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Its duration is of 90 minutes in the hackerearth platform with 30 mcqs, 1 coding question and 1 sql query. It is a Web Proctored Exam. As its a hackathon we can write the written test from 11th Feb 2021 to 21st Feb 2021(11:59 p.m).

  • Q1. 

    Query and Matrix Problem Statement

    You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types:

    Query 1: 1 R inde...
  • Ans. 

    Given a binary matrix, perform queries to flip elements in rows/columns and count zeros in rows/columns.

    • Iterate through each query and update the matrix accordingly

    • For type 1 queries, flip the elements in the specified row/column

    • For type 2 queries, count the number of zeros in the specified row/column

    • Return the count of zeros for type 2 queries

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 Minutes
Round difficulty - Medium

The interview is conducted over the Teams Call at around 5:40 on 27th February. It is combined of both TR and HR. It was one of the best experience that I had so far. The TR and HR are about 15 mins for every candidate. 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from B V Raju Institute of Technology. I applied for the job as Fullstack Developer in HyderabadEligibility criteriaHaving 60% through out the academic year. Any CSE or IT can apply for it.DBS Bank interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Operating Systems, Java, MySql, Front End Technologies(Html, Css, Javascript)Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Have a Good Resume
Tip 2 : Have an understanding of Full Stack application development
Tip 3 : Have a passion to learn new technologies and drive major transformation

Application resume tips for other job seekers

Tip 1 : Keep your resume up to date for the role you are applying.
Tip 2 : Keep it short and sweet.
Tip 3 : Dont lie on your resume. You should have atleast the basic knowledge of the technologies which you have mentioned in your resume.

Final outcome of the interviewSelected

I applied via LinkedIn and was interviewed before Oct 2021. There were 5 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 Resume tips
Round 2 - Assignment 

They gave set of 2 questions related to frontend and backend. And it was hackerrank where we need to solve it. Mine question was related to spring boot(global exception handler)and react(form implementation with some date and stock calculation)both are separated.

Round 3 - Technical 

(2 Questions)

  • Q1. They start with the set of general questions that is available for java full stack developer like questions from core java,jpa, spring boot, mictoservices, db,reactjs.
  • Q2. Questions was related to core java, spring framework spring core mostly and mvc, spring boot, jpa, db query etc
Round 4 - One-on-one 

(1 Question)

  • Q1. It was one to one discussion chitchat related to my experience in last company frankly it was more related to managerial round.
Round 5 - HR 

(1 Question)

  • Q1. Hr discssion was on pbone call. About my expectation, current package ,joining date and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice some project in your laptop on your own like for full stack developer we can do crud operations and then implement extra features to it. It will help at real time test.

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in Accenture
Q2. Find Duplicates in an Array Given an array ARR of size 'N', where ... read more
asked in MakeMyTrip
Q3. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q4. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q5. LCA of Binary Tree Problem Statement You are given a binary tree ... read more

Interview questions from similar companies

I was interviewed 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

I applied via Company Website and was interviewed in Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions asked around 30 from asp.net, MVC, web api , c#, SQL etc
  • Q2. Some non tech questions also.

Interview Preparation Tips

Interview preparation tips for other job seekers - After selecting in state bank of india, I want to share my interview experience:

There were 5 persons in interview panel and they all asked questions both technical as well as non technical.
First they started from non technical questions. Like Why Madhubani painting is famous ? What is going on delhi university at that time contract teachers were on strike. Etc.
They asked about 30 questions from technical from asp.net, aap.net MVC, c#, SQL injection, XSS, CSRF, View vs Table, Function Vs SP, web services vs web api services, banking domain etc.
Overall it was a great experience. I answered almost 80 percentage questions. When interview result declared after 20 days, My name was there and I finally selected one of the big public sector bank. That is SBI. I would like to say Thank You Naukari.com.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Feb 2025.

Round 1 - Aptitude Test 

Basic quantitative questions, directional questions, relational questions, etc.

Round 2 - Group Discussion 

The advantages and disadvantages of social media.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic questions regarding your family background?
  • Q2. Entirely based on your resume
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your internship
  • Ans. 

    I interned at a tech startup where I worked on developing a web application for managing customer data.

    • Developed front-end using React.js and back-end using Node.js

    • Implemented RESTful APIs for data retrieval and manipulation

    • Collaborated with team members to troubleshoot and optimize code

    • Gained experience in agile development practices

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including e-commerce websites, social media platforms, and data visualization tools.

    • Developed an e-commerce website using React and Node.js

    • Built a social media platform with Django and React

    • Created a data visualization tool using D3.js

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly about your projects and internships.

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

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

(2 Questions)

  • Q1. LRU cache design
  • Ans. 

    LRU cache design involves maintaining a cache with limited capacity and removing the least recently used item when the cache is full.

    • Use a doubly linked list to maintain the order of items based on their usage.

    • Implement a hash map for fast access to items in the cache.

    • When a new item is accessed, move it to the front of the linked list to mark it as the most recently used.

    • When the cache is full, remove the item at the ...

  • Answered by AI
  • Q2. Current project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

1)Buy and sell stock
2)2 sum
3) system design
4) Elastic search
5) deployment

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.

Round 2 - Technical 

(1 Question)

  • Q1. Senior developer was taking the round, covering all design and architecture related questions. I was able to give a satisfactory solution.
Round 3 - Behavioral 

(1 Question)

  • Q1. Just some behavioural question along with a lil bit technical questions. Asked me about my current projects and problems faced, how i gave a proper solution and how i help my team to grow.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic DSA along with strong programming language knowledge is required to crack the interview.

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Power BI, 2. SQL,
  • Q2. 3. Azure and 4. Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Knowledge
2. Communication and
3. Confidence.
Contribute & help others!
anonymous
You can choose to be anonymous

DBS Bank Interview FAQs

How many rounds are there in DBS Bank Full Stack Developer interview?
DBS Bank interview process usually has 5 rounds. The most common rounds in the DBS Bank interview process are Resume Shortlist, Assignment and Technical.
How to prepare for DBS Bank Full Stack Developer 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 DBS Bank. The most common topics and skills that interviewers at DBS Bank expect are Agile Coaching, Hibernate, MySQL, Oracle and Application Development.
What are the top questions asked in DBS Bank Full Stack Developer interview?

Some of the top questions asked at the DBS Bank Full Stack Developer interview -

  1. They start with the set of general questions that is available for java full st...read more
  2. Questions was related to core java, spring framework spring core mostly and mvc...read more
  3. It was one to one discussion chitchat related to my experience in last company ...read more

Recently Viewed

INTERVIEWS

Samsung

No Interviews

INTERVIEWS

TCS

No Interviews

INTERVIEWS

NTT Data

No Interviews

INTERVIEWS

HDFC Life

No Interviews

DESIGNATION

DESIGNATION

INTERVIEWS

ASN Senior Secondary School

No Interviews

INTERVIEWS

The Heritage School

No Interviews

INTERVIEWS

NCR Voyix

No Interviews

INTERVIEWS

Communications Test Design

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 641 Interviews
IndusInd Bank Interview Questions
3.5
 • 601 Interviews
Yes Bank Interview Questions
3.7
 • 429 Interviews
Deutsche Bank Interview Questions
3.9
 • 360 Interviews
View all
DBS Bank Full Stack Developer Salary
based on 94 salaries
₹7 L/yr - ₹19 L/yr
36% more than the average Full Stack Developer Salary in India
View more details

DBS Bank Full Stack Developer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

4.1

Salary

4.7

Job security

3.9

Company culture

3.6

Promotions

3.3

Work satisfaction

Explore 6 Reviews and Ratings
Associate
927 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
828 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
693 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Vice President
407 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
370 salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent