Premium Employer

i

This company page is being actively managed by Bandhan Bank Team. If you also belong to the team, you can get access from here

Bandhan Bank Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bandhan Bank Technical Support Engineer Interview Questions and Answers

Updated 29 Nov 2022

Bandhan Bank Technical Support Engineer Interview Experiences

1 interview found

Round 1 - One-on-one 

(5 Questions)

  • Q1. Questions all related your profile
  • Q2. All related your field
  • Q3. Nothing special, there are all related your field
  • Q4. Nice place to learning
  • Q5. Nice place to learning to working teams

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work, good company to freshers to experienced

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list - [1, 2, 3], tuple - (1, 2, 3)

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are your roles in your current organization
  • Q2. How Micro-frontends work.
  • Ans. 

    Micro-frontends are a technique for breaking down a large frontend application into smaller, more manageable parts.

    • Each micro-frontend is a self-contained module that can be developed and deployed independently.

    • They communicate with each other through APIs or events.

    • Micro-frontends can be written in different languages and frameworks.

    • They can be combined to form a cohesive user interface.

    • Examples of companies using mic

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask your HR to share JD before going to there office. Because they call lot of people for few openings and reject you if your skills don't match. All the questions will be from your resume.

Skills evaluated in this interview

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

Three questions all DP , medium to hard

Round 2 - Technical 

(1 Question)

  • Q1. Unique elements in array
  • Ans. 

    Find unique elements in an array of strings

    • Iterate through the array and use a Set to store unique elements

    • Check if each element is already in the Set before adding it

    • Return the Set as an array of unique elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

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
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Design an online bidding system

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time if you don't get reply within 5 days
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:
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 - 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..
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How to find out prime number
  • Ans. 

    Prime numbers are numbers that are only divisible by 1 and themselves.

    • Start by checking if the number is less than 2, as prime numbers start from 2.

    • Iterate from 2 to the square root of the number and check if the number is divisible by any of these numbers.

    • If the number is not divisible by any number in the range, then it is a prime number.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - want to answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

3 coding questions with 10 test cases each. For an hour.

Round 2 - Technical 

(1 Question)

  • Q1. Questions asked around Java, c++
Round 3 - Technical 

(1 Question)

  • Q1. Asked to share screen and do some coding for given scenario
Round 4 - Quiz round 

(1 Question)

  • Q1. Asked questions like: 1. You want to cut a cake in 8 pieces, how many minimum cuts are required? 2.
Round 5 - HR 

(1 Question)

  • Q1. Normal details discussion about your background, family and interest in the given role

Interview Preparation Tips

Topics to prepare for Deutsche Bank Associate Software Engineer interview:
  • Java
  • Javascript
  • Database management system
  • Angularjs
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

Bandhan Bank Interview FAQs

How many rounds are there in Bandhan Bank Technical Support Engineer interview?
Bandhan Bank interview process usually has 2 rounds. The most common rounds in the Bandhan Bank interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Bandhan Bank Technical Support Engineer interview?

Some of the top questions asked at the Bandhan Bank Technical Support Engineer interview -

  1. Nothing special, there are all related your fi...read more
  2. All related your fi...read more
  3. Nice place to learn...read more

Tell us how to improve this page.

Join Bandhan Bank Where there's BANDHAN, there's TRUST.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
Axis Bank Interview Questions
3.7
 • 1.5k Interviews
IDFC FIRST Bank Interview Questions
3.9
 • 661 Interviews
IndusInd Bank Interview Questions
3.5
 • 623 Interviews
Yes Bank Interview Questions
3.7
 • 439 Interviews
Deutsche Bank Interview Questions
3.9
 • 366 Interviews
View all
Assistant Manager
2.3k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Deputy Manager
1.5k salaries
unlock blur

₹2.5 L/yr - ₹7.5 L/yr

Relationship Officer
980 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Customer Relationship Officer
713 salaries
unlock blur

₹2 L/yr - ₹6.2 L/yr

Manager
619 salaries
unlock blur

₹3.5 L/yr - ₹12.3 L/yr

Explore more salaries
Compare Bandhan Bank with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Axis Bank

3.7
Compare

Kotak Mahindra Bank

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