Upload Button Icon Add office photos

DBS Bank

Compare button icon Compare button icon Compare
3.8

based on 1.7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

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 

(2 Questions)

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

    You are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types:

    Query 1: 1 R index
    Query 2: 1 C inde...
  • Ans. Brute Force

    A simple idea is to traverse the given row or column. If you come across a query that is of type 1 then swap 0 with 1 and vice-versa and for the query of type 2 initialize a variable ‘COUNT’ and increment count when you encounter ‘0’ and return ‘COUNT’.

     

    The steps are as follows:

     

    • If the type of query is 1.
      • If we have to consider row ‘R’ at the given ‘INDEX’
        • Run a loop for row ‘INDEX’  and every c...
  • Answered by CodingNinjas
  • Q2. SQL Questions

    You are given the details of retail outlet. Your task is to analyze the data from the provided relations and write an SQL query to display the names and number of distinct locations where the ...

Round 2 - Video Call 

(2 Questions)

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. 

  • Q1. Basic HR Questions

    The HR asked me about the hackathon experience?
    Why to join DBS?
    Do you have any plan for higher education?

  • Q2. Technical Questions

    Initially asked about to introduce about myself.
    Which language are u comfortable with?
    What are the Java OOPS concepts?
    What is meant by Encapsuation with realtime example?
    What is meant by...

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

Skills evaluated in this interview

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 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 MatrixYou are given a binary matrix with ‘M’ rows and ‘ ... read more
asked in DBS Bank
Q2. SQL QuestionsYou are given the details of retail outlet. Your tas ... read more
asked in Accenture
Q3. Find Duplicates In ArrayYou are given an array/list 'ARR' consist ... read more
Q4. Most Frequent WordYou are given a paragraph that may have letters ... read more
asked in CommVault
Q5. Count with K different charactersYou are given a string ‘STR’ of ... read more

Interview questions from similar companies

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 - One-on-one 

(3 Questions)

  • Q1. What is transactional annotation in spring ?
  • Ans. 

    Transactional annotation in Spring is used to define the scope of a transaction.

    • Transactional annotation is used to mark a method or a class as transactional.

    • It ensures that all the operations within the annotated method or class are executed within a single transaction.

    • If an exception occurs, the transaction is rolled back.

    • Transactional annotation can be applied at the method level or class level.

    • It provides various a...

  • Answered by AI
  • Q2. What is cache in spring?
  • Ans. 

    Cache in Spring is a mechanism to store frequently accessed data in memory for faster retrieval.

    • Cache improves application performance by reducing the load on the database.

    • Spring provides caching support through annotations like @Cacheable, @CachePut, and @CacheEvict.

    • Caches can be configured with different eviction policies, such as LRU or FIFO.

    • Example: @Cacheable annotation can be used to cache the result of a method

  • Answered by AI
  • Q3. It stores the data in cache, where checks the dup

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

30 Technical MCQs, 1 medium level code

Round 2 - Technical 

(1 Question)

  • Q1. Java technical interview
Round 3 - HR 

(1 Question)

  • Q1. Compensation discussion and RISES values questions

I was interviewed in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was in the morning. We had to complete 1 coding question in given time limit

  • Q1. Most Frequent Word

    You are given a paragraph that may have letters both in lowercase and uppercase, spaces, and punctuation. You have also given a list of banned words. Now your task is to find the most fr...

  • Ans. Brute Force
    1. To find the frequency of each word we need to extract the words from the paragraph.
    2. So we will convert all the punctuation to space in the paragraph and lowercase alphabets to uppercase.
    3. Now we can use the library function (e.g sstream in C++) to extract words from the paragraph in an array of strings say WORDS.
    4. We will iterate over WORDS and do:
      1. Iterate over the banned array and check if the current word is pre...
  • Answered by CodingNinjas
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Hard

Interviewer was friendly. He asked 2 coding questions and some fullstack questions. 

  • Q1. Ways To Make Coin Change

    You are given an infinite supply of coins of each of denominations D = {D0, D1, D2, D3, ...... Dn-1}. You need to figure out the total number of ways W, in which you can make a cha...

  • Ans. Recursion

     

    1. The idea is to use recursion.
    2. For a particular coin, we have two options either include it or exclude it.
    3. If we include that coin, then calculate the remaining number that we have to generate so recur for that remaining number.
    4. If we exclude that coin, then recur for the same amount that we have to make.
    5. Our final answer would be the total number of ways either by including or excluding.
    6. There will be two edg...
  • Answered by CodingNinjas
  • Q2. The Skyline Problem

    You are given 'N' rectangular buildings in a 2-dimensional city. Your task is to compute the skyline of these buildings, eliminating hidden lines return the skyline formed by th...

  • Ans. Brute Force

    The idea here is to first, sort the critical POINTS with respect to their coordinate and height pairs. Make a pair of 'X1' and take a negative of the height for the building so that 'X1' pairs are sorted before 'X2' pairs. Create a dictionary keeping the heights as keys and as soon as a left edge of a building is encountered, we add that building to the dictionary with its height as the key. When we encounte...

  • Answered by CodingNinjas
  • Q3. Technical Questions

    What is DOM? 

    What are indexes in database. 

    What is the difference between stored functions and procedures?

Interview Preparation Tips

Eligibility criteriaNo criteriaStandard Chartered Bank interview preparation:Topics to prepare for the interview - Ds, oops, graphs, trees, dyanamic programming, dbmsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice coding questions
Tip 2 : Try to research about previous interview questions

Application resume tips for other job seekers

Tip 1 : Prepare the resume as per the job
Tip 2 : Write in a clear manner

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Dec 2021. 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 - Aptitude Test 

Not every process has aptitude but for IT departments and technical team ask for aptitude test

Round 3 - One-on-one 

(1 Question)

  • Q1. If fresher then you must know about the company and some banking terminology. If applying for specific role then you must carry knowledge of that subject.
Round 4 - HR 

(1 Question)

  • Q1. They will discuss about norms and salary structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Getting job for fresher is not that difficult but if applying for some specific role then you must have relevant experience and should carry subject knowledge.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Coding Test 

Trapping rain water and median of two sorted array

Round 2 - Technical 

(2 Questions)

  • Q1. Oops and dbms questions?
  • Q2. Code question in Array and string?
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself
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

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 campus placement at Banasthali Vidyapeeth Womens Institute For Studies In Development Oriented Management, Jaipur and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

It had more than 30 aptitude questions and 2 coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. It was totally a tech round all questions were from Data structure, dbms, java, computer networking

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if you don't know any answer don't take time say it directly with confidence

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 HR, Resume Shortlist and Assignment.
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, Automation Testing, Digital Marketing, Hibernate and JIRA.
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

Tell us how to improve this page.

People are getting interviews through

based on 1 DBS Bank interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

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.4k Interviews
IDFC FIRST Bank Interview Questions
4.0
 • 611 Interviews
IndusInd Bank Interview Questions
3.6
 • 576 Interviews
Yes Bank Interview Questions
3.8
 • 409 Interviews
Deutsche Bank Interview Questions
3.9
 • 357 Interviews
View all
DBS Bank Full Stack Developer Salary
based on 94 salaries
₹7 L/yr - ₹19 L/yr
33% 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 & Benefits

4.7

Job Security

3.9

Company culture

3.6

Promotions/Appraisal

3.3

Work Satisfaction

Explore 6 Reviews and Ratings
Associate
944 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Senior Associate
818 salaries
unlock blur

₹11 L/yr - ₹38 L/yr

Analyst
686 salaries
unlock blur

₹6 L/yr - ₹16.2 L/yr

Assistant Vice President
402 salaries
unlock blur

₹19.5 L/yr - ₹50 L/yr

Assistant Manager
332 salaries
unlock blur

₹2.5 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

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