i
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.
I applied via Referral and was interviewed before Jun 2021. There were 4 interview rounds.
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<String, Integer> map = new HashMap<>(); map.put("key", 1); int value = map.
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
It was medium level question
I applied via Job Portal and was interviewed before Feb 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
Singleton class is a class that can only have one instance, while HashMap is not thread-safe but ConcurrentHashMap is.
Singleton class restricts instantiation to one object, ensuring a single instance throughout the application.
HashMap allows multiple threads to access and modify it concurrently, which can lead to data corruption in a multi-threaded environment.
ConcurrentHashMap is thread-safe and allows multiple thread...
Senior Consultant
54
salaries
| ₹2 L/yr - ₹11.7 L/yr |
Consultant
47
salaries
| ₹1.9 L/yr - ₹6 L/yr |
IT Consultant
18
salaries
| ₹3.1 L/yr - ₹6.5 L/yr |
Project Manager
13
salaries
| ₹6.5 L/yr - ₹15 L/yr |
Linux Administrator
11
salaries
| ₹4.1 L/yr - ₹7.6 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant