Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Software Test Engineer Interview Questions and Answers for Experienced

Updated 15 Mar 2024

EPAM Systems Senior Software Test Engineer Interview Experiences for Experienced

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.selenium topic 2.java topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. Different testing types? Verification and validation? Explain process of bug life cycle? Daily activities in ur project and what are different meetings ? More practical orientation questions!
  • Ans. 

    Questions related to software testing and bug life cycle

    • Different testing types include unit testing, integration testing, system testing, acceptance testing, and more

    • Verification ensures that the software meets the specified requirements, while validation ensures that the software meets the customer's needs

    • Bug life cycle includes stages like new, assigned, open, fixed, verified, and closed

    • Daily activities may include ...

  • Answered by AI
  • Q2. Given one application and asked me to find bugs! Give one realtime scenarios and asked me to write cases? Database related questions like top salary and group by queries! Api testing basic questions like s...
  • Q3. Roles and responsibilities
  • Q4. Any lead or mentor experience
  • Q5. How to handle if the requirement are not clear or ambiguous
  • Ans. 

    Clarify requirements with stakeholders and document assumptions.

    • Schedule a meeting with stakeholders to discuss the unclear requirements.

    • Document assumptions made based on unclear requirements.

    • Create test cases based on assumptions and seek clarification from stakeholders.

    • Collaborate with development team to ensure requirements are met.

    • Track changes to requirements and update test cases accordingly.

  • Answered by AI
  • Q6. What is good requirement and bad requirements
  • Ans. 

    Good requirements are clear, concise, and measurable while bad requirements are ambiguous, incomplete, and untestable.

    • Good requirements are specific and leave no room for interpretation

    • Good requirements are achievable and realistic

    • Bad requirements are vague and open to interpretation

    • Bad requirements are unrealistic or impossible to achieve

    • Good requirements are testable and verifiable

    • Bad requirements are untestable or d

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be though with the roles and responsibilities. Prepare for practical tasks

Skills evaluated in this interview

Senior Software Test Engineer Interview Questions Asked at Other Companies for undefined

Q1. How do to run screen reader?what are the basic shortcuts for test ... read more
Q2. Different testing types? Verification and validation? Explain pro ... read more
Q3. How to handle if the requirement are not clear or ambiguous
Q4. If a website is section 508 compliance , is it important to do wc ... read more
Q5. What methods do you apply daily to make testing even better?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Wap of bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Start from the first element and compare it with the next element

    • If the next element is smaller, swap them

    • Repeat this process for all elements in the array

    • Continue this process until no more swaps are needed

  • Answered by AI
  • Q2. Wap of prime number
  • Ans. 

    A program to print all prime numbers

    • Take input from user for range of numbers

    • Loop through the range and check if each number is prime

    • Print the prime numbers

  • Answered by AI
  • Q3. What is hashmap?
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows constant time access to values based on their keys.

    • Hashmap uses a hash function to map keys to indices in an array.

    • Collisions can occur when multiple keys map to the same index, which can be resolved using techniques like chaining or open addressing.

    • Examples of hashmap implementations include Java's HashMap class and Python's dict type.

  • Answered by AI
  • Q4. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add new properties and methods.

    • For...

  • Answered by AI
  • Q5. Call by value and call by reference

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Introduction your self in interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview should be very easy and comfortable to the students. And be confident at the infront of interviewer

Interview Questionnaire 

1 Question

  • Q1. About my college projects and about my passion

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Software Test Engineer interview for experienced candidates?
EPAM Systems interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the EPAM Systems interview process for experienced candidates are Technical and Resume Shortlist.
What are the top questions asked in EPAM Systems Senior Software Test Engineer interview for experienced candidates?

Some of the top questions asked at the EPAM Systems Senior Software Test Engineer interview for experienced candidates -

  1. Different testing types? Verification and validation? Explain process of bug li...read more
  2. How to handle if the requirement are not clear or ambigu...read more
  3. What is good requirement and bad requireme...read more

Tell us how to improve this page.

EPAM Systems Senior Software Test Engineer Interview Process for Experienced

based on 2 interviews

Interview experience

4
  
Good
View more
EPAM Systems Senior Software Test Engineer Salary
based on 79 salaries
₹11.8 L/yr - ₹28.1 L/yr
93% more than the average Senior Software Test Engineer Salary in India
View more details

EPAM Systems Senior Software Test Engineer Reviews and Ratings

based on 5 reviews

3.3/5

Rating in categories

2.8

Skill development

3.3

Work-life balance

3.2

Salary

2.8

Job security

3.0

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
2.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
903 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
328 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Test Automation Engineer
264 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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