i
IndusInd Bank
Filter interviews by
I was interviewed in Feb 2025.
Basic quantitative questions, directional questions, relational questions, etc.
The advantages and disadvantages of social media.
Top trending discussions
I was interviewed in Jan 2025.
A typical HackerRank technical test.
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...
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
posted on 27 Oct 2021
I was interviewed in Aug 2021.
Round duration - 30 minutes
Round difficulty - Medium
It was in the morning. We had to complete 1 coding question in given time limit
Given a paragraph consisting of letters in both lowercase and uppercase, spaces, and punctuation, along with a list of banned words, your task is to find th...
Round duration - 60 minutes
Round difficulty - Hard
Interviewer was friendly. He asked 2 coding questions and some fullstack questions.
Given an infinite supply of coins of varying denominations, determine the total number of ways to make change for a specified value using these coins. If it's not possible to make...
Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...
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...
Tip 1 : Practice coding questions
Tip 2 : Try to research about previous interview questions
Tip 1 : Prepare the resume as per the job
Tip 2 : Write in a clear manner
I applied via Campus Placement and was interviewed before Dec 2021. There were 4 interview rounds.
Not every process has aptitude but for IT departments and technical team ask for aptitude test
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.
Basic data structure related coding questions like creating a linked list and adding items to it median.
Max heap implementation.
Concurrency related questions.
posted on 16 Sep 2022
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.
It had more than 30 aptitude questions and 2 coding questions
I applied via Naukri.com and was interviewed in May 2020. There were 5 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 3 interview rounds.
30 Technical MCQs, 1 medium level code
posted on 7 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.
Builder/Factory Pattern is used to create objects with complex initialization logic.
Builder Pattern separates the construction of a complex object from its representation.
Factory Pattern creates objects without specifying the exact class of object that will be created.
Builder Pattern is often used to create immutable objects with many optional parameters.
Factory Pattern is used when there is a need to create multiple i...
Redux is used in React to manage the application state in a predictable way.
Centralized state management for React applications
Predictable state changes with actions and reducers
Easier debugging and testing of state changes
Facilitates communication between components
Filter a List using Streams in Java
Use the filter() method to apply a predicate to each element in the stream
Use collect() method to convert the stream back to a List
Example: List
Creating an Entity Class in Java
Define class with @Entity annotation
Add @Id annotation for primary key
Include fields with appropriate data types
There are three types of autowiring in Spring: byType, byName, and constructor.
byType: Spring looks for a bean of the same type and injects it.
byName: Spring looks for a bean with the same name and injects it.
constructor: Spring looks for a constructor and injects the arguments.
Lazy fetch loads data only when needed, while eager fetch loads all related data upfront.
Lazy fetch is more efficient for performance as it only loads data when required.
Eager fetch can lead to performance issues by loading unnecessary data upfront.
Lazy fetch is the default behavior in JPA, while eager fetch needs to be explicitly specified.
Example: Lazy fetch can be used for loading a list of items in a shopping cart ...
Transaction management in Hibernate ensures ACID properties for database operations.
Hibernate provides built-in transaction management support through Session interface.
Transactions can be managed programmatically using beginTransaction(), commit(), and rollback() methods.
Hibernate also supports declarative transaction management using annotations like @Transactional.
Transactions in Hibernate ensure Atomicity, Consiste...
Attached entities are actively managed by the persistence context, while detached entities are no longer actively managed.
Attached entities are being managed by the persistence context and any changes made to them will be automatically synchronized with the database.
Detached entities are not being managed by the persistence context and changes made to them will not be automatically synchronized with the database.
Entiti...
Creating two beans in Java using Spring framework
Use @Component annotation to define a bean
Specify the bean name using @Component("beanName")
Use @Autowired annotation to inject one bean into another
Sort an Employee HashMap based on keys or values
Use TreeMap to automatically sort by keys
Use Comparator to sort by values
Convert HashMap to List and then sort
based on 1 interview
Interview experience
Deputy Manager
3.7k
salaries
| ₹1.7 L/yr - ₹8.5 L/yr |
Assistant Manager
2.3k
salaries
| ₹1.5 L/yr - ₹6.3 L/yr |
Manager
2k
salaries
| ₹2.6 L/yr - ₹11 L/yr |
Service Delivery Manager
1.6k
salaries
| ₹1.9 L/yr - ₹6.3 L/yr |
Deputy Branch Manager
1.5k
salaries
| ₹3.9 L/yr - ₹13 L/yr |
HDFC Bank
ICICI Bank
Axis Bank
Kotak Mahindra Bank