Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wipro Team. If you also belong to the team, you can get access from here

Wipro Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wipro Sdet Automation Test Engineer Interview Questions and Answers

Updated 13 Jun 2025

5 Interview questions

A Sdet Automation Test Engineer was asked
Q. What are classes and variables?
Ans. 

A class is a blueprint for creating objects in object-oriented programming, while a variable is a container for storing data.

  • A class defines the properties and behaviors of objects, while a variable holds a value that can be changed or manipulated.

  • Classes can be used to create multiple instances of objects with the same properties and behaviors.

  • Variables can be of different data types such as int, string, boolean,...

A Sdet Automation Test Engineer was asked
Q. What is the difference between println and print?
Ans. 

println adds a new line after printing, while print does not

  • println adds a new line character at the end of the output

  • print does not add a new line character, so the next output will be on the same line

  • Example: println('Hello') will print 'Hello' on a new line, while print('Hello') will print 'Hello' on the same line

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
asked in Oracle
Q5. Maximum substring Sum , Merge two arrays without extra space .
πŸ”₯ Asked by recruiter 3 times
A Sdet Automation Test Engineer was asked
Q. What is OOPS?
Ans. 

OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

  • OOPS focuses on creating objects that contain data in the form of fields (attributes) and code in the form of procedures (methods).

  • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

  • Encapsulation refers to the bundling of data with the methods that operate on that data.

  • Inheritance a...

A Sdet Automation Test Engineer was asked
Q. How to run your automated test case in jenkins and its configuration, How to automate DB testing, how do you perform localization testing
Ans. 

To run automated test cases in Jenkins, configure DB testing, and perform localization testing

  • To run automated test cases in Jenkins, create a Jenkins job and configure it to trigger the automation test suite

  • For DB testing automation, use tools like Selenium WebDriver to interact with the database and verify data integrity

  • For localization testing, use tools like Selenium WebDriver to test the application with diff...

What people are saying about Wipro

View All
a software developer
1w
Wipro Elite to Turbo Upgrade: How To?
Got a 3.5 LPA Project Engineer (Elite) offer at Wipro and aiming for the 6.5 LPA Turbo package. Just received my LOI a month ago. What's the process to upgrade my package?
Got a question about Wipro?
Ask anonymously on communities.
A Sdet Automation Test Engineer was asked 1mo ago
Q. String based programs in java
Ans. 

Java provides various methods to manipulate and process strings, essential for automation testing.

  • String Creation: Use literals or the 'new' keyword. Example: String str1 = 'Hello'; String str2 = new String('World');

  • String Concatenation: Combine strings using '+' or 'concat()'. Example: String result = str1 + ' ' + str2;

  • String Length: Use 'length()' method to get the number of characters. Example: int len = str1.l...

Wipro Sdet Automation Test Engineer Interview Experiences

5 interviews found

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

I appeared for an interview in Jan 2025.

Round 1 - Coding TestΒ 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding TestΒ 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - TechnicalΒ 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
  • Ans. 

    I have not pursued a team lead position because I have been focused on honing my technical skills. I have experience working on projects in both waterfall and agile methodologies.

    • I have chosen to focus on improving my technical skills as an individual contributor rather than taking on a managerial role.

    • I have worked on projects using both waterfall and agile methodologies, adapting to the needs of the team and project.

    • ...

  • Answered by AI
Round 4 - HRΒ 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.

Wipro HR Interview Questions

1.1k questions and answers

Q. Can you explain your final year project in detail?
Q. What were the reasons for your resignation?
Q. Why do so many companies undergo changes?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 

Basics maths and reasoning and they will give you one topic based on that you have write story with 200 words with the given time

Round 2 - TechnicalΒ 

(3 Questions)

  • Q1. What is OOPS ??
  • Q2. What is class and variable
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming, while a variable is a container for storing data.

    • A class defines the properties and behaviors of objects, while a variable holds a value that can be changed or manipulated.

    • Classes can be used to create multiple instances of objects with the same properties and behaviors.

    • Variables can be of different data types such as int, string, boolean, etc.

    • ...

  • Answered by AI
  • Q3. Difference between println and print
  • Ans. 

    println adds a new line after printing, while print does not

    • println adds a new line character at the end of the output

    • print does not add a new line character, so the next output will be on the same line

    • Example: println('Hello') will print 'Hello' on a new line, while print('Hello') will print 'Hello' on the same line

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(1 Question)

  • Q1. Asked about jenkins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. How to run your automated test case in jenkins and its configuration, How to automate DB testing, how do you perform localization testing
  • Ans. 

    To run automated test cases in Jenkins, configure DB testing, and perform localization testing

    • To run automated test cases in Jenkins, create a Jenkins job and configure it to trigger the automation test suite

    • For DB testing automation, use tools like Selenium WebDriver to interact with the database and verify data integrity

    • For localization testing, use tools like Selenium WebDriver to test the application with different...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Tell me about your project in short
  • Q2. String based programs in java
  • Ans. 

    Java provides various methods to manipulate and process strings, essential for automation testing.

    • String Creation: Use literals or the 'new' keyword. Example: String str1 = 'Hello'; String str2 = new String('World');

    • String Concatenation: Combine strings using '+' or 'concat()'. Example: String result = str1 + ' ' + str2;

    • String Length: Use 'length()' method to get the number of characters. Example: int len = str1.length...

  • Answered by AI

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Dec 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 - TechnicalΒ 

(2 Questions)

  • Q1. Selenium and testng questions.
  • Q2. Java program to reverse a sentence
  • Ans. 

    Java program to reverse a sentence

    • Split the sentence into words using the split() method

    • Create a new array to store the reversed words

    • Iterate through the words in reverse order and add them to the new array

    • Join the reversed words using the join() method to form the reversed sentence

  • Answered by AI
Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Oops and collection questions.
  • Q2. Program to find repeated character in a word.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(5 Questions)

  • Q1. Introduction about self
  • Q2. What is the difference between close and quit
  • Q3. Reverse a string program
  • Ans. 

    Program to reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end of the string

    • Repeat until the entire string is reversed

  • Answered by AI
  • Q4. How to handle pop-up
  • Q5. What is getWindowsHandles

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Mar 2024.Β There was 1 interview round.

Round 1 - Coding TestΒ 

Java and automation question

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(1 Question)

  • Q1. DSA two sum. question was asked
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 Mar 2023.Β There were 3 interview rounds.

Round 1 - TechnicalΒ 

(1 Question)

  • Q1. Questions about Sets and maps
Round 2 - BehavioralΒ 

(1 Question)

  • Q1. Asking about deliverables
Round 3 - HRΒ 

(1 Question)

  • Q1. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation is key to success.

Wipro Interview FAQs

How many rounds are there in Wipro Sdet Automation Test Engineer interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Technical, Coding Test and HR.
How to prepare for Wipro Sdet Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Wipro. The most common topics and skills that interviewers at Wipro expect are Cucumber, Java, Selenium and UFTAA.
What are the top questions asked in Wipro Sdet Automation Test Engineer interview?

Some of the top questions asked at the Wipro Sdet Automation Test Engineer interview -

  1. How to run your automated test case in jenkins and its configuration, How to au...read more
  2. what is class and varia...read more
  3. difference between println and pr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 6 interview experiences

Difficulty level

Easy 20%
Moderate 60%
Hard 20%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
More than 8 weeks 20%
View more

Interview Questions from Similar Companies

TCS Sdet Automation Test Engineer Interview Questions
3.5
Β β€’Β 11.2k Interviews
IBM Sdet Automation Test Engineer Interview Questions
3.9
Β β€’Β 2.5k Interviews
View all
Wipro Sdet Automation Test Engineer Salary
based on 74 salaries
β‚Ή7.8 L/yr - β‚Ή19.4 L/yr
8% less than the average Sdet Automation Test Engineer Salary in India
View more details

Wipro Sdet Automation Test Engineer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

3.9

Skill development

3.5

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

2.8

Promotions

3.8

Work satisfaction

Explore 9 Reviews and Ratings
Project Engineer
33.6k salaries
unlock blur

β‚Ή3.2 L/yr - β‚Ή7.5 L/yr

Senior Software Engineer
23.5k salaries
unlock blur

β‚Ή6.6 L/yr - β‚Ή19.5 L/yr

Senior Associate
21.5k salaries
unlock blur

β‚Ή1.8 L/yr - β‚Ή5.7 L/yr

Technical Lead
20.5k salaries
unlock blur

β‚Ή16.6 L/yr - β‚Ή30 L/yr

Senior Project Engineer
18.5k salaries
unlock blur

β‚Ή6.5 L/yr - β‚Ή18.4 L/yr

Explore more salaries
Compare Wipro with

TCS

3.5
Compare

Infosys

3.6
Compare

Tesla

4.1
Compare

Amazon

4.0
Compare
write
Share an Interview