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

Tech Mahindra Technical Lead Interview Questions and Answers

Updated 14 Jun 2025

50 Interview questions

A Technical Lead was asked 1mo ago
Q. How do you debug an inbound IDoc?
Ans. 

Debugging an inbound IDoc involves checking the IDoc status, logs, and mapping errors to ensure successful processing.

  • Check the IDoc status using transaction WE02 or WE05 to identify errors.

  • Review the application log (transaction SLG1) for detailed error messages.

  • Verify the IDoc mapping in transaction WE30 to ensure correct data transformation.

  • Use transaction WE19 to test IDoc processing with sample data.

  • Check the...

A Technical Lead was asked 2mo ago
Q. What is a pragma autonomous transaction?
Ans. 

Pragma autonomous transaction allows a transaction to execute independently of the main transaction in Oracle databases.

  • Enables a separate transaction context within a main transaction.

  • Useful for logging or auditing actions without affecting the main transaction.

  • Example: COMMIT or ROLLBACK can be executed independently.

  • Syntax: 'PRAGMA AUTONOMOUS_TRANSACTION;' must be declared in the PL/SQL block.

  • Can lead to potent...

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 Cognizant
Q3. 1. Type of documentation for computer system validation. 2.Please ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in HCLTech
Q5. What is the purpose of React and its latest hooks?
A Technical Lead was asked 4mo ago
Q. Given an array of integers, sort the array in increasing order based on the frequency of each value. If multiple values have the same frequency, sort them in increasing order.
Ans. 

Sort an array of strings based on frequency of occurrence

  • Create a map to store the frequency of each string in the array

  • Sort the array based on the frequency stored in the map

  • Handle cases where multiple strings have the same frequency by sorting them alphabetically

A Technical Lead was asked 4mo ago
Q. How do you install TAFJ and JBoss?
Ans. 

To install TAFJ and JBoss, you need to download the installation files, configure the environment, and run the installation scripts.

  • Download the TAFJ and JBoss installation files from the official websites.

  • Ensure that your system meets the minimum requirements for TAFJ and JBoss.

  • Configure the environment variables and paths required for TAFJ and JBoss.

  • Run the installation scripts provided with TAFJ and JBoss to in...

What people are saying about Tech Mahindra

View All
a senior engineer
2w
💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida 📎 Screenshot attached | CTC: ₹13.5 LPA
✅ Variable is paid monthly and fully (as confirmed by HR) ❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage Would appreciate any insights from current/ex-TechM folks! 🙏
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Technical Lead was asked 4mo ago
Q. How can you write CI/CD Pipelines?
Ans. 

CI/CD pipelines automate the process of building, testing, and deploying code changes.

  • Use a version control system like Git to track changes in code

  • Set up a continuous integration server like Jenkins to automatically build and test code

  • Define stages in the pipeline such as build, test, and deploy

  • Use tools like Docker for containerization to ensure consistency in different environments

  • Integrate with tools like Sona...

A Technical Lead was asked 4mo ago
Q. If a fatal error occurs during a COB (Close of Business) process and it becomes unresponsive, what steps would you take to resolve the issue?
Ans. 

I would first try to identify the root cause of the fatal error and then take appropriate steps to resolve it.

  • Check logs to identify the specific error that caused the process to become unresponsive

  • Attempt to restart the process or server to see if that resolves the issue

  • If restarting doesn't work, analyze the code for potential bugs or issues causing the error

  • Consult with team members or experts for additional in...

A Technical Lead was asked 4mo ago
Q. What are the stages of Close of Business (COB), and can you define each stage?
Ans. 

The stages of Close of Business (COB) include preparation, reconciliation, reporting, and archiving.

  • Preparation involves finalizing transactions and ensuring all data is accurate.

  • Reconciliation is the process of comparing financial records to ensure they match.

  • Reporting involves generating reports for management and stakeholders.

  • Archiving is the final stage where all documents and records are stored for future ref...

Are these interview questions helpful?
A Technical Lead was asked 7mo ago
Q. What are OSS and BSS?
Ans. 

OSS (Operations Support Systems) and BSS (Business Support Systems) are frameworks for managing telecom and IT services.

  • OSS focuses on network management, including monitoring and maintaining telecom networks.

  • BSS deals with customer-facing activities like billing, order management, and customer relationship management.

  • Examples of OSS include network inventory systems and fault management systems.

  • Examples of BSS in...

A Technical Lead was asked 9mo ago
Q. Write code to draw a given pattern.
Ans. 

This task involves coding to create a specific visual pattern using programming techniques.

  • Identify the pattern requirements (e.g., size, shape).

  • Choose a programming language (e.g., Python, Java).

  • Use loops to iterate through rows and columns.

  • Utilize conditional statements for pattern logic.

  • Example: For a triangle, use nested loops to print stars.

