Filter interviews by
I applied via Campus Placement and was interviewed in Nov 2024. There were 4 interview rounds.
2 coding question (1st reverse a string without changing position of special character. 2nd remove elements before '#') + 20 mcqs
How to Improve software development process
I was interviewed in Dec 2024.
Interface defines a contract for classes to implement, while abstract class provides partial implementation.
Interface can have only abstract methods, while abstract class can have both abstract and concrete methods.
A class can implement multiple interfaces but can only extend one abstract class.
Interfaces are used for achieving multiple inheritance in Java.
Abstract classes are used when some common functionality needs
Microservices design pattern is an architectural style that structures an application as a collection of loosely coupled services.
Each service is responsible for a specific function and can be developed, deployed, and scaled independently.
Communication between services is typically done through APIs, allowing for flexibility and resilience.
Microservices promote agility, scalability, and maintainability in large and com...
Using Java 8 streams to count frequency of elements in an array of strings
Use Java 8 streams to convert the array to a map with element as key and count as value
Use Collectors.groupingBy and Collectors.counting to achieve this
Example: Arrays.stream(array).collect(Collectors.groupingBy(Function.identity(), Collectors.counting()))
What people are saying about EPAM Systems
Filter out strings starting with 'a' and convert to uppercase using Streams
Use Stream.filter() to filter out strings starting with 'a'
Use Stream.map() to convert remaining strings to uppercase
Collect the result back into an array using Collectors.toList()
Implement a SQL query for given examples
Use SELECT statement to retrieve data from tables
Use WHERE clause to filter results based on conditions
Use JOIN clause to combine data from multiple tables if needed
EPAM Systems interview questions for designations
Get interview-ready with Top EPAM Systems Interview Questions
I applied via Campus Placement
Aptitude and coding boyh
Sustainable disaster shelter
Manipulating strings stored in a file using Java
Read the file using FileReader and BufferedReader classes
Use String methods like split(), substring(), replace() to manipulate the strings
Write the modified strings back to the file using FileWriter
Merge two lists in Java
Create a new list to store the merged result
Use addAll() method to add elements from both lists to the new list
Return the merged list
Java 8 streams provide a way to process collections of objects in a functional style.
Streams are created from collections using stream() method
Operations like filter, map, reduce can be applied to streams
Terminal operations like forEach, collect are used to process the stream
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap is implemented using an array of linked lists, where each element is a key-value pair stored in a Node object.
When a key-value pair is added to the HashMap, the key is hashed to determine the index in the array where the pair will be stored.
If multiple key-value pairs hash to the same index, they are stored i...
I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.
The interviewr was very calm and asked two coding questions one of 25 minutes and one of 15 mintues asked question on java stream and basic questions
Multithreading allows multiple threads to execute concurrently within a single process.
Multithreading improves performance by allowing tasks to run in parallel.
Each thread has its own stack and shares the same heap memory.
Java provides built-in support for multithreading through the Thread class and Runnable interface.
based on 10 interviews
3 Interview rounds
based on 3 reviews
Rating in categories
Senior Software Engineer
2.7k
salaries
| ₹11 L/yr - ₹42 L/yr |
Software Engineer
1.7k
salaries
| ₹5.2 L/yr - ₹24 L/yr |
Lead Software Engineer
860
salaries
| ₹18 L/yr - ₹50 L/yr |
Senior Systems Engineer
316
salaries
| ₹12 L/yr - ₹38.8 L/yr |
Software Test Automation Engineer
260
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech