i
Infiniminds
Filter interviews by
I applied via LinkedIn and was interviewed before Sep 2022. There were 3 interview rounds.
Aptitude Test and English Grammer with Coding Test as well
Top trending discussions
I applied via Walk-in and was interviewed in Oct 2022. There were 5 interview rounds.
Aptitude test like technical questions
Coding test for technical analysis
I applied via Walk-in and was interviewed in Jan 2023. There were 3 interview rounds.
Some aptitude test they will conduct
Some coding related java and collections
I applied via Campus Placement and was interviewed in Jan 2022. There were 4 interview rounds.
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 ...
It was medium level java coding questions along with springboot, mcqs
ArrayList is better for random access and LinkedList is better for frequent insertions and deletions.
ArrayList uses dynamic array to store elements, allowing fast random access but slower insertions and deletions.
LinkedList uses doubly linked list to store elements, allowing fast insertions and deletions but slower random access.
Example: Use ArrayList when you need to frequently access elements by index. Use LinkedList...
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap is part of the Java Collections framework.
It allows null keys and values.
HashMap does not maintain insertion order.
Example: HashMap
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
1 Assignment which you need to solve in front of the interviewer
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 } }
Interview experience
Desktop Support Engineer
67
salaries
| ₹1.5 L/yr - ₹3.6 L/yr |
Desktop Support Engineer L2
55
salaries
| ₹1.8 L/yr - ₹3.7 L/yr |
Application Support Engineer
20
salaries
| ₹2.7 L/yr - ₹4.5 L/yr |
Desktop Support Engineer L1
18
salaries
| ₹1.9 L/yr - ₹2.7 L/yr |
Operations Executive
17
salaries
| ₹2.4 L/yr - ₹3.5 L/yr |
TCS
Wipro
Infosys
HCLTech