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 Software Developer Interview Questions and Answers for Experienced

Updated 9 Jun 2025

12 Interview questions

A Software Developer was asked 1mo ago
Q. What is DRY?
Ans. 

DRY stands for 'Don't Repeat Yourself', a principle aimed at reducing repetition in code and improving maintainability.

  • Encourages code reusability by abstracting common functionality into functions or classes.

  • Example: Instead of writing the same validation logic in multiple places, create a single function to handle it.

  • Helps in reducing bugs since changes need to be made in only one place.

  • Promotes cleaner and more...

A Software Developer was asked 1mo ago
Q. Write a program to find duplicate characters in a string.
Ans. 

This program identifies and returns duplicate characters from a given string.

  • Use a dictionary to count occurrences of each character.

  • Iterate through the string and update the count in the dictionary.

  • Extract characters that have a count greater than 1.

  • Example: For input 'programming', output should be ['g', 'r'].

Software Developer Interview Questions Asked at Other Companies for Experienced

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Chess Tournament Problem Statement In Ninjaland, a chess tourname ... read more
A Software Developer was asked 1mo ago
Q. What is middleware and how do you implement custom middleware?
Ans. 

Middleware is software that connects different applications or services, facilitating communication and data management.

  • Middleware acts as a bridge between different software applications, enabling them to communicate and share data.

  • Common types of middleware include message brokers, database middleware, and web servers.

  • To implement custom middleware in a web application, define a function that processes requests ...

A Software Developer was asked 6mo ago
Q. What is OOP in PHP?
Ans. 

OOPs in PHP stands for Object-Oriented Programming, a programming paradigm that uses objects and classes to organize code.

  • OOPs allows for better code organization and reusability

  • Key concepts include classes, objects, inheritance, encapsulation, and polymorphism

  • Example: class Car { public $color; function drive() { echo 'Driving'; }}

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 Software Developer was asked 8mo ago
Q. Explain the concepts of OOP.
Ans. 

OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOP focuses on organizing code into objects that interact with each other.

  • Key principles of OOP include encapsulation, inheritance, and polymorphism.

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Inheritance allows classes to inherit attributes a...

A Software Developer was asked 12mo ago
Q. Explain some array functions.
Ans. 

Array functions are built-in methods in JavaScript that allow manipulation and traversal of arrays.

  • Some common array functions include: map(), filter(), reduce(), forEach(), and find().

  • map() - creates a new array by applying a function to each element in the original array.

  • filter() - creates a new array with elements that pass a certain condition.

  • reduce() - applies a function against an accumulator and each elemen...

A Software Developer was asked 12mo ago
Q. Explain Native module
Ans. 

A native module is a module written in the same language as the application it is being used in, providing direct access to platform-specific APIs.

  • Native modules are typically written in languages like C, C++, or Objective-C for iOS and Java for Android.

  • They are used to access platform-specific features and APIs that are not available in JavaScript.

  • Native modules can improve performance and provide more flexibilit...

Are these interview questions helpful?
🔥 Asked by recruiter 4 times
A Software Developer was asked 12mo ago
Q. Explain the concepts of OOPS.
Ans. 

OOPS Concepts are fundamental principles of Object-Oriented Programming like Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implem...

🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. Write a program to check if a given string is a palindrome.
Ans. 

Palindrome logic checks if a word or phrase reads the same backward as forward.

  • Remove all spaces and punctuation marks from the input string.

  • Convert the string to lowercase to ignore case sensitivity.

  • Reverse the string and compare it with the original string.

  • If both are equal, then the input string is a palindrome.

A Software Developer was asked 1mo ago
Q. What is design pattern and about singleton class?
Ans. 

Design patterns are reusable solutions to common software design problems; the Singleton pattern restricts instantiation to one instance.

  • Design patterns provide a standard terminology and are best practices for software design.

  • The Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Example: A configuration manager that loads settings from a file and should only be in...

Tech Mahindra Software Developer Interview Experiences for Experienced

18 interviews found

Software Developer Interview Questions & Answers

