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
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.4k Reviews

Play video Play video Video summary
  • About
  • Reviews
    38.4k
  • Salaries
    2.7L
  • Interviews
    4.1k
  • Jobs
    404
  • Benefits
    3.8k
  • Photos
    74
  • Posts
    41

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
View answers (8)
asked in Tech Mahindra
Q2. Which programming language are you comfortable with?
View answers (269)
asked in Accenture
Q3. A marketing strategy case: A perfume seller in Jaipur has unique ... read more
View answers (5)
asked in Deloitte
Q4. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
View answers (3)
asked in Josh Technology Group
Q5. Huffman Coding Challenge Given an array ARR of integers containin ... read more
View answers (2)
View All
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
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 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
    View 1 more answer
  • Q2. Mostly on software engineer questions
  • Add your answer
Anonymous

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
  • Add your answer
  • Q2. Oops, networking, operating system
  • Add your answer
Anonymous

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
  • Add your answer
  • 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
    View 1 more answer
  • 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
    View 1 more answer
  • 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
    View 1 more answer
  • 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
    View 2 more answers

Skills evaluated in this interview

Anonymous

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?
  • Add your answer
Anonymous

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

Anonymous

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
  • View 40 more answers
  • Q2. Questions related to AI technologies
  • View 4 more answers
  • 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
    View 21 more answers

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

Anonymous

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
  • View 4 more answers
  • Q2. What is your ambitions
  • View 4 more answers

Interview Preparation Tips

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

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?
  • View 268 more answers
  • Q2. Sql,javascript
  • View 42 more answers

Interview Preparation Tips

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

Interview questions from similar companies

company Logo

Associate Interview Questions & Answers

TCS user image Anonymous

posted on 4 May 2019

I applied via Approached by Company and was interviewed before May 2018. There were 6 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. This is face to face interview... They are observing our behaviour... Attitude... Etc
  • Add your answer
  • Q2. Introduce u r self....
  • Ans. 

    I am a dedicated and hardworking individual with a passion for learning and growth.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have 3 years of experience working in marketing and sales roles.

    • I am proficient in Microsoft Office Suite and have strong communication skills.

    • I am a team player and enjoy collaborating with others to achieve common goals.

  • Answered by AI
    Add your answer
  • Q3. U r carrier objections
  • Ans. 

    My career objectives focus on continuous growth, contributing to team success, and making a positive impact in my field.

    • Aim to develop expertise in my field, such as becoming a certified project manager.

    • Seek leadership opportunities to guide and mentor junior team members.

    • Aspire to work on innovative projects that challenge my skills and creativity.

    • Desire to contribute to a company's mission, like improving customer sa...

  • Answered by AI
    Add your answer
  • Q4. About TCS
  • Add your answer
  • Q5. Why should u select TCS
  • Ans. 

    TCS is a global leader in IT services with a strong reputation for innovation and client satisfaction.

    • TCS has a proven track record of delivering high-quality services to clients worldwide.

    • TCS offers a wide range of opportunities for career growth and development.

    • TCS values diversity and inclusion, creating a supportive work environment for employees.

    • TCS invests in cutting-edge technologies and training programs to kee...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Round: Group Discussion
Experience: Any kind of topic u cn select... Sales, accounts, service

Round: Test
Experience: Aptitude test... Mathematic and problem solving... General knowledge is very important

Round: Telephonic
Experience: This is final round... BH directly interact with us...

General Tips: Be confident... Be clam.... Keep smiling face... That is the way to win
Skills: Communication, Body Language, Leadership, Presentation Skills, Time Management
Duration: <1 week
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Infosys user image Anonymous

posted on 5 Feb 2021

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Add your answer
  • Q2. They asked code for some python program
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.
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 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.

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 Engineer Interview Questions
  • Java Developer Interview Questions
  • Senior Engineer Interview Questions
  • Consultant Interview Questions
  • System Engineer Interview Questions
  • Associate Interview Questions
  • Technical Lead Interview Questions
  • Devops Engineer Interview Questions
  • Show more
  • Web Developer Interview Questions
  • Developer Interview Questions

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
TCS Intern Interview Questions
3.6
 • 38 Interviews
Cognizant
Cognizant Intern Interview Questions
3.7
 • 34 Interviews
Accenture
Accenture Intern Interview Questions
3.7
 • 33 Interviews
Infosys
Infosys Intern Interview Questions
3.6
 • 23 Interviews
IBM
IBM Intern Interview Questions
4.0
 • 13 Interviews
Wipro
Wipro Intern Interview Questions
3.7
 • 12 Interviews
Capgemini
Capgemini Intern Interview Questions
3.7
 • 10 Interviews
Tata Elxsi
Tata Elxsi Intern Interview Questions
3.7
 • 8 Interviews
HCLTech
HCLTech Intern Interview Questions
3.5
 • 7 Interviews
LTIMindtree
LTIMindtree Intern Interview Questions
3.7
 • 6 Interviews
View all
Tech Mahindra Intern Salary
based on 42 salaries
₹1.4 L/yr - ₹3.6 L/yr
22% less than the average Intern Salary in India
View more details

Tech Mahindra Intern Reviews and Ratings

based on 25 reviews

4.1/5

Rating in categories

4.1

Skill development

4.2

Work-life balance

3.8

Salary

3.9

Job security

4.0

Company culture

3.7

Promotions

4.0

Work satisfaction

Explore 25 Reviews and Ratings
Intern Jobs at Tech Mahindra
Tech Mahindra
International Voice process- NOIDA

Noida

0-5 Yrs

₹ 2.5-4 LPA

Tech Mahindra
Tech Mahindra - Hiring For International Voice Process

Mumbai

0-5 Yrs

₹ 2.5-5 LPA

Tech Mahindra
International Chat process -live chat - Premium Process -Tech Mahindra

Noida

1-6 Yrs

₹ 3.5-5 LPA

Explore more jobs
Tech Mahindra Salaries in India
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

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