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
3.6

based on 33.6k Reviews

Filter interviews by

Tech Mahindra Associate Software Developer Interview Questions, Process, and Tips

Updated 10 Jul 2024

Top Tech Mahindra Associate Software Developer Interview Questions and Answers

View all 7 questions

Tech Mahindra Associate Software Developer Interview Experiences

5 interviews found

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

General aptitude questions

Round 2 - Coding Test 

Code logic, basic concepts of c++,

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Basic knowledge of python

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy and moderate can easily crack this round

Round 2 - Coding Test 

There will be two program. Easy and moderate

Round 3 - One-on-one 

(1 Question)

  • Q1. It is a technical interview round, questions were based on my resume only. Moderate level

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is oops concepts
  • Ans. 

    Object-oriented programming concepts that help in organizing and structuring code.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

  • Answered by AI

I was interviewed in Dec 2016.

Interview Questionnaire 

11 Questions

  • Q1. Write a program on polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.

    • Method overloading allows multiple methods with the same name but diff...

  • Answered by AI
  • Q2. Write a program on fibbanoci series
  • Ans. 

    Program to generate Fibonacci series

    • Use a loop to generate the series

    • Start with two initial values, 0 and 1

    • Add the previous two numbers to get the next number

    • Repeat the process until the desired number of terms is reached

  • Answered by AI
  • Q3. Write a program on inheritance
  • Ans. 

    A program demonstrating inheritance in object-oriented programming.

    • Inheritance allows a class to inherit properties and methods from another class.

    • The derived class can add new features or override existing ones.

    • Inheritance promotes code reusability and modularity.

    • Example: Creating a base class 'Animal' and derived classes 'Dog' and 'Cat'.

  • Answered by AI
  • Q4. Explain all the OOPS concepts
  • Ans. 

    OOPS concepts are fundamental principles in object-oriented programming.

    • Encapsulation: bundling of data and methods into a single unit (class)

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

    • Polymorphism: ability to use a single interface to represent different types of objects

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Encapsulation: binding data and m...

  • Answered by AI
  • Q5. Explain the types of testing
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or units of code.

    • Integration testing verifies the interaction between different components or modules.

    • System testing ensures that the entire system functions correctly.

    • Acceptance testing is performed to validate if the system meets the requirements and is ready for dep

  • Answered by AI
  • Q6. Why black box testing is used
  • Ans. 

    Black box testing is used to test the functionality of a software application without knowing its internal structure.

    • Black box testing focuses on the external behavior of the software.

    • It tests the software from a user's perspective, without any knowledge of the internal code.

    • It helps identify defects or issues in the software's functionality.

    • Black box testing is useful for validating requirements and ensuring the softw...

  • Answered by AI
  • Q7. Explain your academic final year project
  • Q8. Tell me about yourself
  • Q9. A puzzle
  • Q10. Would you like to relocate or not
  • Q11. Are you willing to sign the bond

Interview Preparation Tips

Round: Essay writing
Experience: I was asked to write an essay on the picture displayed on my monitor screen.

Skills: Javascript, Java Programming, Manual testing

Skills evaluated in this interview

Tech Mahindra interview questions for designations

 Software Associate

 (1)

 Software Developer

 (97)

 Associate Software Engineer

 (119)

 Associate Software Trainee

 (1)

 Senior Software Developer

 (10)

 Software Developer fresher

 (6)

 Java Software Developer

 (3)

 Junior Software Developer

 (3)

Interview Questionnaire 

1 Question

  • Q1. Write a program on polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is achieved through method overriding and method overloading.

    • Method overriding allows a subclass to provide a different implementation of a method that is already defined in its superclass.

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

  • Answered by AI

Interview Preparation Tips

College Name: Narayana Engineering College

Get interview-ready with Top Tech Mahindra Interview Questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via campus placement at Coimbatore Institute of Technology, Coimbatore and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

2 problems on strings and integers

Round 3 - HR 

(2 Questions)

  • Q1. Explain project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized Agile methodology for project management

  • Answered by AI
  • Q2. Hurdles faced during project
  • Ans. 

    Some hurdles faced during the project include communication issues, technical challenges, and tight deadlines.

    • Communication issues with team members or stakeholders

    • Technical challenges such as bugs or compatibility issues

    • Tight deadlines leading to pressure and rushed work

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. Coding questions medium level
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project discussion in detail
  • Q2. One more coding question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The round1 was aptitude test it was average level neither easy nor hard