A Technical Lead was asked 12mo ago
Q. Explain SQL in more detail.
Ans. 

SQL is a domain-specific language used for managing and manipulating relational databases.

  • SQL stands for Structured Query Language.

  • It is used to communicate with databases to perform tasks like querying data, updating records, and creating tables.

  • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and JOIN.

  • SQL is not case-sensitive.

  • SQL databases include MySQL, PostgreSQL, Oracle, and SQL Server.

Tech Mahindra Technical Lead Interview Experiences

81 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(5 Questions)

  • Q1. What are the stages of Close of Business (COB), and can you define each stage?
  • Ans. 

    The stages of Close of Business (COB) include preparation, reconciliation, reporting, and archiving.

    • Preparation involves finalizing transactions and ensuring all data is accurate.

    • Reconciliation is the process of comparing financial records to ensure they match.

    • Reporting involves generating reports for management and stakeholders.

    • Archiving is the final stage where all documents and records are stored for future referenc...

  • Answered by AI
  • Q2. If a fatal error occurs during a COB (Close of Business) process and it becomes unresponsive, what steps would you take to resolve the issue?
  • Ans. 

    I would first try to identify the root cause of the fatal error and then take appropriate steps to resolve it.

    • Check logs to identify the specific error that caused the process to become unresponsive

    • Attempt to restart the process or server to see if that resolves the issue

    • If restarting doesn't work, analyze the code for potential bugs or issues causing the error

    • Consult with team members or experts for additional insight...

  • Answered by AI
  • Q3. How do you install TAFJ and Jboss
  • Ans. 

    To install TAFJ and JBoss, you need to download the installation files, configure the environment, and run the installation scripts.

    • Download the TAFJ and JBoss installation files from the official websites.

    • Ensure that your system meets the minimum requirements for TAFJ and JBoss.

    • Configure the environment variables and paths required for TAFJ and JBoss.

    • Run the installation scripts provided with TAFJ and JBoss to install...

  • Answered by AI
  • Q4. Have you worked on TPH?
  • Ans. 

    Yes, I have worked on TPH (Transactions Per Hour) in previous projects.

    • I have experience optimizing systems to handle high TPH.

    • Implemented performance improvements to increase TPH.

    • Monitored and analyzed TPH metrics to identify bottlenecks.

    • Collaborated with team to enhance TPH capabilities.

    • Used tools like JMeter to simulate high TPH scenarios.

  • Answered by AI
  • Q5. How can you write CI/ CD Pipelines
  • Ans. 

    CI/CD pipelines automate the process of building, testing, and deploying code changes.

    • Use a version control system like Git to track changes in code

    • Set up a continuous integration server like Jenkins to automatically build and test code

    • Define stages in the pipeline such as build, test, and deploy

    • Use tools like Docker for containerization to ensure consistency in different environments

    • Integrate with tools like SonarQube...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - How do you install Tafj, and which recent release have you worked on?

Technical Lead Interview Questions & Answers

user image Shafaque Sheikh

posted on 22 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Array sort on frequency
  • Ans. 

    Sort an array of strings based on frequency of occurrence

    • Create a map to store the frequency of each string in the array

    • Sort the array based on the frequency stored in the map

    • Handle cases where multiple strings have the same frequency by sorting them alphabetically

  • Answered by AI
  • Q2. Immutable class

Interview Preparation Tips

Interview preparation tips for other job seekers - Question on array topic and theory questions on java
Immutable clas
Hash code and equals
Sort array on frequency
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How to improve performance if BAPI is called in loop .
  • Ans. 

    Optimize BAPI calls in loops by reducing frequency, batching requests, and leveraging asynchronous processing.

    • Batch Processing: Instead of calling BAPI for each record, collect multiple records and call BAPI once. For example, if processing 100 records, send them in a single BAPI call.

    • Asynchronous Calls: Use asynchronous BAPI calls to allow other processes to continue while waiting for the BAPI response, improving over...

  • Answered by AI
  • Q2. How do you debug an inbound idoc
  • Ans. 

    Debugging an inbound IDoc involves checking the IDoc status, logs, and mapping errors to ensure successful processing.

    • Check the IDoc status using transaction WE02 or WE05 to identify errors.

    • Review the application log (transaction SLG1) for detailed error messages.

    • Verify the IDoc mapping in transaction WE30 to ensure correct data transformation.

    • Use transaction WE19 to test IDoc processing with sample data.

    • Check the part...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is pragma autonomous transaction
  • Ans. 

    Pragma autonomous transaction allows a transaction to execute independently of the main transaction in Oracle databases.

    • Enables a separate transaction context within a main transaction.

    • Useful for logging or auditing actions without affecting the main transaction.

    • Example: COMMIT or ROLLBACK can be executed independently.

    • Syntax: 'PRAGMA AUTONOMOUS_TRANSACTION;' must be declared in the PL/SQL block.

    • Can lead to potential i...

  • Answered by AI
  • Q2. Performance tuning

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(1 Question)

  • Q1. SAP mm basic topics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions from PLSQL on Self Join
  • Q2. ER Diagram related questions
Round 2 - Client Interview 

(4 Questions)

  • Q1. Questions from PLSQL
  • Q2. ER Diagram related questions
  • Q3. OOP concept related questions
  • Q4. Coding to draw a given pattern
  • Ans. 

    This task involves coding to create a specific visual pattern using programming techniques.

    • Identify the pattern requirements (e.g., size, shape).

    • Choose a programming language (e.g., Python, Java).

    • Use loops to iterate through rows and columns.

    • Utilize conditional statements for pattern logic.

    • Example: For a triangle, use nested loops to print stars.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Technical Lead interview:
  • OOPS
  • PLSQL
  • SqlQuery
  • Coding
Interview preparation tips for other job seekers - Know the basics very well related to Oops, PLSQL and ready ro write coding as per the requirement.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself, normalization, find duplicates from string program,
  • Q2. About project mentioned in resume
Round 2 - Technical 

(1 Question)

  • Q1. About resume, git questions, general upgradation related question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Telecom order journey
  • Q2. What is OSS BSS
  • Ans. 

    OSS (Operations Support Systems) and BSS (Business Support Systems) are frameworks for managing telecom and IT services.

    • OSS focuses on network management, including monitoring and maintaining telecom networks.

    • BSS deals with customer-facing activities like billing, order management, and customer relationship management.

    • Examples of OSS include network inventory systems and fault management systems.

    • Examples of BSS include...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Network security experience
  • Ans. 

    I have extensive experience in network security, including implementing firewalls, intrusion detection systems, and conducting security audits.

    • Implemented firewalls to protect network from unauthorized access

    • Configured intrusion detection systems to monitor network traffic for suspicious activity

    • Conducted regular security audits to identify vulnerabilities and ensure compliance with security policies

  • Answered by AI
  • Q2. Modulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Directly address the client with questions regarding system design, security considerations, and specific Android design patterns.

Technical Lead Interview Questions & Answers

user image Chinta Deepak Sai Chand

posted on 30 Apr 2024

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

(1 Question)

  • Q1. Tech questions on cloud
Round 2 - Technical 

(2 Questions)

  • Q1. Tech question on Azure services
  • Q2. Azure services and resources in AAD
  • Ans. 

    Azure Active Directory (AAD) provides identity and access management services for Azure resources.

    • AAD is used to manage user identities and control access to Azure resources

    • It provides single sign-on (SSO) capabilities for users to access multiple applications with one set of credentials

    • AAD integrates with various Azure services like Azure Virtual Machines, Azure App Service, Azure SQL Database, etc.

    • It offers features ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Package how much needed
  • Q2. Good but not much

Skills evaluated in this interview

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 Technical Leadership.
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
What are the most common questions asked in Tech Mahindra Technical Lead HR round?

The most common HR questions asked in Tech Mahindra Technical Lead interview are -

  1. Why are you looking for a chan...read more
  2. What are your salary expectatio...read more
  3. Share details of your previous j...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.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 86 interview experiences

Difficulty level

Easy 8%
Moderate 84%
Hard 8%

Duration

Less than 2 weeks 70%
2-4 weeks 18%
4-6 weeks 6%
6-8 weeks 2%
More than 8 weeks 4%
View more
Tech Mahindra Technical Lead Salary
based on 12.5k salaries
₹16.9 L/yr - ₹30 L/yr
13% more than the average Technical Lead Salary in India
View more details

Tech Mahindra Technical Lead Reviews and Ratings

based on 779 reviews

3.3/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.0

Salary

3.3

Job security

3.2

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 779 Reviews and Ratings
Tech Lead

Bangalore / Bengaluru

5-10 Yrs

₹ 9-32 LPA

Tech Lead

Hyderabad / Secunderabad

8-12 Yrs

₹ 6-37.5 LPA

Tech Lead

Chennai

6-11 Yrs

₹ 18-31.5 LPA

Explore more jobs
Software Engineer
26.6k salaries
unlock blur

₹3.7 L/yr - ₹9.2 L/yr

Senior Software Engineer
22.2k salaries
unlock blur

₹9.1 L/yr - ₹18.5 L/yr

Technical Lead
12.5k salaries
unlock blur

₹16.9 L/yr - ₹30 L/yr

Associate Software Engineer
6.1k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.4k salaries
unlock blur

₹5.7 L/yr - ₹17.7 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.6
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare
write
Share an Interview