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

Updated 21 Jan 2025

Top Tech Mahindra Software Engineer Interview Questions and Answers

  • Q1. Tell me something about yourself. Define encapsulation. What is inheritance. What is constructor. What is method overloading. Can we overload a constructor. What is overr ...read more
  • Q2. Factorial Calculation Problem Given an integer N , calculate and print the factorial of N . The factorial of a number N is defined as the product of all positive integer ...read more
  • Q3. Maximum Sum Subarray Problem Statement Given an array of integers, find the maximum sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42 ...read more
View all 77 questions

Tech Mahindra Software Engineer Interview Experiences

189 interviews found

Software Engineer Interview Questions & Answers

user image Roshan Roshan

posted on 29 Sep 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 5 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 - Coding Test 

Core java programs test

Round 3 - Technical 

(1 Question)

  • Q1. Project details , Check programing skill
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Leet Code and technical questions

Round 2 - Technical 

(1 Question)

  • Q1. Core Java - Multithreading, Collections, Java 8
Round 3 - Technical 

(1 Question)

  • Q1. Technical+ Managerial
Round 4 - HR 

(1 Question)

  • Q1. Salary discussions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked Basic questions on statistics and R programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good statistics basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple choice aptitude test

Round 2 - Coding Test 

One coding problem on general data structure and algorithm

Tech Mahindra interview questions for designations

 Senior Software Engineer

 (150)

 Associate Software Engineer

 (116)

 Junior Software Engineer

 (14)

 Software Engineer Trainee

 (7)

 Software Testing Engineer

 (6)

 Assistant Software Engineer

 (2)

 System Software Engineer

 (1)

 Embedded Software Engineer

 (1)

Interview experience
4
Good
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 3 interview rounds.

Round 1 - Aptitude Test 

In attitude test they have asked for quants, and basic apptitude

Round 2 - Coding Test 

It's complex you have to go and learn DSA to clear it

Round 3 - Technical 

(4 Questions)

  • Q1. They have asked about your profile technology
  • Q2. Basics of Javascript
  • Q3. Let var const and scope
  • Ans. 

    Var, const, and scope are key concepts in JavaScript for declaring variables and managing their scope.

    • Var is used to declare variables with function scope.

    • Const is used to declare variables with block scope that cannot be reassigned.

    • Scope refers to the visibility and accessibility of variables within a program.

  • Answered by AI
  • Q4. JS basic programing on loops

Get interview-ready with Top Tech Mahindra Interview Questions

I applied via Telegram and was interviewed in Jun 2022. There were 2 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 

(3 Questions)

  • Q1. Tell me about your self introduction ?
  • Q2. Why should you like this company?
  • Q3. Which location do you prefer?

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay positive
Stand out from the crowd
Practice makes man perfect
Don't let bed news get you down

Software Engineer Jobs at Tech Mahindra

View all

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Today is Thursday.after 135 days,it will be?

Round 2 - Technical 

(2 Questions)

  • Q1. Discribe regarding SQL?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • SQL is used in various industries including finance, healthcare, and e-commerce

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

  • Answered by AI
  • Q2. What is oops concepts
  • Ans. 

    OOPs concepts are the principles of Object-Oriented Programming that focus on encapsulation, inheritance, and polymorphism.

    • Encapsulation: bundling of data and methods that manipulate the data within a single unit

    • Inheritance: ability of a class to inherit properties and methods from a parent class

    • Polymorphism: ability of objects to take on multiple forms or behaviors

    • Abstraction: hiding the implementation details of a cl...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - Be vulnerable
Create your position
Be confident while taking interview

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

This test evaluates candidates on quantative aptitude, logical reasoning, verbal ability.

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a program on Fibonacci series
  • Ans. 

    A program to generate Fibonacci series using iterative or recursive approach.

    • Use a loop to generate Fibonacci series iteratively

    • Use recursion to generate Fibonacci series recursively

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Briefly explain about yourself

Skills evaluated in this interview

I applied via Referral

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between python and java
  • Ans. 

    Python is dynamically typed, interpreted language while Java is statically typed, compiled language.

    • Python is easier to learn and write code quickly

    • Java is more verbose and requires more boilerplate code

    • Python is better for scripting and data analysis

    • Java is better for enterprise applications and large-scale projects

    • Python has a simpler syntax and is more readable

    • Java has better performance and is more secure

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

    Lambda function is an anonymous function that can be passed as an argument or returned as a value.

    • Lambda functions are also known as anonymous functions.

    • They are commonly used in functional programming languages.

    • Lambda functions can be used to create closures.

    • They can be used to write concise and readable code.

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

  • Answered by AI
  • Q3. What are data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage large amounts of data efficiently

    • They can be implemented using arrays, linked lists, trees, graphs, and more

    • Examples include stacks, queues, hash tables, and binary search trees

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you Prepare well you can definitely crack it..

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1hour, topics which are commonly asked in every technical round by freshers, mettl platform

Round 2 - Aptitude Test 

1 hour, topics which are commonly asked in every companies aptitude test for freshers, mettl platform

Round 3 - HR 

(4 Questions)

  • Q1. Communication skills , basic questions
  • Q2. Tell me about yourself
  • Q3. Work life balance questions
  • Q4. How will you handle work pressure

Interview Preparation Tips

Interview preparation tips for other job seekers - HR round was AI based there were no interviewer
Contribute & help others!
anonymous
You can choose to be anonymous

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra 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 Aptitude Test.
How to prepare for Tech Mahindra 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, SQL, Javascript and Python.
What are the top questions asked in Tech Mahindra Software Engineer interview?

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

  1. Tell me something about yourself. Define encapsulation. What is inheritance. ...read more
  2. If you found/ raise a bug on the bug tracking tool and the developer review the...read more
  3. How do we pass data from one component to another in Rea...read more
How long is the Tech Mahindra Software Engineer interview process?

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

Recently Viewed

INTERVIEWS

Honeywell Technology Solutions

No Interviews

COMPANY BENEFITS

Honeywell Technology Solutions

No Benefits

COMPANY BENEFITS

Hyundai Motor India Limited

No Benefits

INTERVIEWS

Quikr

30 top interview questions

LIST OF COMPANIES

Discover companies

Find best workplace

JOBS

Honeywell Technology Solutions

No Jobs

INTERVIEWS

Honda Cars

No Interviews

SALARIES

Automotive Manufacturers

SALARIES

Hyundai Heavy Industries

SALARIES

Hyundai Motor India Limited

Tell us how to improve this page.

Tech Mahindra Software Engineer Interview Process

based on 154 interviews

5 Interview rounds

  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
  • HR Round - 4
View more
Tech Mahindra Software Engineer Salary
based on 26.3k salaries
₹2 L/yr - ₹9.2 L/yr
30% less than the average Software Engineer Salary in India
View more details

Tech Mahindra Software Engineer Reviews and Ratings

based on 2.6k reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

2.9

Salary

3.6

Job security

3.5

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 2.6k Reviews and Ratings
Sr. Software Engineer

Pune

4-10 Yrs

Not Disclosed

Software Engineer

Pune

8-13 Yrs

Not Disclosed

Sr. Software Engineer-Python, Golang

Hyderabad / Secunderabad

3-7 Yrs

₹ 2.75-9.58 LPA

Explore more jobs
Software Engineer
26.3k 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