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 Engineer Interview Questions and Answers for Freshers

Updated 25 Jun 2025

8 Interview questions

A Software Engineer was asked 1w ago
Q. What are the key concepts of Object-Oriented Programming, and why are they used?
Ans. 

Key concepts of Object-Oriented Programming include encapsulation, inheritance, polymorphism, and abstraction, enhancing code reusability.

  • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.

  • Inheritance: Mechanism to create a new class from an existing class, inheriting its attributes and metho...

A Software Engineer was asked 2mo ago
Q. What is Kotlin?
Ans. 

Kotlin is a modern, statically typed programming language designed for JVM, Android, and web development, emphasizing safety and conciseness.

  • Kotlin is fully interoperable with Java, allowing developers to use existing Java libraries.

  • It supports functional programming features, such as higher-order functions and lambda expressions. Example: val sum = { a: Int, b: Int -> a + b }

  • Kotlin has null safety built into i...

Software Engineer Interview Questions Asked at Other Companies for Fresher

asked in Capgemini
Q1. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
asked in Capgemini
Q2. How can you cut a rectangular cake in 8 symmetric pieces in three ... read more
Q3. Split Binary String Problem Statement Chintu has a long binary st ... read more
asked in TCS
Q4. What is the reason that the Iterative Waterfall model was introdu ... read more
asked in Wipro
Q5. Knapsack Problem Statement There is a potter with a limited amoun ... read more
A Software Engineer was asked
Q. What is a technical interview?
Ans. 

A technical interview is a job interview for positions in the technology industry where candidates are evaluated on their technical skills and knowledge.

  • Technical interviews typically involve coding challenges, problem-solving exercises, and discussions about technical concepts.

  • Candidates may be asked to write code on a whiteboard, solve algorithmic problems, or explain their approach to solving a technical challe...

A Software Engineer was asked
Q. What is the difference between single inheritance and multiple inheritance?
Ans. 

Single inheritance allows a class to inherit from only one parent class, while multiple inheritance allows a class to inherit from multiple parent classes.

  • Single inheritance: class A can inherit from class B.

  • Multiple inheritance: class A can inherit from class B and class C.

  • Single inheritance is simpler and easier to understand.

  • Multiple inheritance can lead to ambiguity and complexity, known as the diamond problem...

What people are saying about Tech Mahindra

View All
a senior engineer
1w
💼 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.
🔥 Asked by recruiter 2 times
A Software Engineer was asked
Q. What are the concepts of OOPS?
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 Software Engineer was asked
Q. What is a software company?
Ans. 

A software company develops, maintains, and sells software products and services to meet various user needs.

  • Software companies create applications, such as Microsoft (Office Suite) and Adobe (Photoshop).

  • They may also develop systems software, like operating systems (e.g., Microsoft Windows, Linux).

  • Some focus on web development, providing services like Shopify for e-commerce platforms.

  • Others specialize in mobile ap...

A Software Engineer was asked
Q. Explain operators in
Ans. 

Operators in programming are symbols that perform specific operations on one or more operands.

  • Operators can be arithmetic (+, -, *, /), assignment (=), comparison (==, !=, <, >), logical (&&, ||, !), bitwise (&, |, ^), etc.

  • Unary operators operate on a single operand, while binary operators operate on two operands.

  • Examples: 5 + 3 (addition), x = 10 (assignment), a == b (comparison), true && false (logical)

Are these interview questions helpful?
A Software Engineer was asked
Q. It long form and definition
Ans. 

Long form refers to the complete or expanded version of an acronym or abbreviation.

  • Long form is used to provide clarity and avoid confusion.

  • It is commonly used in technical fields and academia.

  • Examples include NASA (National Aeronautics and Space Administration) and AIDS (Acquired Immune Deficiency Syndrome).

Tech Mahindra Software Engineer Interview Experiences for Freshers

33 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Agile, stlc, sdlc
  • Q2. Difference between regression, sanity and smoke
Round 3 - HR 

(2 Questions)

  • Q1. Discussion about job location
  • Q2. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so difficult to crack

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image nivetha karthi

posted on 26 Nov 2024

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

Basics of apps and communication skills

Round 2 - Coding Test 

3 programs have to solve atleast 2

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

I applied via Walk-in and was interviewed in Nov 2023. There were 6 interview rounds.

Round 1 - Aptitude Test 

Self introduction
My self meghana
Iam studying b.tech complete in chimakurthi percent7.3
Hobbes play games, music

Round 2 - Coding Test 

Python coding
Numbers =(3,1,3,6,23,123,5)

Min=number (0)
Max=number (0)

for i renge (len(numbers)):
if number [i]>max:
max=number [i]
elif number [i] min=number [i]:

Print ("Min:" min)
Print ("Max:" max)

Output
Min (1)
Max (123)

Round 3 - Group Discussion 

Favorite online resources
thoughts on the internet
the impact of social
the pros and cons of technology
the changing landscape of education
the importance of connection

Round 4 - HR 

(2 Questions)

  • Q1. 1. tell me something about yourself 2.what are your strengths 3.why are you interested in this job 4.where do you see yourself in the next 5 years 5.why did you leave you last job
  • Q2. 1.my self Meghana
Round 5 - Technical 

(2 Questions)

  • Q1. 1. what is a technical interview?
  • Ans. 

    A technical interview is a job interview for positions in the technology industry where candidates are evaluated on their technical skills and knowledge.

    • Technical interviews typically involve coding challenges, problem-solving exercises, and discussions about technical concepts.

    • Candidates may be asked to write code on a whiteboard, solve algorithmic problems, or explain their approach to solving a technical challenge.

    • I...

  • Answered by AI
  • Q2. Technical interview are a part of the hiring process for technical professionals
Round 6 - Assignment 

How much money can you make

Software Engineer Interview Questions & Answers

user image Satish Manav

posted on 25 Apr 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is stack
  • Q2. What is queue
  • Q3. What is kotlin?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude questions, puzzles and memory games

Software Engineer Interview Questions & Answers

user image MODEM HARI KUMAR

posted on 21 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. What is the difference between String and StringBuilder, and in what circumstances should each be used?
  • Ans. 

    String is immutable; StringBuilder is mutable. Use String for fixed text, StringBuilder for dynamic string manipulation.

    • Strings are immutable, meaning once created, they cannot be changed. Example: String str = 'Hello'; str = str + ' World';

    • StringBuilder is mutable, allowing for dynamic modifications without creating new objects. Example: StringBuilder sb = new StringBuilder('Hello'); sb.Append(' World');

    • Use String for...

  • Answered by AI
  • Q2. What are the key concepts of Object-Oriented , and why are they used?
  • Ans. 

    Key concepts of Object-Oriented Programming include encapsulation, inheritance, polymorphism, and abstraction, enhancing code reusability.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A 'Car' class with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism to create a new class from an existing class, inheriting its attributes and methods. E...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Aptitude Test 

If you learn perfectly it will be easy

Round 3 - Coding Test 

If you practice perfectly it will be easy

Round 4 - Technical 

(2 Questions)

  • Q1. What is the difference between java and c++
  • Q2. Diff between single inheritance and multiple inheritance

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image suresh kanju

posted on 25 Jul 2023

Interview experience
4
Good
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 tips
Round 2 - Coding Test 

Apple program and some c programming and python

Round 3 - Technical 

(2 Questions)

  • Q1. Engineering questions and some coding questions
  • Q2. Explain operators in
  • Ans. 

    Operators in programming are symbols that perform specific operations on one or more operands.

    • Operators can be arithmetic (+, -, *, /), assignment (=), comparison (==, !=, <, >), logical (&&, ||, !), bitwise (&, |, ^), etc.

    • Unary operators operate on a single operand, while binary operators operate on two operands.

    • Examples: 5 + 3 (addition), x = 10 (assignment), a == b (comparison), true && false (logical)

  • Answered by AI

Software Engineer Interview Questions & Answers

user image MEGHANA VEERNAYAK

posted on 25 Jun 2025

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Asked most of the things based on ML
  • Q2. How do you train a machine?
  • Ans. 

    Training a machine involves feeding it data and adjusting parameters to improve its performance on specific tasks.

    • 1. Data Collection: Gather relevant data for the task, e.g., images for image recognition.

    • 2. Data Preprocessing: Clean and format the data, such as normalizing pixel values in images.

    • 3. Model Selection: Choose an appropriate algorithm, like neural networks for complex tasks.

    • 4. Training: Use the data to trai...

  • Answered by AI

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all 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

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Software Engineer interview for freshers?
Tech Mahindra interview process for freshers usually has 3-4 rounds. The most common rounds in the Tech Mahindra interview process for freshers are Technical, Aptitude Test and HR.
How to prepare for Tech Mahindra Software Engineer interview for freshers?
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 for freshers?

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

  1. What is oops conce...read more
  2. What is the difference between String and StringBuilder, and in what circumstan...read more
  3. What are the key concepts of Object-Oriented , and why are they us...read more
What are the most common questions asked in Tech Mahindra Software Engineer HR round for freshers?

The most common HR questions asked in Tech Mahindra Software Engineer interview are for freshers -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. Why should we hire y...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.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 19 interview experiences

Difficulty level

Easy 15%
Moderate 77%
Hard 8%

Duration

Less than 2 weeks 54%
2-4 weeks 15%
4-6 weeks 23%
More than 8 weeks 8%
View more
Tech Mahindra Software Engineer Salary
based on 26.7k salaries
₹2 L/yr - ₹11 L/yr
31% less than the average Software Engineer Salary in India
View more details

Tech Mahindra Software Engineer Reviews and Ratings

based on 2.8k reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

2.9

Salary

3.5

Job security

3.5

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 2.8k Reviews and Ratings
SAP MM-Sr. Software Engineer

Visakhapatnam

5-9 Yrs

Not Disclosed

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

₹6.4 L/yr - ₹23.5 L/yr

Technical Lead
12.5k salaries
unlock blur

₹9.8 L/yr - ₹40 L/yr

Associate Software Engineer
6k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.3k salaries
unlock blur

₹6.5 L/yr - ₹17.9 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
write
Share an Interview