i
DCB Bank
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
They ask two questions for coding
Top trending discussions
I was interviewed in Sep 2024.
HashMap is non-synchronized and allows null values, while HashTable is synchronized and does not allow null values.
HashMap is non-synchronized, meaning it is not thread-safe, while HashTable is synchronized and thread-safe.
HashMap allows null values for both keys and values, while HashTable does not allow null keys or values.
HashMap is generally preferred for non-thread-safe applications, while HashTable is used in mul
Equals method is used to compare the content of objects while hashcode method is used to generate a unique integer value for an object.
Equals method is used to compare the content of objects for equality.
Hashcode method is used to generate a unique integer value for an object.
Both methods are important for implementing proper object comparison and hashing in Java.
I am motivated to come to the office by the opportunity to work on challenging projects, collaborate with talented colleagues, and contribute to the success of the team.
Challenging projects provide a sense of accomplishment and growth
Collaborating with talented colleagues allows for learning and innovation
Contributing to the success of the team fosters a sense of purpose and fulfillment
Yes, I coached a junior developer on implementing design patterns in a project.
Provided guidance on how to apply design patterns in code
Reviewed their code and provided feedback for improvement
Encouraged them to ask questions and seek clarification
I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.
final keyword can be used to make a variable's value constant and unchangeable
Use 'final' keyword before the variable declaration
Once a variable is declared as final, its value cannot be changed
Example: final int num = 10; // value of num cannot be modified
Yes, deadlock is a situation in concurrent programming where two or more threads are waiting for each other to release resources, causing them to be stuck indefinitely.
Deadlock occurs when two or more threads are blocked forever, waiting for each other to release resources.
It can happen when multiple threads have locks on different resources and each thread is trying to acquire a lock held by another thread.
Example: Th...
Use a HashSet to store unique elements from the arraylist
Create a HashSet and add all elements from the arraylist to it
Since HashSet does not allow duplicates, only unique elements will be stored
Convert the HashSet back to an arraylist if needed
Conflicts can arise in git and github when multiple developers make changes to the same file or branch simultaneously.
Conflicts can occur when two developers make changes to the same line of code in a file.
Conflicts can also arise when merging branches that have diverged and contain different changes.
Communication among team members is crucial to avoid conflicts and resolve them efficiently.
Using pull requests and code...
Spring came into picture to simplify Java development by providing features like dependency injection, aspect-oriented programming, and transaction management.
Spring provides dependency injection which helps in managing object dependencies and promotes loose coupling.
It supports aspect-oriented programming for separating cross-cutting concerns like logging, security, and transaction management.
Spring offers robust tran...
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example: A superclass Animal with methods eat() and sleep(). Subclasses Dog and Cat override these methods with their own imp
Collection framework in Java is a set of classes and interfaces that provide a way to store and manipulate groups of objects.
It provides a way to store, retrieve, and manipulate groups of objects.
It includes interfaces like List, Set, and Map, and classes like ArrayList, HashSet, and HashMap.
Collections framework simplifies the process of working with collections of objects in Java.
Map is a collection of key-value pairs where keys are unique, while Set is a collection of unique elements with no duplicates.
Map allows duplicate values but keys must be unique
Set does not allow duplicate elements
Map is accessed using keys, while Set is accessed using elements
Example: Map - {1: 'apple', 2: 'banana'}, Set - {'apple', 'banana'}
ArrayList is a better choice when space is not an issue due to its constant time access, while LinkedList has better performance for insertions and deletions.
ArrayList is better for random access as it provides constant time access to elements based on index.
LinkedList is better for insertions and deletions as it does not require shifting elements in memory.
Example: If you need to frequently add or remove elements in a...
JavaFX is a software platform for creating and delivering desktop applications, while JSP is a technology used for creating dynamic web pages.
JavaFX is used for creating rich internet applications with a modern look and feel.
JSP is used for developing dynamic web pages with Java code embedded in HTML.
JavaFX and JSP can be used together to create interactive web applications.
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
25 MCQs mainly on core java, design patterns, synchronization
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Java and sql questions
posted on 30 Jun 2024
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
I applied via Company Website and was interviewed in Oct 2022. There were 2 interview rounds.
I prioritize my work and set boundaries to ensure a healthy work-life balance.
I prioritize my tasks and set realistic goals to manage my workload effectively.
I establish clear boundaries between work and personal life to avoid burnout.
I practice time management techniques, such as creating schedules and prioritizing tasks.
I make sure to take breaks and engage in activities outside of work to recharge.
I communicate open...
A positive quote for work can inspire and motivate individuals to achieve their goals and excel in their professional endeavors.
A positive attitude leads to positive outcomes.
Hard work and dedication are the keys to success.
Believe in yourself and your abilities.
Success is not final, failure is not fatal: It is the courage to continue that counts.
The only way to do great work is to love what you do.
Don't watch the cloc...
I applied via Approached by Company
It was spring boot java based online round
Eager initialization creates the instance of Singleton class at the time of class loading, while lazy initialization creates the instance only when it is required.
Eager initialization can lead to resource wastage if the instance is never used.
Lazy initialization is more efficient as it only creates the instance when needed.
Eager initialization is thread-safe by default, while lazy initialization requires synchronizatio...
String is immutable in Java to ensure thread safety, security, and optimization.
Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.
String pooling is possible due to immutability, saving memory and improving performance.
Security is enhanced as sensitive information stored in strings cannot be altered.
Examples: String str = "Hello"; str.concat(" World"); // str remains "Hello"
Spring AOP (Aspect-Oriented Programming) is a framework that provides cross-cutting concerns in a modular way.
Spring AOP allows separating cross-cutting concerns from the main application logic.
It enables developers to define aspects (cross-cutting concerns) separately and apply them to multiple classes.
Examples of cross-cutting concerns include logging, security, and transaction management.
based on 1 interview
Interview experience
Relationship Manager
730
salaries
| ₹2.1 L/yr - ₹6.5 L/yr |
Assistant Manager
600
salaries
| ₹1.6 L/yr - ₹5.7 L/yr |
Deputy Manager
400
salaries
| ₹2.3 L/yr - ₹9 L/yr |
Sales Manager
298
salaries
| ₹3 L/yr - ₹11 L/yr |
Credit Manager
282
salaries
| ₹3 L/yr - ₹11.6 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank