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 51.5k Reviews

Filter interviews by

Wipro Software Test Specialist Interview Questions and Answers

Updated 13 Jul 2024

Wipro Software Test Specialist Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

WAP to find digit from string

Round 2 - One-on-one 

(2 Questions)

  • Q1. WAP to find duplicate character in given string
  • Ans. 

    Write a program to find duplicate characters in a given string.

    • Create an array to store the count of each character in the string

    • Iterate through the string and increment the count of each character in the array

    • Print out the characters that have a count greater than 1 to find duplicates

  • Answered by AI
  • Q2. WAP to find greatest integer in array
  • Ans. 

    Write a program to find the greatest integer in an array of strings.

    • Convert each string in the array to an integer using parseInt() function

    • Iterate through the array and compare each integer to find the greatest one

    • Return the greatest integer found

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Simple java program from hacker rank

Round 2 - Technical 

(2 Questions)

  • Q1. What is the Automation framework which tools you have used. Java final and finalize difference. Severity priority difference. Java design pattern etc java questions are easy and basic
  • Ans. 

    Automation framework is a structure for automated testing, tools used include Selenium, TestNG. Java final keyword is used to restrict the user, finalize is a method used for cleanup operations. Severity is the impact of a bug, priority is the order in which bugs should be fixed. Java design patterns are reusable solutions to common problems.

    • Automation framework is a structure that outlines the organization of automate...

  • Answered by AI
  • Q2. Types of automation framework you have used like test data driven BDD or keyword driven etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java and selenium through for web testing and mobile with appium for mobile testing

over interview is very easy you can crack easily
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the different types of waits in Selenium?
  • Q2. What is a Java program for identifying vowels?
  • Q3. What is the difference between smoke testing and sanity testing?
  • Q4. What is the purpose of a sprint retrospective meeting?
  • Q5. What are the uses of Selenium 4?
  • Q6. How do you manage dropdown menus?
  • Q7. What is the difference between a scenario and a scenario outline?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Digital testing concepts
  • Q2. What is RS232 & 422
  • Q3. What RPS in power testing
  • Q4. Digital communication
  • Q5. Semiconductor basic information

Interview Preparation Tips

Interview preparation tips for other job seekers - Noting
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Difference between hashmap and hashtable?
  • Ans. 

    HashMap is non-synchronized and allows null values, while Hashtable is synchronized and does not allow null values.

    • HashMap is non-synchronized and not thread-safe, while Hashtable is synchronized and thread-safe.

    • HashMap allows null values for both key and value, while Hashtable does not allow null keys or values.

    • HashMap is faster than Hashtable as it is non-synchronized.

    • HashMap is part of the Java Collections Framework

  • Answered by AI
  • Q2. Types of exceptions in selenium.
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI
  • Q3. Difference between abstract and interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and non-abstract methods, while interface cannot.

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

    • Abstract classes are used to define a common behavior for subclasses, while interfaces are used to define a contract for classes ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

TCS user image Vaibhav Dilip Shitole

posted on 13 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your Framework
  • Q2. How to write listeners and use of it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Wipro Interview FAQs

How many rounds are there in Wipro Software Test Specialist interview?
Wipro interview process usually has 2 rounds. The most common rounds in the Wipro interview process are Coding Test and One-on-one Round.
What are the top questions asked in Wipro Software Test Specialist interview?

Some of the top questions asked at the Wipro Software Test Specialist interview -

  1. WAP to find duplicate character in given str...read more
  2. WAP to find greatest integer in ar...read more

Tell us how to improve this page.

Wipro Software Test Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Wipro Software Test Specialist Salary
based on 4 salaries
₹4.8 L/yr - ₹7.2 L/yr
54% less than the average Software Test Specialist Salary in India
View more details
Project Engineer
32.7k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
23k salaries
unlock blur

₹5.8 L/yr - ₹22.8 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.5 L/yr

Technical Lead
18.6k salaries
unlock blur

₹8.2 L/yr - ₹36.5 L/yr

Explore more salaries
Compare Wipro with

TCS

3.7
Compare

Infosys

3.6
Compare

Tesla

4.3
Compare

Amazon

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