i
Axis Bank
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
To convert checked exception to unchecked exception, use RuntimeException or create a custom unchecked exception.
Use RuntimeException to wrap checked exceptions and throw them as unchecked exceptions
Create a custom unchecked exception by extending RuntimeException class
Use try-catch block to catch checked exceptions and throw them as unchecked exceptions
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 Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
Java and sql questions
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.
I applied via Walk-in and was interviewed in Apr 2024. There were 3 interview rounds.
Equals and hashcode are important for object comparison and hashing in Java.
Equals method is used to compare two objects for equality.
Hashcode method is used to generate a unique integer value for an object.
Equals and hashcode are used in collections like HashMap and HashSet for efficient retrieval and storage.
Comparable is an interface used for natural ordering, while Comparator is an interface used for custom ordering.
Comparable is implemented by the class itself to define the natural ordering of objects.
Comparator is implemented by a separate class to define custom ordering of objects.
Comparable uses the compareTo() method to compare objects, while Comparator uses the compare() method.
Example: String class implements Comp...
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Create a private static instance of the class
Provide a public static method to access the instance
Ensure the constructor is private to prevent instantiation
HashMap is non-synchronized and allows null values, while Hashtable is synchronized and does not allow null keys or values.
HashMap is non-synchronized, while Hashtable is synchronized
HashMap allows null values, while Hashtable does not allow null keys or values
HashMap is faster than Hashtable
HashMap is part of the Java Collections Framework, while Hashtable is a legacy class
At my last company, effective communication and collaboration among team members went well, but there were challenges with project timelines and resource allocation.
Effective communication and collaboration among team members
Challenges with project timelines
Challenges with resource allocation
I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.
Print Dice combination based on the rolled output
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Discussion and analysis on Java and System Design followed by DSA which was a live coding session.
I was interviewed before Jan 2022.
MCQ assignment based on the Java skills
I applied via Approached by Company and was interviewed in Oct 2023. There were 3 interview rounds.
Given coding test which were fairly simple
Assistant Manager
15k
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Deputy Manager
10.5k
salaries
| ₹2 L/yr - ₹11 L/yr |
Manager
6.1k
salaries
| ₹4.9 L/yr - ₹14 L/yr |
Senior Manager
5.2k
salaries
| ₹8 L/yr - ₹28 L/yr |
Relationship Officer
3.2k
salaries
| ₹1 L/yr - ₹5.5 L/yr |
HDFC Bank
ICICI Bank
State Bank of India
Kotak Mahindra Bank