Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Software Engineer Testing Interview Questions and Answers

Updated 21 Nov 2024

EPAM Systems Senior Software Engineer Testing Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Explained about organisation
  • Q2. Explained about interview process
  • Q3. Explained about roles and responsibilities
  • Q4. Discussed Notice period
  • Q5. Discussed about current CTC
Round 2 - Technical 

(10 Questions)

  • Q1. Defect tracking tool
  • Q2. Agile methodologies
  • Q3. About test plan
  • Q4. About test cases
  • Q5. RCA base questions
  • Q6. Functional and non functional difference
  • Ans. 

    Functional requirements specify what the system should do, while non-functional requirements specify how the system should perform.

    • Functional requirements focus on specific behaviors of the system, such as user interactions or data manipulation.

    • Non-functional requirements focus on qualities of the system, such as performance, scalability, security, and usability.

    • Functional requirements are typically easier to test and ...

  • Answered by AI
  • Q7. Few DB queries and explanation
  • Q8. What is scrum and user story
  • Ans. 

    Scrum is an agile framework for managing work, and user stories are short, simple descriptions of a feature told from the perspective of the person who desires the new capability.

    • Scrum is a framework that helps teams work together. It includes roles, events, artifacts, and rules.

    • User stories are short, simple descriptions of a feature told from the perspective of the end user.

    • User stories typically follow the format: A...

  • Answered by AI
  • Q9. About previous organisations projects
  • Q10. Discussed about expected CTC
Round 3 - Behavioral 

(4 Questions)

  • Q1. Introduction about myself and manager
  • Q2. About Agile process
  • Q3. About previous work experience
  • Q4. About testing process
Round 4 - HR 

(3 Questions)

  • Q1. Discussed about Joining date
  • Q2. Discussed about ECTC
  • Q3. Same moment released offer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer properly

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2022.

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 

(2 Questions)

  • Q1. Introduction of the candidate
  • Q2. All the concepts of software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not have the mindset that you’ll stay there for long time. Max 1 year is enough.

Senior Software Engineer Testing Interview Questions Asked at Other Companies

asked in Info Edge
Q1. Sorting Characters By FrequencyYou have been given a string ‘S’. ... read more
Q2. Why clients go for automation testing and what is my role in regr ... read more
Q3. Tell me one critical problem statement of your application in whi ... read more
asked in Kovai.co
Q4. How do you perform security testing for login page?
Q5. Which oops concepts have been used in selenium framework?

Interview questions from similar companies

I was interviewed before Jun 2021.

Round 1 - Coding Test 

General Java coding and programs

Round 2 - One-on-one 

(1 Question)

  • Q1. Generic related to project experience and Automation experience.
Round 3 - HR 

(1 Question)

  • Q1. General discussion and salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for coding and automation questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck

Software Tester Interview Questions & Answers

Capita user image SHRIKANT NANDKUMAR GELEWAR

posted on 20 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Use try-catch blocks to handle exceptions

    • Use finally block to execute code regardless of exception

    • Use throw keyword to manually throw exceptions

    • Use throws keyword in method signature to declare exceptions that can be thrown

  • Answered by AI
  • Q2. Java coding round
  • Q3. Checked and unchecked

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Mar 2023. There were 4 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 - One-on-one 

(3 Questions)

  • Q1. Program to toggle string
  • Ans. 

    Program to toggle string

    • Create an empty string variable

    • Loop through each character in the input string

    • If the character is uppercase, convert it to lowercase and add to the new string

    • If the character is lowercase, convert it to uppercase and add to the new string

    • Return the new string

  • Answered by AI
  • Q2. Program to check if string is number
  • Ans. 

    Program to check if string is number

    • Use built-in functions like isdigit() or isnumeric()

    • Handle negative numbers and decimal points separately

    • Consider edge cases like leading/trailing spaces and exponential notation

  • Answered by AI
  • Q3. Swap two strings without using third
  • Ans. 

    Swap two strings without using third

    • Use XOR operator

    • Use addition and subtraction

    • Use multiplication and division

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Create alphanumeric string of given length
  • Ans. 

    To create an alphanumeric string of a given length, we can use a combination of random letters and numbers.

    • Determine the length of the string required

    • Create a list of all possible alphanumeric characters

    • Randomly select characters from the list and append them to the string until the desired length is reached

  • Answered by AI
  • Q2. Close selected window and keep rest
Round 4 - One-on-one 

(1 Question)

  • Q1. Describe framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop and maintain software applications.

    • A framework provides a structure for organizing code and building applications

    • It includes pre-written code libraries, modules, and functions that can be reused

    • Frameworks can be specific to a programming language or technology

    • Examples include Selenium for web testing, Robot Framework for automation testing, and Dj

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why atos? Coding skills required
  • Ans. 

    Atos is a leading global IT services company with a strong focus on automation and coding skills.

    • Atos is a well-established global IT services company known for its expertise in automation and coding.

    • They have a strong reputation for delivering innovative solutions to clients using cutting-edge technologies.

    • Working at Atos will provide opportunities to enhance coding skills and work on challenging automation projects.

    • A...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Selenium interview questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Software Engineer Testing interview?
EPAM Systems interview process usually has 3 rounds. The most common rounds in the EPAM Systems interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in EPAM Systems Senior Software Engineer Testing interview?

Some of the top questions asked at the EPAM Systems Senior Software Engineer Testing interview -

  1. What is scrum and user st...read more
  2. Functional and non functional differe...read more
  3. Explained about interview proc...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 EPAM Systems interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
EPAM Systems Senior Software Engineer Testing Salary
based on 135 salaries
₹8.2 L/yr - ₹26 L/yr
58% more than the average Senior Software Engineer Testing Salary in India
View more details

EPAM Systems Senior Software Engineer Testing Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

3.8

Skill development

4.2

Work-Life balance

3.2

Salary & Benefits

3.0

Job Security

3.7

Company culture

2.7

Promotions/Appraisal

3.6

Work Satisfaction

Explore 17 Reviews and Ratings
Senior Software Engineer
2.6k salaries
unlock blur

₹15 L/yr - ₹42.7 L/yr

Software Engineer
1.7k salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Lead Software Engineer
831 salaries
unlock blur

₹18 L/yr - ₹52 L/yr

Senior Systems Engineer
304 salaries
unlock blur

₹12 L/yr - ₹36.3 L/yr

Software Test Automation Engineer
267 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Explore more salaries
Compare EPAM Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview