i
IDBI Intech Limited
Filter interviews by
I applied via Walk-in
I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.
ChatGPT is the topic of group discussion and this interview scheduled by CDAC mumbai
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.
Spring Boot is used to create stand-alone, production-grade Spring-based Applications.
Database connection details are typically provided in the application.properties or application.yml file.
Example: spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase
Top trending discussions
I was interviewed in Dec 2024.
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Find the length of the longest subsequence of contiguous integers in an array.
Sort the array
Iterate through the array and check for consecutive integers
Keep track of the longest subsequence found
Use flatMap and map to extract list of pincodes from Employee objects
Use flatMap to flatten the list of Addresses in each Employee object
Use map to iterate over the flattened list and extract the pincodes
Example: employeeList.stream().flatMap(emp -> emp.getAddresses().stream()).map(address -> address.getPincode()).collect(Collectors.toList())
Database pooling is a technique used to manage a pool of database connections for efficient resource utilization. HikariCP is a popular database connection pooling library in Java.
HikariCP is a high-performance database connection pooling library for Java applications.
It is known for its low latency and high throughput.
Configurations for HikariCP include settings such as maximum pool size, connection timeout, and idle ...
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Duration is 1 hr and topic is core java
ArrayList is implemented as a resizable array, while LinkedList is implemented as a doubly linked list.
ArrayList provides fast random access, LinkedList provides fast insertion and deletion.
ArrayList uses more memory as it needs to allocate a fixed size array, LinkedList uses more memory for storing references to the next and previous elements.
Example: ArrayList is better for scenarios where random access is required, ...
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 faster than HashTable as it is non-synchronized, but HashTable is preferred in multi...
I was interviewed in Jul 2024.
Microservices can introduce complexity, communication overhead, and potential performance issues.
Increased complexity due to managing multiple services
Communication overhead between services
Potential performance issues due to network latency
Difficulty in maintaining consistency across services
No, @FunctionalInterface cannot be extended. Map and flatMap are default methods in the interface and cannot be overridden.
No, @FunctionalInterface cannot be extended as it is a single abstract method interface.
Map and flatMap are default methods in the interface and cannot be overridden.
Example: public interface MyInterface { void myMethod(); default void myDefaultMethod() { // implementation } }
Using Java8 to filter vowels from an array of strings
Use Java8 stream and filter to iterate through each string in the array
Use a lambda expression to check if each character is a vowel
Collect the filtered strings into a new array
Interview experience
based on 4 reviews
Rating in categories
Team Lead
169
salaries
| ₹3.4 L/yr - ₹13.6 L/yr |
Customer Service Associate
153
salaries
| ₹1 L/yr - ₹3.3 L/yr |
Customer Service Executive
141
salaries
| ₹1 L/yr - ₹3.2 L/yr |
Senior Executive
93
salaries
| ₹2 L/yr - ₹11 L/yr |
Senior Team Leader
93
salaries
| ₹5.5 L/yr - ₹20 L/yr |
TCS
Wipro
Infosys
HCLTech