AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
messages 0
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
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
3.5

based on 38.8k Reviews

Play video Play video Video summary
  • About
  • Reviews
    38.8k
  • Salaries
    2.7L
  • Interviews
    4.2k
  • Jobs
    438
  • Benefits
    3.3k
  • Photos
    74
  • Posts
    43

Filter interviews by

Tech Mahindra Software Engineer Interview Questions and Answers

Updated 25 Jun 2025

86 Interview questions

A Software Engineer was asked 1mo ago
Q. 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...

A Software Engineer was asked 1mo 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...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
View answers (293)
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Add answer
asked in Tech Mahindra
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
View answers (81)
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
View answers (22)
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
View answers (9)
View All
A Software Engineer was asked 3mo ago
Q. What is a queue?
Ans. 

A queue is a linear data structure that follows the First-In-First-Out (FIFO) principle for managing elements.

  • Elements are added at the rear and removed from the front.

  • Common operations include enqueue (adding) and dequeue (removing).

  • Example: A printer queue where print jobs are processed in the order they are received.

  • Used in scenarios like task scheduling, breadth-first search in graphs, and handling requests in...

A Software Engineer was asked 3mo ago
Q. Tell me about your projects and training.
Ans. 

I have worked on diverse projects, including web applications, mobile apps, and machine learning models, enhancing my technical skills.

  • Developed a full-stack web application using React and Node.js for a local business, improving their online presence.

  • Created a mobile app for tracking fitness goals, utilizing Flutter and Firebase for real-time data synchronization.

  • Participated in a machine learning project that pr...

What people are saying about Tech Mahindra

View All
a senior software engineer
2w (edited)
Need Insights – Choosing Between Companies
Hi all, Currently have offers from Capgemini, Tech Mahindra, LTIMindTree, Zen&Art, CitiusTech, Nagarro & Persistent. Before making a decision, I need some clarity: 1. Do you get admin access on laptop or need IT for every install? 2. Are office hours flexible or fixed 9 AM login? 3. Is 9 hrs of active laptop time mandatory? 4. What's the leave policy β€” casual or strict approval? 5. Do projects use the latest technologies or older versions? Thanks in advance!
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Software Engineer was asked 6mo ago
Q. How does the JSP framework work?
Ans. 

JSP (JavaServer Pages) is a technology for developing dynamic web content using Java, allowing for easy integration of HTML and Java code.

  • JSP files are compiled into servlets by the server, enabling dynamic content generation.

  • JSP uses tags to embed Java code within HTML, making it easier to create interactive web pages.

  • Example: <jsp:useBean> tag allows for JavaBeans to be used in JSP for data handling.

  • JSP su...

A Software Engineer was asked 6mo ago
Q. What is web.xml?
Ans. 

web.xml is a deployment descriptor for Java web applications, defining configuration and components like servlets and filters.

  • Defines servlets and their mappings, e.g., <servlet> and <servlet-mapping> tags.

  • Configures context parameters using <context-param>.

  • Specifies security constraints with <security-constraint>.

  • Allows for listener configuration with <listener>.

  • Enables session confi...

Tech Mahindra HR Interview Questions

661 questions and answers

Q. Are you comfortable working night shifts or rotational shifts?
Q. Where does your interest in the field of IT come from?
Q. How do you handle pressure in your work experience?
View all HR interview questions
A Software Engineer was asked 7mo ago
Q. Explain all the OOP concepts and the use of the 'this' keyword.
Ans. 

The 'this' keyword in OOP refers to the current object instance, enabling access to its properties and methods.

  • Refers to the current object instance in a class.

  • Used to access instance variables and methods: e.g., 'this.name = name;' in a constructor.

  • Helps differentiate between instance variables and parameters with the same name.

  • In static methods, 'this' cannot be used as it refers to class-level context.

Are these interview questions helpful?
A Software Engineer was asked 8mo ago
Q. Describe a real-time load balancer scenario for microservices.
Ans. 

Design a real-time load balancer for microservices to optimize performance and reliability.

  • Use round-robin algorithm for even distribution of requests among services.

  • Implement health checks to route traffic only to healthy instances.

  • Consider sticky sessions for user-specific data in stateful services.

  • Utilize service discovery tools like Consul or Eureka for dynamic service registration.

  • Incorporate circuit breaker ...

A Software Engineer was asked 11mo ago
Q. What is a finally block?
Ans. 

