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 Intern Interview Questions and Answers

Updated 21 Jan 2025

8 Interview questions

An Intern was asked 8mo ago
Q. What is agile, and can you explain it?
Ans. 

Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

  • Agile involves breaking down projects into smaller tasks called sprints

  • It prioritizes customer feedback and adapting to changes quickly

  • Common frameworks include Scrum, Kanban, and Lean

  • Daily stand-up meetings and retrospectives are common practices in Agile

🔥 Asked by recruiter 4 times
An Intern was asked
Q. Explain the concepts of OOPS.
Ans. 

OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPS focuses on creating objects that interact with each other to solve problems.

  • It involves concepts like encapsulation, inheritance, polymorphism, and abstraction.

  • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

  • Inheritance allows a class to in...

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. There is a housing society “The wasteful society”. You collect al ... read more
Q2. Which programming language are you comfortable with?
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
An Intern was asked
Q. What are some test cases for a login feature?
Ans. 

Test cases for login

  • Verify successful login with valid credentials

  • Verify error message with invalid credentials

  • Verify password field is masked

  • Verify session timeout after inactivity

  • Verify login page is accessible from any page

  • Verify login page is not accessible after logout

An Intern was asked
Q. Explain object-oriented programming with an example.
Ans. 

Object-oriented programming is a programming paradigm that organizes code into objects.

  • 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 complex implementation details

  • Example: Creating a class 'Car' with properties like 'color' and methods like 'startEngine'

What people are saying about Tech Mahindra

View All
a senior engineer
2d
💼 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 Intern was asked
Q. Which programming language are you comfortable with?
Ans. 

I am comfortable with multiple programming languages including Java, Python, and JavaScript.

  • Proficient in Java for backend development

  • Experienced in Python for data analysis and machine learning

  • Skilled in JavaScript for frontend development

  • Familiar with SQL for database management

  • Comfortable with C++ for competitive programming

An Intern was asked
Q. What is inheritance, encapsulation, access modifiers
Ans. 

Inheritance, encapsulation, and access modifiers are key concepts in object-oriented programming.

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

  • Encapsulation is the concept of bundling data and methods that operate on the data within a single unit.

  • Access modifiers control the visibility and accessibility of class members.

  • Examples: public, private, protected

  • Inheritance example: cl...

An Intern was asked
Q. What is method overloading, method overiding
Ans. 

Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

  • Method overloading allows a class to have multiple methods with the same name but different parameters.

  • Method overriding occurs in a subclass when a method has the same name and parameters as a method ...

Are these interview questions helpful?
An Intern was asked
Q. What is class, object
Ans. 

Class is a blueprint for creating objects, while object is an instance of a class.

  • A class defines the properties and behaviors of objects.

  • An object is a specific instance of a class.

  • Classes can inherit properties and behaviors from other classes.

  • Objects can interact with each other by calling methods on each other.

  • Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' cou...

Tech Mahindra Intern Interview Experiences

8 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

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

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

Round 1 - Aptitude Test 

Mostly on numerical there will be 5 sets in round 1 aptitude and communication general English questions

Round 2 - Coding Test 

Coding questions are on arrays and lists

Round 3 - Technical 

(2 Questions)

  • Q1. What is agile?and explain it
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility, collaboration, and continuous improvement.

    • Agile involves breaking down projects into smaller tasks called sprints

    • It prioritizes customer feedback and adapting to changes quickly

    • Common frameworks include Scrum, Kanban, and Lean

    • Daily stand-up meetings and retrospectives are common practices in Agile

  • Answered by AI
  • Q2. Mostly on software engineer questions

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

(2 Questions)

  • Q1. Tree, array, stack, queue
  • Q2. Oops, networking, operating system

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Ist I gave a aptitude + Technical questions + 1 coding question
Coding question was based on sorting

Round 3 - Technical 

(5 Questions)

  • Q1. Academic project explanation, java basic questions
  • Q2. What is class, object
  • Ans. 

    Class is a blueprint for creating objects, while object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

    • Classes can inherit properties and behaviors from other classes.

    • Objects can interact with each other by calling methods on each other.

    • Example: Class 'Car' may have properties like 'color' and 'model', while an object of class 'Car' could be...

  • Answered by AI
  • Q3. Explain OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating objects that interact with each other to solve problems.

    • It involves concepts like encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation refers to bundling data and methods that operate on the data into a single unit.

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q4. What is method overloading, method overiding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name and parameters as a method in it...

  • Answered by AI
  • Q5. What is inheritance, encapsulation, access modifiers
  • Ans. 

    Inheritance, encapsulation, and access modifiers are key concepts in object-oriented programming.

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

    • Encapsulation is the concept of bundling data and methods that operate on the data within a single unit.

    • Access modifiers control the visibility and accessibility of class members.

    • Examples: public, private, protected

    • Inheritance example: class D...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What will be your first step as a consultant if a bank operations are failing?

Intern Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2025

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

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

Basic DSA question and web dev fundamentals

Intern Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2022

I applied via Job Portal and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Test cases for login
  • Q2. Questions related to AI technologies
  • Q3. Object-oriented programming with example
  • Ans. 

    Object-oriented programming is a programming paradigm that organizes code into objects.

    • 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 complex implementation details

    • Example: Creating a class 'Car' with properties like 'color' and methods like 'startEngine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Totally depends on the interviewer. I know people got selected without technical questions and people were not selected even after answering all the technical questions correctly. They don't consider merit as a criteria , its on the whims and fancies of managers.
In the end, it's your luck that gets you into TechM, not the skills.

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 27 Jan 2023

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

I applied via Walk-in and was interviewed before Jan 2022. 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 

Aptitude test was taken in first round

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell about your educational qualification
  • Q2. What is your ambitions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and confident while giving interview . always have your vision clear

Intern Interview Questions & Answers

user image Anonymous

posted on 16 Jun 2021

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Which programming language you are comfortable with?
  • Q2. Sql,javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever technical skills you have be confident in that.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Project planning
  • Q2. Achievements
  • Q3. Coding questions
  • Q4. Many more other

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall was very nice and easy

I applied via Campus Placement and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Intern interview?
Tech Mahindra interview process usually has 1-2 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Tech Mahindra Intern 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 International Voice Process, Customer Service, international bpo, customer support and Communication Skills.
What are the top questions asked in Tech Mahindra Intern interview?

Some of the top questions asked at the Tech Mahindra Intern interview -

  1. Which programming language you are comfortable wi...read more
  2. Test cases for lo...read more
  3. Object-oriented programming with exam...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 6 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Intern Interview Questions from Similar Companies

TCS Intern Interview Questions
3.6
 • 37 Interviews
Infosys Intern Interview Questions
3.6
 • 23 Interviews
IBM Intern Interview Questions
4.0
 • 13 Interviews
Wipro Intern Interview Questions
3.7
 • 12 Interviews
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
View all
Tech Mahindra Intern Salary
based on 41 salaries
₹1 L/yr - ₹6 L/yr
22% less than the average Intern Salary in India
View more details

Tech Mahindra Intern Reviews and Ratings

based on 24 reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.4

Salary

3.6

Job security

3.7

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 24 Reviews and Ratings
Software Engineer
26.6k salaries
unlock blur

₹2 L/yr - ₹11 L/yr

Senior Software Engineer
22.1k salaries
unlock blur

₹6.4 L/yr - ₹24 L/yr

Technical Lead
12.4k salaries
unlock blur

₹9.8 L/yr - ₹32.9 L/yr

Associate Software Engineer
6k salaries
unlock blur

₹1.9 L/yr - ₹5.7 L/yr

Team Lead
5.3k salaries
unlock blur

₹5.7 L/yr - ₹18.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
write
Share an Interview