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

Compare button icon Compare button icon Compare
3.7

based on 37.5k Reviews

Filter interviews by

Infosys QA Tester Interview Questions and Answers

Updated 3 Jan 2025

Infosys QA Tester Interview Experiences

2 interviews found

QA Tester Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SDC 1,2,3 and joines,sql
  • Q2. About your project and your self

Interview Preparation Tips

Interview preparation tips for other job seekers - work more on SQL query part

QA Tester Interview Questions & Answers

user image Uday Sartaaj

posted on 30 Jan 2023

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 Jul 2022. There were 2 interview rounds.

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

(4 Questions)

  • Q1. Print max of 5 array elements.
  • Ans. 

    To print max of 5 array elements, we can sort the array and print the last 5 elements.

    • Sort the array in descending order

    • Print the first 5 elements of the sorted array

    • Handle cases where the array has less than 5 elements

  • Answered by AI
  • Q2. Write a program for String reverse
  • Ans. 

    A program to reverse a given string.

    • Create an empty string to store the reversed string

    • Iterate through the original string from the end to the beginning

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q3. Your past work experience and day to day tasks?
  • Ans. 

    I have worked as a QA Tester in the past.

    • Performed manual testing of software applications

    • Created and executed test cases

    • Identified and reported bugs

    • Collaborated with developers to resolve issues

    • Participated in test planning and strategy meetings

  • Answered by AI
  • Q4. ECP, BVA, STLC, POJO, Agile methodologies etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well as per your resume and skills mentioned.

Skills evaluated in this interview

QA Tester Interview Questions Asked at Other Companies

asked in Babel Media
Q1. If you are given a ball pen tested for indian market, now you hav ... read more
Q2. Can you write a query to display the age of employees from highes ... read more
Q3. Can u write a Testcase for a web that has username, password, can ... read more
Q4. What is regression testing? When and why we do should regression ... read more
asked in Babel Media
Q5. What is smoke and sanity testing?

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det

  • Answered by AI
  • Q2. What do u know about manual and automation testing
  • Ans. 

    Manual testing involves human testers executing test cases without automation tools, while automation testing uses tools to execute test cases.

    • Manual testing requires human intervention to execute test cases and verify results

    • Automation testing involves using tools to automate test case execution and result verification

    • Manual testing is time-consuming and prone to human error

    • Automation testing is faster, more reliable,...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented QA Tester with experience in manual and automated testing.

    • Experienced in creating test cases and executing test plans

    • Proficient in using testing tools such as Selenium and Jira

    • Strong problem-solving skills and ability to communicate effectively with developers

  • Answered by AI
  • Q2. What is your contribution in your project
  • Ans. 

    I contributed to the project by conducting thorough testing, identifying bugs, and providing detailed reports.

    • Conducted various types of testing such as functional, regression, and performance testing

    • Identified and reported bugs using bug tracking tools like Jira

    • Collaborated with developers to resolve issues and retest fixes

    • Provided detailed test reports to stakeholders

  • Answered by AI
Round 2 - Coding Test 

Simple java programs

QA Tester Interview Questions & Answers

Cognizant user image Rajalaxmi Vasan

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. SDLC and STLC Cucumber
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. How did u used automation in your privious project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a java program for given string
  • Ans. 

    Java program to reverse a given string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Print string for given string
  • Ans. 

    Print the given string as an array of strings

    • Use a loop to iterate through each character of the string and print it as a separate string

    • Store each character in a separate element of an array and then print the array

    • Example: If the given string is 'hello', the output should be ['h', 'e', 'l', 'l', 'o']

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Selenium web driver and some questions related to action class
Round 4 - HR 

(1 Question)

  • Q1. Hr basic hr and managerial questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Types of software testing?
  • Ans. 

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

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

    • Regression tes...

  • Answered by AI
  • Q2. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work as expected

    • Helps in identifying any new bugs introduced by recent code modifications

    • Automated tools like Selenium can be used for regression testing

    • Examples: Testing a login feature after adding a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamentals of software testing

Skills evaluated in this interview

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

It used to combination of 3 paper, english , apti , basic program question

Round 2 - Coding Test 

There will be some hacker round questions

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Tell me something about yourself

QA Tester Interview Questions & Answers

Wipro user image Praveen Kumar R

posted on 4 Jul 2024

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

(1 Question)

  • Q1. Selenium version
  • Ans. 

    Selenium is an open-source automation tool used for testing web applications.

    • Selenium WebDriver is the latest version used for automating web browsers.

    • Selenium IDE is a record and playback tool for creating test scripts.

    • Selenium Grid is used for running tests in parallel across different machines and browsers.

  • Answered by AI

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys QA Tester interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical and Resume Shortlist.
What are the top questions asked in Infosys QA Tester interview?

Some of the top questions asked at the Infosys QA Tester interview -

  1. write a program for String reve...read more
  2. Print max of 5 array elemen...read more
  3. ECP, BVA, STLC, POJO, Agile methodologies ...read more

Tell us how to improve this page.

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

QA Tester Interview Questions from Similar Companies

TCS QA Tester Interview Questions
3.7
 • 6 Interviews
IBM QA Tester Interview Questions
4.1
 • 2 Interviews
View all
Infosys QA Tester Salary
based on 68 salaries
₹2.4 L/yr - ₹8.3 L/yr
At par with the average QA Tester Salary in India
View more details

Infosys QA Tester Reviews and Ratings

based on 4 reviews

3.2/5

Rating in categories

2.7

Skill development

2.9

Work-life balance

2.1

Salary

4.4

Job security

2.7

Company culture

1.9

Promotions

2.4

Work satisfaction

Explore 4 Reviews and Ratings
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
50k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39.2k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.4k salaries
unlock blur

₹6.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

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