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 36.5k Reviews

Filter interviews by

Infosys Senior QA Analyst Interview Questions and Answers

Updated 24 Sep 2024

Infosys Senior QA Analyst Interview Experiences

2 interviews found

Senior QA Analyst Interview Questions & Answers

user image AnjiBabu Gopana

posted on 18 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Mainframe testing
  • Q2. Agile process and ceremonies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell us about yourself
  • Ans. 

    Experienced Senior QA Analyst with a strong background in software testing and quality assurance.

    • Over 5 years of experience in QA testing

    • Proficient in test planning, execution, and reporting

    • Skilled in automation testing tools such as Selenium and JUnit

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

A MCQ test for he skill you are selected.

Round 2 - Technical 

(4 Questions)

  • Q1. Testing basics- which model is followed
  • Q2. Automation Framework used
  • Ans. 

    We use a hybrid automation framework combining keyword-driven and data-driven approaches.

    • Combines keyword-driven and data-driven testing

    • Allows for reusability of test scripts

    • Enhances maintainability and scalability of automation suite

  • Answered by AI
  • Q3. Implicit wait Explicit wait
  • Ans. 

    Implicit wait is used to wait for elements to load in the DOM, while explicit wait is used to wait for a specific condition to be met.

    • Implicit wait is set globally for the entire duration of the WebDriver instance.

    • Explicit wait is applied only to specific elements or conditions.

    • Implicit wait is defined once and applied to all elements, while explicit wait is defined each time it is needed.

    • Example: Implicit wait - drive...

  • Answered by AI
  • Q4. Types of xpath, how to access
  • Ans. 

    There are two types of XPath: Absolute and Relative. Absolute XPath starts from the root node, while Relative XPath starts from any node.

    • Absolute XPath starts with a single forward slash (/) and is used to select nodes starting from the root node.

    • Relative XPath starts with a double forward slash (//) and is used to select nodes anywhere in the document.

    • Examples: Absolute XPath - /html/body/div[1]/p[2], Relative XPath -

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your salary expectation
  • Q2. WHat is your Notice period

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic of java and problems
  • Q2. Questions on selenium and framework
  • Q3. Coding questions
Round 2 - HR 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q2. Fibonacci program in java
  • Ans. 

    Fibonacci program in Java generates the Fibonacci sequence up to a specified number.

    • Use a loop to generate the Fibonacci sequence

    • Start with 0 and 1 as the first two numbers in the sequence

    • Each subsequent number is the sum of the two preceding numbers

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between smoke and regression testing
  • Ans. 

    Smoke testing is a quick and shallow test to check basic functionality, while regression testing is a comprehensive test to ensure existing functionality is not affected by changes.

    • Smoke testing is performed to verify if the critical functionalities of an application are working as expected after a build or release.

    • Regression testing is performed to ensure that changes or fixes in the software do not introduce new bugs...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Protocols in API
  • Ans. 

    API protocols are rules and standards used for communication between different software applications.

    • API protocols define how data is exchanged between systems

    • Common API protocols include REST, SOAP, and GraphQL

    • Protocols ensure consistency and reliability in API communication

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy though you can crack it

Round 2 - Coding Test 

Where do you see yourself in next 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Always work hard and be unique

I applied via Recruitment Consulltant and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between rank and dense_rank
  • Ans. 

    Rank assigns unique numbers to each row based on order. Dense_rank assigns consecutive numbers to each row based on order.

    • Rank assigns a unique number to each row based on the order of the column specified in the ORDER BY clause.

    • Dense_rank assigns consecutive numbers to each row based on the order of the column specified in the ORDER BY clause.

    • Rank leaves gaps in the numbering sequence if there are ties in the column v...

  • Answered by AI
  • Q2. Difference between union and union all
  • Ans. 

    Union combines and removes duplicates, Union All combines all rows including duplicates.

    • Union is used to combine the results of two or more SELECT statements into a single result set.

    • Union removes duplicates from the result set.

    • Union All combines all rows from the SELECT statements, including duplicates.

    • Union is slower than Union All as it has to remove duplicates.

    • Example: SELECT column1 FROM table1 UNION SELECT column...

  • Answered by AI
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. Preferred Job location

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all top ETL testing questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2022.

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 - One-on-one 

(1 Question)

  • Q1. Questions related to selenium and framework
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion happened with Sr Manager

Infosys Interview FAQs

How many rounds are there in Infosys Senior QA Analyst interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are Technical and One-on-one Round.
What are the top questions asked in Infosys Senior QA Analyst interview?

Some of the top questions asked at the Infosys Senior QA Analyst interview -

  1. Agile process and ceremon...read more
  2. Mainframe test...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Senior QA Analyst Salary
based on 17 salaries
₹4 L/yr - ₹13.8 L/yr
17% less than the average Senior QA Analyst Salary in India
View more details

Infosys Senior QA Analyst Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 2 Reviews and Ratings
Technology Analyst
56.5k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.2k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
38.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.4 L/yr

Senior Associate Consultant
26.9k 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

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