user image Sahana Sahana

posted on 6 Jun 2025

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

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

  • Q1. Tell. Me. about your self
  • Q2. Why. Shood. We. Chose. You
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved load time by 30%.

    • Strong proficiency in multiple programming languages, including Python and Java, allowing for versatile contributions to various projects.

    • Excellent teamwork and communicatio...

  • Answered by AI

Software Developer Interview Questions & Answers

user image Divyang Vadodariya

posted on 3 Jan 2025

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

(1 Question)

  • Q1. What is opps in php

Software Developer Interview Questions & Answers

user image Venkata Pratap

posted on 2 Nov 2024

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

(2 Questions)

  • Q1. About current roles
  • Q2. Challenges faced
  • Ans. 

    Some challenges faced include debugging complex code, meeting tight deadlines, and adapting to new technologies.

    • Debugging complex code to identify and fix errors

    • Meeting tight deadlines for project delivery

    • Adapting to new technologies and frameworks

    • Collaborating with team members to integrate code changes

    • Managing multiple projects simultaneously

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oop concept explain
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on organizing code into objects that interact with each other.

    • Key principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows classes to inherit attributes and me...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic c++ programming
  • Q2. OOPS Concepts explain
  • Ans. 

    OOPS Concepts are fundamental principles of Object-Oriented Programming like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementat...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Software Developer interview:
  • OOPS
Interview preparation tips for other job seekers - They have asked about the oops concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain Native module
  • Ans. 

    A native module is a module written in the same language as the application it is being used in, providing direct access to platform-specific APIs.

    • Native modules are typically written in languages like C, C++, or Objective-C for iOS and Java for Android.

    • They are used to access platform-specific features and APIs that are not available in JavaScript.

    • Native modules can improve performance and provide more flexibility in ...

  • Answered by AI
  • Q2. Explain some Array functions
  • Ans. 

    Array functions are built-in methods in JavaScript that allow manipulation and traversal of arrays.

    • Some common array functions include: map(), filter(), reduce(), forEach(), and find().

    • map() - creates a new array by applying a function to each element in the original array.

    • filter() - creates a new array with elements that pass a certain condition.

    • reduce() - applies a function against an accumulator and each element in ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to joins
  • Q2. Related to EXPAND

Software Developer Interview Questions & Answers

user image Cheruku Girija

posted on 6 Nov 2024

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

(1 Question)

  • Q1. Self introduction

Software Developer Interview Questions & Answers

user image K ANIL KUMAR

posted on 24 Sep 2024

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

Aptitude test was simple to Medus level

Round 2 - Coding Test 

Coding question are easy level to medium leval

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Prepare for core java advanced java

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Software Developer interview for experienced candidates?
Tech Mahindra interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process for experienced candidates are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Tech Mahindra Software Developer interview for experienced candidates?
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 Development, C#, SQL, Java and Javascript.
What are the top questions asked in Tech Mahindra Software Developer interview for experienced candidates?

Some of the top questions asked at the Tech Mahindra Software Developer interview for experienced candidates -

  1. What is middleware and how to implement in custom middle w...read more
  2. What is design pattern and about singleton cla...read more
  3. Write a program of duplicate character from str...read more
What are the most common questions asked in Tech Mahindra Software Developer HR round for experienced candidates?

The most common HR questions asked in Tech Mahindra Software Developer interview are for experienced candidates -

  1. What are your salary expectatio...read more
  2. What is your family backgrou...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Tech Mahindra Software Developer interview process?

The duration of Tech Mahindra Software Developer 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

4.5/5

based on 13 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 60%
2-4 weeks 20%
More than 8 weeks 20%
View more
Tech Mahindra Software Developer Salary
based on 4.4k salaries
₹2.2 L/yr - ₹18.7 L/yr
6% less than the average Software Developer Salary in India
View more details

Tech Mahindra Software Developer Reviews and Ratings

based on 384 reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.3

Salary

3.8

Job security

3.7

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 384 Reviews and Ratings
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