Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys QA Test Engineer Interview Questions and Answers

Updated 22 Sep 2024

7 Interview questions

A QA Test Engineer was asked
Q. How do you handle frames?
Ans. 

Frames are used to divide a web page into multiple sections. They can be handled using various methods.

  • Use switchTo() method to switch to the frame

  • Use defaultContent() method to switch back to the main content

  • Use frame() method to locate the frame by index, name, or WebElement

  • Use parentFrame() method to switch to the parent frame

  • Use getWindowHandle() method to get the handle of the current window

A QA Test Engineer was asked
Q. How can you handle windows using the getWindowHandles command with code?
Ans. 

The getWindowHandles command retrieves all open window handles for switching between them in Selenium.

  • Use driver.getWindowHandles() to get a set of all window handles.

  • Convert the set to a list for easier access: List<String> windowHandles = new ArrayList<>(driver.getWindowHandles());

  • Switch to a specific window using driver.switchTo().window(windowHandles.get(index));

  • Close a window using driver.close() ...

QA Test Engineer Interview Questions Asked at Other Companies

Q1. Selenium web driver What is POM file why we are using it Xpath Ty ... read more
Q2. If you don't have a computer or IT background, which coding langu ... read more
Q3. What is software testing and difference between manual and softwa ... read more
asked in Informatica
Q4. Can a static method be overloaded and overridden?
Q5. SQL question: 1. Find the 2nd top salary 2. Write inner join quer ... read more
🔥 Asked by recruiter 3 times
A QA Test Engineer was asked
Q. What are the basic concepts of OOP?
Ans. 

OOP is a programming paradigm based on objects, encapsulating data and behavior for better code organization and reuse.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

  • Inheritance: Mechanism to create a new class based on an existing class, inheriting its properties (e.g., a 'Dog' class inheriting from an 'Animal' class).

  • Polymorphism: Ability to present the same int...

A QA Test Engineer was asked
Q. Tell me about your automation framework.
Ans. 

My automation framework is designed for efficient testing, scalability, and maintainability using modern tools and best practices.

  • Utilizes Selenium WebDriver for browser automation, enabling cross-browser testing.

  • Incorporates TestNG for test management, allowing parallel execution and detailed reporting.

  • Employs Page Object Model (POM) to enhance code reusability and maintainability.

  • Integrates with CI/CD tools like...

A QA Test Engineer was asked
Q. Write a basic SQL query.
Ans. 

Basic SQL queries are essential for retrieving and manipulating data in relational databases.

  • SELECT statement: Used to select data from a database. Example: SELECT * FROM users;

  • WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM users WHERE age > 30;

  • JOIN operations: Combines rows from two or more tables based on a related column. Example: SELECT orders.id, users.name FROM orders ...

A QA Test Engineer was asked
Q. How do you handle drop-down menus in testing?
Ans. 

To handle drop-down, identify the element, select the option, and verify the selection.

  • Identify the drop-down element using locators like ID, class, or XPath.

  • Use Selenium's Select class to select the desired option.

  • Verify the selection using assertions or by getting the selected option's text.

  • Handle dynamic drop-downs using wait statements or JavaScriptExecutor.

  • Test for edge cases like empty options or duplicate v...

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
A QA Test Engineer was asked
Q. String concept in java
Ans. 

String is a sequence of characters in Java.

  • Strings are immutable in Java.

  • String class provides various methods for manipulating strings.

  • Strings can be concatenated using the '+' operator.

  • Strings can be compared using the 'equals()' method.

  • Strings can be converted to character arrays using the 'toCharArray()' method.

Are these interview questions helpful?

Infosys QA Test Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Focus on basics and check your oops concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Interview Questionnaire 

