Filter interviews by
I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.
Online coding test - 3 leetcode questions
Top trending discussions
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
posted on 21 Jun 2024
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to find the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
HashMap allows one null key and multiple null values.
Th...
Singleton class is a class that can only have one instance and provides a global point of access to it.
Singleton class restricts the instantiation of a class to one object.
It provides a way to access its unique instance globally.
Commonly used in scenarios where only one instance of a class is needed, such as database connections or thread pools.
The task is to find all pairs in an array that add up to a given sum.
Iterate through the array and store each element in a hash set.
For each element, check if the difference between the sum and the element exists in the hash set.
If it does, add the pair to the result list.
Interview experience
Senior Staff Engineer
46
salaries
| ₹27.6 L/yr - ₹68 L/yr |
TAC Engineer
31
salaries
| ₹3 L/yr - ₹13 L/yr |
Principal Engineer
29
salaries
| ₹37 L/yr - ₹80 L/yr |
Senior Software Engineer
28
salaries
| ₹27 L/yr - ₹56 L/yr |
Staff Engineer
26
salaries
| ₹15 L/yr - ₹45 L/yr |
Check Point Software Technologies
Fortinet
FireEye
NortonLifeLock's