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

Clear (1)

Infosys Quality Analyst Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Infosys Quality Analyst Interview Questions and Answers

Infosys Quality Analyst Interview Experiences

7 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Sorting array method overloading & overiding SQL qustions

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Cryptography
  • Ans. 

    Cryptography is the practice and study of techniques for secure communication in the presence of third parties.

    • Cryptography involves encrypting and decrypting data to ensure confidentiality and integrity.

    • It uses algorithms and keys to transform plaintext into ciphertext and vice versa.

    • Examples include AES, RSA, and DES encryption algorithms.

    • Cryptography is used in securing communication over the internet, digital signa

  • Answered by AI
  • Q2. What is TOP 10 OWASP
  • Ans. 

    OWASP top 10 vulnerabilities include injection, broken authentication, sensitive data exposure, etc.

    • Injection (e.g. SQL injection, LDAP injection)

    • Broken Authentication (e.g. session management flaws)

    • Sensitive Data Exposure (e.g. inadequate data protection)

    • XML External Entities (XXE)

    • Broken Access Control (e.g. insecure direct object references)

    • Security Misconfiguration

    • Cross-Site Scripting (XSS)

    • Insecure Deserialization

    • Us...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They participated in three interviews and were selected for the BHP project, where they were questioned about cryptography, the VM lifecycle, and the latest market zero-day vulnerabilities.

Quality Analyst Interview Questions Asked at Other Companies

Q1. How you will maintain the balance between operations and quality ... read more
Q2. 1. What will you if production bug is reported by management that ... read more
Q3. What is difference between Quality Assurance and Quality control?
Q4. How can you make an xpath if there are 5 children nodes and all a ... read more
asked in Marble Box
Q5. As a QA what value you want to add if you get selected?

Quality Analyst Interview Questions & Answers

user image tanvi manvatkar

posted on 19 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Http error code for API
  • Ans. 

    HTTP error code for API is 4xx or 5xx

    • 4xx error codes indicate client-side errors, such as 400 Bad Request or 404 Not Found

    • 5xx error codes indicate server-side errors, such as 500 Internal Server Error or 503 Service Unavailable

  • Answered by AI
  • Q2. Java coding question

Skills evaluated in this interview

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

Quant and english test

Round 2 - Group Discussion 

Normal topic discussed..friendly environment

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous experience?
  • Q2. What are uour strength?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication abilities.

    • Attention to detail: I have a keen eye for spotting errors and inconsistencies in data or processes.

    • Problem-solving skills: I am able to analyze complex situations and come up with effective solutions.

    • Strong communication abilities: I can effectively communicate with team members, stakeholders, and clients to ensure cla

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Chilled environment..show confidence

Infosys interview questions for designations

 Senior Quality Analyst

 (2)

 Quality Analyst Automation

 (1)

 Call Quality Analyst

 (1)

 Analyst

 (49)

 Business Analyst

 (240)

 Data Analyst

 (33)

 Senior Analyst

 (8)

 Junior Analyst

 (2)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Self intro, technical
  • Q2. Basics of languages like python, sql
  • Q3. Area of interest
  • Ans. 

    My area of interest is in data analysis and process improvement.

    • I enjoy analyzing data to identify trends and areas for improvement

    • I have experience using statistical tools like Minitab and Excel for data analysis

    • I have implemented process improvements in my previous roles, resulting in increased efficiency and quality

    • I am always looking for ways to streamline processes and make data-driven decisions

  • Answered by AI
  • Q4. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. They gave scenarios to write SQL queries
Round 2 - One-on-one 

(2 Questions)

  • Q1. Apart from my technical work what was my document prep skills
  • Q2. Answered what ever I have done

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Quality Analyst Jobs at Infosys

View all

I applied via Recruitment Consultant and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

8 Questions

  • Q1. Verification & validation
  • Q2. Regression
  • Q3. Priority & seviority
  • Q4. Quality Assurance & Quality control
  • Q5. Testing life cycle
  • Q6. Database
  • Q7. Selenium
  • Q8. Test data preparation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Spring container and beans
  • Q2. Annotations used in Springboot
  • Ans. 

    Annotations are used in Springboot to simplify configuration and reduce boilerplate code.

    • Annotations are used to define the behavior of Spring components

    • They can be used to define the scope of a bean, inject dependencies, and handle exceptions

    • Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler

  • Answered by AI
  • Q3. Java 8 New Features and explanation
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional style.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn Java

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics thoroughly with working examples. Theoretical knowledge is not enough to really grasp the concepts.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on Salesforce Basics. One can learn all great features in Salesforce.com but we must know the basic admin functionalities and features in Saleforce.
Round 2 - Behavioral 

(1 Question)

  • Q1. The questions will be on your career, Resume. They will look for story telling skills, can you be a team player and individual player, etc. Can be technical as well.

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the basics of Saleforce.com for functional role then you dive into all great features in Salesforce.

I applied via Campus Placement and was interviewed before Feb 2021. 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 Resume tips
Round 2 - Aptitude Test 

Focus on industry-specific nuances

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the industry you are familiar with and discuss the challenges and probable solutions.
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys Quality Analyst interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are One-on-one Round, Technical and Aptitude Test.
How to prepare for Infosys Quality Analyst 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 SDLC, Agile Coaching, Quality Analysis, Agile Methodology and Automation Testing.
What are the top questions asked in Infosys Quality Analyst interview?

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

  1. What are uour streng...read more
  2. Area of inter...read more
  3. What is Cryptogra...read more

Recently Viewed

SALARIES

ICICI Home Finance

REVIEWS

ICICI Home Finance

No Reviews

SALARIES

ICICI Home Finance

SALARIES

ICICI Bank

REVIEWS

Infosys

No Reviews

SALARIES

ICICI Home Finance

No Salaries

REVIEWS

Axis Bank

No Reviews

REVIEWS

ICICI Home Finance

No Reviews

REVIEWS

ICICI Home Finance

No Reviews

JOBS

ICICI Home Finance

No Jobs

Tell us how to improve this page.

Infosys Quality Analyst Interview Process

based on 12 interviews

1 Interview rounds

  • One-on-one Round
View more

HCLTech

A more secure future awaits you

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Quality Analyst Salary
based on 1.2k salaries
₹2.4 L/yr - ₹11 L/yr
52% more than the average Quality Analyst Salary in India
View more details

Infosys Quality Analyst Reviews and Ratings

based on 101 reviews

3.3/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

2.5

Salary

4.0

Job security

3.4

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 101 Reviews and Ratings
DXQ425_AEM Quality Analysis

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

DXQ425_AEM Quality Analysis

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Quality Engineering Analyst

Bangalore / Bengaluru

3-5 Yrs

₹ 4.88-9.5 LPA

Explore more jobs
Technology Analyst
55.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28k salaries
unlock blur

₹0 L/yr - ₹0 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