i
IDBI Intech Limited
Filter interviews by
Top trending discussions
I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before Nov 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.
Question related to dilr, aptitude were asked.
Easy level questions were asked
Remove duplicates from an array of strings
Create a new set to store unique values
Iterate through the array and add each element to the set
Convert the set back to an array to remove duplicates
posted on 30 Nov 2023
I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.
OOPs concepts are fundamental principles of object-oriented programming that help in designing and implementing software solutions.
Encapsulation: Bundling data and methods together in a class.
Inheritance: Creating new classes by inheriting properties and behaviors from existing classes.
Polymorphism: Ability of an object to take on many forms.
Abstraction: Hiding complex implementation details and providing a simplified ...
This program counts the occurrence of each letter in a given string.
Use a HashMap to store the count of each letter.
Iterate through the characters of the string and update the count in the HashMap.
Finally, print the count of each letter.
SQL query to find third highest salary from employee table.
Use the ORDER BY clause to sort the salaries in descending order
Use the LIMIT clause to limit the result to the third row
Use a subquery to exclude the highest and second highest salaries
Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.
Array has a fixed length, while ArrayList can grow dynamically.
Array can store both primitive types and objects, while ArrayList can only store objects.
Array uses square brackets [] for declaration, while ArrayList uses angle brackets <>.
Array provides direct access to elements using index, while ArrayList provides metho...
ArrayList is a dynamic array that can grow or shrink in size. It stores objects and provides methods for adding, removing, and accessing elements.
ArrayList is part of the Java Collections Framework.
It is implemented as a resizable array.
Elements can be added using the add() method.
Elements can be accessed using the get() method.
Elements can be removed using the remove() method.
The size() method returns the number of el...
The default size of an ArrayList is 10.
The default initial capacity of an ArrayList is 10.
If the number of elements exceeds the initial capacity, the ArrayList automatically increases its size.
The capacity of an ArrayList can be increased manually using the ensureCapacity() method.
posted on 17 Jan 2024
I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.
To improve performance in an application, identify performance problems and join our team.
Analyze application code and identify bottlenecks
Use profiling tools to measure performance
Optimize database queries and improve indexing
Implement caching mechanisms
Upgrade hardware or infrastructure if necessary
Join our team to collaborate on performance improvements
There are multiple ways to iterate over a HashMap in Java.
Using keySet() and values() methods
Using entrySet() method
Using forEach() method with lambda expression
Method overriding in Java with code example
Output will be 'Child class method' as the method in Child class overrides the method in Parent class
Method overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass
The method in the subclass should have the same name, return type, and parameters as the method in the superclass
API to save data in Java
Use HTTP POST method to send data to the server
Create a RESTful endpoint to handle the data saving
Validate the input data before saving it to the database
To fetch all duplicate values from an array of strings
Iterate through the array and store each element in a HashSet
If an element is already in the HashSet, it is a duplicate value
Add the duplicate values to a separate list and return it
based on 1 interview
Interview experience
based on 6 reviews
Rating in categories
Team Lead
171
salaries
| ₹3.5 L/yr - ₹14.7 L/yr |
Customer Service Associate
155
salaries
| ₹1.1 L/yr - ₹3.5 L/yr |
Customer Service Executive
142
salaries
| ₹1 L/yr - ₹3 L/yr |
Senior Team Leader
117
salaries
| ₹5.2 L/yr - ₹21 L/yr |
Senior Executive
97
salaries
| ₹2 L/yr - ₹8.7 L/yr |
ITC Infotech
CMS IT Services
KocharTech
3i Infotech