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
3.7

based on 51k Reviews

Filter interviews by

Wipro Senior Automation Engineer Interview Questions, Process, and Tips

Updated 21 Nov 2024

Top Wipro Senior Automation Engineer Interview Questions and Answers

Wipro Senior Automation Engineer Interview Experiences

4 interviews found

I applied via Recruitment Consultant and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is super keyword
  • Ans. 

    Super keyword is used to refer to the parent class constructor or method.

    • Used in inheritance to call parent class constructor

    • Used to access parent class variables and methods

    • Can be used with both constructors and methods

  • Answered by AI
  • Q2. What is return type of find element?
  • Ans. 

    Return type of find element is WebElement.

    • The find element method returns a single WebElement.

    • The WebElement can be used to interact with the web page.

    • If the element is not found, a NoSuchElementException is thrown.

  • Answered by AI
  • Q3. What is try catch block
  • Ans. 

    Try catch block is used to handle exceptions in code and prevent program crashes.

    • Try block contains the code that may throw an exception

    • Catch block catches the exception thrown by try block

    • Finally block contains the code that will execute regardless of whether an exception was thrown or not

    • Multiple catch blocks can be used to handle different types of exceptions

    • Example: try { //code that may throw exception } catch (Ex...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basic!! Focus on what you have done in your experience.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the architectire of Automation Project
  • Ans. 

    The architecture of an Automation Project involves the design and structure of the automated testing framework.

    • The architecture typically includes components such as test scripts, test data, test environment, and reporting mechanisms.

    • Frameworks like Selenium, Appium, or Robot Framework are commonly used in automation projects.

    • The architecture should be scalable, maintainable, and reusable to support ongoing testing nee...

  • Answered by AI
  • Q2. Coding questions on Data strcuture in Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare Java and Data structures

Skills evaluated in this interview

Senior Automation Engineer Interview Questions Asked at Other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do ... read more
Q2. 1. In your framework how have you and why have used abstract clas ... read more
Q3. What is jenkins? Do you have experience in setting up pipeline in ... read more
Q4. What is BDD? what difference between BDD and cucumber? Are you aw ... read more
Q5. What is UpCasting? and why we can't use downCasting in OOPS?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of cucumber

I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java/Selenium/Cucumber/Manual Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in basics and be confident in your answers

Wipro interview questions for designations

 Senior Automation Test Engineer

 (3)

 Automation Test Engineer

 (16)

 Automation Engineer

 (7)

 Automation Tester

 (2)

 Automation Lead

 (1)

 Senior Automation Tester

 (1)

 Python Automation Engineer

 (5)

 Automation Test Lead

 (3)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What to run multiple test for multiple browser version
  • Q2. What is Accessibility testing
Round 2 - Coding Test 

Write a program to longest substring without repeating characters

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont attend interview for Capegemini..In a year 2024 I received 200 calls for interview...I appear ist and 2nd round and cleared all. Submitted documents-service history ,UAN number , but they did not give offer...same things happened to many candidates...waste of time for a candidate
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain the Bug Life Cycle
  • Ans. 

    Bug Life Cycle involves stages from identification to resolution of a software bug.

    • Bug identification by testers or users

    • Bug logging in a bug tracking system

    • Bug prioritization based on severity and impact

    • Bug assignment to developers for fixing

    • Bug resolution and verification

    • Bug closure after confirmation of fix

  • Answered by AI
  • Q2. How to handle dynamic web elements
  • Ans. 

    Dynamic web elements can be handled using techniques like waiting strategies, locating elements by attributes, using XPath, and using frameworks like Selenium.

    • Use explicit and implicit waits to handle dynamic loading of elements

    • Locate elements by attributes that are less likely to change, such as IDs or classes

    • Use XPath to locate elements based on their hierarchy or attributes

    • Utilize frameworks like Selenium WebDriver

  • Answered by AI
  • Q3. Question on some basic coding data structures
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills in the field of automation engineering.

    • Research industry standards for Senior Automation Engineer salaries

    • Consider my level of experience and expertise in automation engineering

    • Factor in the location and cost of living for the position

    • Negotiate based on additional benefits or perks offered by the company

  • Answered by AI
  • Q2. Why do you want to join Infosys?
  • Ans. 

    I want to join Infosys because of its reputation for innovation, global presence, and opportunities for career growth.

    • Infosys is known for its cutting-edge technology solutions and innovation in the IT industry

    • I am impressed by Infosys's global presence and diverse client base

    • I believe that joining Infosys will provide me with ample opportunities for career growth and development

    • I am excited about the prospect of worki...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Current automation project structure
  • Ans. 

    The current automation project structure includes modular design, reusable components, and continuous integration.

    • Modular design allows for easier maintenance and scalability

    • Reusable components reduce duplication of code and increase efficiency

    • Continuous integration ensures that code changes are automatically tested and integrated into the project

    • Example: Using Page Object Model for web automation, creating libraries f

  • Answered by AI
  • Q2. Playwright implementation for API automation
  • Ans. 

    Playwright is a tool that can be used for API automation testing.

    • Playwright can be used to automate API calls and test responses.

    • It supports multiple programming languages like JavaScript, Python, and C#.

    • Playwright provides a simple and intuitive API for interacting with web services.

    • It allows for easy setup and execution of API tests.

    • Playwright can be integrated with testing frameworks like Jest or Mocha for comprehen

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Fundamentals of selenium, rest assured and java oops coding question - count character occurrences
Round 2 - Behavioral 

(1 Question)

  • Q1. Project and technology related questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Name sake technical
  • Q2. Couple of questionfrom test data
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find duplicate string with occurences
  • Ans. 

    Use a hashmap to find duplicate strings and their occurrences in an array of strings.

    • Iterate through the array of strings and store each string in a hashmap with its count.

    • If a string is already in the hashmap, increment its count.

    • After iterating through the array, check the hashmap for strings with count greater than 1 to find duplicates.

  • Answered by AI

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Senior Automation Engineer interview?
Wipro interview process usually has 1 rounds. The most common rounds in the Wipro interview process are One-on-one Round and Technical.
How to prepare for Wipro Senior Automation 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 Enterprise Manager, Field Work, System Implementation, Telecommunication and diab.
What are the top questions asked in Wipro Senior Automation Engineer interview?

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

  1. What is return type of find eleme...read more
  2. Explain the architectire of Automation Proj...read more
  3. What is super keyw...read more

Tell us how to improve this page.

Wipro Senior Automation Engineer Salary
based on 115 salaries
₹5.8 L/yr - ₹25 L/yr
At par with the average Senior Automation Engineer Salary in India
View more details

Wipro Senior Automation Engineer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

2.7

Salary

3.5

Job security

3.5

Company culture

2.2

Promotions

3.3

Work satisfaction

Explore 7 Reviews and Ratings
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.2k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.5k salaries
unlock blur

₹5 L/yr - ₹19.4 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.3 L/yr - ₹36 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.7
Compare

Tesla

4.3
Compare

Amazon

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview