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

Filter interviews by

Clear (1)

Tech Mahindra Team Lead Interview Questions, Process, and Tips

Updated 27 Jan 2025

Top Tech Mahindra Team Lead Interview Questions and Answers

  • Q1. Can you see the door behind you. How much force is required to open it if wind velocity if 20km per hour outside.
  • Q2. Which command do you use to find 3rd column in a pipe delimited file in unix?
  • Q3. What is the process for creating a Standard Operating Procedure (SOP)?
View all 26 questions

Tech Mahindra Team Lead Interview Experiences

35 interviews found

Team Lead Interview Questions & Answers

user image Anonymous

posted on 31 Oct 2022

I applied via Recruitment Consulltant and was interviewed before Oct 2021. 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 - One-on-one 

(4 Questions)

  • Q1. Which command do you use to find 3rd column in a pipe delimited file in unix?
  • Ans. 

    To find 3rd column in a pipe delimited file in unix, use the cut command.

    • Use the cut command with -d option to specify the delimiter as pipe(|)

    • Use -f option to specify the field/column number to extract, in this case 3

    • Example: cut -d '|' -f 3 filename.txt

    • This will output the 3rd column from the file filename.txt

  • Answered by AI
  • Q2. Which libraries you have used in python?
  • Ans. 

    I have used various libraries in Python such as NumPy, Pandas, Matplotlib, Scikit-learn, etc.

    • NumPy - for numerical computations and array manipulation

    • Pandas - for data manipulation and analysis

    • Matplotlib - for data visualization

    • Scikit-learn - for machine learning tasks

    • Requests - for making HTTP requests

    • BeautifulSoup - for web scraping

    • NLTK - for natural language processing

    • OpenCV - for computer vision tasks

  • Answered by AI
  • Q3. Difference between dense rank, rank and row number in SQL
  • Ans. 

    Dense rank assigns consecutive integers to distinct values, rank assigns integers to distinct values but skips integers for ties, row number assigns integers to rows in the result set.

    • Dense rank assigns consecutive integers to distinct values

    • Rank assigns integers to distinct values but skips integers for ties

    • Row number assigns integers to rows in the result set

    • Dense rank and rank are used for ranking data, while row nu...

  • Answered by AI
  • Q4. What are the analytical function does HIVE support
  • Ans. 

    Hive supports various analytical functions for data processing and analysis.

    • Hive supports aggregation functions like SUM, COUNT, AVG, MIN, MAX, etc.

    • It also supports window functions like ROW_NUMBER, RANK, LAG, LEAD, etc.

    • Hive provides statistical functions such as CORR, COVAR_POP, STDDEV, etc.

    • It supports date and time functions like YEAR, MONTH, DAY, HOUR, etc.

    • Hive also offers string manipulation functions like CONCAT,

  • Answered by AI
Round 3 - One-on-one 

(5 Questions)

  • Q1. How do you handle transformation of multi array in JSON in Kafka
  • Ans. 

    Multi array transformation in JSON in Kafka

    • Use a JSON serializer and deserializer to convert multi arrays to JSON and vice versa

    • Ensure that the data is properly formatted and validated before sending it to Kafka

    • Consider using a schema registry to manage the schema for the JSON data

    • Test the transformation thoroughly to ensure that it is working as expected

  • Answered by AI
  • Q2. What is lambda function in python
  • Ans. 

    Lambda function is a small anonymous function in Python.

    • Lambda functions can have any number of arguments but only one expression.

    • They are used as a shortcut to define small functions without a name.

    • Lambda functions can be used as arguments to higher-order functions.

    • Example: lambda x: x**2 defines a function that squares its input.

    • Example: sorted(list, key=lambda x: x[1]) sorts a list of tuples by the second element.

  • Answered by AI
  • Q3. How do you eliminate null values in HIVE
  • Ans. 

    Null values in HIVE can be eliminated using the COALESCE function.

    • Use the COALESCE function to replace null values with a default value.

    • Syntax: COALESCE(column_name, default_value)

    • Example: SELECT COALESCE(name, 'Unknown') FROM table_name;

  • Answered by AI
  • Q4. What are ACID properties in HIVE table
  • Ans. 

    ACID properties ensure data consistency and reliability in HIVE tables.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work.

    • Consistency ensures that the data remains in a valid state before and after the transaction.

    • Isolation ensures that concurrent transactions do not interfere with each other.

    • Durability ensures that once a transacti...

  • Answered by AI
  • Q5. How to get 3rd highest salary in an employee table
  • Ans. 

    To get the 3rd highest salary in an employee table, we can use the SQL query with the 'LIMIT' and 'OFFSET' clauses.

    • Write a SQL query to select the distinct salaries from the employee table in descending order.

    • Use the 'LIMIT' clause to limit the result to the third row.

    • Use the 'OFFSET' clause to skip the first two rows.

    • The result will be the 3rd highest salary in the employee table.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics cleared on Python, SQL , Spark. Also you will face scenario based questions.

