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

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

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

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?

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

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

 (15)

 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

I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics about .Net and SQl server
  • Q2. What are triggers
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events or changes in data.

    • Triggers are used to enforce business rules or data integrity.

    • They can be used to audit changes to data.

    • Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.

    • They can be defined on tables, views, or schemas.

    • Examples of triggers include sending an email notification ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest. They prefer learnability over current knowledge

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Very basic java and react (mostly theory )

Interview Preparation Tips

Interview preparation tips for other job seekers - Average Joe can clear it

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have complete knowledge of your domain and you skill.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Microsoft .net/core Azure.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical 1 and it's all about 30 minutes around, during interview interviewer ask sometimes baseless questions but interviewee should catch the trap and respond trick to the answer. Sometimes interviewer argued during his or her point how they are correct on their ask but advice to the interviewee not to get into the dispute/argument rest all is depend on the person who is taking an interview technically.
Some formality question may ask like tell me about yourself? what were you are doing so far?are you comfortable for something like in night shifts? etc to check your communication. I advise be honest with yourself on this questions so that you may avoid searching next job after immediately joining the next organisation. I also request don't say yes for sake of yes for the offer and based on that you search the next organisation during your notice period and finally you may drop all the less offered salaries organisations, believe me the offer which you have rejected that may help to the needy person and also maintain the trust in the IT industry if you are honest with yourself.

thanks and best of luck.

I applied via Recruitment Consultant and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interviewed for c/c++ developer
  • Q2. All basic questions they have asked

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice

Interview Questionnaire 

3 Questions

  • Q1. What is your role in current project
  • Q2. Why should we hire you
  • Q3. What the major challenges you have faced in your earlier project ?

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 Appian, Automation Testing, Data Integration, Data Modeling and Enterprise Manager.
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 Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more
Wipro Senior Automation Engineer Salary
based on 116 salaries
₹5.1 L/yr - ₹19.8 L/yr
11% less than the average Senior Automation Engineer Salary in India
View more details

Wipro Senior Automation Engineer Reviews and Ratings

based on 9 reviews

2.7/5

Rating in categories

2.5

Skill development

2.7

Work-life balance

2.5

Salary

2.6

Job security

2.6

Company culture

1.8

Promotions

2.5

Work satisfaction

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

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.3k salaries
unlock blur

₹5.8 L/yr - ₹22.5 L/yr

Senior Associate
21.5k salaries
unlock blur

₹0.9 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.2k salaries
unlock blur

₹5 L/yr - ₹19.5 L/yr

Technical Lead
19.1k salaries
unlock blur

₹8.4 L/yr - ₹37 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.2
Compare

Amazon

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