A finally block is used in programming to execute code after try-catch, ensuring cleanup actions occur regardless of exceptions.

  • The finally block is part of exception handling in languages like Java, C#, and Python.

  • It executes after the try and catch blocks, regardless of whether an exception was thrown.

  • Useful for resource management, such as closing files or releasing connections.

  • Example in Java: try { // c...

A Software Engineer was asked 11mo ago
Q. Explain Method Overriding
Ans. 

Method Overriding is a feature that allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

  • Occurs in inheritance when a subclass provides a specific implementation of a method that is already provided by its superclass

  • The method in the subclass must have the same name, return type, and parameters as the method in the superclass

  • The overridden method in the subc...

1 2 3 4 5 6 7

Tech Mahindra Software Engineer Interview Experiences

201 interviews found

Software Engineer Interview Questions & Answers

user image RISHIK REDDY.P

posted on 23 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - TechnicalΒ 

(3 Questions)

  • Q1. Can you tell me about yourself?
  • Add your answer
  • Q2. What was your role and contributions in your projects?
  • Ans. 

    I was responsible for designing and implementing new features, fixing bugs, and optimizing performance in various projects.

    • Designed and implemented new features based on client requirements

    • Fixed bugs reported by QA team or end users

    • Optimized performance by refactoring code or improving algorithms

    • Collaborated with team members to ensure project deadlines were met

  • Answered by AI
    Add your answer
  • Q3. Are you willing to relocate?
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

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

I applied via Job Fair and was interviewed in Nov 2024.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Questions based on resume
  • Add your answer
  • Q2. Python, sql, resume based questions
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

SIMPLE QUESTIONS, go through sample aptitude questions on google

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. ABOUT PROJECT DETAILS
  • Add your answer
  • Q2. BASIC CODING QUESTIONS AND SCENARIO BASED QUESTIONS
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well, do well. usually, interviewers ask simple questions only. Proper understanding is important
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024.Β There were 4 interview rounds.

Round 1 - Aptitude TestΒ 

Medium level aptitude questions were asked with an essay to be written at end.

Round 2 - Coding TestΒ 

Basic coding questions

Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Give your self Intro
  • Ans. 

    I am a passionate software engineer with experience in developing web applications and implementing innovative solutions.

    • Experienced in programming languages such as Java, Python, and JavaScript

    • Proficient in front-end technologies like HTML, CSS, and React

    • Familiar with Agile development methodologies and version control systems like Git

  • Answered by AI
    Add your answer
  • Q2. Basic Sql queries were asked
  • Add your answer
Round 4 - HRΒ 

(2 Questions)

  • Q1. Tell me about yourself
  • Add your answer
  • Q2. Why Tech Mahindra?
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

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 Oct 2024.Β There was 1 interview round.

Round 1 - TechnicalΒ 

(2 Questions)

  • Q1. Node JS important questions.
  • Add your answer
  • Q2. JS core concepts. SQL queries
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2024

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

I applied via Campus Placement and was interviewed in Aug 2024.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 

Aptitude Test was Simple Questions were on Topic such as "Ages", "Profit and Loss" Beginner - Intermediate Level, After Clearing Aptitude Test if you clear Essay Test will be triggered.

Round 2 - Coding TestΒ 

Coding Test will have different section for Language realted MCQ, SQL query related Questions, 2 Coding Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Focus on Basics and Read Questions Carefully
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-oneΒ 

(2 Questions)

  • Q1. Scenario based questions
  • Add your answer
  • Q2. Basic questions as technology was new
  • Add your answer
Round 2 - HRΒ 

(2 Questions)

  • Q1. Previous company details
  • Add your answer
  • Q2. Expected salary
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

Normal Aptitude Questions

Round 2 - Coding TestΒ 

Simple Coading Questions

Round 3 - TechnicalΒ 

(3 Questions)

  • Q1. What is Finally Block
  • Add your answer
  • Q2. Explain Method Overriding
  • Add your answer
  • Q3. Explain Cross join
  • Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Sep 2024

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

I applied via Company Website and was interviewed in Aug 2024.Β There was 1 interview round.

Round 1 - Coding TestΒ 

Coding test case sturdy technical

Interview Preparation Tips

Topics to prepare for Tech Mahindra Software Engineer interview:
  • Communication Skills
  • Javascript
  • HTML
Interview preparation tips for other job seekers - Software engineer
Anonymous

Software Engineer Interview Questions & Answers

user image Duaa Shaik

posted on 4 Jun 2024

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

I applied via Campus Placement and was interviewed in May 2024.Β There were 4 interview rounds.

Round 1 - Aptitude TestΒ 

English grammar and eassy writing

Round 2 - Coding TestΒ 

3 easy coding questions

Round 3 - TechnicalΒ 

(2 Questions)

  • Q1. Tell about your self , what is agile, and what are the cloud platforms
  • Add your answer
  • Q2. Tell me the what are the features of AWS platform
  • Add your answer
Round 4 - HRΒ 

(2 Questions)

  • Q1. HR questions corr strengths and core weekness
  • Add your answer
  • Q2. Tell me about company
  • Add your answer

Skills evaluated in this interview

Anonymous
More about working at Tech Mahindra
  • HQ - Pune, Maharashtra, India
  • IT Services & Consulting
  • 1 Lakh+ Employees (India)
  • Public
  • Analytics & KPO
  • Engineering & Construction

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
What are the most common questions asked in Tech Mahindra Software Engineer HR round?

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

  1. Why should we hire y...read more
  2. What are your strengths and weakness...read more
  3. Tell me about yourse...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.

Tech Mahindra Interviews By Designations

  • Tech Mahindra Software Engineer Interview Questions
  • Tech Mahindra Senior Software Engineer Interview Questions
  • Tech Mahindra Customer Service Associate Interview Questions
  • Tech Mahindra Associate Software Engineer Interview Questions
  • Tech Mahindra Customer Support Associate Interview Questions
  • Tech Mahindra Customer Service Executive Interview Questions
  • Tech Mahindra Customer Care Executive Interview Questions
  • Tech Mahindra Software Developer Interview Questions
  • Show more
  • Tech Mahindra Customer Support Executive Interview Questions
  • Tech Mahindra Technical Lead Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • System Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Project Engineer Interview Questions
  • Lead Engineer Interview Questions
  • Software Development Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Senior Developer Interview Questions

Overall Interview Experience Rating

4.2/5

based on 168 interview experiences

Difficulty level

Easy 28%
Moderate 67%
Hard 5%

Duration

Less than 2 weeks 70%
2-4 weeks 22%
4-6 weeks 7%
More than 8 weeks 1%
View more

Top Skills for Tech Mahindra Software Engineer

Java Interview Questions & Answers
250 Questions
Web Development Interview Questions & Answers
250 Questions
Algorithms Interview Questions & Answers
250 Questions
SQL Interview Questions & Answers
250 Questions
C++ Interview Questions & Answers
150 Questions

Software Engineer Interview Questions from Similar Companies

TCS
TCS Software Engineer Interview Questions
3.6
Β β€’Β 468 Interviews
Capgemini
Capgemini Software Engineer Interview Questions
3.7
Β β€’Β 333 Interviews
HCLTech
HCLTech Software Engineer Interview Questions
3.5
Β β€’Β 324 Interviews
Infosys
Infosys Software Engineer Interview Questions
3.6
Β β€’Β 318 Interviews
LTIMindtree
LTIMindtree Software Engineer Interview Questions
3.7
Β β€’Β 287 Interviews
Wipro
Wipro Software Engineer Interview Questions
3.7
Β β€’Β 235 Interviews
Accenture
Accenture Software Engineer Interview Questions
3.7
Β β€’Β 220 Interviews
Cognizant
Cognizant Software Engineer Interview Questions
3.7
Β β€’Β 214 Interviews
IBM
IBM Software Engineer Interview Questions
3.9
Β β€’Β 90 Interviews
DXC Technology
DXC Technology Software Engineer Interview Questions
3.6
Β β€’Β 39 Interviews
View all
Tech Mahindra Software Engineer Salary
based on 26.7k salaries
β‚Ή3.7 L/yr - β‚Ή9.2 L/yr
32% 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.5/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

2.8

Salary

3.5

Job security

3.5

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 2.8k Reviews and Ratings
Software Engineer Jobs at Tech Mahindra
Tech Mahindra
Sr. Software Engineer

Chennai

4-6 Yrs

β‚Ή 3.8-10 LPA

Explore more jobs
Tech Mahindra Salaries in India
Software Engineer
26.7k salaries
unlock blur

β‚Ή3.7 L/yr - β‚Ή9.2 L/yr

Senior Software Engineer
22.6k salaries
unlock blur

β‚Ή9.1 L/yr - β‚Ή18.6 L/yr

Technical Lead
12.4k salaries
unlock blur

β‚Ή16.9 L/yr - β‚Ή30 L/yr

Associate Software Engineer
6.1k salaries
unlock blur

β‚Ή2 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

Infosys

3.6
Compare
Cognizant

Cognizant

3.7
Compare
Accenture

Accenture

3.7
Compare
Wipro

Wipro

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Tech Mahindra Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❀️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter