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.9k Reviews

Filter interviews by

Infosys Test Lead Interview Questions and Answers for Experienced

Updated 16 Jul 2024

Infosys Test Lead Interview Experiences for Experienced

7 interviews found

Test Lead Interview Questions & Answers

user image bikash tiwari

posted on 16 Jul 2024

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

(1 Question)

  • Q1. Technical question on automation
Round 2 - HR 

(1 Question)

  • Q1. Salary package, when you can join

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep hard work

Test Lead Interview Questions & Answers

user image Anonymous

posted on 9 Jul 2024

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

(1 Question)

  • Q1. Java question, Selenium Questions
Round 2 - HR 

(1 Question)

  • Q1. Previous experience,

Test Lead Interview Questions & Answers

user image Geetha anjali

posted on 13 May 2022

I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testing related questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Work experience , project exposure

Interview Preparation Tips

Interview preparation tips for other job seekers - Manual testing questions, types of testing, defect lifecycle, testing methodologies

Test Lead Interview Questions & Answers

user image Rajesh Kitarwar

posted on 28 Dec 2021

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about selenium, java and api testing.
  • Q2. Questions about agile scrum process
  • Q3. Questions about database testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for sdet role and you will get selected easily

Infosys interview questions for designations

 QA Test Lead

 (2)

 Senior Test Lead

 (1)

 Technology Test Lead

 (1)

 Test Engineer

 (100)

 Test Analyst

 (84)

 Senior Test Engineer Lead

 (1)

 Automation Test Engineer

 (34)

 Technical Test Leader

 (21)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2021

I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Most of questions related to java, selenium and database
  • Q2. What is static block?
  • Ans. 

    Static block is a block of code that is executed when a class is loaded into memory.

    • Static block is declared using the 'static' keyword.

    • It is executed only once when the class is loaded.

    • It is used to initialize static variables or perform any other one-time initialization tasks.

    • Example: static { System.out.println('Static block executed'); }

  • Answered by AI
  • Q3. What are exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution.

    • Exceptions can be caused by various factors such as incorrect syntax, invalid input, or unexpected behavior.

    • Common exceptions in Selenium include NoSuchElementException, TimeoutException, and StaleElementReferenceException.

    • Handling exceptions is important for maintaining test stability and reliability.

    • Try-catch blocks can be used to handle exceptions an...

  • Answered by AI
  • Q4. Different type of selenium wait and there uses.
  • Ans. 

    Selenium wait is used to synchronize the test execution with the application's response.

    • Implicit Wait: Waits for a certain amount of time before throwing an exception if the element is not found.

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

    • Fluent Wait: Waits for a certain condition to occur with a defined polling interval and timeout period.

    • Thread.sleep(): Halts the execut...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis java and oops concepts.

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 2 May 2023

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

I applied via Naukri.com and was interviewed before May 2022. There were 3 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 

(1 Question)

  • Q1. Stlc, defects and Testing
Round 3 - HR 

(1 Question)

  • Q1. Logical, regular

Test Lead Jobs at Infosys

View all

Test Lead Interview Questions & Answers

user image Anonymous

posted on 16 Sep 2021

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Test process - STLC complete
  • Ans. 

    STLC is a comprehensive process that includes planning, designing, executing, and reporting tests to ensure software quality.

    • STLC stands for Software Testing Life Cycle

    • It includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • STLC ensures that the software meets the specified requirements and is of high quality

    • It involves creating test cases, executing them, and reporting...

  • Answered by AI
  • Q2. Automation concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview , positive

Interview questions from similar companies

Test Lead Interview Questions & Answers

IBM user image Anonymous

posted on 30 May 2024

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 Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mention where you used polymorphism in framework
  • Ans. 

    Polymorphism is used in framework to achieve flexibility and reusability by allowing objects to be treated as instances of their parent class.

    • Polymorphism is used in framework to create a common interface for different classes that implement the same method.

    • It allows different classes to be treated as instances of a common superclass, enabling flexibility in the framework design.

    • For example, in a test automation framew...

  • Answered by AI
  • Q2. Explain waits fluent and explicit
  • Ans. 

    Waits in test automation are used to synchronize test steps with the application's state.

    • Fluent waits are used to define maximum wait time for a certain condition to be met before throwing an exception.

    • Explicit waits are used to wait for a certain condition to be met before proceeding to the next step in the test script.

    • Example: FluentWait wait = new FluentWait(driver).withTimeout(Duration.ofSeconds(10)).pollingEvery(D...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IBM Test Lead interview:
  • Java
Interview preparation tips for other job seekers - Prepare basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Shell Script SQL scripting and basics of phyton

Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and understanding data centres concetps

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 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 - Coding Test 

Find second largest number in the given array of integers

Round 3 - Technical 

(1 Question)

  • Q1. What's the criteria to choose an automation framework
  • Ans. 

    Criteria for choosing an automation framework include compatibility with technology stack, ease of use, scalability, community support, and cost.

    • Compatibility with technology stack

    • Ease of use for team members

    • Scalability for future needs

    • Community support for troubleshooting and updates

    • Cost of implementation and maintenance

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How would you add benefit to thr organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with fundamentals

Skills evaluated in this interview

Infosys Interview FAQs

How many rounds are there in Infosys Test Lead interview for experienced candidates?
Infosys interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Infosys interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Infosys Test Lead interview for experienced candidates?
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 JIRA, Software Testing, Agile Methodology, Manual Testing and Functional Testing.
What are the top questions asked in Infosys Test Lead interview for experienced candidates?

Some of the top questions asked at the Infosys Test Lead interview for experienced candidates -

  1. What are exceptions in selen...read more
  2. Different type of selenium wait and there us...read more
  3. What is static blo...read more

Tell us how to improve this page.

People are getting interviews through

based on 5 Infosys interviews
Job Portal
Company Website
60%
40%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Infosys Creating the next opportunity for people, businesses & communities

Test Lead Interview Questions from Similar Companies

TCS Test Lead Interview Questions
3.7
 • 9 Interviews
IBM Test Lead Interview Questions
4.1
 • 2 Interviews
View all
Infosys Test Lead Salary
based on 1.1k salaries
₹5.2 L/yr - ₹20 L/yr
25% less than the average Test Lead Salary in India
View more details

Infosys Test Lead Reviews and Ratings

based on 80 reviews

3.3/5

Rating in categories

3.6

Skill development

3.3

Work-Life balance

2.3

Salary & Benefits

3.9

Job Security

3.3

Company culture

2.4

Promotions/Appraisal

3.0

Work Satisfaction

Explore 80 Reviews and Ratings
ETL/DWT Test Lead

Chennai

5-8 Yrs

₹ 7.08-16 LPA

ETL/DWT Test Lead

Bangalore / Bengaluru

5-8 Yrs

₹ 9.5-17 LPA

ETL/DWT Test Lead

Bangalore / Bengaluru

8-10 Yrs

₹ 5.8-17 LPA

Explore more jobs
Technology Analyst
56.3k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.5k salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

System Engineer
38.9k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.6k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

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