Filter interviews by
HashMap principles involve key-value pairs, hashing, and efficient retrieval.
HashMap stores key-value pairs using hashing for efficient retrieval.
Keys must be unique but values can be duplicated.
HashMap allows null keys and values.
HashMap is not synchronized, use ConcurrentHashMap for thread safety.
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
A situational based question
Count the number of words in a list of strings
Iterate through the list of strings
Split each string by spaces to get individual words
Increment a counter for each word encountered
Check if strings are anagrams by sorting characters and comparing
Sort characters in each string and compare if they are equal
Use a hashmap to count characters in each string and compare the counts
Example: 'listen' and 'silent' are anagrams
What people are saying about EPAM Systems
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
Coding questions given to clear min required score
EPAM Systems interview questions for designations
Get interview-ready with Top EPAM Systems Interview Questions
Event handler in dotnet is a function that responds to events triggered by user actions or system events.
Event handlers are used to handle events like button clicks, mouse movements, etc.
In .NET, event handlers are typically defined using delegates.
Example: handling a button click event in a Windows Forms application.
Optimizing SP involves improving performance and efficiency of stored procedures in a database.
Identify and eliminate unnecessary or redundant code
Use appropriate indexing to speed up data retrieval
Avoid using cursors and loops whenever possible
Consider parameterizing queries to improve execution plan caching
Regularly monitor and analyze performance metrics to identify bottlenecks
I applied via Campus Placement
25 questions medium level questions
3 questions with medium level data strucures
Supportive team and give basic topic
I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.
Medium level questions
Use a hash set to find duplicates in a string efficiently.
Create a hash set to store characters as you iterate through the string.
If a character is already in the hash set, it is a duplicate.
Return the set of duplicates found.
3 Interview rounds
based on 188 reviews
Rating in categories
Senior Software Engineer
2.7k
salaries
| ₹11 L/yr - ₹42 L/yr |
Software Engineer
1.7k
salaries
| ₹5.6 L/yr - ₹23.8 L/yr |
Lead Software Engineer
825
salaries
| ₹18 L/yr - ₹52 L/yr |
Senior Systems Engineer
308
salaries
| ₹14 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
260
salaries
| ₹6 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech