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.9k Reviews

Filter interviews by

Wipro QA Mechanical ENV Lab Testing Engineer Interview Questions and Answers

Updated 24 Feb 2017

Wipro QA Mechanical ENV Lab Testing Engineer Interview Experiences

1 interview found

I was interviewed in Jul 2016.

Interview Preparation Tips

Skills: Environmental Degradation

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the principles of testing?
  • Ans. 

    The principles of testing involve thorough planning, clear objectives, systematic approach, documentation, and validation.

    • Thorough planning is essential to identify test objectives, scope, resources, and timelines.

    • Clear objectives help in defining what needs to be tested and the expected outcomes.

    • A systematic approach ensures that tests are conducted in a structured manner to achieve reliable results.

    • Documentation of t...

  • Answered by AI
  • Q2. What is the method to swap two numbers without using inbuilt functions?
  • Ans. 

    Swapping two numbers without using inbuilt functions can be achieved using arithmetic operations.

    • Create a temporary variable to store one of the numbers.

    • Assign the value of the first number to the second number.

    • Assign the value of the temporary variable to the first number.

  • Answered by AI
Round 2 - Coding Test 

Write a number swap program without using built-in functions.

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

I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Find Xpath for given webpage?
  • Q2. Explain about Java OOPS concepts?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Selenium and Java questions
Frequency counter code in Java
Gmail login Automation

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why looking for another job
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic work environment.

    • Looking for opportunities to expand my skill set and knowledge in automation testing

    • Seeking a more collaborative team environment to enhance my learning and development

    • Interested in working on cutting-edge technologies and projects to further my career

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are based on industry standards, experience, and responsibilities of the role

    • Research average salaries for Qa Automation Testing Engineers in the specific location

    • Consider benefits, bonuses, and other perks in addition to base salary

    • Be prepared to discuss salary range during negotiation

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Explain HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • HashMap allows for quick retrieval of values based on keys.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Is Cucumber Data Driven Framework?
  • Ans. 

    Yes, Cucumber is a Data Driven Framework.

    • Cucumber allows for writing test cases in plain English using Gherkin syntax

    • Data can be stored in external files like Excel, CSV, or JSON and easily integrated into test scripts

    • Scenarios can be parameterized to run with different test data sets

  • Answered by AI
  • Q3. Explain Apium and PT
  • Ans. 

    Appium is an open-source tool for automating mobile applications, while PT stands for Page Object Model Testing.

    • Appium is used for automating mobile apps on iOS and Android platforms.

    • It supports multiple programming languages like Java, Python, and Ruby.

    • Page Object Model Testing (PT) is a design pattern used in test automation to create an object repository for web elements on a web page.

    • PT helps in reducing code dupli...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Qa Automation Testing Engineer interview:
  • HashMaps
Interview preparation tips for other job seekers - Accenture name is big but they are hiring for some other role and select people from other role in the interview, my interviewer was also very rude

Skills evaluated in this interview

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

It was Average.......,....

Round 2 - Coding Test 

Medium level of difficulties

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.

    • 5 years of experience in QA Automation Testing

    • Proficient in creating and executing test cases

    • Strong knowledge of automation tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Familiar with Agile methodology

  • Answered by AI
  • Q2. Tell me about your family
  • Q3. How was your day
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between hash map and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.

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

    • HashMap allows null values and keys, while HashTable does not allow null values or keys.

    • HashMap is generally preferred over HashTable for non-thread-safe operations due to better performance.

  • Answered by AI
  • Q2. What is final finally finalize
  • Ans. 

    final, finally, and finalize are keywords in Java used for different purposes.

    • final is a keyword used to declare constants, prevent method overriding, and prevent inheritance.

    • finally is a block of code that is always executed, whether an exception is thrown or not.

    • finalize is a method used for cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q3. What is idempotent in API
  • Ans. 

    Idempotent in API means that making the same request multiple times has the same effect as making it once.

    • Idempotent operations produce the same result regardless of how many times they are called.

    • GET and PUT requests are typically idempotent, while POST requests are not.

    • For example, sending a PUT request to update a resource should have the same result whether it is sent once or multiple times.

  • Answered by AI
  • Q4. Pillars of JAVA and explain with example
  • Ans. 

    The pillars of JAVA are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorphism: Ability of a method to do different things based on the ob...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your Name??
  • Q2. How is Python??
  • Ans. 

    Python is a versatile and powerful programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and automation.

    • It has a large standard library and a vibrant community of developers.

    • Python code is easy to read and write, making it a great choice for beginners and experienced programmers alike.

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. What is Network ??
  • Ans. 

    A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.

    • Networks can be classified based on their size (LAN, WAN, MAN)

    • Networks can be wired (Ethernet, fiber optic) or wireless (Wi-Fi, Bluetooth)

    • Networks can be used for sharing files, printers, internet access, and communication

    • Examples of networks include the internet, company

  • Answered by AI
  • Q2. How is software testing
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

    • Software testing involves identifying defects or bugs in the software.

    • It helps in ensuring the quality and reliability of the software.

    • Types of software testing include unit testing, integration testing, system testing, and acceptance testing.

  • Answered by AI
  • Q3. How is command system network?
  • Ans. 

    Command system network is a centralized system that controls and coordinates various devices and processes.

    • Command system network typically consists of a central server or controller that communicates with multiple devices or subsystems.

    • It allows for centralized monitoring, control, and coordination of various processes or equipment.

    • Examples include industrial automation systems, smart home systems, and military comman

  • Answered by AI
  • Q4. What is server???
  • Ans. 

    A server is a computer or software program that provides functionality for other programs or devices, often over a network.

    • A server stores and manages data, files, or applications for clients to access remotely.

    • Servers can provide services such as email, web hosting, file sharing, and database management.

    • Examples of servers include web servers like Apache or Nginx, email servers like Microsoft Exchange, and file server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please job

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
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.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.3 L/yr - ₹36.5 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