Skills evaluated in this interview

Team Lead Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2021

I applied via Approached by Company and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Technical interview for approx 50 min

Interview Preparation Tips

Interview preparation tips for other job seekers - Manager round he will ask your personal experience day today activities which you do BAU questions.

Team Lead Interview Questions Asked at Other Companies

Q1. write a java program to get maxing profit by buying and selling a ... read more
Q2. 1: What does Test Strategy means ? Test strategy is a document wh ... read more
asked in Delhivery
Q3. How will you calculate volume of a shipment?
Q4. 1) What happens when two positively charged material is placed to ... read more
Q5. A baseball bat and a ball cost 110together, and the bat costs 100 ... read more

Team Lead Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2022

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Purely on big data.. mostly hive and spark
Round 2 - Technical 

(1 Question)

  • Q1. Stressed on data processing

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to join.. variables are paid end of every month

Team Lead Interview Questions & Answers

user image Anonymous

posted on 21 Dec 2022

I applied via Walk-in and was interviewed before Dec 2021. 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 - HR 

(1 Question)

  • Q1. Initial screening round with questions asked on self introduction and other details.
Round 3 - One-on-one 

(1 Question)

  • Q1. Operations round with the questions asked on our capabilities, skills and communication.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident and true about yourself and carry good knowledge of your previous job.

Tech Mahindra interview questions for designations

 Associate - Team Lead

 (3)

 Team Lead Operations

 (20)

 Bpo Team Lead

 (1)

 Functional Team Lead

 (1)

 Senior Associate Team Lead

 (1)

 Team Lead and Developer

 (1)

 Team Manager

 (2)

 PMO Lead

 (2)

Team Lead Interview Questions & Answers

user image Chetan Maurya

posted on 24 Jul 2017

Interview Questionnaire 

1 Question

  • Q1. HR asked about work experience

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was waiting for shortlisting

Get interview-ready with Top Tech Mahindra Interview Questions

Contribute & help others!
anonymous
You can choose to be anonymous

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Team Lead interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Tech Mahindra Team 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 Team Leading, Team Handling, Team Management, Shrinkage and TL.
What are the top questions asked in Tech Mahindra Team Lead interview?

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

  1. Can you see the door behind you. How much force is required to open it if wind ...read more
  2. Which command do you use to find 3rd column in a pipe delimited file in un...read more
  3. What is the process for creating a Standard Operating Procedure (SO...read more
How long is the Tech Mahindra Team Lead interview process?

The duration of Tech Mahindra Team Lead interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Technotask Business Solutions

No Interviews

REVIEWS

HGS

No Reviews

INTERVIEWS

Schneider Electric

No Interviews

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

JOBS

Tech Mahindra

No Jobs

INTERVIEWS

TCS

No Interviews

DESIGNATION

Tell us how to improve this page.

Tech Mahindra Team Lead Interview Process

based on 31 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round
  • One-on-one Round
View more

Team Lead Interview Questions from Similar Companies

TCS Team Lead Interview Questions
3.7
 • 35 Interviews
Wipro Team Lead Interview Questions
3.7
 • 25 Interviews
IBM Team Lead Interview Questions
4.0
 • 12 Interviews
View all
Tech Mahindra Team Lead Salary
based on 5k salaries
₹5.2 L/yr - ₹17 L/yr
23% more than the average Team Lead Salary in India
View more details

Tech Mahindra Team Lead Reviews and Ratings

based on 637 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.7

Salary

3.4

Job security

3.1

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 637 Reviews and Ratings
BIW Closure : CATIA : Automotive Team Lead

Pune

10-15 Yrs

₹ 3.5-28 LPA

Huge Openings For Team lead

Mumbai

5-10 Yrs

₹ 5.75-9.65 LPA

Explore more jobs
Software Engineer
26.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
21.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
11.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
5.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare

Wipro

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