Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Merge 2 sorted lists in O(n) time complexity.
Use two pointers to iterate through both lists simultaneously.
Compare elements at the pointers and add the smaller one to the result list.
Move the pointer of the list from which the element was added.
Repeat until all elements are merged in sorted order.
Singleton class to allow only 5 objects, report error for 6th
Create a private static variable to hold the instances of the class
Create a private constructor to prevent external instantiation
Provide a static method to access the singleton instance and limit the number of instances to 5
Throw an error when trying to create the 6th instance
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
Use a boolean array to track presence of each alphabet in the sentence.
Create a boolean array of size 26 to track presence of each alphabet.
Iterate through the sentence and mark the corresponding index in the array as true.
Check if all elements in the array are true to determine if sentence has all alphabets.
What people are saying about EPAM Systems
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
The microservices architecture is the best architecture I have seen so far.
Scalability: Allows for independent scaling of different components
Resilience: Failure in one service does not bring down the entire system
Flexibility: Easier to update and deploy new features
Decentralization: Each service can be developed and deployed independently
EPAM Systems interview questions for popular designations
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Get interview-ready with Top EPAM Systems Interview Questions
I applied via campus placement at University Business School (UBS), Chandigarh and was interviewed in Jul 2024. There were 2 interview rounds.
2 String problems and one problem based or linked list
Basic round just check english speaking skills of an individual
Java OOPS concept focuses on creating classes and objects to model real-world entities.
Encapsulation: Bundling data and methods that operate on the data within a single unit (class)
Inheritance: Allows a class to inherit properties and behavior from another class
Polymorphism: Ability of a method to do different things based on the object it is acting upon
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Find the largest word in a list using Java Streams API
Use Java Streams API to convert the array of strings to a stream
Use the 'max' method with a Comparator to find the largest word based on length
Return the largest word found
A functional interface in Java is an interface that contains only one abstract method.
Functional interfaces can have multiple default or static methods, but only one abstract method.
They are used to enable lambda expressions and method references in Java.
Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
Interview experience
based on 1.3k reviews
Rating in categories
Senior Software Engineer
2.6k
salaries
| ₹15 L/yr - ₹42.7 L/yr |
Software Engineer
1.7k
salaries
| ₹6.9 L/yr - ₹24 L/yr |
Lead Software Engineer
832
salaries
| ₹16.5 L/yr - ₹52 L/yr |
Senior Systems Engineer
304
salaries
| ₹12 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
267
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech