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 Automation Test Engineer Interview Questions and Answers

Updated 5 Apr 2025

5 Interview questions

An Automation Test Engineer was asked 9mo ago
Q. How do you sort a list and a dictionary?
Ans. 

Sorting a list or dictionary involves arranging elements in a specified order, typically ascending or descending.

  • Lists can be sorted using the sort() method or sorted() function in Python. Example: myList.sort() or sorted(myList).

  • Dictionaries can be sorted by keys or values. Example: sorted(myDict.keys()) for keys or sorted(myDict.items(), key=lambda x: x[1]) for values.

  • Sorting can be done in reverse order by usin...

An Automation Test Engineer was asked 10mo ago
Q. Write test cases for a tea cup.
Ans. 

Test cases for a tea cup

  • 1. Test the material of the tea cup for durability by dropping it from a certain height.

  • 2. Test the heat resistance of the tea cup by pouring hot water into it.

  • 3. Test the handle of the tea cup by applying pressure while holding it.

  • 4. Test the design of the tea cup by checking if it is comfortable to hold and drink from.

  • 5. Test the capacity of the tea cup by measuring the amount of liquid i...

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in LTIMindtree
Q3. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap fo ... read more
asked in Capgemini
Q4. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q5. What is assertion? What is soft assertion? What is hard assertion ... read more
An Automation Test Engineer was asked 10mo ago
Q. How do you find the XPath of a web element?
Ans. 

XPath is a way to locate elements on a web page using their HTML structure.

  • Inspect the element in the browser to find its unique attributes

  • Use developer tools to generate XPath

  • Avoid using absolute XPath as it can be brittle

  • Consider using relative XPath for better maintainability

An Automation Test Engineer was asked
Q. What are some basic OOPS concepts?
Ans. 

OOPs (Object-Oriented Programming) is a programming paradigm based on objects and classes, promoting code reusability and modularity.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism where a new class inherits properties and behavior from an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present ...

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.
An Automation Test Engineer was asked 10mo ago
Q. Long process in bg verification
Ans. 

Background verification process can be lengthy due to various checks and verifications.

  • Multiple checks and verifications are conducted to ensure accuracy

  • Verification of education, employment history, criminal record, and references

  • Process may involve contacting multiple sources and waiting for responses

  • Delays can occur if information is not readily available or if discrepancies are found

What are the roles & responsibilities of a Automation Test Engineer at Wipro?

Test Automation Development

  • Design and develop automated test scripts using TOSCA and Selenium
  • Implement test automation strategies and frameworks

Read full roles & responsibilities

Wipro Automation Test Engineer Interview Experiences

16 interviews found

Automation Test Engineer Interview Questions & Answers

user image Anuradha Shivhare

posted on 24 Oct 2024

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

(2 Questions)

  • Q1. List, lambda function, reverse string program
  • Q2. Sort the list, dictionary
Round 2 - TechnicalΒ 

(1 Question)

  • Q1. OOP concept, Decorator, list to dictionary, Linux

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestΒ 

Core java basics, logics, arrays, programs

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Tell about your project, and frame work understanding
  • Ans. 

    I have worked on a project where I automated test cases for a web application using Selenium WebDriver and TestNG framework.

    • Used Selenium WebDriver for automating test cases

    • Implemented TestNG framework for test case management

    • Utilized Page Object Model design pattern for better code organization

  • Answered by AI
  • Q2. Rest assured API
Round 3 - HRΒ 

(1 Question)

  • Q1. Work from office
  • Ans. 

    Yes, I am willing to work from the office as required for the role of Automation Test Engineer.

    • I am comfortable working from the office and understand the importance of collaboration with team members.

    • I believe in the benefits of face-to-face communication and quick problem-solving that comes with working in the office.

    • I am open to following any safety protocols or guidelines set by the company for working in the offic...

  • Answered by AI
Round 4 - One-on-oneΒ 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Long process in bg verification
  • Ans. 

    Background verification process can be lengthy due to various checks and verifications.

    • Multiple checks and verifications are conducted to ensure accuracy

    • Verification of education, employment history, criminal record, and references

    • Process may involve contacting multiple sources and waiting for responses

    • Delays can occur if information is not readily available or if discrepancies are found

  • Answered by AI
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024.Β There was 1 interview round.

Round 1 - Coding TestΒ 

Find the duplicate in string

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer is lady and said to seat all 8-9 years candidate together and asking ine after another introduction, coding question. Thats only. She didn't asked any single question on core automaton testing like selenium, api, rest and many more skills. Judged the candidate on 1-2 logical programs. Sorry to say but Wipro has to check Interviewers are taking interview correctly or not. Thats why virtual interview good option as video recorded there and interviewer also proceed with correct, sensable and Job description levels questions. This is my honest feedback might help others on such face to face drive processes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding TestΒ 

Extract the digit out of string

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice core java concept and advanced selenium concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude TestΒ 

General question on java and selenium

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Find xpath of an web element
  • Ans. 

    XPath is a way to locate elements on a web page using their HTML structure.

    • Inspect the element in the browser to find its unique attributes

    • Use developer tools to generate XPath

    • Avoid using absolute XPath as it can be brittle

    • Consider using relative XPath for better maintainability

  • Answered by AI
  • Q2. Write test cases for an tea cup
  • Ans. 

    Test cases for a tea cup

    • 1. Test the material of the tea cup for durability by dropping it from a certain height.

    • 2. Test the heat resistance of the tea cup by pouring hot water into it.

    • 3. Test the handle of the tea cup by applying pressure while holding it.

    • 4. Test the design of the tea cup by checking if it is comfortable to hold and drink from.

    • 5. Test the capacity of the tea cup by measuring the amount of liquid it can...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - TechnicalΒ 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Selenium related questions
  • Q3. Java programs related to string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare every basic concepts in java and selenium.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Worksoft certify overview
  • Q2. Record set modes, data type, driver record set
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalΒ 

(1 Question)

  • Q1. About framework
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding TestΒ 

Anagram program in javascript

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Project details
  • Q2. Roles and responsibilities

Automation Test Engineer Interview Questions & Answers

user image Prasanna Sirigiri

posted on 2 May 2023

Interview experience
4
Good
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. Automation,manial
Round 3 - HRΒ 

(1 Question)

  • Q1. Salary discussion

Wipro Interview FAQs

How many rounds are there in Wipro Automation Test Engineer interview?
Wipro interview process usually has 2-3 rounds. The most common rounds in the Wipro interview process are Technical, Coding Test and HR.
How to prepare for Wipro 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 Automation Testing, Selenium, Java, Cucumber and Test Engineering.
What are the top questions asked in Wipro Automation Test Engineer interview?

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

  1. Long process in bg verificat...read more
  2. Write test cases for an tea ...read more
  3. Find xpath of an web elem...read more
How long is the Wipro Automation Test Engineer interview process?

The duration of Wipro Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 18 interview experiences

Difficulty level

Easy 14%
Moderate 86%

Duration

Less than 2 weeks 71%
2-4 weeks 29%
View more

Interview Questions from Similar Companies

TCS Automation Test Engineer Interview Questions
3.5
Β β€’Β 11.2k Interviews
Accenture Automation Test Engineer Interview Questions
3.7
Β β€’Β 8.7k Interviews
Capgemini Automation Test Engineer Interview Questions
3.7
Β β€’Β 5.1k Interviews
HCLTech Automation Test Engineer Interview Questions
3.5
Β β€’Β 4.2k Interviews
Genpact Automation Test Engineer Interview Questions
3.7
Β β€’Β 3.5k Interviews
IBM Automation Test Engineer Interview Questions
3.9
Β β€’Β 2.5k Interviews
View all
Wipro Automation Test Engineer Salary
based on 1.6k salaries
β‚Ή1.9 L/yr - β‚Ή13.5 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

Wipro Automation Test Engineer Reviews and Ratings

based on 113 reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.1

Salary

3.7

Job security

3.6

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 113 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