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 Test Lead Interview Questions and Answers

Updated 16 Jul 2024

Infosys Test Lead Interview Experiences

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

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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 Asked at Other Companies

asked in Wipro
Q1. If you put in an Agile project, Will you be able to do in sprint ... read more
Q2. 6. What are the differences between Test Plan and Test Strategy? ... read more
asked in Wipro
Q3. What are all the status codes available in API testing
asked in Wipro
Q4. How to click on the element which is at the bottom of the page
Q5. 8. What are the different blockers that you might seen during acc ... read more

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

 (104)

 Test Analyst

 (88)

 Senior Test Engineer Lead

 (1)

 Automation Test Engineer

 (36)

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

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

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 in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.
Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

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

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

  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

Recently Viewed

JOBS

Genpact

jodhpur

No Jobs

JOBS

Infosys

Lead

63 jobs

SALARIES

Infosys

Lead

unlock blur L/yr

(167 salaries)

REVIEWS

Infosys

Lead

4.3

(8 reviews)

SALARIES

IBM

JOBS

Anblicks

No Jobs

JOBS

Bounteous x Accolite

No Jobs

REVIEWS

IBM

No Reviews

JOBS

Infosys

No Jobs

JOBS

Infosys

No Jobs

Tell us how to improve this page.

Infosys Test Lead Interview Process

based on 5 interviews

3 Interview rounds

  • Technical Round
  • HR Round
  • Personal Interview1 Round
View more

HCLTech

There's no stopping you

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
View all
Infosys Test Lead Salary
based on 1.2k 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 83 reviews

3.3/5

Rating in categories

3.6

Skill development

3.3

Work-life balance

2.3

Salary

3.9

Job security

3.2

Company culture

2.4

Promotions

3.0

Work satisfaction

Explore 83 Reviews and Ratings
SFDC Test Lead

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

MS Dynamics Test Lead

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

ETL/DWT Test Lead

Pune

8-10 Yrs

₹ 5.5-15 LPA

Explore more jobs
Technology Analyst
55.4k 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.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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