Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Senior Sdet Engineer Interview Questions and Answers

Updated 11 Nov 2024

EPAM Systems Senior Sdet Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between implicit and explicit wait.
  • Ans. 

    Implicit wait is set globally for all elements, while explicit wait is applied only to specific elements.

    • Implicit wait is set using driver.manage().timeouts().implicitlyWait() method

    • Explicit wait is set using WebDriverWait class with ExpectedConditions

    • Implicit wait is applied globally to all elements, while explicit wait is applied only to specific elements

    • Implicit wait is used to wait for elements to load before perfo...

  • Answered by AI
  • Q2. What is POM and Page Objects .
  • Ans. 

    POM stands for Page Object Model, a design pattern used in test automation to create reusable and maintainable code by separating test scripts from web elements.

    • POM helps in creating a clear separation between test code and page-specific code

    • Each web page is represented as a separate class in POM

    • Page Objects contain the locators and methods to interact with the elements on that page

    • POM promotes code reusability and mai

  • Answered by AI
  • Q3. Code to create class , test methods and create object and call them.
  • Ans. 

    Create a class, test methods, create object, and call them in code.

    • Create a class with properties and methods

    • Write test methods to test the functionality of the class

    • Instantiate an object of the class and call its methods

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They will share some basic questions, example, find minimum and maximum value from the given list

Round 2 - Technical 

(2 Questions)

  • Q1. Scenario based question for testing
  • Q2. Test plan, test startergy

Senior Sdet Engineer Interview Questions Asked at Other Companies

asked in PubMatic
Q1. Optimize an existing system. The system currently makes an API ca ... read more
asked in Capgemini
Q2. Write a code to split a string to one by one letter in each line?
asked in Capgemini
Q3. Write Xpath of an element from amazon.in page manually, without c ... read more
Q4. What is Selenium, and how is it used in automation testing?
asked in Leena AI
Q5. Write manual test cases for whatapp security features
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Java - collections , Arrays,Oops concepts
Selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - I had an interview for 1 hr 30 min . in 1st round , They touched all the topics JAVA OOPS , System design, Selenium, Rest Assured ,GIT.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java and OOPS
  • Q2. Practical tasks
Round 2 - Technical 

(2 Questions)

  • Q1. Testing fundamentals
  • Q2. Design Patterns

EPAM Systems interview questions for designations

 Sdet Engineer

 (1)

 Sdet

 (2)

 Sdet Automation Test Engineer

 (7)

 Senior Engineer

 (3)

 Senior Software Engineer

 (76)

 Senior Data Engineer

 (11)

 Senior Test Engineer

 (5)

 Senior Automation Engineer

 (3)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Multiple questions on Linux , how to get a process id, how to kill a process, what is difference between process and thread, what is the difference between concurrent and parallel process etc.
  • Q2. Few scenario based questions around linux systems, how will you trouble shoot if client not able to connect to servers running an appilcation.
  • Q3. Testing related questions, what is diff between Performance and Scale testing, where to use which one
Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions basics, related to file handling, parsing files, etc.
  • Q2. Linux based questions - scenarios where multiple clients trying to write to same file, how till integrity of file be maintained and how will server manager the data does not get corrupted.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Hard assert
  • Ans. 

    Hard assert is a type of assertion in test automation that stops the test execution immediately when a failure occurs.

    • Hard assert is used to validate the expected outcome of a test case

    • If the assertion fails, the test execution is halted and marked as failed

    • It is commonly used in automated test scripts to ensure the correctness of the application under test

  • Answered by AI
  • Q2. What is soft assert
  • Ans. 

    Soft assert is a way to continue the execution of a test case even after an assertion failure.

    • Soft assert does not stop the execution of the test case when an assertion fails.

    • It is useful when you want to log the failure but continue with the remaining test steps.

    • Soft assert is commonly used in test automation frameworks like TestNG in Java.

  • Answered by AI

Skills evaluated in this interview

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

Good and easy, guesstimate and puzzles

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

(1 Question)

  • Q1. Tell me about yourself
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 - Coding Test 

Add very long numbers integers.

Round 3 - Technical 

(3 Questions)

  • Q1. System Design. Design central logging system.
  • Ans. 

    Design a central logging system for efficient monitoring and troubleshooting.

    • Use a centralized server to collect logs from all systems

    • Implement log aggregation tools like ELK stack or Splunk

    • Set up alerts for critical errors or anomalies

    • Ensure secure access controls for log data

    • Consider scalability and storage requirements

  • Answered by AI
  • Q2. Central logging system
  • Q3. Ratelimit apis not system design
  • Ans. 

    Ratelimiting APIs is a crucial aspect of ensuring system stability and preventing abuse.

    • Implement rate limiting to restrict the number of API calls a user can make within a specific time frame.

    • Use tokens or counters to track and enforce rate limits.

    • Consider using a distributed cache or database to store rate limit data for scalability.

    • Monitor and adjust rate limits based on usage patterns and system performance.

    • Provide...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for leadership principles questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via campus placement at Manav Rachana International University, Faridabad and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was actually a mix of aptitude and technical. 1st round included aptitude, English, essay writing and coding questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. This was an online technical interview round. Questions were moderate on difficulty level. The interviewer was friendly and asked questions from the resume.
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical+HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - I think with good communication skills and basic knowledge of your domain will enable you to qualify this round. Also be confident, extremely important.

EPAM Systems Interview FAQs

How many rounds are there in EPAM Systems Senior Sdet Engineer interview?
EPAM Systems interview process usually has 1-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 Sdet Engineer interview?

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

  1. Code to create class , test methods and create object and call th...read more
  2. Difference between implicit and explicit wa...read more
  3. What is POM and Page Object...read more

Tell us how to improve this page.

EPAM Systems Senior Sdet Engineer Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
View all
Senior Software Engineer
2.7k salaries
unlock blur

₹15 L/yr - ₹42 L/yr

Software Engineer
1.7k salaries
unlock blur

₹5.6 L/yr - ₹24 L/yr

Lead Software Engineer
851 salaries
unlock blur

₹18 L/yr - ₹50 L/yr

Senior Systems Engineer
315 salaries
unlock blur

₹13.8 L/yr - ₹38.8 L/yr

Software Developer
257 salaries
unlock blur

₹6 L/yr - ₹25.4 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