Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tech Mahindra Team. If you also belong to the team, you can get access from here

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 34k Reviews

Filter interviews by

Tech Mahindra Test Lead Interview Questions, Process, and Tips

Updated 16 Jan 2025

Top Tech Mahindra Test Lead Interview Questions and Answers

View all 9 questions

Tech Mahindra Test Lead Interview Experiences

12 interviews found

Test Lead Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2024

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

I applied via Approached by Company and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(7 Questions)

  • Q1. Appium Architecture?
  • Q2. Difference between Icollection and ILIST?
  • Ans. 

    IList is a collection interface that allows duplicate elements and maintains the order, while ICollection is a base interface for all collections.

    • IList extends ICollection interface.

    • IList allows duplicate elements and maintains the order, while ICollection does not guarantee order.

    • IList has additional methods like Insert, RemoveAt, etc., which are not present in ICollection.

  • Answered by AI
  • Q3. All questions related to c# and selenium.
  • Q4. 2 coding questions
  • Q5. Dictionary and how to use it?
  • Ans. 

    A dictionary is a collection of words and their definitions, typically organized alphabetically.

    • A dictionary is used to look up the meanings of words.

    • It can also provide information on pronunciation, usage, and etymology.

    • Dictionaries can be physical books or online resources.

    • Examples: Merriam-Webster, Oxford English Dictionary

  • Answered by AI
  • Q6. Data types on c#
  • Ans. 

    Data types in C# include int, string, bool, double, etc.

    • C# has various data types like int, string, bool, double, char, etc.

    • Each data type has a specific range and memory allocation.

    • Examples: int num = 10; string name = 'John'; bool isTrue = true;

  • Answered by AI
  • Q7. How to write xpath in selenium?
  • Ans. 

    XPath in Selenium is used to locate elements on a web page using XML path expression.

    • Use // to select nodes in the document from the current node that match the selection no matter where they are

    • Use / to select nodes in the document from the root node that match the selection

    • Use @ to select attributes

    • Use text() to select the text of the element

    • Examples: //input[@id='username'] to locate an input element with id 'userna

  • Answered by AI
Round 2 - Client Interview 

(2 Questions)

  • Q1. Online coding test.
  • Q2. Online c# test.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for programs for automation tester. It is mandatory.
Also, concepts should be clear, it helps you to survive in a company.

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2024

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

(2 Questions)

  • Q1. Testing basic questions
  • Q2. Testing basic questions smoke test
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Testing basic questions

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 Anonymous

posted on 16 Jan 2025

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

I applied via Approached by Company and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my past experiences
  • Q2. Java Programming question to solve
  • Q3. Selenium and TestNG related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck and crack it well

Test Lead Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2024

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

(1 Question)

  • Q1. 1. Technical role in previous job 2. Previous role related technical questions
Round 2 - HR 

(1 Question)

  • Q1. 1. Salary negotiation

Tech Mahindra interview questions for designations

 Automation Test Lead

 (1)

 Test Engineer

 (20)

 Test Manager

 (1)

 Test Analyst

 (1)

 Senior Test Engineer

 (18)

 Automation Test Engineer

 (7)

 Manual Test Engineer

 (5)

 Associate Test Engineer

 (3)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2022

I applied via Naukri.com

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 

(2 Questions)

  • Q1. Introduce yourself Sql + Linux Sdlc stlc etc Scenario based question
  • Q2. Same as in round 1
Round 3 - Technical 

(1 Question)

  • Q1. Same as in round 1
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and it will be positive …………………don’t bluff or fake it then you’ll be able to make it

Get interview-ready with Top Tech Mahindra Interview Questions

Test Lead Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2022

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is TestNG framework
  • Ans. 

    TestNG is a testing framework for Java that supports various testing types and provides advanced features.

    • TestNG supports unit, functional, end-to-end, and integration testing

    • It provides annotations for test configuration, grouping, and sequencing

    • TestNG allows parallel execution of tests and generates detailed reports

    • It supports data-driven testing and parameterization

    • TestNG integrates with build tools like Maven and G...

  • Answered by AI
  • Q2. How to implement POM framework pattern
  • Ans. 

    POM framework pattern can be implemented by creating separate classes for each page and storing locators and methods in them.

    • Identify the web pages and create a separate class for each page

    • Store the locators and methods related to that page in its respective class

    • Create a separate class for common methods and utilities

    • Use inheritance to access the methods and locators from parent classes

    • Use TestNG or JUnit to execute t...

  • Answered by AI
  • Q3. Who to analyse test requirement
  • Ans. 

    Test requirements should be analyzed by the test lead or a team of testers.

    • The test lead should review the project requirements and identify the testing needs.

    • The test lead should collaborate with the development team to ensure that the requirements are testable.

    • The test lead should prioritize the testing requirements based on risk and impact.

    • The test lead should document the testing requirements and communicate them t...

  • Answered by AI
  • Q4. What is Maven framework
  • Ans. 

    Maven is a build automation tool used primarily for Java projects.

    • Maven uses a Project Object Model (POM) to manage dependencies and build process

    • It can download required dependencies automatically from a central repository

    • Maven can also generate reports and documentation for the project

    • Example: mvn clean install command builds and packages the project

    • Example: pom.xml file contains project configuration and dependencie

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - try to handle with very good communication skills

Skills evaluated in this interview

Test Lead Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2022

Round 1 - Technical 

(1 Question)

  • Q1. More on manual testing and some how domain question.
Round 2 - HR 

(1 Question)

  • Q1. No additional questions. Only package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick with your compensation amount. HR may play game with candidates.

Test Lead Interview Questions & Answers

user image Murali Krishna

posted on 2 Nov 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 Nov 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is RTM and what is its uses?
  • Ans. 

    RTM stands for Requirements Traceability Matrix. It is a document that links requirements to test cases to ensure all requirements are covered.

    • RTM helps in ensuring all requirements are covered by test cases

    • It provides traceability between requirements and test cases

    • RTM helps in tracking the progress of testing based on requirements

    • It assists in identifying any gaps in test coverage

    • Example: If a requirement states 'Use...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Test Lead Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2022

I applied via Campus Placement and was interviewed before Oct 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Simple aptitude tests, basic english and aptitude.

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself? Education backgrounds m Information on Extra curriculum activities ?
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you? Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join techM.
Don't expect to get a salary hike if you do decide to join techM.

Test Lead Interview Questions & Answers

user image Anonymous

posted on 30 May 2021

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic telecom provisiong
  • Q2. SQL queries
  • Q3. FL And MNP flow
  • Ans. 

    FL and MNP flow is a process of transferring a mobile number from one operator to another within the same circle or across different circles.

    • FL stands for Full MNP which allows the user to switch to any operator across India

    • MNP stands for Mobile Number Portability

    • The process involves generating a Unique Porting Code (UPC) by the current operator

    • The UPC is then shared with the new operator who initiates the porting proc...

  • Answered by AI
  • Q4. Bill generation

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Test Lead interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are Technical, HR and Resume Shortlist.
How to prepare for Tech Mahindra 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 Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Test Lead, Selenium, Automation Testing, Test Cases and Functional Testing.
What are the top questions asked in Tech Mahindra Test Lead interview?

Some of the top questions asked at the Tech Mahindra Test Lead interview -

  1. How to implement POM framework patt...read more
  2. How to write xpath in seleni...read more
  3. who to analyse test requirem...read more

Tell us how to improve this page.

Tech Mahindra Test Lead Interview Process

based on 8 interviews

3 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
View more

Test Lead Interview Questions from Similar Companies

TCS Test Lead Interview Questions
3.7
 • 9 Interviews
IBM Test Lead Interview Questions
4.0
 • 2 Interviews
View all
Tech Mahindra Test Lead Salary
based on 1.6k salaries
₹7.1 L/yr - ₹26.3 L/yr
At par with the average Test Lead Salary in India
View more details

Tech Mahindra Test Lead Reviews and Ratings

based on 130 reviews

3.4/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

2.6

Salary

3.1

Job security

3.1

Company culture

2.4

Promotions

3.1

Work satisfaction

Explore 130 Reviews and Ratings
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.3k salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Technical Lead
11.6k salaries
unlock blur

₹9.2 L/yr - ₹37 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

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