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

Filter interviews by

Infosys Quality Engineer Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Infosys Quality Engineer Interview Questions and Answers

View all 6 questions

Infosys Quality Engineer Interview Experiences

6 interviews found

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

Easy question asked and aptitude where medium level.

Round 2 - HR 

(2 Questions)

  • Q1. What is object?
  • Ans. 

    An object is a data structure that contains data in the form of fields or properties, which can be manipulated through methods.

    • Objects are instances of classes in object-oriented programming.

    • They have attributes (fields) and behaviors (methods).

    • Examples include a car object with attributes like color and model, and behaviors like drive and stop.

  • Answered by AI
  • Q2. What is class?
  • Ans. 

    In object-oriented programming, a class is a blueprint for creating objects (instances) with similar attributes and behaviors.

    • Classes define the properties (attributes) and methods (behaviors) that objects created from the class will have.

    • Objects are instances of a class, each with its own unique data but sharing the same structure and behavior.

    • Inheritance allows classes to inherit attributes and methods from a parent ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and good process HR interview was quite easy.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are the key concepts of manual testing?
  • Ans. 

    Key concepts of manual testing include test case creation, execution, defect reporting, and regression testing.

    • Test case creation involves designing test cases based on requirements and specifications.

    • Test case execution is the process of running the test cases and comparing actual results with expected results.

    • Defect reporting involves documenting and reporting any issues found during testing.

    • Regression testing is the...

  • Answered by AI
  • Q2. What are the key concepts related to automation?
  • Ans. 

    Key concepts related to automation include test automation, continuous integration, continuous deployment, and robotic process automation.

    • Test automation involves using software tools to control the execution of tests and compare actual outcomes with expected outcomes.

    • Continuous integration is the practice of frequently integrating code changes into a shared repository, which helps identify and fix integration issues e...

  • Answered by AI
  • Q3. Java and python questions with some logical coding questions

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
Q3. If a monkey eat 6 apples more than the previous day and complete ... read more
Q4. What is the Physical & Chemical test of Steel Reinforcement?
asked in MM AUTO
Q5. what is IATF audit , cause of IATF , relationship between for IAT ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is Interface
  • Ans. 

    Interface is a point where two systems, subjects, organizations, etc. meet and interact with each other.

    • Interface allows communication and interaction between different components or systems.

    • It defines how different entities can communicate with each other.

    • Examples include user interfaces on electronic devices, API interfaces for software integration, and physical interfaces like USB ports.

  • Answered by AI
  • Q2. About frames in selenium
  • Q3. About Framework structure
Round 2 - Technical 

(2 Questions)

  • Q1. About Framework structure
  • Q2. API Testing, Error codes
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Infosys is giving less package for Senior Automation Testers With 8 yrs experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jun 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What is xpath? Absolute and relative xpath?
  • Ans. 

    XPath is a language used for locating nodes in an XML document. Absolute xpath starts from the root node, while relative xpath starts from any node.

    • XPath is a language used for selecting nodes in an XML document.

    • Absolute xpath starts with a single forward slash (/) and begins from the root node.

    • Relative xpath does not start with a forward slash and can start from any node.

    • Example of absolute xpath: /html/body/div[1]/p

    • E...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What is your current role responsibilities?
  • Ans. 

    I am currently responsible for ensuring the quality of products and processes in my department.

    • Developing and implementing quality control systems

    • Conducting audits and inspections to identify areas for improvement

    • Collaborating with cross-functional teams to address quality issues

    • Analyzing data and creating reports on quality metrics

  • Answered by AI

Infosys interview questions for designations

 Senior Quality Engineer

 (3)

 Associate Quality Engineer

 (1)

 Junior Engineer - Quality Assurance

 (2)

 Quality Assurance

 (3)

 Quality Manager

 (2)

 Manager Quality Assurance

 (5)

 Chemist Quality Control

 (1)

 Senior Manager Quality

 (1)

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 Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What is your current salary
  • Q2. Expected salary and experience
Round 2 - Technical 

(2 Questions)

  • Q1. Regression testing
  • Q2. Retesting, SQL, Database

Get interview-ready with Top Infosys Interview Questions

Interview Questionnaire 

2 Questions

  • Q1. Automation testing
  • Q2. Manual testing SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for the interview

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Technical Round 1:- Questions on JAVA - Interface,Collections, Code, OOPS concept on Automation, Constructor , questions on Selenium webdriver
  • Q2. Technical round 2 - Projects involved, Automation script on projects
  • Q3. HR round

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is X path? What is absolute xpath and relative xpath?
  • Ans. 

    XPath is a language used to navigate through XML documents. Absolute XPath specifies the complete path from the root element, while relative XPath specifies the path from the current element.

    • XPath is used to locate elements in an XML document

    • Absolute XPath starts with a single forward slash and specifies the complete path from the root element

    • Relative XPath starts with a double forward slash and specifies the path from...

  • Answered by AI
  • Q2. Limitations of selenium?
  • Ans. 

    Selenium has limitations in handling non-web-based applications and requires technical expertise for maintenance.

    • Selenium cannot automate desktop applications or mobile applications

    • It cannot handle CAPTCHA and reCAPTCHA challenges

    • Selenium requires technical expertise for maintenance and updates

    • It cannot handle complex dynamic web pages

    • Selenium does not have built-in reporting capabilities

  • Answered by AI
  • Q3. What and uses of selenium and cucumber
  • Ans. 

    Selenium is a tool used for automating web browsers and Cucumber is a tool used for behavior-driven development.

    • Selenium is used for testing web applications by automating browser actions

    • Cucumber is used for writing and executing automated acceptance tests

    • Selenium can be integrated with Cucumber to write and execute automated tests in a behavior-driven development approach

    • Cucumber uses Gherkin syntax to write test scen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study as per requirement and stay positive and confident throughout interview process

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interview questions are from core Java and selenium side and rest assured as well. If you basic knowledge then you can easily cleard it

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you basic knowledge up to date. Like core Java oops concepts, selenium basic concepts BDD Cucumber framework . Basic webdriver questions
And some basic coding questions

Interview Questionnaire 

1 Question

  • Q1. Testing related question they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all thing you have wriiten in your resume

Infosys Interview FAQs

How many rounds are there in Infosys Quality Engineer interview?
Infosys interview process usually has 2 rounds. The most common rounds in the Infosys interview process are Technical, HR and Behavioral.
How to prepare for Infosys Quality Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are Java, Selenium, Appium, Automation Testing and Load Runner.
What are the top questions asked in Infosys Quality Engineer interview?

Some of the top questions asked at the Infosys Quality Engineer interview -

  1. What are the key concepts of manual testi...read more
  2. What are the key concepts related to automati...read more
  3. What is xpath? Absolute and relative xpa...read more

Tell us how to improve this page.

Infosys Quality Engineer Interview Process

based on 5 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Quality Engineer Salary
based on 174 salaries
₹2.8 L/yr - ₹13.5 L/yr
108% more than the average Quality Engineer Salary in India
View more details

Infosys Quality Engineer Reviews and Ratings

based on 9 reviews

3.2/5

Rating in categories

3.0

Skill development

2.6

Work-life balance

2.5

Salary

3.4

Job security

3.0

Company culture

2.5

Promotions

2.8

Work satisfaction

Explore 9 Reviews and Ratings
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.2k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.6 L/yr

Technical Lead
31k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Senior Associate Consultant
28.8k salaries
unlock blur

₹6.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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