Upload Button Icon Add office photos

Filter interviews by

EPAM Systems Softwaretest Engineer Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top EPAM Systems Softwaretest Engineer Interview Questions and Answers

View all 8 questions

EPAM Systems Softwaretest Engineer Interview Experiences

8 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. CDS Annotations
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface is a contract specifying methods that a class must implement, while abstract class can have both implemented and abstract methods.

    • Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and non-abstract methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritan...

  • Answered by AI
  • Q3. Scenario based question from RAP and OO ABAP
  • Q4. Scenario based questions on Odata and CDS

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall difficulty level was high, from basics to advanced covering all topics including OO ABAP, RAP, CDS, Odata, Enhancements, InApp Extensibility etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions based on arrays and linkedlist

Round 2 - Technical 

(2 Questions)

  • Q1. Remove duplicates from the string.
  • Ans. 

    Use a set to remove duplicates from a string array.

    • Create a set to store unique strings.

    • Iterate through the array and add each string to the set.

    • Convert the set back to an array to get the unique strings.

  • Answered by AI
  • Q2. Write a code for binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize variables for low and high indices

    • Use a while loop to continue searching until low is less than or equal to high

    • Calculate mid index and compare value at mid with target

    • Update low or high based on comparison result

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Epam?
  • Ans. 

    I want to join Epam because of its reputation for cutting-edge technology and opportunities for career growth.

    • Epam is known for its innovative projects and use of advanced technologies.

    • I am impressed by Epam's commitment to employee development and training programs.

    • I believe working at Epam will provide me with the opportunity to work on challenging projects and grow my skills.

  • Answered by AI
  • Q2. What are your strengths and weakness?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication. My weakness is sometimes taking on too much work at once.

    • Strengths: attention to detail

    • Strengths: problem-solving skills

    • Strengths: strong communication

    • Weakness: taking on too much work at once

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just decent DSA and knowledge of your projects is enough to get through the company

Skills evaluated in this interview

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Went well and was good

Round 2 - Group Discussion 

Went well and was good

Round 3 - Technical 

(1 Question)

  • Q1. Reverse a string
  • Ans. 

    A function to reverse a given string and return it.

    • Create an empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Online coding assessment.

Round 3 - Technical 

(1 Question)

  • Q1. Technical rounds on topics and live coding
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to work here? what is your achievement?

EPAM Systems interview questions for designations

 Software Engineer

 (47)

 Data Engineer

 (8)

 Devops Engineer

 (7)

 QA Engineer

 (4)

 Test Engineer

 (3)

 Lead Engineer

 (3)

 System Engineer

 (2)

 Senior Software Engineer

 (77)

Softwaretest Engineer Interview Questions & Answers

user image Mayank Katiyar

posted on 26 Jun 2024

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

I applied via Job Fair and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was good ,level was good , Data Base questions was there. Above to average .

Round 2 - Technical 

(4 Questions)

  • Q1. How can you count the google pages shown on searching result of Google SE.?
  • Ans. 

    To count the Google pages shown on search result, you can look at the page numbers at the bottom of the search results.

    • Scroll to the bottom of the search results page to see the page numbers.

    • Each page number represents a different page of search results.

    • Count the total number of page numbers to determine the total number of Google pages shown.

  • Answered by AI
  • Q2. Can you explain the chat window coding?
  • Ans. 

    Chat window coding involves creating a user interface for real-time messaging between users.

    • Use HTML, CSS, and JavaScript to create the chat window layout and design.

    • Implement WebSocket or AJAX for real-time communication between users.

    • Store chat messages in a database for retrieval and display.

    • Include features like message notifications, emojis, and file sharing.

    • Consider security measures like encryption and authentic

  • Answered by AI
  • Q3. Basics Questions from SQL.
  • Q4. Write Selenium Code for automation for Gmail ?
  • Ans. 

    Automate Gmail login and send email using Selenium WebDriver

    • Create a new WebDriver instance

    • Navigate to Gmail login page

    • Enter username and password

    • Click on the login button

    • Compose and send an email

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Explain about the company that you have gained knowledge through google?
  • Q2. You are from Kanpur(up),Why Kanpur Central Railway station is famous for ?
  • Ans. 

    Kanpur Central Railway station is famous for being one of the busiest and largest railway stations in India.

    • One of the busiest and largest railway stations in India

    • Serves as a major transportation hub for the region

    • Connects Kanpur to various parts of the country

    • Historical significance as an important railway junction

  • Answered by AI
  • Q3. Tell me something about your self?
  • Q4. You have mentioned that you have Php and Website design knowledge, Can you make website ?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be Confident
2. Never reply with false statement
3. If you don't have answer say 'No' but don't try to make them fool
4. Discipline Matters
5. Coding knowledge required more
6. Think out of Box

Skills evaluated in this interview

Get interview-ready with Top EPAM Systems Interview Questions

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked on Java basics and then they asked on microservives and spring boot questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous Project experiences.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics .

I applied via Linkdin and was interviewed in Mar 2022. There were 2 interview rounds.

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. They have asked all things from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have other offers in your hand than please go for that
Please do not join EPAM anywhere as they are throwing back new employee who are on bench from 3months
As they do not have projects

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 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 - Aptitude Test 
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about your self prefect.

Interview questions from similar companies

I was interviewed before Mar 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Which browser support in selenium IDE
  • Ans. 

    Selenium IDE supports multiple browsers including Chrome, Firefox, Safari, and Internet Explorer.

    • Selenium IDE supports Chrome, Firefox, Safari, and Internet Explorer

    • Browser support may vary depending on the version of Selenium IDE being used

    • Additional browser support can be added through plugins or extensions

  • Answered by AI
  • Q2. Firefox browser support in selenium IDE
  • Ans. 

    Selenium IDE supports Firefox browser.

    • Selenium IDE is a Firefox plugin

    • It can record and playback tests in Firefox

    • It supports Firefox versions up to 55

    • For newer versions, use Selenium WebDriver

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is most pretective and security provide our company

Skills evaluated in this interview

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 - Aptitude Test 

Little tough for beginners to get through the interview

Round 3 - Technical 

(1 Question)

  • Q1. Cannot add because they have asked many
Round 4 - One-on-one 

(1 Question)

  • Q1. Basically asked about my background and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips just be what you are and go ahead with your goals

EPAM Systems Interview FAQs

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

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

  1. How can you count the google pages shown on searching result of Google S...read more
  2. You are from Kanpur(up),Why Kanpur Central Railway station is famous fo...read more
  3. Can you explain the chat window codi...read more

Tell us how to improve this page.

EPAM Systems Softwaretest Engineer Interview Process

based on 7 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • HR Round
View more
EPAM Systems Softwaretest Engineer Salary
based on 241 salaries
₹4.8 L/yr - ₹20 L/yr
100% more than the average Softwaretest Engineer Salary in India
View more details

EPAM Systems Softwaretest Engineer Reviews and Ratings

based on 30 reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

4.0

Salary

3.2

Job security

3.7

Company culture

3.2

Promotions

3.8

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
869 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
305 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Test Automation Engineer
259 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