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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 8 Apr 2025

Top Tech Mahindra Senior Software Engineer Interview Questions and Answers

  • Q1. How to apply SOLID principle and what is dependency injection and why to use it and scenarios on where to use
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Q3. 1)Val a = Array(1,2,1,3,4) Need output as (1,2) (2,1) (1,3) (3,4)
View all 105 questions

Tech Mahindra Senior Software Engineer Interview Experiences

155 interviews found

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question of Swift, Core data, multi threading, Unit Testing, GCD
Round 2 - One-on-one 

(1 Question)

  • Q1. Just Introduction round
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discuss with client

Interview Preparation Tips

Interview preparation tips for other job seekers - Before interview process remind all learned concept once, and not learn any new concept before last minute of interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were about unix commands
  • Q2. Sed , grep , find and awk
Round 2 - Technical 

(1 Question)

  • Q1. Some simple shell scripting for scenarios was asked
Round 3 - HR 

(1 Question)

  • Q1. Where you will see yourself in another 5 years

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the purpose of static keyword in Java
  • Ans. 

    Static keyword in Java is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an object of the class

    • Static keyword can be used to create static blocks for initializing static variables

    • Static keyword can also be used to create static nested classes

  • Answered by AI
  • Q2. Write a program in java to count the occurrence of each character in a string
  • Ans. 

    Program in Java to count occurrence of each character in a string

    • Create a HashMap to store characters and their counts

    • Iterate through the string and update the counts in the HashMap

    • Print the characters and their counts from the HashMap

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write program to read and write from excel
  • Ans. 

    Program to read and write data from Excel using a library like Apache POI or Openpyxl.

    • Use a library like Apache POI for Java or Openpyxl for Python to interact with Excel files.

    • Read data from Excel file using library functions and write data back to Excel file after processing.

    • Handle exceptions like file not found or incorrect format when reading or writing to Excel.

  • Answered by AI
  • Q2. Write testcases for Whatsapp video calling feature
  • Ans. 

    Testcases for Whatsapp video calling feature

    • Test if video call can be initiated successfully

    • Test if video call can be accepted/rejected by recipient

    • Test if video call quality is good

    • Test if video call can be ended properly

    • Test if video call can be switched to voice call

    • Test if video call works on different network connections (3G, 4G, Wi-Fi)

    • Test if video call works on different devices (Android, iOS)

    • Test if video call

  • Answered by AI

Skills evaluated in this interview

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 Aug 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. I'm a Syniti ADM consultant ,so everything about Adm tool was asked
Round 3 - Technical 

(1 Question)

  • Q1. Again in depth of syniti ADM tool , basics of Sap mm module ( since I had worked on sap mm module) during data migration process

Tech Mahindra interview questions for designations

 Senior Software Engineer 2

 (2)

 Senior Software Engineer Testing

 (2)

 Senior Software Development Engineer

 (1)

 Senior Associate Software Engineer

 (1)

 Senior Software Quality Engineer

 (1)

 Software Engineer

 (193)

 Senior Software Developer

 (10)

 Senior Software Programmer

 (1)

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

(1 Question)

  • Q1. Dependency injection
Round 2 - Technical 

(1 Question)

  • Q1. Middleware, authentication

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a hands on experience
Multiple skills would be benefit

Get interview-ready with Top Tech Mahindra Interview Questions

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About you Project experience and technical discussion
Round 2 - HR 

(1 Question)

  • Q1. Package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare specific to JD and recall project details you worked and technical as well

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Sharepoint questions
  • Q2. Power platform power apps
  • Q3. Power automate and power apps
  • Q4. SharePoint on line is rerquired

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Sharepoint
Interview preparation tips for other job seekers - learn power platform. and SharePoint online
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. How to implicitly call an interface method?
  • Ans. 

    To implicitly call an interface method, create an object of the implementing class and assign it to the interface type.

    • Create an interface with the desired method signature

    • Create a class that implements the interface

    • Create an object of the implementing class and assign it to the interface type

    • Call the method on the interface object

    • The implementing class's method will be implicitly called

  • Answered by AI
  • Q2. Use interface name before method name while implementing the method in class. Ex- interfacename.methodname()
  • Ans. 

    Using interface name before method name while implementing the method in class.

    • This is a recommended practice in Java programming.

    • It helps in avoiding naming conflicts and improves code readability.

    • Example: MyInterface.myMethod();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS Concepts like interfaces, abstract classes etc with solid principles and design patterns questions.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What kind of applications does AI have and how can you use them on the job?
  • Ans. 

    AI applications include natural language processing, image recognition, recommendation systems, and autonomous vehicles.

    • Natural language processing for chatbots and virtual assistants

    • Image recognition for facial recognition and object detection

    • Recommendation systems for personalized content suggestions

    • Autonomous vehicles for self-driving cars

  • Answered by AI
  • Q2. Tell me about yourself in detail (More professional and not really personal)
  • Q3. Scenarios based questions on chat bots and what you would do

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to give structured answers that are to the point. But also make sure they are not one liners

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. How does hash map internally work in Java?
  • Ans. 

    HashMap in Java uses an array of linked lists to store key-value pairs, with keys being hashed to determine the index in the array.

    • HashMap contains an array of linked lists where each element is a key-value pair

    • When a key is inserted, its hash code is used to determine the index in the array

    • If multiple keys hash to the same index, they are stored in a linked list at that index

    • To retrieve a value, the key's hash code is...

  • Answered by AI
  • Q2. General question on Java Thread
Round 2 - HR 

(1 Question)

  • Q1. Compensation Expectation

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Software Engineer 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 Senior Software Engineer 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 Software Engineering, Java, Spring Boot, SQL and Javascript.
What are the top questions asked in Tech Mahindra Senior Software Engineer interview?

Some of the top questions asked at the Tech Mahindra Senior Software Engineer interview -

  1. How to apply SOLID principle and what is dependency injection and why to use it...read more
  2. In azure data factory how would you implement the functionality of tumbling win...read more
  3. 1)Val a = Array(1,2,1,3,4) Need output as (1,2) (2,1) (1,3) (3...read more
How long is the Tech Mahindra Senior Software Engineer interview process?

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

Tell us how to improve this page.

Tech Mahindra Senior Software Engineer Interview Process

based on 132 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
Tech Mahindra Senior Software Engineer Salary
based on 21.6k salaries
₹5.5 L/yr - ₹23.4 L/yr
13% less than the average Senior Software Engineer Salary in India
View more details

Tech Mahindra Senior Software Engineer Reviews and Ratings

based on 1.9k reviews

3.6/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.1

Salary

3.5

Job security

3.4

Company culture

2.7

Promotions

3.3

Work satisfaction

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

₹2 L/yr - ₹9.4 L/yr

Senior Software Engineer
21.6k salaries
unlock blur

₹5.5 L/yr - ₹23.4 L/yr

Technical Lead
11.9k salaries
unlock blur

₹9.6 L/yr - ₹32 L/yr

Associate Software Engineer
5.7k salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Team Lead
5k salaries
unlock blur

₹5.3 L/yr - ₹17.5 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