10 Questions

  • Q1. About your automation framework
  • Ans. 

    My automation framework is designed for efficient testing, scalability, and maintainability using modern tools and best practices.

    • Utilizes Selenium WebDriver for browser automation, enabling cross-browser testing.

    • Incorporates TestNG for test management, allowing parallel execution and detailed reporting.

    • Employs Page Object Model (POM) to enhance code reusability and maintainability.

    • Integrates with CI/CD tools like Jenk...

  • Answered by AI
  • Q2. How to handle drop-down
  • Ans. 

    To handle drop-down, identify the element, select the option, and verify the selection.

    • Identify the drop-down element using locators like ID, class, or XPath.

    • Use Selenium's Select class to select the desired option.

    • Verify the selection using assertions or by getting the selected option's text.

    • Handle dynamic drop-downs using wait statements or JavaScriptExecutor.

    • Test for edge cases like empty options or duplicate values...

  • Answered by AI
  • Q3. How to handle frame
  • Ans. 

    Frames are used to divide a web page into multiple sections. They can be handled using various methods.

    • Use switchTo() method to switch to the frame

    • Use defaultContent() method to switch back to the main content

    • Use frame() method to locate the frame by index, name, or WebElement

    • Use parentFrame() method to switch to the parent frame

    • Use getWindowHandle() method to get the handle of the current window

  • Answered by AI
  • Q4. Basics concept of oop
  • Q5. Basic SQL querry
  • Q6. Question on reportNG and extent report
  • Q7. Question on testNG annotation
  • Q8. Question on dataprovider annotation
  • Q9. Ask me how you can handle windows using getwindowhandles command with code
  • Ans. 

    The getWindowHandles command retrieves all open window handles for switching between them in Selenium.

    • Use driver.getWindowHandles() to get a set of all window handles.

    • Convert the set to a list for easier access: List<String> windowHandles = new ArrayList<>(driver.getWindowHandles());

    • Switch to a specific window using driver.switchTo().window(windowHandles.get(index));

    • Close a window using driver.close() and s...

  • Answered by AI
  • Q10. String concept in java
  • Ans. 

    String is a sequence of characters in Java.

    • Strings are immutable in Java.

    • String class provides various methods for manipulating strings.

    • Strings can be concatenated using the '+' operator.

    • Strings can be compared using the 'equals()' method.

    • Strings can be converted to character arrays using the 'toCharArray()' method.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Selenium framework, core Java, SQL, Linux commands , maven , Jenkins , testNG
  • Q2. Questions on automation framework

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. To write a code using traditional JavaScript methods
  • Ans. 

    Code using traditional JavaScript methods

    • Use document.getElementById() to access HTML elements

    • Use loops like for() and while() for iteration

    • Use if() and switch() for conditional statements

    • Use functions to encapsulate code and improve reusability

  • Answered by AI
  • Q2. Also about complete react concepts of advanced version

Interview Preparation Tips

Interview preparation tips for other job seekers - Have practical knowledge on your domain

I applied via Campus Placement and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All technical discussion not much deeper but basic questions of graduation were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't hesitate 🙂

I applied via Naukri.com and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servicenow related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Scripting knowledge and technical questions

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

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is collections
  • Q2. What are the new features in java 8
  • Q3. What is the use of spring boot
  • Q4. What is JPA
  • Ans. 

    JPA stands for Java Persistence API, a specification for object-relational mapping in Java applications.

    • JPA is used to map Java objects to relational database tables.

    • It provides a set of annotations to define the mapping between Java classes and database tables.

    • JPA also supports querying data using the Java Persistence Query Language (JPQL).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy interview

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. About DBMS and c++

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is web api, Get, put post, delete, Asp. Net Oops
  • Ans. 

    Web API is a framework for building HTTP services that can be accessed by various clients.

    • GET, PUT, POST, and DELETE are HTTP methods used to interact with Web APIs.

    • ASP.NET is a popular framework for building Web APIs.

    • Object-Oriented Programming (OOP) concepts are used in building Web APIs.

    • Examples of Web APIs include Twitter API, Google Maps API, and Facebook Graph API.

  • Answered by AI
Round 2 - Aptitude Test 

It was good communication test English grammer and email writing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic level of questions like web api basic questions, Asp. Net basic questions, oops concepts

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys QA Test Engineer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are Coding Test.
What are the top questions asked in Infosys QA Test Engineer interview?

Some of the top questions asked at the Infosys QA Test Engineer interview -

  1. Ask me how you can handle windows using getwindowhandles command with c...read more
  2. How to handle drop-do...read more
  3. About your automation framewo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS QA Test Engineer Interview Questions
3.5
 • 11.2k Interviews
Accenture QA Test Engineer Interview Questions
3.7
 • 8.7k Interviews
Wipro QA Test Engineer Interview Questions
3.7
 • 6.2k Interviews
Cognizant QA Test Engineer Interview Questions
3.7
 • 6k Interviews
Capgemini QA Test Engineer Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra QA Test Engineer Interview Questions
3.5
 • 4.2k Interviews
HCLTech QA Test Engineer Interview Questions
3.5
 • 4.2k Interviews
Genpact QA Test Engineer Interview Questions
3.7
 • 3.5k Interviews
LTIMindtree QA Test Engineer Interview Questions
3.7
 • 3.1k Interviews
IBM QA Test Engineer Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys QA Test Engineer Salary
based on 137 salaries
₹2.6 L/yr - ₹7.4 L/yr
17% less than the average QA Test Engineer Salary in India
View more details

Infosys QA Test Engineer Reviews and Ratings

based on 7 reviews

3.0/5

Rating in categories

2.3

Skill development

3.4

Work-life balance

1.9

Salary

3.5

Job security

3.0

Company culture

2.1

Promotions

2.7

Work satisfaction

Explore 7 Reviews and Ratings
Technology Analyst
55.1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.4k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.6k salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Associate Consultant
32.4k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview