Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Functional Tester Interview Questions and Answers

Updated 24 Dec 2024

EPAM Systems Functional Tester Interview Experiences

2 interviews found

Functional Tester Interview Questions & Answers

user image preethi pusarla

posted on 24 Dec 2024

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

(1 Question)

  • Q1. Just about yourself and projects in detail
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Testing Processes
  • Q2. Agile Methodology

Functional Tester Interview Questions Asked at Other Companies

Q1. 5.Difference between Manual Testing & Automation Testing
asked in Coforge
Q2. HTTP methods in API - post, put, patch, error codes
Q3. 4.What is Testing...?
Q4. What is TPM ( total production mantanance )
Q5. What is tha safety , and precautions

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Regression testing can be automated to save time and effort.

    • Examples include running test cas...

  • Answered by AI
  • Q2. What is different between smoke and sanitary
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working fine, while sanity testing is a more thorough test to check if the specific functionalities are working as expected.

    • Smoke testing is a subset of sanity testing

    • Smoke testing is done to check if the build is stable enough for further testing

    • Sanity testing is done to check specific functionalities after changes have been made

    • Sm...

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Sql Quires related question.
  • Q2. Data ware house related question
  • Q3. What is entry criteria & exit criteria
  • Ans. 

    Entry criteria and exit criteria are conditions that must be met before and after testing, respectively.

    • Entry criteria are the conditions that must be fulfilled before testing can begin

    • Exit criteria are the conditions that must be fulfilled before testing can be considered complete

    • Entry criteria can include having test data ready, test environment set up, and test cases prepared

    • Exit criteria can include all test cases ...

  • Answered by AI

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Selenium concepts and basic java
Round 2 - Technical 

(1 Question)

  • Q1. Question related to conflict management
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What experience do I have with certain type of servers and operating systems
  • Ans. 

    I have experience with various servers and operating systems.

    • I have worked with Windows Server 2016 and 2019.

    • I am familiar with Linux distributions such as Ubuntu and CentOS.

    • I have experience with virtualization technologies like VMware and Hyper-V.

    • I have worked with cloud platforms like AWS and Azure.

    • I have knowledge of server administration and troubleshooting.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for what you stand for.

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Dec 2019. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Types of testing?
  • Ans. 

    Types of testing include functional, performance, security, usability, and regression testing.

    • Functional testing ensures that the software meets the specified requirements.

    • Performance testing checks the system's response time and scalability.

    • Security testing identifies vulnerabilities and ensures data protection.

    • Usability testing evaluates the user-friendliness of the software.

    • Regression testing verifies that changes o

  • Answered by AI
  • Q2. Explain the Smoke testing,Sanity testing with an examples?
  • Ans. 

    Smoke testing and Sanity testing are two types of software testing used to check the basic functionality of the application.

    • Smoke testing is a type of testing that checks whether the critical functionalities of the application are working fine or not.

    • Sanity testing is a type of testing that checks whether the bugs have been fixed or not after a new build is released.

    • Smoke testing is done to ensure that the application ...

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

    Retesting is the process of testing a previously failed test case after the defects have been fixed.

    • Retesting is done to ensure that the defects have been fixed and the software is working as expected.

    • It is usually done after regression testing.

    • Retesting can be done manually or through automation.

    • Examples of scenarios that require retesting include fixing a bug, adding new functionality, or changing the environment.

    • Ret...

  • Answered by AI
  • Q4. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Testing is done to identify defects and ensure the software meets the requirements

    • It involves executing test cases and comparing actual results with expected results

    • Types of testing include functional, performance, security, and usability testing

    • Testing can be done manually or us...

  • Answered by AI
  • Q5. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after changes are made to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects that may have been introduced by the changes

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the industry and company.
Clarify your "selling points" and the reasons you want the job.
Prepare for common interview questions.
Line up your questions for the interviewer.
Practice, practice, practice.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Types of schema
  • Ans. 

    Types of schema include star schema, snowflake schema, and fact constellation schema.

    • Star schema: central fact table connected to dimension tables in a star-like structure.

    • Snowflake schema: normalized form of star schema with dimension tables further normalized.

    • Fact constellation schema: multiple fact tables share dimension tables.

  • Answered by AI

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Functional Tester interview?
EPAM Systems interview process usually has 1 rounds. The most common rounds in the EPAM Systems interview process are Technical and One-on-one Round.
What are the top questions asked in EPAM Systems Functional Tester interview?

Some of the top questions asked at the EPAM Systems Functional Tester interview -

  1. Just about yourself and projects in det...read more
  2. Testing Proces...read more
  3. Agile Methodol...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
DXC Technology Interview Questions
3.7
 • 797 Interviews
View all
EPAM Systems Functional Tester Salary
based on 4 salaries
₹9.5 L/yr - ₹10.8 L/yr
71% more than the average Functional Tester Salary in India
View more details
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
832 salaries
unlock blur

₹16.5 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