Round 2 - Technical 

(3 Questions)

  • Q1. What is shortest path algo
  • Ans. 

    Shortest path algo is a method to find the most efficient route between two points in a graph or network.

    • Shortest path algorithms are used in various applications such as GPS navigation systems, network routing, and logistics planning.

    • Examples of shortest path algorithms include Dijkstra's algorithm, Bellman-Ford algorithm, and Floyd-Warshall algorithm.

    • These algorithms calculate the shortest path based on different cri...

  • Answered by AI
  • Q2. What is diff b/w compiler and interpreter
  • Ans. 

    Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.

    • Compiler converts entire code into machine code before execution

    • Interpreter translates code line by line during execution

    • Compiler generates intermediate object code or executable file

    • Interpreter does not generate intermediate object code

    • Examples: C, C++ compilers vs Python, Ruby interprete

  • Answered by AI
  • Q3. What are 4 pillars of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

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

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

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

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about the company
  • Q2. What is your hobby

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is easy the interviewers were friendy overall the hiring process was smooth but took a lot of time for LOI and haven't received offer letter yet

Skills evaluated in this interview

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

I applied via campus placement at ACE Engineering College, Khammam and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The Basic Aptitude Quant Reasoning and Verbal Ability

Round 2 - Coding Test 

Basic Programming Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on Advanced Aptitude
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 Jul 2023. There were 3 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 

The test consists of questions from each and every domain ranging from general aptitude to essay writing as well as ASL-based questions. In the end, there are two questions related to coding which are easy - medium in difficulty and each section has a separate time limit with no negative marking.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What was your role in the project you created?
  • Q3. Why Java and Javascript?
  • Ans. 

    Java and JavaScript are essential programming languages for web and software development.

    • Java is a versatile language used for building enterprise applications, Android apps, and server-side development.

    • JavaScript is a crucial language for front-end web development, adding interactivity to websites and web applications.

    • Both languages have a large community support, extensive libraries, and frameworks for developers to

  • Answered by AI
  • Q4. Difference between Java and C++?
  • Ans. 

    Java is a high-level, object-oriented programming language with automatic memory management, while C++ is a lower-level language with manual memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java uses automatic garbage collection, while C++ requires manual memory management.

    • Java does not support pointers, while C++ does.

    • Java is more secure due to its strong type checking, while C++ allows ...

  • Answered by AI
  • Q5. Why not python instead of using Java?
  • Ans. 

    Java is preferred for its performance, scalability, and strong typing compared to Python.

    • Java is statically typed, which helps catch errors at compile time, while Python is dynamically typed.

    • Java is faster in terms of execution speed compared to Python.

    • Java is preferred for large-scale enterprise applications due to its scalability and performance.

    • Java has a strong ecosystem and support for multi-threading, making it s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume as they will ask most of the questions from your resume only and make sure to communicate with fluency as it holds a major impact on the interviewer.

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Associate Software Developer interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in Tech Mahindra Associate Software Developer interview?

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

  1. Why black box testing is u...read more
  2. Write a program on fibbanoci ser...read more
  3. Write a program on polymorph...read more

Tell us how to improve this page.

Tech Mahindra Associate Software Developer Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 1 Tech Mahindra interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Tech Mahindra Associate Software Developer Salary
based on 91 salaries
₹3 L/yr - ₹5.5 L/yr
39% less than the average Associate Software Developer Salary in India
View more details

Tech Mahindra Associate Software Developer Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

5.0

Skill development

4.3

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.3

Promotions/Appraisal

5.0

Work Satisfaction

Explore 5 Reviews and Ratings
Software Engineer
26.3k salaries
unlock blur

₹2 L/yr - ₹10.7 L/yr

Senior Software Engineer
21.3k salaries
unlock blur

₹5.5 L/yr - ₹22.9 L/yr

Technical Lead
11.6k salaries
unlock blur

₹9.5 L/yr - ₹31.9 L/yr

Associate Software Engineer
5.4k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.2 L/yr - ₹16.9 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview