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 Associate Software Engineer Interview Questions and Answers

Updated 3 Jul 2025

57 Interview questions

An Associate Software Engineer was asked 1mo ago
Q. Write a query to find the second-highest salaried employee.
Ans. 

To find the 2nd highest salaried employee, we can use sorting or a set to identify unique salaries.

  • Use a database query: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1;

  • In an array: Sort the array of salaries and access the second last element.

  • Using a set: Convert the salary list to a set to remove duplicates, then sort it.

An Associate Software Engineer was asked 2mo ago
Q. Which mechanical subject is your favorite?
Ans. 

My favorite mechanical subject is Thermodynamics, which explores energy transfer and its applications in various systems.

  • Laws of Thermodynamics: Understanding the fundamental laws, such as the conservation of energy, helps in analyzing energy systems.

  • Heat Engines: Studying how heat engines convert thermal energy into work, exemplified by car engines and power plants.

  • Refrigeration Cycles: Exploring how refrigeratio...

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Accenture
Q3. Write a function to determine if a given string is a valid passwo ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
An Associate Software Engineer was asked 2mo ago
Q. How would you rate yourself?
Ans. 

I would rate myself an 8 out of 10, reflecting my skills, eagerness to learn, and adaptability in software engineering.

  • Strong foundation in programming languages like Java and Python, demonstrated through projects and coursework.

  • Experience with version control systems like Git, contributing to team projects effectively.

  • Completed internships where I collaborated on real-world applications, enhancing my problem-solv...

An Associate Software Engineer was asked 2mo ago
Q. Why is Python being preferred over Java by new coders?
Ans. 

Python's simplicity, readability, and versatility make it a popular choice for new coders compared to Java.

  • Python has a simpler syntax, making it easier for beginners to learn and write code. For example, printing 'Hello, World!' is just 'print("Hello, World!")' in Python.

  • Python's extensive libraries and frameworks, like Django for web development and NumPy for data science, allow for rapid development.

  • Python supp...

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.
An Associate Software Engineer was asked 2mo ago
Q. What is machine learning?
Ans. 

Machine learning is a subset of artificial intelligence that enables systems to learn from data and improve over time without explicit programming.

  • Machine learning algorithms identify patterns in data to make predictions or decisions.

  • Common types include supervised learning (e.g., spam detection) and unsupervised learning (e.g., customer segmentation).

  • Applications range from image recognition (e.g., facial recogni...

An Associate Software Engineer was asked 3mo ago
Q. Explain the key concepts of DBMS.
Ans. 

DBMS manages data storage, retrieval, and manipulation, ensuring data integrity and security in databases.

  • Data Models: Defines how data is structured (e.g., relational, hierarchical). Example: Relational model uses tables.

  • Database Schema: The blueprint of the database, outlining tables, fields, and relationships. Example: A schema for a library database.

  • Data Manipulation Language (DML): Used for querying and modif...

An Associate Software Engineer was asked 7mo ago
Q. Why do you prefer Java?
Ans. 

I prefer Java for its platform independence, strong community support, and extensive libraries.

  • Platform independence allows Java code to run on any device with a Java Virtual Machine (JVM)

  • Strong community support ensures quick resolution of issues and access to resources

  • Extensive libraries provide pre-built solutions for common programming tasks

  • Java is widely used in enterprise applications, web development, and m...

Are these interview questions helpful?
An Associate Software Engineer was asked 7mo ago
Q. What are the core concepts of OOP?
Ans. 

Object-oriented programming paradigm focusing on objects and classes.

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

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

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

  • Abstraction: Hiding the complex implementation details and showing only the necessary featur...

An Associate Software Engineer was asked 7mo ago
Q. What do you mean by ML?
Ans. 

ML stands for Machine Learning, a subset of artificial intelligence that focuses on the development of algorithms and models that allow computers to learn from and make predictions or decisions based on data.

  • ML involves training algorithms to recognize patterns in data and make decisions or predictions without being explicitly programmed.

  • Common techniques in ML include supervised learning, unsupervised learning, a...

An Associate Software Engineer was asked 7mo ago
Q. What are pointers?
Ans. 

Pointers are variables that store memory addresses of other variables or functions.

  • Pointers are used to access and manipulate memory directly.

  • They are commonly used in programming languages like C and C++.

  • Example: int *ptr; // declaring a pointer to an integer variable

Tech Mahindra Associate Software Engineer Interview Experiences

128 interviews found

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

(5 Questions)

  • Q1. Swap two variables, prime number
  • Ans. 

    To swap two variables, use a temporary variable to store one value before swapping them.

    • Create a temporary variable to store one of the values

    • Assign the first variable to the temporary variable

    • Assign the second variable to the first variable

    • Assign the temporary variable to the second variable

  • Answered by AI
  • Q2. Based on Linux, SQL and other
  • Q3. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q4. Commands on SQL and Linux
  • Q5. Questions related to HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Aptitude test and general knowledge
  • Q2. Coding exam and mcq question

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good start for new commers.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2024.

Round 1 - Aptitude Test 

General aptitide and logical reasoning

Round 2 - Communication 

(3 Questions)

  • Q1. Reading the displayed statements
  • Q2. Hearing and answering to the questions
  • Q3. Speak on a topic for 1 min
  • Ans. 

    The impact of artificial intelligence on society

    • AI has revolutionized various industries such as healthcare, finance, and transportation

    • Ethical concerns surrounding AI, such as job displacement and privacy issues

    • Potential benefits of AI, such as improved efficiency and decision-making

    • Examples like self-driving cars, virtual assistants, and medical diagnosis systems

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Whats oops concept?
  • Ans. 

    Object-oriented programming paradigm focusing on objects and classes.

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

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

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

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI
  • Q2. Why you prefer java?
  • Ans. 

    I prefer Java for its platform independence, strong community support, and extensive libraries.

    • Platform independence allows Java code to run on any device with a Java Virtual Machine (JVM)

    • Strong community support ensures quick resolution of issues and access to resources

    • Extensive libraries provide pre-built solutions for common programming tasks

    • Java is widely used in enterprise applications, web development, and mobile...

  • Answered by AI
  • Q3. Explain about your projects?
  • Q4. Most of the questions were from my resume, he scanned my resume through his eyes, and started directly with my projects?
  • Q5. What do you mean by ML?
  • Ans. 

    ML stands for Machine Learning, a subset of artificial intelligence that focuses on the development of algorithms and models that allow computers to learn from and make predictions or decisions based on data.

    • ML involves training algorithms to recognize patterns in data and make decisions or predictions without being explicitly programmed.

    • Common techniques in ML include supervised learning, unsupervised learning, and re...

  • Answered by AI
Round 4 - HR 

(6 Questions)

  • Q1. Tell me about yourself that is not mentioned in your resume?
  • Ans. 

    I am an avid hiker and have climbed several mountains in my free time.

    • I enjoy outdoor activities like hiking and camping

    • I have climbed Mount Kilimanjaro and Mount Rainier

    • I find solace in nature and often go on solo hikes

  • Answered by AI
  • Q2. Why we should prefer you over other candidates?
  • Q3. Why tech mahindra?
  • Q4. Are comfortable with Pan India?
  • Q5. How do you work in teams?
  • Q6. How do you tackle any problem thats faced by you?
  • Ans. 

    I approach problems methodically by breaking them down into smaller tasks, researching possible solutions, and seeking input from colleagues.

    • Identify the root cause of the problem

    • Break down the problem into smaller, manageable tasks

    • Research possible solutions and best practices

    • Seek input and feedback from colleagues or mentors

    • Implement a solution and test it thoroughly

    • Iterate on the solution if necessary

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Associate Software Engineer interview:
  • Cs fundamentals
Interview preparation tips for other job seekers - I have given interviews at TCS, Tech mahindra , Cognizant, Happiest Minds Technologies, Sopra Steria, FIS.
The thing what I came to know after all this is,
Try grinding Core CS fundamentals? Thats more than enough, do not waste time on complecated Concepts.

Look I will tell you the reality,
to get a entry level job that too in Service Based MNCs like Tcs , Tech mahindra , Cognizant etc you need be good at just CS Fundamentals along with leetcode easy level Coding Questions. Thats it.

Skills evaluated in this interview

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

(1 Question)

  • Q1. SQL questions on how to remove dupliates
Round 2 - HR 

(1 Question)

  • Q1. About company and walk me through your resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude was easy, all that matters is speed.

Round 2 - Coding Test 

Coding questions were also easy uf you are well aware of the basic concepts of whatever programming language you choose.

Round 3 - Technical 

(4 Questions)

  • Q1. What is Github, where and how you have used it?
  • Ans. 

    GitHub is a web-based platform for version control and collaboration, allowing developers to manage and share code repositories.

    • Used GitHub to host personal projects, enabling easy access and collaboration with others.

    • Utilized GitHub for version control in team projects, tracking changes and managing code contributions.

    • Participated in open-source projects on GitHub, contributing code and documentation to enhance commun...

  • Answered by AI
  • Q2. Explain MongoDB
  • Ans. 

    MongoDB is a NoSQL database that stores data in flexible, JSON-like documents, allowing for dynamic schemas and scalability.

    • Document-oriented: Data is stored in BSON format, which is similar to JSON, allowing for nested structures.

    • Schema-less: Collections can have different fields and data types, making it flexible for evolving applications.

    • Scalability: Supports horizontal scaling through sharding, distributing data ac...

  • Answered by AI
  • Q3. What is CSS ? Why do we use it over HtML ?
  • Q4. After being asked about MongoDB, what is JSON?
  • Ans. 

    JSON (JavaScript Object Notation) is a lightweight data interchange format that's easy for humans to read and write.

    • JSON is text-based and uses a syntax similar to JavaScript objects.

    • It consists of key-value pairs, e.g., {"name": "John", "age": 30}.

    • JSON supports data types like strings, numbers, arrays, and objects.

    • It's commonly used for APIs and data storage, especially in NoSQL databases like MongoDB.

    • JSON is language...

  • Answered by AI

Associate Software Engineer Interview Questions & Answers

user image Prayag Raj Mathuria

posted on 3 Oct 2024

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

The aptitude test was on moderate level.

Round 2 - Coding Test 

The coding test was comparitively very easy.

Round 3 - Assignment 

It was an online english speaking and reading test.

Round 4 - Technical 

(2 Questions)

  • Q1. The first question was about introduction
  • Q2. Second question was about project
Round 5 - HR 

(1 Question)

  • Q1. Basic HR Question

Interview Preparation Tips

Interview preparation tips for other job seekers - Process is easy. Technical Round is easy comparitve to other company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

It was quantitative and reasoning

Round 2 - Coding Test 

Coding and SQL questions

Round 3 - Technical 

(1 Question)

  • Q1. Explain about Oops concepts in detail
  • Ans. 

    OOPs concepts are fundamental principles of object-oriented programming like Inheritance, Polymorphism, Encapsulation, and Abstraction.

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

    • Polymorphism: Allows objects to be treated as instances of their parent class.

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

    • Abstraction: Hides the complex implementat...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General hr questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test on shl

Round 2 - Coding Test 

2 question on shl platform

Round 3 - Technical 

(2 Questions)

  • Q1. Project related
  • Q2. Coding dsa question easy level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was easy. The test took around 1.5 hours.

Round 2 - Coding Test 

It was around 1.5 hours with 45mins for 2 easy coding questions and remaining time for behavioural questions.

Round 3 - Conversational Test 

(2 Questions)

  • Q1. Read the following sentence shown on screen.
  • Q2. Answer questions from a passage you heard.
Round 4 - Technical 

(2 Questions)

  • Q1. Yet to appear for this round
  • Q2. Yet to appear for this round of interview
Round 5 - HR 

(2 Questions)

  • Q1. Yet to appear for this round
  • Q2. Yet to appear for this round of interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

This round includes several, but easy aptitude questions on topics like ratio, percentage, profit-loss etc.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Associate Software Engineer interview:
  • Any coding language
  • dbms
  • sql
  • python
Interview preparation tips for other job seekers - Prepare your resume completely. Most questions asked in Technical round were based on your resume.

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Associate Software Engineer interview?
Tech Mahindra interview process usually has 3-4 rounds. The most common rounds in the Tech Mahindra interview process are Aptitude Test, Technical and HR.
How to prepare for Tech Mahindra Associate 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, Automation Testing, Customer Handling, Information Technology and Java.
What are the top questions asked in Tech Mahindra Associate Software Engineer interview?

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

  1. 2) Can you call the base class method without creating an instan...read more
  2. 1) What is NullPointerExceprion and give me a examp...read more
  3. 5) What are access specifiers and what is their significan...read more
What are the most common questions asked in Tech Mahindra Associate Software Engineer HR round?

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

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. What are your salary expectatio...read more
How long is the Tech Mahindra Associate Software Engineer interview process?

The duration of Tech Mahindra Associate 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 114 interview experiences

Difficulty level

Easy 34%
Moderate 62%
Hard 4%

Duration

Less than 2 weeks 44%
2-4 weeks 35%
4-6 weeks 13%
6-8 weeks 3%
More than 8 weeks 6%
View more
Tech Mahindra Associate Software Engineer Salary
based on 6.1k salaries
₹1.9 L/yr - ₹5.7 L/yr
36% less than the average Associate Software Engineer Salary in India
View more details

Tech Mahindra Associate Software Engineer Reviews and Ratings

based on 671 reviews

3.6/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.0

Salary

3.5

Job security

3.6

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 671 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