i
IDBI Intech Limited
Filter interviews by
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
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 Referral and was interviewed in Jul 2024. There were 5 interview rounds.
Five MCQs, 2 moderate-level+1 hard level coding,2 SQL queries.
Hard-level 6 Data structure based questions to write the code.
Convert nested array objects to single array of strings.
Iterate through the nested arrays and flatten them into a single array.
Use recursion to handle multiple levels of nesting.
Example: [["a", "b"], ["c", "d"]] -> ["a", "b", "c", "d"]
Reverse a list node with multiple values in Java.
Create a new linked list to store the reversed nodes.
Traverse the original list and add each node to the front of the new list.
Update the head node of the original list to point to the new list.
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
Sonarqube is a static code analysis tool used to detect code smells and bugs in code. It is integrated into CI/CD pipelines for continuous code quality checks.
Sonarqube is a static code analysis tool that identifies code smells, bugs, and security vulnerabilities in code.
Code smells are common programming issues that may indicate a deeper problem in the code. Examples include duplicated code, long methods, and complex ...
Program to find numbers divisible by 3 in a string and reverse their indexes.
Iterate through the string and check if each character is a number divisible by 3.
Store the divisible numbers in an array and reverse their indexes.
Join the array back into a string and return the result.
I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.
Seeking new challenges and growth opportunities in a dynamic environment.
Desire for professional growth
Seeking new challenges
Interested in a more dynamic work environment
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...
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
I applied via Company Website and was interviewed in Mar 2024. There were 5 interview rounds.
30 multiple choice questions
Two coding questions
based on 5 reviews
Rating in categories
Team Lead
164
salaries
| ₹3.4 L/yr - ₹13.8 L/yr |
Customer Service Associate
158
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Customer Service Executive
137
salaries
| ₹1 L/yr - ₹3 L/yr |
Senior Project Leader
94
salaries
| ₹6.9 L/yr - ₹19 L/yr |
Project Lead
93
salaries
| ₹5.2 L/yr - ₹18 L/yr |
TCS
Wipro
Infosys
HCLTech