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, Process, and Tips

Updated 5 Apr 2025

Top Tech Mahindra Associate Software Engineer Interview Questions and Answers

View all 54 questions

Tech Mahindra Associate Software Engineer Interview Experiences

119 interviews found

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

I applied via Company Website

Round 1 - Aptitude Test 

Aptitude test was easy. The trick is to test our English ability, we have to write an essay on given topic.

Interview Preparation Tips

Interview preparation tips for other job seekers - Time management is crucial.
Do not sit on answers you dont know.
The grammar for essay has to be correct.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2023. There were 4 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 tips
Round 2 - Aptitude Test 

Round 1 - Aptitude Test after 2 coding Questions then after Psychometric Exam's

Round 3 - Technical 

(1 Question)

  • Q1. If Who are cleared First round then after Technical interview
Round 4 - HR 

(1 Question)

  • Q1. Like personal information

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 Clarivate
Q3. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q4. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2023.

Round 1 - Aptitude Test 

Focus on aptitude topics. Easy to mid level questions

Round 2 - Coding Test 

Coding questions and mcq

Round 3 - Speaking test 

(1 Question)

  • Q1. To test the communicating ability of the job seeker.
Round 4 - Technical 

(1 Question)

  • Q1. Basic concept level questions on whatever is mentioned in your resume
Round 5 - HR 

(1 Question)

  • Q1. Just basic casual talk
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Verbal, logical, quantitative

Round 2 - Technical 

(1 Question)

  • Q1. Html css Oop Dbms

Tech Mahindra interview questions for designations

 Software Associate

 (1)

 Associate Software Test Engineer

 (2)

 Senior Associate Software Engineer

 (1)

 Associate Software Developer

 (5)

 Associate Software Trainee

 (1)

 Software Engineer

 (193)

 Associate Software Engineer 2

 (2)

 Associate IT Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude conducted on shl platform (platform may be changed from year to year)

Round 2 - Coding Test 

Some basic coding questions based on arrays, and strings

Round 3 - Conversational Assessment 

(1 Question)

  • Q1. Conversational Assessment
Round 4 - Technical 

(1 Question)

  • Q1. What is cloud computing, about project and other some basic technical questions
Round 5 - HR 

(1 Question)

  • Q1. About project, and ready to work in rotational shifts and other some basic hr questions.

Get interview-ready with Top Tech Mahindra Interview Questions

Associate Software Engineer Interview Questions & Answers

user image Snehal Devendra Kagwade

posted on 10 Nov 2024

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

I applied via Instagram and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It includes aptitude test. It is elimination round.

Round 2 - Coding Test 

It includes 2 codes. To het selected need to pass all the test cases.

Round 3 - Technical 

(3 Questions)

  • Q1. Project related
  • Q2. SQL based question like queries and all
  • Q3. Question based on Java
Round 4 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Terms and condition
  • Ans. 

    Terms and conditions are rules and guidelines that users must agree to follow in order to use a service or product.

    • Terms and conditions outline the rights and responsibilities of both the user and the company providing the service.

    • They often include information about privacy policies, payment terms, and usage restrictions.

    • Users are typically required to agree to the terms and conditions before using a service or produc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are fresher then do work on SQL and java.
Also candidates should have knowledge about their project.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hr consists of aptitude questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is garbage collection
  • Ans. 

    Garbage collection is a process in programming where the system automatically reclaims memory occupied by objects that are no longer in use.

    • Garbage collection helps in managing memory efficiently by automatically deallocating memory that is no longer needed.

    • It reduces the risk of memory leaks and helps in preventing bugs related to manual memory management.

    • Examples of programming languages with garbage collection inclu

  • Answered by AI
  • Q2. What is static in java
  • Ans. 

    In Java, 'static' keyword is used to create class-level variables and methods that can be accessed without creating an instance of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static blocks are used to initialize static variables.

    • Static variables are initialized only once, at the start of the program execution.

    • Example: public

  • Answered by AI
  • Q3. What is method overloading in java
  • Ans. 

    Method overloading in Java allows multiple methods with the same name but different parameters.

    • Method overloading is achieved by having methods with the same name but different parameters in a class.

    • The compiler determines which method to call based on the number and type of arguments passed.

    • Example: void print(int num) and void print(String str) are overloaded methods with different parameters.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your strength
  • Q2. Any leadership work in past
  • Ans. 

    Yes, I have experience in leading a team during my college project.

    • Led a team of 4 members during a college project to develop a mobile application

    • Assigned tasks, set deadlines, and ensured timely completion of project milestones

    • Facilitated team meetings to discuss progress, address issues, and brainstorm solutions

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 9 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 tips
Round 2 - Aptitude Test 

General Aptitude Questions
Consists of Permutation and combination, work and time, speed, distance, time and many more.

Round 3 - Coding Test 

Coding questions on intermediate level in the choosen programming language like c++, python, Java etc.

Round 4 - Communication round 

(1 Question)

  • Q1. Listening, Reading, Writing, Grammer and other typing test is conducted.
Round 5 - Technical 

(1 Question)

  • Q1. Based on Basics of computer Science, psychometric test is done based on chat bot, general situation based questions.
Round 6 - Chatboat interview 

(1 Question)

  • Q1. Basics of computer science, DSA, SQL, OOPS, programming language etc
Round 7 - Technical 

(1 Question)

  • Q1. Based on General subject's in computer science graduation and project
Round 8 - HR 

(1 Question)

  • Q1. General HR questions like Introduce yourself etc.
Round 9 - Udemy IT Foundation 

(1 Question)

  • Q1. It consists of 13 foundation module in which 3 is of communication and 10 are Basics of IT but test is of intermediate level so better prepared.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please Check other companies, after clearing these many rounds got only 3.25LPA CTC and got terminated without any training in only 1 month.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2022. There were 6 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 tips
Round 2 - Aptitude Test 

Easy level of questions not very tough

Round 3 - Coding Test 

Basic questions based on loops,array and string

Round 4 - Communication 

(1 Question)

  • Q1. Communication test round was easy enough to be cleared
Round 5 - Technical 

(1 Question)

  • Q1. The whole interview is based on resume and introduction .Interview is of 15 min.
Round 6 - HR 

(1 Question)

  • Q1. Hr is basically about ourself and more about company and it's policies and also communication was tested too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Can be cleared if you have confidence and good communication
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Mar 2023. There were 4 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 tips
Round 2 - Aptitude Test 

Just logical reasoning and maths

Round 3 - Technical 

(1 Question)

  • Q1. Some basic programming
Round 4 - HR 

(1 Question)

  • Q1. Regular commitment discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best and take care. Do well. Just join a cpamy and grow

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. 1) What is NullPointerExceprion and give me a examp...read more
  2. 2) Can you call the base class method without creating an instan...read more
  3. 5) What are access specifiers and what is their significan...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.

Tech Mahindra Associate Software Engineer Interview Process

based on 105 interviews

6 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • Technical Round
  • HR Round - 1
  • HR Round - 2
  • HR Round - 3
View more
Tech Mahindra Associate Software Engineer Salary
based on 5.7k salaries
₹1.8 L/yr - ₹5.9 L/yr
32% less than the average Associate Software Engineer Salary in India
View more details

Tech Mahindra Associate Software Engineer Reviews and Ratings

based on 629 reviews

3.7/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 629 Reviews and Ratings
Software Engineer
26.4k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
21.6k salaries
unlock blur

₹5.5 L/yr - ₹23.5 L/yr

Technical Lead
11.9k salaries
unlock blur

₹9.6 L/yr - ₹38.5 L/yr

Associate Software Engineer
5.7k salaries
unlock blur

₹1.8 L/yr - ₹5.9 L/yr

Team Lead
5.1k salaries
unlock blur

₹5.3 L/yr - ₹17.5 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