Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Associate Interview Questions and Answers

Updated 13 Feb 2025

EPAM Systems Senior Associate Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. Just simple basic queations
Round 2 - Coding Test 

Tosca automation assessments solving 15 problems

Round 3 - Coding Test 

Clients interview is the final and that can be first , finally clients interview is not satisfied you are rejected waste of attending L1 and L2 and doing assessments.

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Cucumber how to run in parallel
  • Ans. 

    Cucumber can be run in parallel using tools like TestNG or JUnit with the help of plugins like Cucumber-JVM-Parallel or Cucumber-JVM-Parallel-plugin.

    • Use TestNG or JUnit to run Cucumber tests in parallel

    • Utilize plugins like Cucumber-JVM-Parallel or Cucumber-JVM-Parallel-plugin

    • Configure the test runner to run scenarios in parallel by specifying the number of threads

  • Answered by AI
  • Q2. Java easy coding programs
  • Q3. Testing fundamentals
  • Q4. Selenium testng listeners
  • Q5. How to write custom exceptions
  • Ans. 

    Custom exceptions can be created by extending the Exception class in Java.

    • Create a new class that extends the Exception class

    • Add a constructor to the custom exception class

    • Throw the custom exception using the 'throw' keyword

  • Answered by AI
  • Q6. Nothing scenario based, only theoretical

Senior Associate Interview Questions Asked at Other Companies

Q1. On an average, how many invoices can you process in a day?
Q2. What do you think is supply chain consulting all about? Should HU ... read more
asked in NTT Data
Q3. What is ost and pst in Outlook, what is distribution list and mai ... read more
asked in PwC
Q4. What is Materiality, How to decide Materiality , who decide what ... read more
Q5. What is the KPI in your organisation?

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. What is a linked list ? How does it works in Java ?
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a pointer to the next element.

    • In Java, a linked list is implemented using the LinkedList class in the java.util package.

    • LinkedList class provides methods like add(), remove(), get(), etc. to manipulate the list.

    • Each element in the list is represented by a node object which contains the data and a reference to the next node.

    • Linked list...

  • Answered by AI
  • Q2. What are ACID Properties ?
  • Ans. 

    ACID Properties are a set of properties that ensure database transactions are processed reliably.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single, indivisible unit of work.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Du...

  • Answered by AI
  • Q3. Explain what is a deadlock ?how to avoid it ? What different algorithm are there.
  • Ans. 

    A deadlock is a situation where two or more processes are unable to proceed due to a circular dependency.

    • Deadlock occurs when two or more processes are waiting for each other to release resources.

    • To avoid deadlock, use techniques like resource allocation graph, banker's algorithm, and deadlock prevention.

    • Resource allocation graph is a visual representation of resource allocation and can help identify potential deadlock...

  • Answered by AI
  • Q4. What is the difference between SQL and NoSQL? Why MongoDB and not MySQL .
  • Ans. 

    SQL is a relational database while NoSQL is non-relational. MongoDB is preferred for scalability and flexibility.

    • SQL is table-based while NoSQL is document-based

    • SQL is structured while NoSQL is unstructured

    • SQL is vertically scalable while NoSQL is horizontally scalable

    • MongoDB is preferred for its ability to handle large amounts of unstructured data and its flexibility in schema design

    • MySQL is preferred for its strong A...

  • Answered by AI
  • Q5. What is the difference between React and Angular ? Which one will you choose for your project . Why you go with React in your personal project .

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Be calm and positive
2.It's okay to say NO if you don't know the answer of the question.
3.Mention only those projects which you have actually done on your own .

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

Interview Questionnaire 

1 Question

  • Q1. Mainframe questions, some direct and some scenario based.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good experience. Interview process was smoothly. There were 3 rounds.
1. Technical ( lasted for 1 hour)
2. Techno manageria( 30 mins)
3. HR(30 mins)

Project based questions and scenario based questions were asked.
Hike was also good.

Interview Questionnaire 

1 Question

  • Q1. More questions on DBMS

Interview Preparation Tips

Interview preparation tips for other job seekers - it was dull, recruiters get prefixed regarding choosing the peers into a selected role.

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why you choose this job

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher .2020 pass out batch.I am not working any company

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions
  • Q2. Differences and advantages of your topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Always clear your basic knowledge of your topic or language and give the best what ever you know.My suggestion is that do not tell anything if you don't know.

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical Discussion - React JS Technical, Project Architecture And Structure, How to manage data of client incase any issue occurs, Final Discussion - Projects which I have done in the previous company. H...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on all the technology you have written in your resume. They will grill you in Technical Round. Be confident , you will get selected.

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself.what qualities a leader should have. Which subject was hard for you and how did you manage to overcome it.if a person in your team is not working properly how will you deal with it

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be prepare for your interview... you always know about the company and job profile be comfortable in your answer.. prepare your answers . always be professional

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Associate interview?
EPAM Systems interview process usually has 2 rounds. The most common rounds in the EPAM Systems interview process are Technical and Coding Test.
What are the top questions asked in EPAM Systems Senior Associate interview?

Some of the top questions asked at the EPAM Systems Senior Associate interview -

  1. cucumber how to run in paral...read more
  2. how to write custom excepti...read more
  3. nothing scenario based, only theoreti...read more

Tell us how to improve this page.

EPAM Systems Senior Associate Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
EPAM Systems Senior Associate Salary
based on 27 salaries
₹19 L/yr - ₹33 L/yr
181% more than the average Senior Associate Salary in India
View more details
Senior Software Engineer
3.1k salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
1.9k salaries
unlock blur

₹5.1 L/yr - ₹25 L/yr

Lead Software Engineer
954 salaries
unlock blur

₹16.5 L/yr - ₹53 L/yr

Senior Systems Engineer
320 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Software Test Automation Engineer
266 salaries
unlock blur

₹6 L/yr - ₹21.2 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Accenture

3.8
Compare

DXC Technology

3.7
Compare

Optum Global Solutions

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview