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 Technical Lead Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top Tech Mahindra Technical Lead Interview Questions and Answers

  • Q1. What is REST API? And the difference between GET, PUT, POST, DELETE, MERGE, PATCH methods. Also, differences in various response codes like 200,203,204
  • Q2. How to speed up request response? What is caching? Which cache you are using?
  • Q3. How to secure endpoints in REST APIs? What is JWT Token?
View all 46 questions

Tech Mahindra Technical Lead Interview Experiences

75 interviews found

Technical Lead Interview Questions & Answers

user image Prasanna Kumar

posted on 3 Oct 2023

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Interview was JavaScript and React
  • Q2. 1.What is virtual dom and how does it differ from real Dom ?
  • Ans. 

    Virtual DOM is a lightweight copy of the real DOM that allows for efficient updates without directly manipulating the actual DOM.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct DOM manipulation.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This process reduces the number of actual DOM manipulati...

  • Answered by AI
  • Q3. 2. How do you reverse string without using in built method ?
  • Ans. 

    Iterate through the string from end to beginning and append each character to a new string.

    • Create an empty string to store the reversed string.

    • Iterate through the original string from end to beginning.

    • Append each character to the new string.

    • Return the reversed string.

  • Answered by AI
  • Q4. 3. Event loop in js ?
  • Ans. 

    Event loop in JavaScript manages asynchronous operations by executing callback functions in a queue.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It continuously checks the call stack and the callback queue to see if there are any functions that need to be executed.

    • If the call stack is empty, the event loop will take a function from the callback queue and push it onto the call stack for e...

  • Answered by AI
  • Q5. 4. Poly fill for call method ?
  • Ans. 

    Polyfill is a piece of code that provides the functionality that is not natively available in a browser.

    • Polyfill for the call method in JavaScript is used to provide support for older browsers that do not natively support the call method.

    • It is typically implemented using the Function.prototype.call method.

    • Example: Function.prototype.call = Function.prototype.call || function() { // polyfill code here }

  • Answered by AI
  • Q6. 5. Gave an coding snippet One array and need to filter zero values

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2023. 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 - Aptitude Test 

Basic questions about general maths solving capabilities. English.

Round 3 - Technical 

(1 Question)

  • Q1. Job related technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about the position u applying for

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell me about your Project/Tech stack

Interview Preparation Tips

Interview preparation tips for other job seekers - Join if you can survive till you get onsite, no growth in terms of appraisal.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. 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 Resume tips
Round 2 - HR 

(3 Questions)

  • Q1. HR asks questions related to profile and search for right candidate. So be ready with basic questions.
  • Q2. HR asked questions related to IP address, subnet and OSI model
  • Q3. Active directory services, Load balancing, VPN
Round 3 - Technical 

(1 Question)

  • Q1. Interviewer asked deep questions in technical topics.
Round 4 - Technical 

(1 Question)

  • Q1. Technical head also asked technical questions. So you should very well aware about your topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all technical topics

Tech Mahindra interview questions for designations

 Java Technical Lead

 (1)

 Technical Architect

 (4)

 Technical Specialist

 (4)

 Technical Consultant

 (3)

 Technical Analyst

 (1)

 Test Lead

 (12)

 Project Lead

 (9)

 Lead Consultant

 (3)

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic screening regarding the job profile and skill set.
  • Q2. Availability for interview and expected salary discussion.
Round 2 - Technical 

(2 Questions)

  • Q1. Short technical round of 15 minutes. Questions asked regarding my profile. Perl Profile: Hash, Arrays, Error Handling
  • Q2. Shell Scripting very basic questions.
Round 3 - Technical 

(4 Questions)

  • Q1. Final technical round and went for 1 hour.
  • Q2. Perl DBI module , how to connect to database, how to fetch data from table.
  • Ans. 

    Perl DBI module is used to connect to databases and fetch data from tables.

    • Use DBI module to connect to database using appropriate driver, username, password, and database name

    • Prepare and execute SQL queries to fetch data from tables using DBI module

    • Use fetchrow_array() or fetchrow_hashref() methods to retrieve data from query results

  • Answered by AI
  • Q3. Data base questions with joins , inner join outer join, etc
  • Q4. Shell Scripting basic questions and asked known UNIX commands.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Technical Lead interview:
  • Perl
  • Shell Scripting
  • Database
Interview preparation tips for other job seekers - Over all it was good experience and HR replied on time.

Get interview-ready with Top Tech Mahindra Interview Questions

I applied via Recruitment Consulltant and was interviewed in Nov 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 

(2 Questions)

  • Q1. .Net depth knowledge
  • Q2. React JS depth knowledge and redux basics.
Round 3 - One-on-one 

(1 Question)

  • Q1. Onshore round with basic questions regarding Web Apis and Reac Js

Interview Preparation Tips

Interview preparation tips for other job seekers - Please learns basics and then higher concepts. It will help to clear any interview.

Technical Lead Jobs at Tech Mahindra

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

I applied via Job Portal and was interviewed in Dec 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. Basic question on mongodb
Round 3 - Technical 

(1 Question)

  • Q1. Core question about mongodb
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Company Website

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. ASP.NET MVC and SQL, LINQ, ORM etc
Round 3 - Assignment 

CI /CD ,AZURE DEVOPS and cloud knowledge,scrum and leadership

Round 4 - HR 

(1 Question)

  • Q1. Negotiation and work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - No decent hike and get more while getting offer itself

Technical Lead Interview Questions & Answers

user image Archana Vishwakarma

posted on 5 May 2024

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Coroutine basic Kotlin questions
  • Q2. What is coroutine
  • Ans. 

    A coroutine is a concurrency design pattern that allows multiple entry points for suspending and resuming execution.

    • Coroutines are used to perform asynchronous operations without blocking the main thread.

    • They can be used to handle tasks like network requests, file I/O, or database operations.

    • Coroutines are commonly used in languages like Kotlin, Python, and C++ for asynchronous programming.

  • Answered by AI
  • Q3. Exception handing in coroutine
  • Ans. 

    Exception handling in coroutines involves handling exceptions that occur during the execution of asynchronous code.

    • Use try-except blocks to catch exceptions within coroutines.

    • Use asyncio.gather() to run multiple coroutines concurrently and handle exceptions.

    • Use asyncio.ensure_future() to convert a coroutine to a Task and handle exceptions.

    • Use asyncio.run() to run the main coroutine and handle exceptions.

    • Handle specific

  • Answered by AI
  • Q4. Const, val and var
  • Q5. Lateinit and lazy
  • Q6. Inline function
Round 2 - Case Study 

How you will increase speed of the project

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. 4G 5G call flow , network architecture, kubernates, openstack,
  • Q2. How you can perform acceptance testing?
  • Ans. 

    Acceptance testing can be performed by creating test cases based on user requirements and executing them to ensure the system meets the acceptance criteria.

    • Create test cases based on user requirements

    • Execute test cases to ensure the system meets acceptance criteria

    • Automate acceptance testing using tools like Selenium or Cucumber

    • Involve stakeholders in the acceptance testing process to ensure their needs are met

  • Answered by AI
  • Q3. Deterministic and exploratory testing ?
Round 2 - Technical 

(1 Question)

  • Q1. Kubernates deployment, helm chart, real and non real time traffic, KPI monitoring

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concept for call flow, kubernates, openstack, virtualization will help to clear the interview

Skills evaluated in this interview

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

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Technical Lead interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Resume Shortlist and HR.
How to prepare for Tech Mahindra Technical 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 Production Support, Project Development, Technical Documentation, Java and SQL.
What are the top questions asked in Tech Mahindra Technical Lead interview?

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

  1. What is REST API? And the difference between GET, PUT, POST, DELETE, MERGE, PAT...read more
  2. How to speed up request response? What is caching? Which cache you are usi...read more
  3. How to secure endpoints in REST APIs? What is JWT Tok...read more
How long is the Tech Mahindra Technical Lead interview process?

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

Recently Viewed

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Cognizant

No Interviews

REVIEWS

HGS

No Reviews

REVIEWS

HGS

No Reviews

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Global Newborn Solutions

No Interviews

INTERVIEWS

DXC Technology

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

Tell us how to improve this page.

Tech Mahindra Technical Lead Interview Process

based on 77 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more
Tech Mahindra Technical Lead Salary
based on 11.7k salaries
₹9.5 L/yr - ₹38 L/yr
12% more than the average Technical Lead Salary in India
View more details

Tech Mahindra Technical Lead Reviews and Ratings

based on 678 reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.0

Salary

3.4

Job security

3.2

Company culture

2.5

Promotions

3.2

Work satisfaction

Explore 678 Reviews and Ratings
Tech Lead

Pune

8-10 Yrs

₹ 7-30.5 LPA

Tech Lead

Pune

5-9 Yrs

₹ 6.3-30.25 LPA

Android Tech Lead

Pune

10-12 Yrs

₹ 7-30 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