Filter interviews by
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
Top trending discussions
I applied via Approached by Company
It was medium level question
Objective technical question was given.
Java hash map is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.
HashMap in Java implements the Map interface and allows null keys and values.
It uses hashing to store and retrieve key-value pairs, providing O(1) time complexity for get() and put() operations.
Example: HashMap
I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.
A transaction in Java is a unit of work that is performed as a single, indivisible operation.
Transactions ensure data integrity by either committing all changes or rolling them back if an error occurs.
Transactions are typically used in database operations to ensure consistency.
In Java, transactions are commonly implemented using frameworks like Spring's @Transactional annotation.
posted on 9 Jan 2023
Find the second largest element from the array.
Sort the array in descending order and return the second element.
Iterate through the array and keep track of the two largest elements.
Use a priority queue to find the second largest element.
Sort array and return second last element
Use built-in sort function
Access second last element using array index -2
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.
based on 3 interviews
Interview experience
based on 13 reviews
Rating in categories
Process Associate
202
salaries
| ₹1.5 L/yr - ₹4.5 L/yr |
Technical Lead
151
salaries
| ₹13 L/yr - ₹36.7 L/yr |
Lead Engineer
105
salaries
| ₹12 L/yr - ₹35 L/yr |
Process Analyst
105
salaries
| ₹1.8 L/yr - ₹8.1 L/yr |
Senior Engineer
98
salaries
| ₹7.2 L/yr - ₹25 L/yr |
TCS
Infosys
Wipro
HCLTech