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

Filter interviews by

Wipro Junior Software Test Engineer Interview Questions and Answers for Experienced

Updated 20 Jul 2024

Wipro Junior Software Test Engineer Interview Experiences for Experienced

1 interview found

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

(2 Questions)

  • Q1. Find x path and script for screenshot
  • Ans. 

    To find x path and script for screenshot, use browser developer tools and Selenium WebDriver.

    • Use browser developer tools to inspect elements and find x path

    • Use Selenium WebDriver to capture screenshot

    • Example x path: //input[@id='username']

    • Example script for screenshot: driver.manage().window().maximize(); File screenshotFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE); FileUtils.copyFile(screenshotFile

  • Answered by AI
  • Q2. Write reverse string programme
  • Ans. 

    A program to reverse a given string

    • Create a character array to store the reversed string

    • Iterate through the original string from end to start and copy each character to the new array

    • Terminate the new array with a null character to indicate end of string

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is Instance variable
  • Ans. 

    Instance variable is a variable declared in a class, but outside of any method. Each object of the class has its own copy of the instance variable.

    • Instance variables are declared at the class level, outside of any method.

    • Each object of the class has its own copy of the instance variable.

    • Instance variables are used to store the state of an object.

  • Answered by AI
  • Q2. What is collection
  • Ans. 

    A collection is a group of related objects or data items that are stored together.

    • Collections can be used to store and manipulate groups of objects or data items in programming.

    • Common types of collections include arrays, lists, sets, and maps.

    • Collections provide methods for adding, removing, and accessing elements within the group.

    • Example: An array of integers [1, 2, 3, 4] is a collection of numbers.

  • Answered by AI
  • Q3. List is interface or class
  • Ans. 

    List is an interface in Java that represents an ordered collection of elements.

    • List is an interface in Java.util package

    • It extends Collection interface and is implemented by classes like ArrayList, LinkedList, etc.

    • List allows duplicate elements and maintains insertion order

  • Answered by AI
  • Q4. Webdriver is interface or class

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basic opp concept and basic java program

Skills evaluated in this interview

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

As a fresher I applied, it basic aptitude

Round 2 - Group Discussion 

GD between group of 10

Round 3 - HR 

(4 Questions)

  • Q1. Tell me about yourself ?
  • Q2. Tell me your strengths and weakness?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and ability to work well in a team. My weakness is that I can be overly critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Strengths: ability to work well in a team

    • Weakness: overly critical of my own work

  • Answered by AI
  • Q3. Projects you had worked on?
  • Ans. 

    I have worked on projects involving building automation systems and IoT devices.

    • Developed a smart home system using Raspberry Pi and sensors

    • Implemented a temperature control system for a greenhouse using Arduino

    • Designed a monitoring system for energy consumption in buildings

  • Answered by AI
  • Q4. Languages you know as per of your skillset?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Training demonstration
  • Q2. Risk assessments or Risk register maintenance example
  • Ans. 

    I conducted regular risk assessments and maintained a risk register to identify and mitigate potential risks.

    • Regularly reviewed and updated the risk register to ensure all potential risks were identified

    • Analyzed the likelihood and impact of each risk to prioritize mitigation efforts

    • Collaborated with team members to develop action plans for addressing high-priority risks

    • Monitored the implementation of risk mitigation st...

  • Answered by AI
  • Q3. ISO audit experience
  • Ans. 

    I have experience conducting ISO audits in my previous role.

    • Conducted ISO audits to ensure compliance with standards

    • Analyzed processes and documentation for adherence to ISO requirements

    • Provided recommendations for improvement based on audit findings

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Minimum 4 words
Round 2 - Technical 

(1 Question)

  • Q1. Minimum 4 words
Round 3 - Technical 

(1 Question)

  • Q1. Minimum 4 words
Round 4 - Technical 

(1 Question)

  • Q1. Minimum 4 words
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How the induction motor is started?
  • Ans. 

    Induction motor is started by providing a rotating magnetic field in the stator winding.

    • Start by connecting the stator winding to a three-phase AC power supply.

    • The rotating magnetic field is produced in the stator winding, which induces current in the rotor bars.

    • The induced current in the rotor bars creates a magnetic field, causing the rotor to start rotating.

    • Common methods of starting induction motors include direct-...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What you know about SQL
  • Ans. 

    SQL is a domain-specific language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to retrieve, insert, update, and delete data

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL can be used to create and modify database schemas

    • Joins are used to combine data from multiple tables in SQL

  • Answered by AI
  • Q2. What is the software you worked on
  • Ans. 

    I worked on a web-based project management software for tracking tasks and deadlines.

    • Developed front-end using React.js

    • Implemented back-end using Node.js and MongoDB

    • Integrated third-party APIs for additional functionality

  • Answered by AI
  • Q3. What you know in java
  • Ans. 

    I have knowledge in Java programming language including OOP concepts, data structures, multithreading, and exception handling.

    • Strong understanding of Object-Oriented Programming (OOP) principles

    • Experience with data structures like arrays, linked lists, stacks, and queues

    • Knowledge of multithreading and synchronization in Java

    • Familiarity with exception handling and error management

    • Proficiency in using Java libraries and

  • Answered by AI
  • Q4. What project you worked
  • Q5. Which technology you used
  • Ans. 

    I have experience with technologies such as Java, Python, SQL, HTML, CSS, and JavaScript.

    • Java

    • Python

    • SQL

    • HTML

    • CSS

    • JavaScript

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - HR 

(1 Question)

  • Q1. Tell em about self
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 - Coding Test 

Easy round, need to code few programs.

Round 3 - HR 

(5 Questions)

  • Q1. Easy, Basic questions was asked.
  • Q2. Tell us about yourself
  • Q3. What kind of projects previously worked?
  • Q4. Why looking for job change.
  • Q5. What's your current salary.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Hydraulics, Rotating equipments
Round 3 - Technical 

(1 Question)

  • Q1. Theoretical & Practical Knowledge about Mechanical rotating Equipments

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard, don't think your are a fool. time will change one day.

Wipro Interview FAQs

How many rounds are there in Wipro Junior Software Test Engineer interview for experienced candidates?
Wipro interview process for experienced candidates usually has 1 rounds. The most common rounds in the Wipro interview process for experienced candidates are Technical.
What are the top questions asked in Wipro Junior Software Test Engineer interview for experienced candidates?

Some of the top questions asked at the Wipro Junior Software Test Engineer interview for experienced candidates -

  1. find x path and script for screens...read more
  2. write reverse string progra...read more

Tell us how to improve this page.

Wipro Junior Software Test Engineer Salary
based on 12 salaries
₹2.8 L/yr - ₹4.8 L/yr
At par with the average Junior Software Test Engineer Salary in India
View more details

Wipro Junior Software Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Project Engineer
32.6k salaries
unlock blur

₹1.8 L/yr - ₹8.3 L/yr

Senior Software Engineer
22.9k salaries
unlock blur

₹5.8 L/yr - ₹22 L/yr

Senior Associate
21k salaries
unlock blur

₹0.8 L/yr - ₹5.5 L/yr

Senior Project Engineer
20.6k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Technical Lead
18.5k salaries
unlock blur

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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview