i
Bandhan Bank
Filter interviews by
Top trending discussions
posted on 4 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
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)
posted on 13 Feb 2023
I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 2 interview rounds.
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
Three questions all DP , medium to hard
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
posted on 4 Dec 2024
3 coding que easy,med and hard
posted on 20 Dec 2024
Design an online bidding system
posted on 13 Aug 2023
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
It was quantitative aptitude test with some coding questions
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.
posted on 1 May 2024
I applied via Campus Placement and was interviewed before May 2023. There were 5 interview rounds.
3 coding questions with 10 test cases each. For an hour.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
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
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
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
Assistant Manager
2.3k
salaries
| ₹1.9 L/yr - ₹5.7 L/yr |
Deputy Manager
1.5k
salaries
| ₹2.5 L/yr - ₹7.5 L/yr |
Relationship Officer
980
salaries
| ₹1.1 L/yr - ₹4.5 L/yr |
Customer Relationship Officer
713
salaries
| ₹2 L/yr - ₹6.2 L/yr |
Manager
619
salaries
| ₹3.5 L/yr - ₹12.3 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank