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

Updated 9 Jun 2025

64 Interview questions

🔥 Asked by recruiter 2 times
A Software Developer was asked
Q. What are data structures?
Ans. 

Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

  • Data structures are used to manage and manipulate data.

  • They can be implemented using arrays, linked lists, trees, graphs, and other methods.

  • Examples include stacks, queues, hash tables, and binary search trees.

A Software Developer was asked
Q. What is a design pattern?
Ans. 

Design pattern is a reusable solution to a commonly occurring problem in software design.

  • Design patterns provide a standard terminology and a common platform for communication among developers.

  • They help in creating software that is flexible, maintainable, and scalable.

  • Examples of design patterns include Singleton, Factory, Observer, and Decorator.

  • Design patterns can be categorized into three types: creational, str...

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked
Q. What is a Python interpreter?
Ans. 

Python interpreter is a program that executes Python code.

  • It reads Python code and converts it into machine-readable code

  • It executes the code line by line

  • It also provides a command-line interface for interactive programming

  • Examples: CPython, Jython, IronPython

A Software Developer was asked
Q. Who developed Python?
Ans. 

Python was developed by Guido van Rossum in the late 1980s.

  • Guido van Rossum started working on Python in December 1989.

  • Python's design philosophy emphasizes code readability and ease of use.

  • Python is an interpreted, high-level, general-purpose programming language.

  • Python's popularity has been steadily increasing over the years.

  • Python is open-source and has a large community of developers contributing to its develo...

What people are saying about Tech Mahindra

View All
a senior engineer
1w
💼 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.
A Software Developer was asked
Q. What is a class?
Ans. 

A class is a blueprint for creating objects that have similar properties and behaviors.

  • A class is a user-defined data type that encapsulates data and functions.

  • It provides a way to organize and structure code.

  • Objects are instances of a class.

  • Classes can inherit properties and behaviors from other classes.

  • Example: A class 'Car' can have properties like 'color', 'model', and behaviors like 'start', 'stop'.

A Software Developer was asked
Q. What is PEP8?
Ans. 

PEP8 is a style guide for Python code.

  • PEP8 provides guidelines for formatting, naming, and organizing Python code.

  • It covers topics such as indentation, line length, variable naming, and function and class definitions.

  • Adhering to PEP8 can improve code readability and maintainability.

  • Tools such as Flake8 and PyLint can be used to check code against PEP8 standards.

A Software Developer was asked
Q. What is data abstraction?
Ans. 

Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

  • Abstraction is achieved through abstract classes and interfaces

  • It helps in reducing complexity and increasing efficiency

  • Example: A car dashboard shows only necessary information like speed, fuel level, etc. and hides the internal workings of the car

  • Abstraction is one of the four fundamental conce...

Are these interview questions helpful?
A Software Developer was asked
Q. What is multiple inheritance?
Ans. 

Multiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes.

  • It allows a class to inherit from more than one parent class.

  • It can lead to the diamond problem where a class inherits from two classes that have a common base class.

  • Languages like C++ support multiple inheritance while others like Java do not.

  • Example: A class can inherit properties from both a 'Vehicle' ...

A Software Developer was asked
Q. Tell me about inheritance.
Ans. 

Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

  • Inheritance allows code reuse and promotes code organization.

  • The existing class is called the parent or superclass, and the new class is called the child or subclass.

  • The child class inherits all the properties and methods of the parent class and can also add its own unique properties...

A Software Developer was asked
Q. What is an object?
Ans. 

An object is an instance of a class that encapsulates data and behavior.

  • Objects are created from classes

  • They have attributes (data) and methods (behavior)

  • Objects can interact with each other through method calls

  • Examples include a car object with attributes like make, model, and color, and methods like start and stop

  • Another example is a person object with attributes like name and age, and methods like walk and talk

Tech Mahindra Software Developer Interview Experiences

102 interviews found

Software Developer Interview Questions & Answers

user image Shafaque Sheikh

posted on 25 Jan 2025

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

(2 Questions)

  • Q1. Different types of streams based questions
  • Q2. Collection , competable future, java 8 features
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

It was easy, had average difficulty . Basic english and aptitude was asked

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of computer fundamentals were asked in this round . OOPS , DBMS , SQL query etc. And 2 coding questions.
  • Q2. Another part was pychometric which is very very easy.
Round 3 - communication round 

(2 Questions)

  • Q1. Had to listen to audio and gave answer of the questions accordingly.
  • Q2. It test your ability of writing , speaking and listening .
Round 4 - Technical 

(2 Questions)

  • Q1. Techincal interview was focussed on project .
  • Q2. A little bit of easy DSA and basics of CS fundamentals.
Round 5 - HR 

(1 Question)

  • Q1. Project and interst
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts and stream api
Round 2 - Technical 

(1 Question)

  • Q1. Oops and stream api , spring boot
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between List and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is slower than tuple for iteration and indexing.

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q2. Questions on File handling

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Sahana Sahana

posted on 6 Jun 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Tell. Me. about your self
  • Q2. Why. Shood. We. Chose. You
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved load time by 30%.

    • Strong proficiency in multiple programming languages, including Python and Java, allowing for versatile contributions to various projects.

    • Excellent teamwork and communicatio...

  • Answered by AI

Software Developer Interview Questions & Answers

user image Divyang Vadodariya

posted on 3 Jan 2025

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

(1 Question)

  • Q1. What is opps in php
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Oops concept in java
  • Ans. 

    Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

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

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

    • Abstraction hides the implementation d...

  • Answered by AI
  • Q2. Kotlin multiplatform in existing project
  • Ans. 

    Kotlin multiplatform allows sharing code between different platforms in an existing project.

    • Kotlin multiplatform enables sharing code between iOS and Android platforms

    • It can be integrated into an existing project to reduce duplicate code

    • Supports common libraries and APIs for both platforms

  • Answered by AI
  • Q3. Use of inheritance in kotlin
  • Ans. 

    Inheritance in Kotlin allows a class to inherit properties and functions from another class.

    • In Kotlin, a class can inherit from another class using the 'open' keyword for the superclass and the 'class' keyword for the subclass.

    • Subclasses can override properties and functions of the superclass using the 'override' keyword.

    • Kotlin does not support multiple inheritance, but a class can implement multiple interfaces.

  • Answered by AI
  • Q4. Why coroutines is used
  • Ans. 

    Coroutines are used to perform asynchronous tasks without blocking the main thread.

    • Coroutines allow for efficient asynchronous programming by suspending and resuming execution at specific points.

    • They are commonly used in Android development to handle network requests and database operations.

    • Coroutines can be used to simplify complex asynchronous code by providing a structured way to manage concurrency.

    • They are lightwei...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introducing your self
  • Q2. Communication skills
Round 2 - Technical 

(2 Questions)

  • Q1. Explain react js with ux architecture
  • Ans. 

    React JS is a JavaScript library for building user interfaces, while UX architecture focuses on designing user experiences.

    • React JS is a front-end library used for building interactive user interfaces.

    • UX architecture focuses on designing user experiences to ensure usability and user satisfaction.

    • Combining React JS with UX architecture involves creating intuitive and user-friendly interfaces that prioritize user needs a...

  • Answered by AI
  • Q2. Create a architecture in using ux
  • Ans. 

    Create a user experience (UX) architecture for software development.

    • Identify user personas and their needs

    • Design user flows and wireframes

    • Implement intuitive navigation and information architecture

    • Ensure consistency in visual design and interactions

    • Test and iterate on the UX design based on user feedback

  • Answered by AI
Round 3 - Coding Test 

, , , <meta>, <style></p> <!----></div> <!----> <h3 class="mg-top-16 interview-card__tipsHeading"> Interview Preparation Tips </h3> <div data-testid="interview-details-7" class="body-medium interview-card__interview-details"><b class='IS-section-heading'>Topics to prepare for Tech Mahindra Software Developer interview: </b> <ul><li>HTML</li><li>CSS3</li><li>Javascript</li><li>SAAS</li><li>JQuery</li><li>React.Js</li><li>Node.Js</li><li>MongoDB</li><li>C</li><li>Bootstrap</li></ul></div> <div class="mg-top-20"><section class="interviewCardSkillsWrapper"><h3 class="interviewCardSkillsWrapper__heading"> Skills evaluated in this interview </h3> <ul class="interviewCardSkillsWrapper__skillsContainer g-flex-v-center"><button ariaLabel="Web Development" title="Web Development" is-li="true" class="g-chip g-chip--md g-chip--rectangular_hover_ep"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">Web Development</span> <!----></button></ul></section></div> <!----> <div class="interview-card__load-more-overlay"><button type="button" ariaLabel="Continue reading" title="Continue reading" class="continueReadingBtn g-btn g-btn--filled g-btn--md g-btn--md--rightIconPadding"><!----> <span class="g-btn__label g-btn__label--md g-btn__label--filled g-btn__label--rightPadding g-btn__label--loader">Continue reading</span> <img src="https://static.ambitionbox.com/static/icons/arrow-down-white.svg" class="g-chip__img g-btn__img--md g-btn__img--md"></button></div></div> <div class="card-action-container g-flex-v-center"><div class="g-flex-hv-center card-action-container__action card-action-container__dualactionbtn"><button title="Upvote" data-testid="dual-action-btn-left" class="dual-action-button dual-action-button__left g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/upvote-blue.svg" loading="lazy" class="dual-action-button__img"> <!----></button> <button title="Downvote" data-testid="dual-action-btn-right" class="dual-action-button dual-action-button__right g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/downvote.svg" loading="lazy" class="dual-action-button__img"> <!----></button></div> <button title="Comment" data-testid="comment-btn" class="card-action-container__action card-action-button g-flex-hv-center card-action-button--"><i class="card-action-button__icon icon-comment"></i> <span class="card-action-button__label">Comment</span></button> <div class="card-action-container__action card-action-container__share-container"><button title="" class="card-action-button g-flex-hv-center card-action-button--"><img src="https://static.ambitionbox.com/static/icons/share-outline.svg" loading="lazy" class="card-action-button__img"> <span class="card-action-button__label">Share</span></button> <!----></div></div> <div><div id="comment-input-7692" class="chat-input"><div class="chat-input__input-cont flex-row"><img src="https://static.ambitionbox.com/static/profile_empty2.svg" width="40" height="40" alt="Anonymous" loading="lazy" class="logo g-logoWrapper g-logoWrapper--round g-logoWrapper--border"> <div class="chat-input__input-box"><textarea rows="1" placeholder="Add a comment..." data-testid="comment-input" class="chat-input__input"></textarea></div></div> <!----> <!----></div> <!----></div></div></div> <!----><div id="interview-11462900" is-comp-interview="true" class="interview-card"><div test-id="interview-header" class="interview-header"><!----> <div class="interview-header__title-wrapper"><h2 class="interview-header__title--h2"><a href="/interviews/tech-mahindra-interview-questions/software-developer" title="Tech Mahindra Software Developer Interview Questions & Answers" class="interview-header__title interview-header__link"> Software Developer Interview Questions & Answers </a></h2> <a href="/interviews/tech-mahindra-interview-questions" title=" interview questions" class="interview-header__sub-title mediumbold-medium interview-header__link"> </a> <span data-testid="interview-subheader" class="interview-subheader__info mediumbold-medium"><img data-src="" src="https://static.ambitionbox.com/static/icons/answered_by_anonymous.png" width="16" height="16" alt="user image" title="Anonymous" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/answered_by_anonymous.png'" class="interview-subheader__user-image lazy"> Anonymous <p class="interview-subheader__postedOnText"> posted on 13 Nov 2024 </p> <!----></span></div> <div class="kebab-menu"><i class="icon-dots-menu kebab-menu__icon"></i> <!----></div></div> <!----> <div><div class="card-insights" data-v-726eaecf><div data-testid="card-insight-0" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Interview experience </div> <div class="card-insights__value card-insights__value--no-margin" data-v-726eaecf><div class="rating_star_container" data-v-726eaecf><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 4<!----></div></div></div> <!----> Good </div></div><div data-testid="card-insight-1" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Difficulty level </div> <div class="card-insights__value" data-v-726eaecf><!----> <!----> Moderate </div></div><div data-testid="card-insight-2" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Process Duration </div> <div class="card-insights__value" data-v-726eaecf><!----> <!----> Less than 2 weeks </div></div><div data-testid="card-insight-3" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Result </div> <div class="card-insights__value" data-v-726eaecf><!----> <img width="10" height="10" loading="lazy" src="https://static.ambitionbox.com/static/icons/correct-icon.svg" alt="Selected" class="card-insights__img-accepted" data-v-726eaecf> Selected </div></div></div></div> <div class="interview-card__wrapper"><div class="interview-card__content-section interview-card__content-section--shrink interview-card__content-section--stick-card-height" style="--card-height:550px;"><p class="interview-card__interview-date body-medium mg-top-16 interview-card__interview-date--top-marg"> I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds. </p> <div class="interview-card__chips-wrapper noscrollbars-sm mg-top-16 g-flex-wrap"><button ariaLabel="Group Discussion" title="Group Discussion" data-testid="round-chip-80" class="interview-card__chips g-chip g-chip--md g-chip--default"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">Group Discussion</span> <!----></button><button ariaLabel="HR" title="HR" data-testid="round-chip-81" class="interview-card__chips g-chip g-chip--md g-chip--default"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">HR</span> <!----></button> <!----></div> <div class="roundItem"><div data-testid="round-heading-Group Discussion" class="roundItem__roundNoBox"><div class="roundItem__roundNoBox--detailTxt"> Round 1 - Group Discussion  </div> <!----></div> <p class="roundItem__details">To introduce myself and my strengths</p> <!----></div><div class="roundItem"><div data-testid="round-heading-HR" class="roundItem__roundNoBox"><div class="roundItem__roundNoBox--detailTxt"> Round 2 - HR  </div> <h3 class="roundItem__roundNoBox--questionTxt"><span>(</span>3 Questions<span>)</span></h3></div> <!----> <ul><div><li data-testid="" id="interview-10219882" class="roundItem__details--question"><span class="roundItem__details--answerHtmlWrapper"><span>Q1. </span>What is software and how to developing software</span></li> <li class="roundItem__details--answer"><span class="roundItem__details--answerHtmlWrapper"><span class='roundItem__details--answerBoldTxt'>Ans. </span><p>Software is a set of instructions that tells a computer how to perform specific tasks. Developing software involves designing, coding, testing, and maintaining programs.</p><p></p><ul><li><p>Software is a collection of programs, data, and documentation that performs specific tasks on a computer.</p></li><li><p>Developing software involves analyzing user requirements, designing the software architecture, coding the program, testing for bugs, and maintaining...<button class="roundItem__readMore" id="truncateClamp">read more</button></p></li></ul></span></li> <div class="roundItem__answeredBy"> Answered by <span class="roundItem__answeredBy--boldTxt">AI</span></div> <div class="roundItem__answerLink"> Add your answer <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="roundItem__answerImg"></div></div><div><li data-testid="" id="interview-10219884" class="roundItem__details--question"><span class="roundItem__details--answerHtmlWrapper"><span>Q2. </span>How to a write a programming languages in software developer</span></li> <li class="roundItem__details--answer"><span class="roundItem__details--answerHtmlWrapper"><span class='roundItem__details--answerBoldTxt'>Ans. </span><p>To write a programming language as a software developer, one must understand the syntax, semantics, and design principles of programming languages.</p><p></p><ul><li><p>Understand the syntax and grammar rules of the language.</p></li><li><p>Define the semantics of the language, including how statements and expressions are interpreted.</p></li><li><p>Design the language features and constructs based on the intended use cases.</p></li><li><p>Implement the language using a compiler or inter...<button class="roundItem__readMore" id="truncateClamp">read more</button></p></li></ul></span></li> <div class="roundItem__answeredBy"> Answered by <span class="roundItem__answeredBy--boldTxt">AI</span></div> <div class="roundItem__answerLink"> Add your answer <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="roundItem__answerImg"></div></div><div><li data-testid="" id="interview-10219886" class="roundItem__details--question"><span class="roundItem__details--answerHtmlWrapper"><span>Q3. </span>How to learning software developer</span></li> <li class="roundItem__details--answer"><span class="roundItem__details--answerHtmlWrapper"><span class='roundItem__details--answerBoldTxt'>Ans. </span><p>Learning software development involves studying programming languages, practicing coding, building projects, and staying updated with industry trends.</p><p></p><ul><li><p>Study programming languages like Java, Python, C++, etc.</p></li><li><p>Practice coding regularly on platforms like LeetCode, HackerRank, etc.</p></li><li><p>Build projects to apply your knowledge and gain practical experience.</p></li><li><p>Stay updated with industry trends by reading blogs, attending workshops, etc.</p></li></ul></span></li> <div class="roundItem__answeredBy"> Answered by <span class="roundItem__answeredBy--boldTxt">AI</span></div> <div class="roundItem__answerLink"> Add your answer <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="roundItem__answerImg"></div></div></ul></div> <!----> <h3 class="mg-top-16 interview-card__tipsHeading"> Interview Preparation Tips </h3> <div data-testid="interview-details-8" class="body-medium interview-card__interview-details"><b class='IS-section-heading'>Interview preparation tips for other job seekers</b> - im fresher and im a quick fast learner</div> <div class="mg-top-20"><section class="interviewCardSkillsWrapper"><h3 class="interviewCardSkillsWrapper__heading"> Skills evaluated in this interview </h3> <ul class="interviewCardSkillsWrapper__skillsContainer g-flex-v-center"><button ariaLabel="Software Development" title="Software Development" is-li="true" class="g-chip g-chip--md g-chip--rectangular_hover_ep"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">Software Development</span> <!----></button></ul></section></div> <!----> <div class="interview-card__load-more-overlay"><button type="button" ariaLabel="Continue reading" title="Continue reading" class="continueReadingBtn g-btn g-btn--filled g-btn--md g-btn--md--rightIconPadding"><!----> <span class="g-btn__label g-btn__label--md g-btn__label--filled g-btn__label--rightPadding g-btn__label--loader">Continue reading</span> <img src="https://static.ambitionbox.com/static/icons/arrow-down-white.svg" class="g-chip__img g-btn__img--md g-btn__img--md"></button></div></div> <div class="card-action-container g-flex-v-center"><div class="g-flex-hv-center card-action-container__action card-action-container__dualactionbtn"><button title="Upvote" data-testid="dual-action-btn-left" class="dual-action-button dual-action-button__left g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/upvote-blue.svg" loading="lazy" class="dual-action-button__img"> <!----></button> <button title="Downvote" data-testid="dual-action-btn-right" class="dual-action-button dual-action-button__right g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/downvote.svg" loading="lazy" class="dual-action-button__img"> <!----></button></div> <button title="Comment" data-testid="comment-btn" class="card-action-container__action card-action-button g-flex-hv-center card-action-button--"><i class="card-action-button__icon icon-comment"></i> <span class="card-action-button__label">Comment</span></button> <div class="card-action-container__action card-action-container__share-container"><button title="" class="card-action-button g-flex-hv-center card-action-button--"><img src="https://static.ambitionbox.com/static/icons/share-outline.svg" loading="lazy" class="card-action-button__img"> <span class="card-action-button__label">Share</span></button> <!----></div></div> <div><div id="comment-input-8763" class="chat-input"><div class="chat-input__input-cont flex-row"><img src="https://static.ambitionbox.com/static/profile_empty2.svg" width="40" height="40" alt="Anonymous" loading="lazy" class="logo g-logoWrapper g-logoWrapper--round g-logoWrapper--border"> <div class="chat-input__input-box"><textarea rows="1" placeholder="Add a comment..." data-testid="comment-input" class="chat-input__input"></textarea></div></div> <!----> <!----></div> <!----></div></div></div> <!----><div id="interview-11798506" is-comp-interview="true" class="interview-card"><div test-id="interview-header" class="interview-header"><!----> <div class="interview-header__title-wrapper"><h2 class="interview-header__title--h2"><a href="/interviews/tech-mahindra-interview-questions/software-developer" title="Tech Mahindra Software Developer Interview Questions & Answers" class="interview-header__title interview-header__link"> Software Developer Interview Questions & Answers </a></h2> <a href="/interviews/tech-mahindra-interview-questions" title=" interview questions" class="interview-header__sub-title mediumbold-medium interview-header__link"> </a> <span data-testid="interview-subheader" class="interview-subheader__info mediumbold-medium"><img data-src="" src="https://static.ambitionbox.com/static/icons/answered_by_anonymous.png" width="16" height="16" alt="user image" title="Anonymous" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/answered_by_anonymous.png'" class="interview-subheader__user-image lazy"> Anonymous <p class="interview-subheader__postedOnText"> posted on 7 Jan 2025 </p> <!----></span></div> <div class="kebab-menu"><i class="icon-dots-menu kebab-menu__icon"></i> <!----></div></div> <!----> <div><div class="card-insights" data-v-726eaecf><div data-testid="card-insight-0" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Interview experience </div> <div class="card-insights__value card-insights__value--no-margin" data-v-726eaecf><div class="rating_star_container" data-v-726eaecf><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#377e01"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 5<!----></div></div></div> <!----> Excellent </div></div><div data-testid="card-insight-1" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Difficulty level </div> <div class="card-insights__value" data-v-726eaecf><!----> <!----> - </div></div><div data-testid="card-insight-2" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Process Duration </div> <div class="card-insights__value" data-v-726eaecf><!----> <!----> - </div></div><div data-testid="card-insight-3" class="card-insights__card" data-v-726eaecf><div class="card-insights__title" data-v-726eaecf> Result </div> <div class="card-insights__value" data-v-726eaecf><!----> <!----> - </div></div></div></div> <div class="interview-card__wrapper"><div class="interview-card__content-section interview-card__content-section--shrink interview-card__content-section--stick-card-height" style="--card-height:550px;"><!----> <div class="interview-card__chips-wrapper noscrollbars-sm mg-top-16 g-flex-wrap"><button ariaLabel="Aptitude Test" title="Aptitude Test" data-testid="round-chip-90" class="interview-card__chips g-chip g-chip--md g-chip--default"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">Aptitude Test</span> <!----></button><button ariaLabel="Coding Test" title="Coding Test" data-testid="round-chip-91" class="interview-card__chips g-chip g-chip--md g-chip--default"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">Coding Test</span> <!----></button><button ariaLabel="HR" title="HR" data-testid="round-chip-92" class="interview-card__chips g-chip g-chip--md g-chip--default"><!----> <span to="javascript:void(0)" class="g-chip__label g-chip__label--md">HR</span> <!----></button> <!----></div> <div class="roundItem"><div data-testid="round-heading-Aptitude Test" class="roundItem__roundNoBox"><div class="roundItem__roundNoBox--detailTxt"> Round 1 - Aptitude Test  </div> <!----></div> <p class="roundItem__details">Apti, resoning for 2 hrs</p> <!----></div><div class="roundItem"><div data-testid="round-heading-Coding Test" class="roundItem__roundNoBox"><div class="roundItem__roundNoBox--detailTxt"> Round 2 - Coding Test  </div> <!----></div> <p class="roundItem__details">4 coading questions<br> 2 easy, 2 hard</p> <!----></div><div class="roundItem"><div data-testid="round-heading-HR" class="roundItem__roundNoBox"><div class="roundItem__roundNoBox--detailTxt"> Round 3 - HR  </div> <h3 class="roundItem__roundNoBox--questionTxt"><span>(</span>1 Question<span>)</span></h3></div> <!----> <ul><div><li data-testid="" id="interview-10700680" class="roundItem__details--question"><span class="roundItem__details--answerHtmlWrapper"><span>Q1. </span>Introduction vision where u see yourself in 5 years</span></li> <li class="roundItem__details--answer"><span class="roundItem__details--answerHtmlWrapper"><span class='roundItem__details--answerBoldTxt'>Ans. </span><p>In 5 years, I see myself as a senior software developer leading a team of developers on innovative projects.</p><p></p><ul><li><p>Continuing to enhance my technical skills and knowledge through ongoing learning and certifications</p></li><li><p>Taking on more leadership responsibilities and mentoring junior developers</p></li><li><p>Contributing to the success and growth of the company through my expertise and dedication</p></li></ul></span></li> <div class="roundItem__answeredBy"> Answered by <span class="roundItem__answeredBy--boldTxt">AI</span></div> <div class="roundItem__answerLink"> Add your answer <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="roundItem__answerImg"></div></div></ul></div> <!----> <!----> <!----> <!----> <div class="interview-card__load-more-overlay"><button type="button" ariaLabel="Continue reading" title="Continue reading" class="continueReadingBtn g-btn g-btn--filled g-btn--md g-btn--md--rightIconPadding"><!----> <span class="g-btn__label g-btn__label--md g-btn__label--filled g-btn__label--rightPadding g-btn__label--loader">Continue reading</span> <img src="https://static.ambitionbox.com/static/icons/arrow-down-white.svg" class="g-chip__img g-btn__img--md g-btn__img--md"></button></div></div> <div class="card-action-container g-flex-v-center"><div class="g-flex-hv-center card-action-container__action card-action-container__dualactionbtn"><button title="Upvote" data-testid="dual-action-btn-left" class="dual-action-button dual-action-button__left g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/upvote-blue.svg" loading="lazy" class="dual-action-button__img"> <!----></button> <button title="Downvote" data-testid="dual-action-btn-right" class="dual-action-button dual-action-button__right g-flex-hv-center dual-action-button--"><img src="https://static.ambitionbox.com/static/icons/recentWidgetIcons/downvote.svg" loading="lazy" class="dual-action-button__img"> <!----></button></div> <button title="Comment" data-testid="comment-btn" class="card-action-container__action card-action-button g-flex-hv-center card-action-button--"><i class="card-action-button__icon icon-comment"></i> <span class="card-action-button__label">Comment</span></button> <div class="card-action-container__action card-action-container__share-container"><button title="" class="card-action-button g-flex-hv-center card-action-button--"><img src="https://static.ambitionbox.com/static/icons/share-outline.svg" loading="lazy" class="card-action-button__img"> <span class="card-action-button__label">Share</span></button> <!----></div></div> <div><div id="comment-input-47" class="chat-input"><div class="chat-input__input-cont flex-row"><img src="https://static.ambitionbox.com/static/profile_empty2.svg" width="40" height="40" alt="Anonymous" loading="lazy" class="logo g-logoWrapper g-logoWrapper--round g-logoWrapper--border"> <div class="chat-input__input-box"><textarea rows="1" placeholder="Add a comment..." data-testid="comment-input" class="chat-input__input"></textarea></div></div> <!----> <!----></div> <!----></div></div></div> <!----></div> <button type="button" ariaLabel="Read all interview experiences" title="Read all interview experiences" class="g-btn g-btn--outline g-btn--md"><!----> <span class="g-btn__label g-btn__label--md g-btn__label--outline g-btn__label--loader">Read all interview experiences</span> <!----></button> <!----> <!----></div></div> <!----> <!----> <!----> <div class="modal-mask" style="display:none;" data-v-0575c1f4 data-v-0575c1f4><div class="modal-wrapper" data-v-0575c1f4><!----></div></div></div> <div id="contribution-widget" class="contribute-widget mg-top-32 no-mg-btm" data-v-70580c38><div class="loader-wrap container-left" data-v-70580c38><div class="loader-card title loader-card-v2" data-v-70580c38></div> <!----></div> <div class="loader-wrap container-left" data-v-70580c38><div class="loader-card loader-card-v2" data-v-70580c38></div> <div class="loader-card loader-card-v2" data-v-70580c38></div> <!----></div> <!----> <!----></div> <div class="ab_card link-widget-wrapper"><a href="/overview/tech-mahindra-overview?campaign=MoreAboutCompanyWidget" tracktrack="" class="link-widget__heading"> More about working at Tech Mahindra <span class="link-widget__cLink"><i class="icon-chevron-right"></i></span></a> <!----> <div class="link-widget"><ul class="link-widget-companyLinksCont chips-block-without-maxWidth"><li class="newHInfo__companyCont"><a href="/overview/tech-mahindra-overview/locations/pune-offices" data-attribute="[object Object]" title="HQ - Pune, Maharashtra, India companies in India" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> HQ - Pune, Maharashtra, India</span> <span class="newHInfo__companyLinkStripe"></span></a></li><li class="newHInfo__companyCont"><a href="/it-services-and-consulting-companies-in-india" data-attribute="[object Object]" title="IT Services & Consulting companies in India" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> IT Services & Consulting</span> <span class="newHInfo__companyLinkStripe"></span></a></li><li class="newHInfo__companyCont"><a href="/list-of-companies?indianEmployeeCounts=100001" data-attribute="[object Object]" title="Companies with 1 Lakh+ Employees (India)" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> 1 Lakh+ Employees (India)</span> <span class="newHInfo__companyLinkStripe"></span></a></li><li class="newHInfo__companyCont"><a href="/public-companies-in-india" data-attribute="[object Object]" title="Public companies in India" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> Public</span> <span class="newHInfo__companyLinkStripe"></span></a></li><li class="newHInfo__companyCont"><a href="/analytics-and-kpo-companies-in-india" data-attribute="[object Object]" title="Analytics & KPO companies in India" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> Analytics & KPO</span> <span class="newHInfo__companyLinkStripe"></span></a></li><li class="newHInfo__companyCont"><a href="/engineering-and-construction-companies-in-india" data-attribute="[object Object]" title="Engineering & Construction companies in India" class="newHInfo__companyCont newHInfo__companyCont--link"><span class="newHInfo__companyLinkText--hover"> Engineering & Construction</span> <!----></a></li></ul></div> <!----></div> <div display-card="true" schema-url="https://www.ambitionbox.com/interviews/tech-mahindra-interview-questions/software-developer" show-schema="true" class="mg-top-32 padding-fix"><div class="ab_section-header-v2 block"><div class="titleCont" style="max-width:100%;"><h2 class="title"> <div>Tech Mahindra Interview FAQs</div> <!----></h2> <!----> <!----> <!----> </div> <!----></div> <div class="container"><div itemscope="itemscope" itemtype="https://schema.org/FAQPage" class="globalCard globalCard--elevated cardCustomPadding"><div itemscope="itemscope" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq isOpen" style="border-bottom:1px solid #EBF0F6;padding:12px 0px;" data-v-5e01ab52><div class="outersection" data-v-5e01ab52><div itemprop="name" class="question body-medium opened" data-v-5e01ab52>How many rounds are there in Tech Mahindra Software Developer interview?</div></div> <div itemscope="itemscope" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer" class="innersection caption-strong-large visible" data-v-5e01ab52><div itemprop="text" data-v-5e01ab52>Tech Mahindra interview process usually has <b>2-3 rounds</b>. The most common rounds in the Tech Mahindra interview process are <b>Technical, Aptitude Test and HR</b>.</div></div></div><div itemscope="itemscope" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq isOpen" style="border-bottom:1px solid #EBF0F6;padding:12px 0px;" data-v-5e01ab52><div class="outersection" data-v-5e01ab52><div itemprop="name" class="question body-medium opened" data-v-5e01ab52>How to prepare for Tech Mahindra Software Developer interview?</div></div> <div itemscope="itemscope" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer" class="innersection caption-strong-large visible" data-v-5e01ab52><div itemprop="text" data-v-5e01ab52>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 <b>Software Development, Java, Hibernate, Spring and Struts</b>.</div></div></div><div itemscope="itemscope" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq isOpen" style="border-bottom:1px solid #EBF0F6;padding:12px 0px;" data-v-5e01ab52><div class="outersection" data-v-5e01ab52><div itemprop="name" class="question body-medium opened" data-v-5e01ab52>What are the top questions asked in Tech Mahindra Software Developer interview?</div></div> <div itemscope="itemscope" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer" class="innersection caption-strong-large visible" data-v-5e01ab52><div itemprop="text" data-v-5e01ab52><p>Some of the top questions asked at the Tech Mahindra Software Developer interview - </p><ol style='margin-left: 25px;'><li style='padding-bottom: 2px;'><span>what is the difference between call by value and call by referen</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=5925329&tag=3077451">read more</a></li><li style='padding-bottom: 2px;'><span>What is the difference b/w confidence and over confiden</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=2570501&tag=498725">read more</a></li><li style='padding-bottom: 2px;'><span>1)What was the introduced in c programming</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=6450255&tag=3944519">read more</a></li></ol></div></div></div><div itemscope="itemscope" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq isOpen" style="border-bottom:1px solid #EBF0F6;padding:12px 0px;" data-v-5e01ab52><div class="outersection" data-v-5e01ab52><div itemprop="name" class="question body-medium opened" data-v-5e01ab52>What are the most common questions asked in Tech Mahindra Software Developer HR round?</div></div> <div itemscope="itemscope" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer" class="innersection caption-strong-large visible" data-v-5e01ab52><div itemprop="text" data-v-5e01ab52><p>The most common HR questions asked in Tech Mahindra Software Developer interview are - </p><ol style='margin-left: 25px;'><li style='padding-bottom: 2px;'><span>What is your family backgrou</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=5044477&tag=2006153">read more</a></li><li style='padding-bottom: 2px;'><span>Where do you see yourself in 5 yea</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=5044477&tag=2006157">read more</a></li><li style='padding-bottom: 2px;'><span>What are your strengths and weakness</span>...<a class="ctas-a-medium" href="/interviews/tech-mahindra-interview-questions?rid=5044477&tag=2006159">read more</a></li></ol></div></div></div><div itemscope="itemscope" itemprop="mainEntity" itemtype="https://schema.org/Question" class="faq isOpen" style="border-bottom:;padding:12px 0px;" data-v-5e01ab52><div class="outersection" data-v-5e01ab52><div itemprop="name" class="question body-medium opened" data-v-5e01ab52>How long is the Tech Mahindra Software Developer interview process?</div></div> <div itemscope="itemscope" itemprop="acceptedAnswer" itemtype="https://schema.org/Answer" class="innersection caption-strong-large visible" data-v-5e01ab52><div itemprop="text" data-v-5e01ab52><p>The duration of Tech Mahindra Software Developer interview process can vary, but typically it takes about <b>less than 2 weeks</b> to complete.</p></div></div></div> <!----></div></div></div> <!----> <div class="userfeedback-snippet"><div class="userfeedback-snippet__container"><div class="userfeedback-snippet__content"><h2 class="userfeedback-snippet__question"> Tell us how to improve this page. </h2> <div class="textarea-input userfeedback-snippet__textarea"><!----> <div class="textarea-input__textarea"><div class="textarea-input__textarea-cont"><textarea type="text" name="" rows="1" autocomplete="on" oninvalid="setCustomValidity(' ')" onchange="setCustomValidity('')" class="textarea-input__textarea-el"></textarea></div> <span class="textarea-input__bar"></span> <label class="textarea-input__label"><span class="textarea-input__slot"></span></label></div> <span class="textarea-input__status"><!----></span> <!----></div> <div class="userfeedback-snippet__ctas"><button type="button" disabled="disabled" ariaLabel="Submit Feedback" title="Submit Feedback" class="userfeedback-snippet__submit g-btn g-btn--filled g-btn--md disabled"><!----> <span class="g-btn__label g-btn__label--md g-btn__label--filled g-btn__label--loader">Submit Feedback</span> <!----></button></div></div></div></div> <div class="ab_card ab_seo_interlinking card mg-btm-24 slimCard"><div class="ab_seo_section"><h2 class="main-title body-medium"> Tech Mahindra Interviews By Designations </h2> <div class="card_links"><ul><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/software-engineer" title="Tech Mahindra Software Engineer Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Software Engineer Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/senior-soft-engineer" title="Tech Mahindra Senior Software Engineer Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Senior Software Engineer Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/customer-service-associate" title="Tech Mahindra Customer Service Associate Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Customer Service Associate Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/customer-support-associate" title="Tech Mahindra Customer Support Associate Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Customer Support Associate Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/associate-software-engineer" title="Tech Mahindra Associate Software Engineer Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Associate Software Engineer Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/customer-service-executive" title="Tech Mahindra Customer Service Executive Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Customer Service Executive Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/customer-care-executive" title="Tech Mahindra Customer Care Executive Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Customer Care Executive Interview Questions </a></li><li class="card_link_item"><a href="/interviews/tech-mahindra-interview-questions/software-developer" title="Tech Mahindra Software Developer Interview Questions" class="body-small-l seo-sub-title router-link-active seo-sub-title--no-dot"> Tech Mahindra Software Developer Interview Questions </a></li> <li><a class="ctas show-more">Show more</a></li> <li class="card_link_item hide"><a href="/interviews/tech-mahindra-interview-questions/customer-support-executive" title="Tech Mahindra Customer Support Executive Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Customer Support Executive Interview Questions </a></li><li class="card_link_item hide"><a href="/interviews/tech-mahindra-interview-questions/technical-lead" title="Tech Mahindra Technical Lead Interview Questions" class="body-small-l seo-sub-title"> Tech Mahindra Technical Lead Interview Questions </a></li></ul></div></div> <div class="ab_seo_section"><h2 class="main-title body-medium"> Interview Questions for Popular Designations </h2> <div class="card_links"><ul><li class="card_link_item"><a title="Software Engineer Interview Questions" href="/profiles/software-engineer/interview-questions" class="body-small-l seo-sub-title"> Software Engineer Interview Questions </a></li><li class="card_link_item"><a title="Java Developer Interview Questions" href="/profiles/java-developer/interview-questions" class="body-small-l seo-sub-title"> Java Developer Interview Questions </a></li><li class="card_link_item"><a title="Web Developer Interview Questions" href="/profiles/web-developer/interview-questions" class="body-small-l seo-sub-title"> Web Developer Interview Questions </a></li><li class="card_link_item"><a title="Senior Software Developer Interview Questions" href="/profiles/senior-software-developer/interview-questions" class="body-small-l seo-sub-title"> Senior Software Developer Interview Questions </a></li><li class="card_link_item"><a title="Application Developer Interview Questions" href="/profiles/application-developer/interview-questions" class="body-small-l seo-sub-title"> Application Developer Interview Questions </a></li><li class="card_link_item"><a title="Salesforce Developer Interview Questions" href="/profiles/salesforce-developer/interview-questions" class="body-small-l seo-sub-title"> Salesforce Developer Interview Questions </a></li><li class="card_link_item"><a title="Software Development Engineer Interview Questions" href="/profiles/software-development-engineer/interview-questions" class="body-small-l seo-sub-title"> Software Development Engineer Interview Questions </a></li><li class="card_link_item"><a title="Developer Interview Questions" href="/profiles/developer/interview-questions" class="body-small-l seo-sub-title seo-sub-title--no-dot"> Developer Interview Questions </a></li> <li><a class="ctas show-more">Show more</a></li> <li class="card_link_item hide"><a title="Senior Developer Interview Questions" href="/profiles/senior-developer/interview-questions" class="body-small-l seo-sub-title"> Senior Developer Interview Questions </a></li><li class="card_link_item hide"><a title="Plsql Developer Interview Questions" href="/profiles/plsql-developer/interview-questions" class="body-small-l seo-sub-title"> Plsql Developer Interview Questions </a></li></ul></div></div> <!----> <!----></div></div> <div id="col-right" class="col-right flex-cont"><div id="top-cont" class="top"><div data-testid="interviewInsightCard" class="interviewInsightCard globalCard globalCard--outline"><h2 title="Overall Interview Experience Rating" class="interviewInsightCard__header"> Overall Interview Experience Rating </h2> <div class="interviewInsightCard__sections interviewInsightCard--nopdTp interviewInsightCard--noBrdr"><div><div class="rating_star_container"><svg width="32" height="32" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--lg "><div style="height:auto;padding-bottom:1px;"> 4.1<span style="font-weight: 700; color: #7c7c7c;font-size:20px">/5 </span></div></div></div> <p class="interviewInsightCard__sections--roundSubtitle caption-normal-large"> based on 97 interview experiences </p></div></div> <div class="interviewInsightCard__sections--darkbg interviewInsightCard__shrink"><div class="interviewInsightCard__sections"><p class="interviewInsightCard__title"> Difficulty level </p> <div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">Easy</span> <span class="interviewInsightCard__subTitle">33%</span></div><div class="interviewInsightCard__content interviewInsightCard--maxValContent"><span class="interviewInsightCard__subTitle">Moderate</span> <span class="interviewInsightCard__subTitle">65%</span></div><div class="interviewInsightCard__content interviewInsightCard--nomgBtm"><span class="interviewInsightCard__subTitle">Hard</span> <span class="interviewInsightCard__subTitle">2%</span></div></div> <div class="interviewInsightCard__sections interviewInsightCard--noBrdr interviewInsightCard--nopdBtm"><p class="interviewInsightCard__title"> Duration </p> <div class="interviewInsightCard__content interviewInsightCard--maxValContent"><span class="interviewInsightCard__subTitle">Less than 2 weeks</span> <span class="interviewInsightCard__subTitle">69%</span></div><div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">2-4 weeks</span> <span class="interviewInsightCard__subTitle">13%</span></div><div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">4-6 weeks</span> <span class="interviewInsightCard__subTitle">8%</span></div><div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">6-8 weeks</span> <span class="interviewInsightCard__subTitle">5%</span></div><div class="interviewInsightCard__content interviewInsightCard--nomgBtm"><span class="interviewInsightCard__subTitle">More than 8 weeks</span> <span class="interviewInsightCard__subTitle">5%</span></div></div> <div data-testid="interviewInsightCard-viewmore" class="interviewInsightCard__viewMoreWrapper"> View more </div></div> <!----></div> <div id="company-ad-small" class="mg-btm-20 mg-top-20"></div> <div style="margin-bottom:1.25rem;"><div class="skillsInterlinkingWidgetCont"><h3 class="skillsInterlinkingWidgetCont__heading"> Top Skills for Tech Mahindra Software Developer </h3> <div class="skillsInterlinkingWidgetCont__questionCont"><a href="https://www.ambitionbox.com/skills/java-interview-questions" title="Java Interview Questions & Answers" class="skillsInterlinkingWidgetCont__questionCont--questionCard"><div class="skillsInterlinkingWidgetCont__questionCont--question"> Java Interview Questions & Answers </div> <div class="skillsInterlinkingWidgetCont__questionCont--questionLink"> 250 Questions <img src="https://static.ambitionbox.com/static/blue_arrow_right.svg"></div></a><a href="https://www.ambitionbox.com/skills/data-structures-interview-questions" title="Data Structures Interview Questions & Answers" class="skillsInterlinkingWidgetCont__questionCont--questionCard"><div class="skillsInterlinkingWidgetCont__questionCont--question"> Data Structures Interview Questions & Answers </div> <div class="skillsInterlinkingWidgetCont__questionCont--questionLink"> 250 Questions <img src="https://static.ambitionbox.com/static/blue_arrow_right.svg"></div></a><a href="https://www.ambitionbox.com/skills/software-development-interview-questions" title="Software Development Interview Questions & Answers" class="skillsInterlinkingWidgetCont__questionCont--questionCard"><div class="skillsInterlinkingWidgetCont__questionCont--question"> Software Development Interview Questions & Answers </div> <div class="skillsInterlinkingWidgetCont__questionCont--questionLink"> 250 Questions <img src="https://static.ambitionbox.com/static/blue_arrow_right.svg"></div></a><a href="https://www.ambitionbox.com/skills/python-interview-questions" title="Python Interview Questions & Answers" class="skillsInterlinkingWidgetCont__questionCont--questionCard"><div class="skillsInterlinkingWidgetCont__questionCont--question"> Python Interview Questions & Answers </div> <div class="skillsInterlinkingWidgetCont__questionCont--questionLink"> 200 Questions <img src="https://static.ambitionbox.com/static/blue_arrow_right.svg"></div></a></div></div></div> <!----> <div class="ab_card ab_simil-list similar-list mg-btm-20 slimCard"><div class="header LY2aC"><h2 title="Software Developer Interview Questions from Similar Companies" class="title bold-section-header" style="line-height:normal;">Software Developer Interview Questions from Similar Companies </h2> <!----></div> <div title="TCS Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/tcs.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="TCS" class="logo lazy"> <div class="info"><a href="/interviews/tcs-interview-questions" class="title bold-list-header text-capitalize primary-link"> TCS Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.60" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.6<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 539 Interviews </div></div></div></div><div title="Infosys Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/infosys.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Infosys" class="logo lazy"> <div class="info"><a href="/interviews/infosys-interview-questions" class="title bold-list-header text-capitalize primary-link"> Infosys Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.60" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.6<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 272 Interviews </div></div></div></div><div title="Accenture Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/accenture.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Accenture" class="logo lazy"> <div class="info"><a href="/interviews/accenture-interview-questions" class="title bold-list-header text-capitalize primary-link"> Accenture Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.80" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.8<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 252 Interviews </div></div></div></div><div title="Wipro Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/wipro.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Wipro" class="logo lazy"> <div class="info"><a href="/interviews/wipro-interview-questions" class="title bold-list-header text-capitalize primary-link"> Wipro Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.70" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 171 Interviews </div></div></div></div><div title="Capgemini Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/capgemini.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Capgemini" class="logo lazy"> <div class="info"><a href="/interviews/capgemini-interview-questions" class="title bold-list-header text-capitalize primary-link"> Capgemini Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.70" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 163 Interviews </div></div></div></div><div title="Cognizant Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/cognizant.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Cognizant" class="logo lazy"> <div class="info"><a href="/interviews/cognizant-interview-questions" class="title bold-list-header text-capitalize primary-link"> Cognizant Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.70" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 131 Interviews </div></div></div></div><div title="IBM Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/ibm.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="IBM" class="logo lazy"> <div class="info"><a href="/interviews/ibm-interview-questions" class="title bold-list-header text-capitalize primary-link"> IBM Software Developer Interview Questions </a> <div class="rating"><div title="Rating 4.00" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 4.0<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 107 Interviews </div></div></div></div><div title="LTIMindtree Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/ltimindtree.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="LTIMindtree" class="logo lazy"> <div class="info"><a href="/interviews/ltimindtree-interview-questions" class="title bold-list-header text-capitalize primary-link"> LTIMindtree Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.70" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 93 Interviews </div></div></div></div><div title="HCLTech Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/hcl-technologies-88.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="HCLTech" class="logo lazy"> <div class="info"><a href="/interviews/hcl-technologies-interview-questions" class="title bold-list-header text-capitalize primary-link"> HCLTech Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.50" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.5<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 88 Interviews </div></div></div></div><div title="Persistent Systems Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/persistent-systems.jpg" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" alt="Persistent Systems" class="logo lazy"> <div class="info"><a href="/interviews/persistent-systems-interview-questions" class="title bold-list-header text-capitalize primary-link"> Persistent Systems Software Developer Interview Questions </a> <div class="rating"><div title="Rating 3.60" class="badge-cont"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.6<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 35 Interviews </div></div></div></div> <a href="https://www.ambitionbox.com/list-of-companies?globalEmployeeCounts=100001&industries=bpo-or-kpo,consulting,analytics-and-kpo,engineering-and-construction,it-services-and-consulting&designation=software-developer" data-clickable="view_all" class="exp-more ctas-a-medium">View all <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="exp-more__arrowImg"></a> <!----></div> <!----> <!----> <!----> <!----> <!----> <div class="shadow-buffer" data-v-04c8ae1a><div title="Tech Mahindra Software Developer Salary" class="ab_card ab_sal-card slimCard mg-btm-20" style="cursor:pointer;" data-v-04c8ae1a><div class="salary-card" data-v-04c8ae1a><a href="https://www.ambitionbox.com/salaries/tech-mahindra-salaries/software-developer" title="Tech Mahindra Software Developer Salary" class="bold-section-header title" data-v-04c8ae1a> Tech Mahindra Software Developer Salary </a> <div class="sub-title" data-v-04c8ae1a> based on 4.4k salaries </div> <div class="salary" data-v-04c8ae1a><span data-v-04c8ae1a><img src="https://static.ambitionbox.com/static/salaries/profile-salary.svg" class="salary__blur" data-v-04c8ae1a> <!----></span> <div class="salary__range body-medium locked" data-v-04c8ae1a> ₹3.8 L/yr - ₹19.5 L/yr </div></div></div> <div class="ab_sal-card__note body-medium" data-v-04c8ae1a> At par with the average Software Developer Salary in India </div> <div class="ab_sal-card__view-more ctas-a-medium" data-v-04c8ae1a> View more details <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="ab_sal-card__arrowImg" data-v-04c8ae1a></div> <!----></div></div> <div id="rating-widget" title="Tech Mahindra Software Developer reviews"><h3><a href="/reviews/tech-mahindra-reviews/software-developer" title="Tech Mahindra Software Developer reviews"> Tech Mahindra Software Developer Reviews and Ratings </a></h3> <p class="subtitle"> based on 384 reviews </p> <div class="rating_star_container rating-badge"><svg width="32" height="32" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--lg "><div style="height:auto;padding-bottom:1px;"> 3.8<span style="font-weight: 700; color: #7c7c7c;font-size:20px">/5 </span></div></div></div> <p class="cat-title">Rating in categories</p> <div class="avg_review_wrap full-card"><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div> <p title="Skill development refers to various training courses, workshops, sessions, etc. provided by Tech Mahindra for their employees." class="rating-category">Skill development</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.8<!----></div></div></div> <p title="Work life balance refers to a balance that an individual needs between time allocated for work and his/her personal life." class="rating-category">Work-life balance</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#FFBA01"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.3<!----></div></div></div> <p title="Salary refer to the compensation along with other monetary and non-monetary benefits Tech Mahindra offers to its employees." class="rating-category">Salary</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.8<!----></div></div></div> <p title="Job security refers to the assurance that the employee will keep his/her current job and not lose it." class="rating-category">Job security</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div> <p title="Company culture refers to the overall environment at Tech Mahindra. It includes working hours, work ethics, company values and mission, management, etc." class="rating-category">Company culture</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#FFBA01"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.1<!----></div></div></div> <p title="Career growth refers to the growth of an employee’s skills, salary, designation, etc. during the course of his/her employment at Tech Mahindra." class="rating-category">Promotions</p></div><div class="avg_review_item"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.6<!----></div></div></div> <p title="Work satisfaction refers to how content an employee feels with the kind of work he/she is doing at Tech Mahindra." class="rating-category">Work satisfaction</p></div></div> <span class="exp-more ctas-a-medium">Explore 384 Reviews and Ratings <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="exp-more__arrowImg"></span></div> <!----> <!----> <!----> <div class="shadow-buffer" data-v-7f4987b4><div title="Tech Mahindra Salaries in India" class="ab_card ab_card-salary mg-btm-20" data-v-7f4987b4><div data-clickable="heading" class="heading LY2aC" data-v-7f4987b4><a title="Tech Mahindra Salaries in India" href="/salaries/tech-mahindra-salaries" class="title bold-section-header">Tech Mahindra Salaries in India </a> <!----></div> <table data-v-7f4987b4><tbody data-v-7f4987b4><tr data-clickable="salary_chip" title="Tech Mahindra Software Engineer SalariesSalaries" data-v-7f4987b4><td class="left-content" data-v-7f4987b4><a href="/salaries/tech-mahindra-salaries/software-engineer" target="_blank" class="left-content__profile primary-link" data-v-7f4987b4> Software Engineer </a> <div class="left-content_datapoints" data-v-7f4987b4> 26.6k salaries </div></td> <td class="right-content" data-v-7f4987b4><div class="right-content__avg" data-v-7f4987b4><span data-v-7f4987b4><img src="https://static.ambitionbox.com/static/salaries/unlock-blur.svg" alt="unlock blur" width="80" height="24" style="vertical-align:middle;" data-v-7f4987b4> <!----></span></div> <p class="right-content__range locked" data-v-7f4987b4> ₹3.7 L/yr - ₹9.2 L/yr </p></td></tr><tr data-clickable="salary_chip" title="Tech Mahindra Senior Software Engineer SalariesSalaries" data-v-7f4987b4><td class="left-content" data-v-7f4987b4><a href="/salaries/tech-mahindra-salaries/senior-soft-engineer" target="_blank" class="left-content__profile primary-link" data-v-7f4987b4> Senior Software Engineer </a> <div class="left-content_datapoints" data-v-7f4987b4> 22.2k salaries </div></td> <td class="right-content" data-v-7f4987b4><div class="right-content__avg" data-v-7f4987b4><span data-v-7f4987b4><img src="https://static.ambitionbox.com/static/salaries/unlock-blur.svg" alt="unlock blur" width="80" height="24" style="vertical-align:middle;" data-v-7f4987b4> <!----></span></div> <p class="right-content__range locked" data-v-7f4987b4> ₹6.4 L/yr - ₹23.5 L/yr </p></td></tr><tr data-clickable="salary_chip" title="Tech Mahindra Technical Lead SalariesSalaries" data-v-7f4987b4><td class="left-content" data-v-7f4987b4><a href="/salaries/tech-mahindra-salaries/technical-lead" target="_blank" class="left-content__profile primary-link" data-v-7f4987b4> Technical Lead </a> <div class="left-content_datapoints" data-v-7f4987b4> 12.5k salaries </div></td> <td class="right-content" data-v-7f4987b4><div class="right-content__avg" data-v-7f4987b4><span data-v-7f4987b4><img src="https://static.ambitionbox.com/static/salaries/unlock-blur.svg" alt="unlock blur" width="80" height="24" style="vertical-align:middle;" data-v-7f4987b4> <!----></span></div> <p class="right-content__range locked" data-v-7f4987b4> ₹9.8 L/yr - ₹40 L/yr </p></td></tr><tr data-clickable="salary_chip" title="Tech Mahindra Associate Software Engineer SalariesSalaries" data-v-7f4987b4><td class="left-content" data-v-7f4987b4><a href="/salaries/tech-mahindra-salaries/associate-software-engineer" target="_blank" class="left-content__profile primary-link" data-v-7f4987b4> Associate Software Engineer </a> <div class="left-content_datapoints" data-v-7f4987b4> 6k salaries </div></td> <td class="right-content" data-v-7f4987b4><div class="right-content__avg" data-v-7f4987b4><span data-v-7f4987b4><img src="https://static.ambitionbox.com/static/salaries/unlock-blur.svg" alt="unlock blur" width="80" height="24" style="vertical-align:middle;" data-v-7f4987b4> <!----></span></div> <p class="right-content__range locked" data-v-7f4987b4> ₹1.9 L/yr - ₹5.7 L/yr </p></td></tr><tr data-clickable="salary_chip" title="Tech Mahindra Team Lead SalariesSalaries" data-v-7f4987b4><td class="left-content" data-v-7f4987b4><a href="/salaries/tech-mahindra-salaries/team-lead" target="_blank" class="left-content__profile primary-link" data-v-7f4987b4> Team Lead </a> <div class="left-content_datapoints" data-v-7f4987b4> 5.3k salaries </div></td> <td class="right-content" data-v-7f4987b4><div class="right-content__avg" data-v-7f4987b4><span data-v-7f4987b4><img src="https://static.ambitionbox.com/static/salaries/unlock-blur.svg" alt="unlock blur" width="80" height="24" style="vertical-align:middle;" data-v-7f4987b4> <!----></span></div> <p class="right-content__range locked" data-v-7f4987b4> ₹6.5 L/yr - ₹17.9 L/yr </p></td></tr></tbody></table> <a href="/salaries/tech-mahindra-salaries" target="_blank" class="exp-more ctas-a-medium" data-v-7f4987b4> Explore more salaries <img width="14" height="14" src="https://static.ambitionbox.com/static/blue_arrow_right.svg" class="exp-more__arrowImg" data-v-7f4987b4></a> <!----></div></div> <!----> <!----> <!----> <div class="ab_compare-list mg-btm-20"><div class="container"><div class="comparisions-list"><div class="flex-center comparisions-list__header"><div title="Compare Tech Mahindra with" class="comparisions-list__title"> Compare Tech Mahindra with </div> <div class="comparisions-list__actions flex-center"><div class="left flex-center action-button"><i class="icon-chevron-right action-button__prev disabled"></i></div> <div class="right flex-center action-button"><i class="icon-chevron-right"></i></div></div></div> <div class="comparisions-list__list"><div class="comparison-card globalCard globalCard--outline"><div class="comparison-card__img"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/infosys.jpg" height="50" width="100" alt="Infosys" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" class="logo lazy"></div> <div class="comparison-card__details"><p class="comparison-card__title">Infosys</p> <div class="comparison-card__rating"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.6<!----></div></div></div></div></div> <div data-clickable="company_link" class="comparison-card__cta"> Compare </div> <!----></div><div class="comparison-card globalCard globalCard--outline"><div class="comparison-card__img"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/cognizant.jpg" height="50" width="100" alt="Cognizant" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" class="logo lazy"></div> <div class="comparison-card__details"><p class="comparison-card__title">Cognizant</p> <div class="comparison-card__rating"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div></div> <div data-clickable="company_link" class="comparison-card__cta"> Compare </div> <!----></div><div class="comparison-card globalCard globalCard--outline"><div class="comparison-card__img"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/accenture.jpg" height="50" width="100" alt="Accenture" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" class="logo lazy"></div> <div class="comparison-card__details"><p class="comparison-card__title">Accenture</p> <div class="comparison-card__rating"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.8<!----></div></div></div></div></div> <div data-clickable="company_link" class="comparison-card__cta"> Compare </div> <!----></div><div class="comparison-card globalCard globalCard--outline"><div class="comparison-card__img"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/wipro.jpg" height="50" width="100" alt="Wipro" src="https://static.ambitionbox.com/static/icons/company-placeholder.svg" onerror="this.onerror=null;this.src='https://static.ambitionbox.com/static/icons/company-placeholder.svg'" class="logo lazy"></div> <div class="comparison-card__details"><p class="comparison-card__title">Wipro</p> <div class="comparison-card__rating"><div class="rating_star_container"><svg width="16" height="16" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="#9acd32"></rect> <path d="M6.295 16L7.27 11.5632L4 8.57895L8.32 8.18421L10 4L11.68 8.18421L16 8.57895L12.73 11.5632L13.705 16L10 13.6474L6.295 16Z" fill="white"></path></svg> <div class="rating_text rating_text--sm "><div style="height:auto;padding-bottom:1px;"> 3.7<!----></div></div></div></div></div> <div data-clickable="company_link" class="comparison-card__cta"> Compare </div> <!----></div></div></div></div></div> <!----> <div class="popular-tools-container mg-btm-20"><div class="popular-tools-container__title">Popular Calculators</div> <div class="popular-tools-container__tools-list"><a href="https://www.ambitionbox.com/are-you-paid-fairly" data-testid="popular_tool_areYouPaid" class="popular-tool-card"><div class="popular-tool-card__tool-image" style="left:14px;top:10px;width:44px;height:44px;"><img src="https://static.ambitionbox.com/static/calculators/coin-rupee.png" width="100%" height="100%"></div> <span class="popular-tool-card__tool-title">Are you paid fairly?</span> <img src="https://static.ambitionbox.com/static/calculators/chevron-right-blue.png" width="24" height="24" class="popular-tool-card__ml-auto"></a><a href="https://www.ambitionbox.com/salaries/take-home-salary-calculator" data-testid="popular_tool_inHandSalary" class="popular-tool-card mt-16"><div class="popular-tool-card__tool-image" style="left:11px;top:9px;width:40px;height:60px;"><img src="https://static.ambitionbox.com/static/calculators/salary.png" width="100%" height="100%"></div> <span class="popular-tool-card__tool-title">Monthly In-hand Salary Calculator</span> <img src="https://static.ambitionbox.com/static/calculators/chevron-right-blue.png" width="24" height="24" class="popular-tool-card__ml-auto"></a><a href="https://www.ambitionbox.com/salaries/gratuity-calculator" data-testid="popular_tool_gratuity" class="popular-tool-card mt-16"><div class="popular-tool-card__tool-image" style="left:11px;top:11px;width:41.07px;height:41.07px;"><img src="https://static.ambitionbox.com/static/calculators/gratuity.png" width="100%" height="100%"></div> <span class="popular-tool-card__tool-title">Gratuity Calculator</span> <img src="https://static.ambitionbox.com/static/calculators/chevron-right-blue.png" width="24" height="24" class="popular-tool-card__ml-auto"></a><a href="https://www.ambitionbox.com/salaries/hra-calculator" data-testid="popular_tool_hra" class="popular-tool-card mt-16"><div class="popular-tool-card__tool-image" style="left:10px;top:10px;width:49px;height:44px;"><img src="https://static.ambitionbox.com/static/calculators/hra.png" width="100%" height="100%"></div> <span class="popular-tool-card__tool-title">HRA Calculator</span> <img src="https://static.ambitionbox.com/static/calculators/chevron-right-blue.png" width="24" height="24" class="popular-tool-card__ml-auto"></a><a href="https://www.ambitionbox.com/salaries/salary-hike-calculator" data-testid="popular_tool_salaryHike" class="popular-tool-card mt-16"><div class="popular-tool-card__tool-image" style="left:6px;top:3px;width:58px;height:58px;"><img src="https://static.ambitionbox.com/static/calculators/coin-growth.png" width="100%" height="100%"></div> <span class="popular-tool-card__tool-title">Salary Hike Calculator</span> <img src="https://static.ambitionbox.com/static/calculators/chevron-right-blue.png" width="24" height="24" class="popular-tool-card__ml-auto"></a></div></div> <!----> <div id="company-ad-small-1" class="mg-btm-24 company-ad-small"></div> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <!----></div></div></div> <div class="container mg-top-20"><div class="breadCrumbContainerReview"><div class="breadCrumbBase"><ul class="titleWrapper"><li class="titleUnset"><a href="http://services.ambitionbox.resdex.com/company-services/v0"><span class="underlineText"> Home </span> <span class="strip"> > </span></a></li><li class="titleUnset"><a href="http://services.ambitionbox.resdex.com/company-services/v0/interviews"><span class="underlineText"> Interviews </span> <span class="strip"> > </span></a></li><li class="titleUnset"><span href="http://services.ambitionbox.resdex.com/company-services/v0/interviews/tech-mahindra-interview-questions"><span> Tech Mahindra Interview Questions </span></span></li></ul></div></div></div> <!----> <!----> <!----> <!----> <!----> <!----> <!----> <div class="modal-mask" style="display:none;" data-v-0575c1f4 data-v-0575c1f4><div class="modal-wrapper" data-v-0575c1f4><!----></div></div> <!----> <div class="right_sticky_section"><div class="floating_container"><div class="fab-btn" style="width:210px;"><img src="https://static.ambitionbox.com/static/feedback_write.svg" width="16" height="16" alt="write" class="fab-btn__img"> <div class="fab-btn__ctaText"> Share an Interview </div></div> <!----></div></div></div></div> <!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----><!----> <div id="loaderCommon" class="loader-hidden" data-v-fb46bfa2><div class="spinnerCnt" data-v-fb46bfa2><div class="loader"></div></div></div> <div id="section-user-feedback-widget" data-v-fb46bfa2></div> <!----> <!----> <footer id="ab-footer" style="margin-bottom:;" data-v-fb46bfa2 data-v-fb46bfa2><div class="app-prom-banner g-flex-hv-center"><div class="app-prom-banner__description g-flex-col"><div class="app-prom-banner__title"> Stay ahead in your career.<!----> Get AmbitionBox app </div> <div class="app-prom-banner__store"><a href="https://play.google.com/store/apps/details?id=com.ambitionbox.android&utm_source=ambitionbox&utm_medium=desktop&utm_campaign=footer_app_promotion_banner_playstore_companyInterviews" target="_blank" title="AmbitionBox App" class="app-prom-banner__link g-flex-v-center"><img src="https://static.ambitionbox.com/static/app-play-icon.png" loading="lazy" width="149" height="44"></a> <a href="https://apps.apple.com/in/app/ambitionbox-salary-reviews/id6504849582" target="_blank" title="AmbitionBox App" class="app-prom-banner__link g-flex-v-center"><img src="https://static.ambitionbox.com/static/ios-medium.png" loading="lazy" width="149" height="44"></a></div></div> <a href="https://static.ambitionbox.com/static/app-redirect.html" target="_blank" title="AmbitionBox App" class="app-prom-banner__qr g-flex-hv-center"><img src="https://static.ambitionbox.com/static/website-app-qr.png" loading="lazy" width="96" height="96"></a></div> <div class="container"><div class="contentCtaWrapper"><div class="info left-col logoContentWrapper"><div class="footer_awards_section"><div class="awards_banner"><img src="https://static.ambitionbox.com/static/awards/awards_footer_badge.svg" loading="lazy" alt="Awards Banner"></div> <div class="footer_stats"><p class="title semibold caption"> Trusted by over 1.5 Crore job seekers to find their right fit company </p> <div class="col"><div class="item"><span class="bold-title text-font-16">80 Lakh+</span> <p class="semibold body-small-important"> Reviews </p></div><div class="item"><span class="bold-title text-font-16">4 Crore+</span> <p class="semibold body-small-important"> Salaries </p></div><div class="item"><span class="bold-title text-font-16">10 Lakh+</span> <p class="semibold body-small-important"> Interviews </p></div><div class="item"><span class="bold-title text-font-16">1.5 Crore+</span> <p class="semibold body-small-important"> Users </p></div></div></div></div></div> <div class="right-col"><div class="col"><span class="item bold-title contriText">Contribute</span> <button class="ab_btn btn invert"><span class="ctas-btn-medium">Write a Review</span></button> <button class="ab_btn btn invert"><span class="ctas-btn-medium">Add a Salary</span></button> <button class="ab_btn btn invert"><span class="ctas-btn-medium">Share an Interview</span></button> <button class="ab_btn btn invert"><span class="ctas-btn-medium">Add Office Photos</span></button> <button class="ab_btn btn invert"><span class="ctas-btn-medium">Add Company Benefits</span></button></div></div></div> <div type-id="footer-typeahead" default-drop-down-option="2" id="footer-typeahead" class="ab_typeahead4 container"><!----> <!----> <div class="typeahead-wrapper3 float-search typeahead-wrapper3-padding search-button"><div class="wrapper"><div class="search-company"><img src="https://static.ambitionbox.com/static/icons/search.svg" height="16" width="16" class="search-icon"> <div class="input-animation"><div class="placeholderAnimateer" style="color:;"> Search <div class="placeholder-wrapper" style="margin-bottom:0;"><!----></div></div></div> <div class="input-div"><div id="autosuggest" title="Enter a Company or Designation" class="ab-typeahead"><div role="combobox" aria-expanded="false" aria-haspopup="listbox" aria-owns="autosuggest-ab-typeahead__results"><input type="search" autocomplete="off" aria-autocomplete="list" aria-activedescendant="" aria-controls="autosuggest-ab-typeahead__results" name="companyName" id="footer-typeahead" maxLength="150" placeholder="Search on AmbitionBox" selectedTag="" value="" class="component-input"></div> <div id="autosuggest-ab-typeahead__results" class="ab-typeahead__menu"><!----> </div></div></div></div> <div class="dropdown"><div class="wrapper-dropdown" data-v-f59c163e><div class="input-box" data-v-f59c163e><p data-v-f59c163e>Interview Questions</p> <i class="icon-chevron-right" data-v-f59c163e></i></div> <ul class="autocomplete-list" data-v-f59c163e><li rel="CompanyReviews" data-v-f59c163e> Reviews </li><li rel="CompanySalaries" data-v-f59c163e> Salaries </li><li rel="InterviewQuestions" class="active" data-v-f59c163e> Interview Questions </li><li rel="CompanyOverview" data-v-f59c163e> About Company </li><li rel="CompanyBenefits" data-v-f59c163e> Benefits </li><li rel="CompanyJobs" data-v-f59c163e> Jobs </li><li rel="CompanyPhotos" data-v-f59c163e> Office Photos </li><li rel="CompanyPosts" data-v-f59c163e> Community </li></ul></div></div></div></div></div> <div class="footer-nav-section"><div class="left-col width-100"><!----> <!----> <div class="col min-width-16"><span class="item bold-title text-font-16">Users/Jobseekers</span> <ul><li><a href="/list-of-companies" class="item body-small-important">Companies</a></li> <li><a href="/reviews" class="item body-small-important">Reviews</a></li> <li><a href="/salaries" class="item body-small-important">Salaries</a></li> <li><a href="/jobs" class="item body-small-important"> Jobs </a></li> <li><a href="/interviews" rel="noreferrer" class="item body-small-important router-link-active">Interviews</a></li> <!----> <li><a href="https://www.ambitionbox.com/salaries/take-home-salary-calculator" class="item body-small-important"> Salary Calculator </a></li> <li><a href="/topics/aptitude/questions-and-answers" rel="noreferrer" class="item body-small-important">Practice Test</a></li> <li><a href="/compare" class="item body-small-important"> Compare Companies </a></li></ul></div> <div class="col min-width-18-6"><span class="item bold-title text-font-16">Employers</span> <ul><li><a href="https://employer.ambitionbox.com?utm_source=ambitionbox&utm_medium=footer&utm_campaign=create-new-company" target="_blank" rel="noreferrer" class="item body-small-important">Create a new company</a></li> <li><a href="https://employer.ambitionbox.com/company-page?utm_source=ambitionbox&utm_medium=footer&utm_campaign=update-company-infomation" target="_blank" rel="noreferrer" class="item body-small-important">Update company information</a></li> <li><a href="https://employer.ambitionbox.com/review-management?utm_source=ambitionbox&utm_medium=footer&utm_campaign=respond-to-reviews" target="_blank" rel="noreferrer" class="item body-small-important">Respond to reviews</a></li> <li><a href="/employer/sendemail" target="_blank" rel="noreferrer" class="item body-small-important">Invite employees to review</a></li> <li><a href="https://www.ambitionbox.com/alpha/company/photos/employer/AmbitionBox_Offering_For_Employers.pdf" download="AmbitionBox_Offering_For_Employers" class="item body-small-important download_link"> AmbitionBox Offering for Employers </a></li> <li><a href="https://www.ambitionbox.com/alpha/company/photos/employer/AmbitionBox_Offering_For_Employers_Brochure.pdf" download="AmbitionBox_Offering_For_Employers_Brochure" class="item body-small-important download_link"> AmbitionBox Employers Brochure </a></li></ul></div> <div class="col min-width-31"><span class="item bold-title text-font-16">AmbitionBox Awards</span> <ul><li><a href="/abeca-2025" class="item body-small-important awards"> ABECA 2025 <img src="https://static.ambitionbox.com/alpha/community/assets/awards/winnerTag.svg" loading="lazy" width="100" height="18" alt="winners awaited tag"></a></li> <li><a href="/abeca-2026" class="item body-small-important awards"> Participate in ABECA 2026 </a></li> <li><a href="/employer/awards2026/sendemail" target="_blank" rel="noreferrer" class="body-text-large body-small-important">Invite employees to rate</a></li></ul></div> <div class="col min-width-15"><span class="item bold-title text-font-16">AmbitionBox</span> <ul><li><a href="/about-us" rel="noreferrer" class="item body-small-important">About Us</a></li> <li><a href="/our-team" rel="noreferrer" class="item body-small-important">Our Team</a></li> <li><a href="mailto:support@ambitionbox.com?Subject=Query" target="_blank" rel="noreferrer" class="body-text-large body-small-important">Email Us</a></li> <li><a href="/unboxed" target="_blank" rel="noreferrer" class="item body-small-important">Blog</a></li> <li><a href="/faq" target="_blank" rel="noreferrer" class="item body-small-important">FAQ</a></li> <li><a href="/credits" target="_blank" rel="noreferrer" class="item body-small-important">Credits</a></li> <li class="item body-small-important"><span class="footer-link"> Give Feedback </span></li></ul></div> <div class="col"><span class="item bold-title text-font-16">Terms & Policies</span> <ul><li class="item body-small-important"><a href="/legal/privacy-policy" target="_blank" rel="noreferrer" class="item">Privacy</a></li><li class="item body-small-important"><a href="/legal/grievances" target="_blank" rel="noreferrer" class="item">Grievances</a></li><li class="item body-small-important"><a href="/legal/terms-of-use" target="_blank" rel="noreferrer" class="item">Terms of Use</a></li><li class="item body-small-important"><a href="/legal/summons-notice-form" target="_blank" rel="noreferrer" class="item">Summons/Notices</a></li><li class="item body-small-important"><a href="/legal/community-guidelines" target="_blank" rel="noreferrer" class="item">Community Guidelines</a></li></ul> <div class="app-prom-footer g-flex-col"><div class="app-prom-footer__title"> Get AmbitionBox app </div> <a href="https://play.google.com/store/apps/details?id=com.ambitionbox.android&utm_source=ambitionbox&utm_medium=desktop&utm_campaign=footer_app_promotion_banner_small_companyInterviews" target="_blank" title="AmbitionBox App" class="app-prom-footer__link"><img src="https://static.ambitionbox.com/static/app-play-icon.png" width="121" loading="lazy" height="36"></a> <a href="https://apps.apple.com/in/app/ambitionbox-salary-reviews/id6504849582" target="_blank" title="AmbitionBox App" class="app-prom-footer__link"><img src="https://static.ambitionbox.com/static/ios-medium.png" width="121" loading="lazy" height="36"></a></div></div> <!----> <!----></div></div></div> <!----> <!----> <div class="copyright-container container"><p class="footerBottomText body-large"> Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd. </p> <div class="socialLinkContainer"><span class="item bold-title followUsText">Follow Us</span> <ul class="social"><li><a target="_blank" rel="nofollow noopener" href="https://bit.ly/3NiaWEQ"><img id="Youtube" loading="lazy" width="24" height="24" data-src="https://static.ambitionbox.com/static/icons/social/youtube-logo.svg" alt="Youtube" class="lazy"></a></li><li><a target="_blank" rel="nofollow noopener" href="https://bit.ly/3OGrqHZ"><img id="Instagram" loading="lazy" width="24" height="24" data-src="https://static.ambitionbox.com/static/icons/social/instagram-logo.svg" alt="Instagram" class="lazy"></a></li><li><a target="_blank" rel="nofollow noopener" href="https://bit.ly/3bw5Pnm"><img id="LinkedIn" loading="lazy" width="24" height="24" data-src="https://static.ambitionbox.com/static/icons/social/linkedin-logo.svg" alt="LinkedIn" class="lazy"></a></li><li><a target="_blank" rel="nofollow noopener" href="https://bit.ly/3A8gP4y"><img id="Facebook" loading="lazy" width="24" height="24" data-src="https://static.ambitionbox.com/static/icons/social/fb-logo.svg" alt="Facebook" class="lazy"></a></li><li><a target="_blank" rel="nofollow noopener" href="https://bit.ly/3No1Ne1"><img id="Twitter" loading="lazy" width="24" height="24" data-src="https://static.ambitionbox.com/static/icons/social/twitter-logo.svg" alt="Twitter" class="lazy"></a></li></ul></div></div> <!----></footer> <!----> <!----> <!----> <!----></div></div></div><script>window.__NUXT__=(function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z,_,$,aa,ab,ac,ad,ae,af,ag,ah,ai,aj,ak,al,am,an,ao,ap,aq,ar,as,at,au,av,aw,ax,ay,az,aA,aB,aC,aD,aE,aF,aG,aH,aI,aJ,aK,aL,aM,aN,aO,aP,aQ,aR,aS,aT,aU,aV,aW,aX,aY,aZ,a_,a$,ba,bb,bc,bd,be,bf,bg,bh,bi,bj,bk,bl,bm,bn,bo,bp,bq,br,bs,bt,bu,bv,bw,bx,by,bz,bA,bB,bC,bD,bE,bF,bG,bH,bI,bJ,bK,bL,bM,bN,bO,bP,bQ,bR,bS,bT,bU,bV,bW,bX,bY,bZ,b_,b$,ca,cb,cc,cd,ce,cf,cg,ch,ci,cj,ck,cl,cm,cn,co,cp,cq,cr,cs,ct,cu,cv,cw,cx,cy,cz,cA,cB,cC,cD,cE,cF,cG,cH,cI,cJ,cK,cL,cM,cN,cO,cP,cQ,cR,cS,cT,cU,cV,cW,cX,cY,cZ,c_,c$,da,db,dc,dd,de,df,dg,dh,di,dj,dk,dl,dm,dn,do0,dp,dq,dr,ds,dt,du,dv,dw,dx,dy,dz,dA,dB,dC,dD,dE,dF,dG,dH){cu.data=[];cu.meta={after:a,before:a,total:b,totalRootLevel:b};cy.data=[];cy.meta={after:a,before:a,total:b,totalRootLevel:b};cz.data=[];cz.meta={after:a,before:a,total:b,totalRootLevel:b};cA.data=[];cA.meta={after:a,before:a,total:b,totalRootLevel:b};cB.data=[];cB.meta={after:a,before:a,total:b,totalRootLevel:b};cC.data=[];cC.meta={after:a,before:a,total:b,totalRootLevel:b};cF.data=[];cF.meta={after:a,before:a,total:b,totalRootLevel:b};cG.data=[];cG.meta={after:a,before:a,total:b,totalRootLevel:b};cJ.data=[];cJ.meta={after:a,before:a,total:b,totalRootLevel:b};cK.data=[];cK.meta={after:a,before:a,total:b,totalRootLevel:b};cQ[0]={count:201,id:"3",urlName:aI,name:aH};cQ[1]={count:165,id:"1981",urlName:ci,name:ch};cQ[2]={count:135,id:"267",urlName:"customer-service-associate",name:"Customer Service Associate"};cQ[3]={count:cR,id:"4695",urlName:"customer-support-associate",name:"Customer Support Associate"};cQ[4]={count:cR,id:"10",urlName:cm,name:cl};cQ[5]={count:124,id:"439",urlName:"customer-service-executive",name:"Customer Service Executive"};cQ[6]={count:112,id:"2456",urlName:"customer-care-executive",name:"Customer Care Executive"};cQ[7]={count:aR,id:"4",urlName:i,name:h};cQ[8]={count:96,id:"1842",urlName:"customer-support-executive",name:"Customer Support Executive"};cQ[9]={count:81,id:"24",urlName:ck,name:cj};return {layout:"headerLayout",data:[{alsoViewedCompanies:{state:S,title:"Software Developer Interview Questions from Similar Companies",designation:{name:h,urlName:i},companies:[{urlName:H,industry:ba,companyId:X,rating:Y,logo:H,shortName:Z,interviewsCount:539},{urlName:I,industry:at,companyId:bb,rating:Y,logo:I,shortName:_,interviewsCount:272},{urlName:J,industry:bc,companyId:au,rating:av,logo:J,shortName:$,interviewsCount:252},{urlName:K,industry:bd,companyId:aw,rating:t,logo:K,shortName:aa,interviewsCount:171},{urlName:L,industry:be,companyId:ax,rating:t,logo:L,shortName:ab,interviewsCount:163},{urlName:u,industry:at,companyId:ac,rating:t,logo:u,shortName:M,interviewsCount:131},{urlName:N,industry:bf,companyId:ay,rating:bg,logo:N,shortName:ad,interviewsCount:107},{urlName:O,industry:bh,companyId:az,rating:t,logo:O,shortName:ae,interviewsCount:93},{urlName:bi,industry:"Telecom, Education & Training, Hardware & Networking, Banking, Emerging Technologies, IT Services & Consulting, Software Product",companyId:aA,rating:"3.5",logo:bj,shortName:bk,interviewsCount:aA},{urlName:af,industry:"Telecom, FinTech, Healthcare, Emerging Technologies, IT Services & Consulting, Software Product",companyId:bl,rating:Y,logo:af,shortName:aB,interviewsCount:bm}]},popularComparisons:{data:[{CompanyId:bb,CompanyName:_,SearchVolume:aC,ShortName:_,UrlName:I,Logo:I,Rating:P,ReviewCount:42968},{CompanyId:ac,CompanyName:M,SearchVolume:aC,ShortName:M,UrlName:u,Logo:u,Rating:r,ReviewCount:bn},{CompanyId:au,CompanyName:$,SearchVolume:bo,ShortName:$,UrlName:J,Logo:J,Rating:z,ReviewCount:bp},{CompanyId:aw,CompanyName:aa,SearchVolume:bo,ShortName:aa,UrlName:K,Logo:K,Rating:r,ReviewCount:bq},{CompanyId:X,CompanyName:Z,SearchVolume:aD,ShortName:Z,UrlName:H,Logo:H,Rating:P,ReviewCount:98460},{CompanyId:ay,CompanyName:ad,SearchVolume:aE,ShortName:ad,UrlName:N,Logo:N,Rating:g,ReviewCount:23539},{CompanyId:ax,CompanyName:ab,SearchVolume:14,ShortName:ab,UrlName:L,Logo:L,Rating:r,ReviewCount:br},{CompanyId:77,CompanyName:bs,SearchVolume:A,ShortName:bs,UrlName:bt,Logo:bt,Rating:4.4,ReviewCount:1754},{CompanyId:aA,CompanyName:"HCL Technologies",SearchVolume:A,ShortName:bk,UrlName:bi,Logo:bj,Rating:ag,ReviewCount:39725},{CompanyId:bu,CompanyName:aF,SearchVolume:b,ShortName:aF,UrlName:ah,Logo:ah,Rating:z,ReviewCount:bv},{CompanyId:az,CompanyName:ae,SearchVolume:b,ShortName:ae,UrlName:O,Logo:O,Rating:r,ReviewCount:bw},{CompanyId:bx,CompanyName:aG,SearchVolume:b,ShortName:aG,UrlName:ai,Logo:ai,Rating:r,ReviewCount:by},{CompanyId:579,CompanyName:bz,SearchVolume:b,ShortName:bz,UrlName:bA,Logo:bA,Rating:aj,ReviewCount:9085},{CompanyId:329260,CompanyName:bB,SearchVolume:b,ShortName:bB,UrlName:bC,Logo:bC,Rating:P,ReviewCount:5798},{CompanyId:371677,CompanyName:bD,SearchVolume:b,ShortName:bD,UrlName:bE,Logo:bE,Rating:aj,ReviewCount:5563},{CompanyId:764623,CompanyName:bF,SearchVolume:b,ShortName:bF,UrlName:bG,Logo:bG,Rating:aj,ReviewCount:5495},{CompanyId:2249,CompanyName:bH,SearchVolume:b,ShortName:bH,UrlName:bI,Logo:bI,Rating:3.2,ReviewCount:5437},{CompanyId:390,CompanyName:bJ,SearchVolume:b,ShortName:bJ,UrlName:bK,Logo:bK,Rating:r,ReviewCount:4874},{CompanyId:bl,CompanyName:aB,SearchVolume:b,ShortName:aB,UrlName:af,Logo:af,Rating:P,ReviewCount:4388},{CompanyId:608245,CompanyName:bL,SearchVolume:b,ShortName:bL,UrlName:"ntt-data",Logo:"ntt-global-networks",Rating:z,ReviewCount:4299},{CompanyId:2263,CompanyName:bM,SearchVolume:b,ShortName:bM,UrlName:bN,Logo:bN,Rating:P,ReviewCount:3229},{CompanyId:919333,CompanyName:bO,SearchVolume:b,ShortName:bO,UrlName:bP,Logo:bP,Rating:g,ReviewCount:3185},{CompanyId:152822,CompanyName:bQ,SearchVolume:b,ShortName:bQ,UrlName:bR,Logo:bR,Rating:r,ReviewCount:2680},{CompanyId:575,CompanyName:bS,SearchVolume:b,ShortName:bS,UrlName:bT,Logo:bT,Rating:r,ReviewCount:2472},{CompanyId:152984,CompanyName:bU,SearchVolume:b,ShortName:bU,UrlName:bV,Logo:bV,Rating:bW,ReviewCount:2159},{CompanyId:666,CompanyName:bX,SearchVolume:b,ShortName:bX,UrlName:"3i-infotech",Logo:"3i_infotech",Rating:bW,ReviewCount:2097},{CompanyId:2238,CompanyName:bY,SearchVolume:b,ShortName:bY,UrlName:bZ,Logo:bZ,Rating:3.9,ReviewCount:1495},{CompanyId:4684,CompanyName:b_,SearchVolume:b,ShortName:b_,UrlName:b$,Logo:b$,Rating:ca,ReviewCount:1358},{CompanyId:167911,CompanyName:cb,SearchVolume:b,ShortName:cb,UrlName:cc,Logo:cc,Rating:ag,ReviewCount:299},{CompanyId:175482,CompanyName:cd,SearchVolume:b,ShortName:cd,UrlName:ce,Logo:ce,Rating:ca,ReviewCount:72},{CompanyId:397764,CompanyName:cf,SearchVolume:b,ShortName:cf,UrlName:cg,Logo:cg,Rating:4.1,ReviewCount:23}],notFound:c},jobs:{data:[],notFound:e},salaryData:{data:[{minCtc:r,maxCtc:9.2,averageCtc:6.1,minExp:b,maxExp:ak,dataPoints:26631,averageExperience:3.49,name:aH,urlName:aI,jobProfileId:j,industryRelativeSalaryPerc:a,includeLocUrl:c},{minCtc:6.4,maxCtc:23.5,averageCtc:14.2,minExp:p,maxExp:12,dataPoints:22164,averageExperience:6.27,name:ch,urlName:ci,jobProfileId:1981,industryRelativeSalaryPerc:a,includeLocUrl:c},{minCtc:9.8,maxCtc:40,averageCtc:22.5,minExp:m,maxExp:17,dataPoints:12452,averageExperience:10.27,name:cj,urlName:ck,jobProfileId:aD,industryRelativeSalaryPerc:a,includeLocUrl:c},{minCtc:1.9,maxCtc:5.7,averageCtc:z,minExp:b,maxExp:g,dataPoints:6049,averageExperience:1.73,name:cl,urlName:cm,jobProfileId:A,industryRelativeSalaryPerc:a,includeLocUrl:c},{minCtc:6.5,maxCtc:17.9,averageCtc:12.2,minExp:p,maxExp:aE,dataPoints:5266,averageExperience:7.91,name:"Team Lead",urlName:"team-lead",jobProfileId:15746,industryRelativeSalaryPerc:a,includeLocUrl:c}],notFound:c},designationSalaryData:{profileInfo:{departmentName:a,departmentUrlName:a,companyShortName:l,companyUrlName:n,profileName:h,profileUrlName:i,locationName:a},profileInsights:{dataPoints:344160,minCtc:220008.69993791834,maxCtc:1919223.2677004887,averageCtc:983808.0274063011,includeLocUrl:c},summaryData:{totalSalaryAverage:"975828.7120534716",totalSalaryDataPoints:"4378",minCtc:"377383.51262647595",maxCtc:"1953373.075577656",lastUpdated:"2025-06-30 02:11:12",minExp:b,maxExp:ak,percentiles:{"75.0":"725561.8776671408","10.0":"360000","90.0":"1000000","99.0":"2000000","25.0":"438690.47619047615"},jobsCount:a,isAlertCreated:a,fixedPercent:a,variablePercent:a,isAllDataOlderThanFiveYears:b},ctcComparison:{indiaRelativePercentage:cn,industryRelativePercentage:cn},takeHomeSalary:{min:70587,max:72403,label:"months"},confidence:"VeryHigh",experienceLevels:[{minCtc:100000,maxCtc:800000,avgCtc:377383,minExp:b,maxExp:f,count:57},{minCtc:200000,maxCtc:776000,avgCtc:378403,minExp:f,maxExp:p,count:241},{minCtc:195000,maxCtc:833599,avgCtc:466169,minExp:p,maxExp:j,count:866},{minCtc:180000,maxCtc:1100000,avgCtc:625306,minExp:j,maxExp:g,count:1395},{minCtc:387100,maxCtc:1450000,avgCtc:840436,minExp:g,maxExp:m,count:1046},{minCtc:455474,maxCtc:1936000,avgCtc:1096184,minExp:m,maxExp:aJ,count:507},{minCtc:580000,maxCtc:2100000,avgCtc:1377173,minExp:aJ,maxExp:B,count:189},{minCtc:737250,maxCtc:3002451,avgCtc:1668028,minExp:B,maxExp:ak,count:53},{minCtc:790000,maxCtc:2400000,avgCtc:1953373,minExp:ak,maxExp:9,count:aD}],breadcrumbs:[{text:co,path:cp},{text:cq,path:"https:\u002F\u002Fwww.ambitionbox.com\u002Fsalaries"},{text:cr,path:"https:\u002F\u002Fwww.ambitionbox.com\u002Fsalaries\u002Ftech-mahindra-salaries"},{text:"Tech Mahindra Software Developer Salaries",path:"https:\u002F\u002Fwww.ambitionbox.com\u002Fsalaries\u002Ftech-mahindra-salaries\u002Fsoftware-developer"}]},insightsData:{labels:[cs,"WalkIn","Company Website","Referral","Campus Placement","Recruitment Consultant"],data:[39,ct,ct,A,B,j],note:"15% candidates got the interview through other sources.",SourceReviewsCount:2682,confidence:"High"},interviews:[{interviewId:11915098,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:"Shafaque Sheikh",userImage:"https:\u002F\u002Fmedia.naukri.com\u002Fmedia\u002Fjphotov1\u002Fl244%253ALukcMT6%252F2gsaHr2zGUUDbZ0%252Fwn0lZss6g1s35sOgAerAUZntirEmRyLCme0%253D"},rounds:[{name:o,questions:[{question:"Different types of streams based questions",questionId:10858424,questionUrl:"different-types-of-streams-based-questions-TQ1C9JCy",answersCount:b},{question:"Collection , competable future, java 8 features",questionId:10858426,questionUrl:"collection-competable-future-java-8-features-TQ1FbJis",answersCount:b}]}],roundNames:[o],meta:{duration:d,difficulty:d,verdict:"Not Selected",rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11915098",interviewDate:d,createdAt:"2025-01-25 08:53:45",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cu,type:v},{interviewId:10985472,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},rounds:[{name:al,details:"It was easy, had average difficulty . Basic english and aptitude was asked"},{name:o,questions:[{question:"Basics of computer fundamentals were asked in this round . OOPS , DBMS , SQL query etc. And 2 coding questions.",questionId:9550360,questionUrl:"basics-of-computer-fundamentals-were-asked-in-this-round-oops-dbms-sql-query-etc-and-2-coding-questions-NhvhS59O",answersCount:b},{question:"Another part was pychometric which is very very easy.",questionId:9550362,questionUrl:"another-part-was-pychometric-which-is-very-very-easy-Nhvku5fI",answersCount:b}]},{name:cv,questions:[{question:"Had to listen to audio and gave answer of the questions accordingly.",questionId:9550364,questionUrl:"had-to-listen-to-audio-and-gave-answer-of-the-questions-accordingly-NhvmM4BC",answersCount:b},{question:"It test your ability of writing , speaking and listening .",questionId:9550366,questionUrl:"it-test-your-ability-of-writing-speaking-and-listening-Nhvpo4h6",answersCount:b}]},{name:o,questions:[{question:"techincal interview was focussed on project .",questionId:9550368,questionUrl:"techincal-interview-was-focussed-on-project-NhvrG3D0",answersCount:b},{question:"A little bit of easy DSA and basics of CS fundamentals.",questionId:9550370,questionUrl:"a-little-bit-of-easy-dsa-and-basics-of-cs-fundamentals-Nhvui3ju",answersCount:b}]},{name:w,questions:[{question:"Project and interst",questionId:9550372,questionUrl:"project-and-interst-NhvwA2Fo",answersCount:b}]}],roundNames:[al,cw,cv,cx,w],meta:{duration:T,difficulty:aK,verdict:U,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10985472",interviewDate:"in Jul 2024",createdAt:"2024-08-21 22:28:30",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cy,type:v},{interviewId:11728252,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:"Annamalai S",userImage:"https:\u002F\u002Flh3.googleusercontent.com\u002Fa\u002FACg8ocLFC5t7kBXA43Z5layyHVMGCEJpGGIeg01Ibp-92Mf5hT8xIXeN=s96-c"},rounds:[{name:o,questions:[{question:"Oops concepts and stream api",questionId:10601182,questionUrl:"oops-concepts-and-stream-api-S6zVUMvA",answersCount:b}]},{name:o,questions:[{question:"Oops and stream api , spring boot",questionId:10601184,questionUrl:"oops-and-stream-api-spring-boot-S6zYwLR4",answersCount:b}]}],roundNames:[cw,cx],meta:{duration:d,difficulty:d,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11728252",interviewDate:d,createdAt:"2024-12-26 23:27:54",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cz,type:v},{interviewId:11496572,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},rounds:[{name:o,questions:[{question:"Difference between List and tuple",questionId:10270496,questionUrl:"what-is-the-difference-between-a-list-and-a-tuple-QOYpLvg6",answersCount:f,answerDetail:{answer:"\u003Cp\u003EList is mutable, tuple is immutable in Python.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EList can be modified after creation, tuple cannot.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EList uses square brackets [], tuple uses parentheses ().\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EList is slower than tuple for iteration and indexing.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: list_example = [1, 2, 3], tuple_example = (1, 2, 3)\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"Questions on File handling",questionId:10270498,questionUrl:"questions-on-file-handling-QOYsnuC0",answersCount:b}]}],roundNames:[o],meta:{duration:d,difficulty:d,rating:j,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11496572",interviewDate:d,createdAt:"2024-11-20 12:50:55",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[{name:aL,url:aM,questionCount:D},{name:V,url:W,questionCount:aN}],comments:cA,type:v},{interviewId:12535522,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:"Sahana Sahana",userImage:"https:\u002F\u002Flh3.googleusercontent.com\u002Fa\u002FACg8ocIY9jtCDt8BZ_56_z8X_MudbkJKyw-oyJb30anYcoP3Ac2DIg=s96-c"},questions:[{question:"Tell. Me. about your self",questionId:13399370,questionUrl:"tell-me-about-your-self-bgUGqi59y",answersCount:b},{question:"Why. Shood. We. Chose. You",questionId:13399372,questionUrl:"why-should-we-choose-you-bgUGsA5fs",answersCount:f,answerDetail:{answer:"\u003Cp\u003EI bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EProven experience in developing scalable applications, such as a recent project where I improved load time by 30%.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EStrong proficiency in multiple programming languages, including Python and Java, allowing for versatile contributions to various projects.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExcellent teamwork and communication skills, demonstrated through successful collaboration in cross-functional teams on complex projects.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EA proactive approach to learning new technologies, as seen in my recent certification in cloud computing, which I applied to enhance project efficiency.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}}],meta:{duration:T,difficulty:aO,verdict:U,rating:m,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=12535522",interviewDate:"in May 2025",createdAt:"2025-06-06 11:33:07",contentType:s,experience:aP,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cB,type:"questions",rounds:[]},{interviewId:11774858,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:"Divyang Vadodariya",userImage:"https:\u002F\u002Flh3.googleusercontent.com\u002Fa\u002FACg8ocLvs4E2tnSone4tZCk_tl3RGC-H6OzSWPE-wOya7ycqJjIibYp3=s96-c"},rounds:[{name:o,questions:[{question:"what is opps in php",questionId:10664734,questionUrl:"what-is-oop-in-php-SQGwvZq4",answersCount:f}]}],roundNames:[o],meta:{duration:d,difficulty:d,rating:m,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11774858",interviewDate:d,createdAt:"2025-01-03 18:18:10",contentType:s,experience:aP,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cC,type:v},{interviewId:10925340,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},rounds:[{name:o,questions:[{question:"oops concept in java",questionId:9465712,questionUrl:"oops-concept-in-java-MGvDjSZG",answersCount:f,answerDetail:{answer:"\u003Cp\u003EOops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EInheritance allows a class to inherit properties and behavior from another class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEncapsulation involves bundling data and methods that operate on the data into a single unit.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPolymorphism allows objects to be treated as instances of their parent class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAbstraction hides the implementation details and only shows the necessary features to the outside world.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"kotlin multiplatform in existing project",questionId:9465714,questionUrl:"kotlin-multiplatform-in-existing-project-MGvFBS5A",answersCount:f,answerDetail:{answer:"\u003Cp\u003EKotlin multiplatform allows sharing code between different platforms in an existing project.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EKotlin multiplatform enables sharing code between iOS and Android platforms\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt can be integrated into an existing project to reduce duplicate code\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ESupports common libraries and APIs for both platforms\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"use of inheritance in kotlin",questionId:9465716,questionUrl:"how-is-inheritance-used-in-kotlin-MGvIdSb4",answersCount:f,answerDetail:{answer:"\u003Cp\u003EInheritance in Kotlin allows a class to inherit properties and functions from another class.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIn Kotlin, a class can inherit from another class using the 'open' keyword for the superclass and the 'class' keyword for the subclass.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ESubclasses can override properties and functions of the superclass using the 'override' keyword.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EKotlin does not support multiple inheritance, but a class can implement multiple interfaces.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"why coroutines is used",questionId:9465718,questionUrl:"why-are-coroutines-used-MGvK5R7y",answersCount:f,answerDetail:{answer:"\u003Cp\u003ECoroutines are used to perform asynchronous tasks without blocking the main thread.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ECoroutines allow for efficient asynchronous programming by suspending and resuming execution at specific points.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThey are commonly used in Android development to handle network requests and database operations.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ECoroutines can be used to simplify complex asynchronous code by providing a structured way to manage concurrency.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThey are lightweight compared to threads, making them a more efficient choice for certain tasks.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}}]}],roundNames:[o],meta:{duration:d,difficulty:d,rating:m,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10925340",interviewDate:d,createdAt:"2024-08-12 17:54:53",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[{name:am,url:an,questionCount:D},{name:cD,url:cE,questionCount:aN}],comments:cF,type:v},{interviewId:10733040,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},interviewPreparation:"\u003Cb class='IS-section-heading'\u003ETopics to prepare for Tech Mahindra Software Developer interview: \u003C\u002Fb\u003E \u003Cul\u003E\u003Cli\u003EHTML\u003C\u002Fli\u003E\u003Cli\u003ECSS3\u003C\u002Fli\u003E\u003Cli\u003EJavascript\u003C\u002Fli\u003E\u003Cli\u003ESAAS\u003C\u002Fli\u003E\u003Cli\u003EJQuery\u003C\u002Fli\u003E\u003Cli\u003EReact.Js\u003C\u002Fli\u003E\u003Cli\u003ENode.Js\u003C\u002Fli\u003E\u003Cli\u003EMongoDB\u003C\u002Fli\u003E\u003Cli\u003EC\u003C\u002Fli\u003E\u003Cli\u003EBootstrap\u003C\u002Fli\u003E\u003C\u002Ful\u003E",rounds:[{name:w,questions:[{question:"Introducing your self",questionId:9189230,questionUrl:"introduce-yourself-Lql9mp9Q",answersCount:b},{question:"Communication skills",questionId:9189232,questionUrl:"communication-skills-LqlBEpfK",answersCount:b}]},{name:o,questions:[{question:"Explain react js with ux architecture",questionId:9189234,questionUrl:"explain-react-js-with-ux-architecture-LqlEgoBE",answersCount:f,answerDetail:{answer:"\u003Cp\u003EReact JS is a JavaScript library for building user interfaces, while UX architecture focuses on designing user experiences.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EReact JS is a front-end library used for building interactive user interfaces.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUX architecture focuses on designing user experiences to ensure usability and user satisfaction.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ECombining React JS with UX architecture involves creating intuitive and user-friendly interfaces that prioritize user needs and behaviors.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFor example, using React components to create a seamless and responsive user interface that enhances the overall user experience.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"Create a architecture in using ux",questionId:9189236,questionUrl:"create-a-architecture-in-using-ux-LqlG8oh8",answersCount:f,answerDetail:{answer:"\u003Cp\u003ECreate a user experience (UX) architecture for software development.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIdentify user personas and their needs\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EDesign user flows and wireframes\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EImplement intuitive navigation and information architecture\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEnsure consistency in visual design and interactions\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETest and iterate on the UX design based on user feedback\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}}]},{name:ao,details:"\u003Chtml\u003E, \u003Cbody\u003E, \u003Chead\u003E, \u003Ctitle\u003E\u003Cmeta\u003E, \u003Cstyle\u003E"}],roundNames:[w,o,ao],meta:{duration:T,difficulty:aK,verdict:U,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10733040",interviewDate:"in Jun 2024",createdAt:"2024-07-17 12:11:11",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[{name:"Web Development",url:"web-development",questionCount:D}],sourceList:[cs,"Naukri.com"],comments:cG,type:v},{interviewId:11462900,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},interviewPreparation:"\u003Cb class='IS-section-heading'\u003EInterview preparation tips for other job seekers\u003C\u002Fb\u003E - im fresher and im a quick fast learner",rounds:[{name:cH,details:"To introduce myself and my strengths",tips:"Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes."},{name:w,questions:[{question:"What is software and how to developing software",questionId:10219882,questionUrl:"what-is-software-and-how-to-developing-software-Q8PBZ3VA",answersCount:f,answerDetail:{answer:"\u003Cp\u003ESoftware is a set of instructions that tells a computer how to perform specific tasks. Developing software involves designing, coding, testing, and maintaining programs.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ESoftware is a collection of programs, data, and documentation that performs specific tasks on a computer.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EDeveloping software involves analyzing user requirements, designing the software architecture, coding the program, testing for bugs, and maintaining the software.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExamples of software development tools include programming languages like Java, Python, and C++, as well as integrated development environments (IDEs) like Visual Studio and Eclipse.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"How to a write a programming languages in software developer",questionId:10219884,questionUrl:"how-to-write-a-programming-language-Q8PE1314",answersCount:f,answerDetail:{answer:"\u003Cp\u003ETo write a programming language as a software developer, one must understand the syntax, semantics, and design principles of programming languages.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EUnderstand the syntax and grammar rules of the language.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EDefine the semantics of the language, including how statements and expressions are interpreted.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EDesign the language features and constructs based on the intended use cases.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EImplement the language using a compiler or interpreter.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETest and debug the language implementation to ensure correctness and efficiency.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}},{question:"How to learning software developer",questionId:10219886,questionUrl:"how-should-i-learn-to-become-a-software-developer-Q8PGT2Xy",answersCount:f,answerDetail:{answer:"\u003Cp\u003ELearning software development involves studying programming languages, practicing coding, building projects, and staying updated with industry trends.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EStudy programming languages like Java, Python, C++, etc.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPractice coding regularly on platforms like LeetCode, HackerRank, etc.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EBuild projects to apply your knowledge and gain practical experience.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EStay updated with industry trends by reading blogs, attending workshops, etc.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}}]}],roundNames:[cH,w],meta:{duration:T,difficulty:aO,verdict:U,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11462900",interviewDate:"in Oct 2024",createdAt:"2024-11-13 15:04:43",contentType:s,experience:cI,upVotes:b,downVotes:b,newFlag:e},skills:[{name:am,url:an,questionCount:D}],sourceList:["Walk-in"],comments:cJ,type:v},{interviewId:11798506,companyId:k,jobProfileId:g,companyDetails:{logo:q,name:l,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:C,userImage:d},rounds:[{name:al,details:"apti, resoning for 2 hrs"},{name:ao,details:"4 coading questions\u003Cbr\u003E 2 easy, 2 hard"},{name:w,questions:[{question:"Introduction\nvision\nwhere u see yourself in 5 years",questionId:10700680,questionUrl:"introductionvisionwhere-u-see-yourself-in-5-years-TcjaVqBk",answersCount:f,answerDetail:{answer:"\u003Cp\u003EIn 5 years, I see myself as a senior software developer leading a team of developers on innovative projects.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EContinuing to enhance my technical skills and knowledge through ongoing learning and certifications\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETaking on more leadership responsibilities and mentoring junior developers\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EContributing to the success and growth of the company through my expertise and dedication\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answeredByGenAI:e}}]}],roundNames:[al,ao,w],meta:{duration:d,difficulty:d,rating:m,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11798506",interviewDate:d,createdAt:"2025-01-07 18:02:22",contentType:s,upVotes:b,downVotes:b,newFlag:e},skills:[],comments:cK,type:v}],similarInterviews:Q,noData:c,pagination:{currentPage:m,totalPages:B,totalResults:cL,baseUrl:aQ,pageBase:{page:"5",sort_by:Q,company:Q,designation:Q,interview_type:Q,verdict:Q}},intPagination:{currentPage:f,totalPages:11,baseUrl:aQ,totalResults:aR},seoBreadcrumbs:[{tittle:co,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0"},{tittle:cM,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0\u002Finterviews"},{tittle:cN,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0\u002Finterviews\u002Ftech-mahindra-interview-questions"}],topJobProfiles:a,similarJobProfiles:{data:[{Name:cO,UrlName:cP,Count:A},{Name:"Software Developer fresher",UrlName:"software-developer-fresher",Count:aJ},{Name:"Junior Software Developer",UrlName:"junior-software-developer",Count:m},{Name:"Associate Software Developer",UrlName:"associate-software-developer",Count:m},{Name:"Java Software Developer",UrlName:"java-software-developer",Count:j},{Name:"Software Developer Intern",UrlName:"software-developer-intern",Count:p},{Name:"Software Developer Trainee",UrlName:"software-developer-trainee",Count:f},{Name:"Full Stack Software Developer",UrlName:"full-stack-software-developer",Count:j}],notFound:c},faq:[{Question:"How many rounds are there in Tech Mahindra Software Developer interview?",Answer:"Tech Mahindra interview process usually has \u003Cb\u003E2-3 rounds\u003C\u002Fb\u003E. The most common rounds in the Tech Mahindra interview process are \u003Cb\u003ETechnical, Aptitude Test and HR\u003C\u002Fb\u003E."},{Question:"How to prepare for Tech Mahindra Software Developer interview?",Answer:"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 \u003Cb\u003ESoftware Development, Java, Hibernate, Spring and Struts\u003C\u002Fb\u003E."},{Question:"What are the top questions asked in Tech Mahindra Software Developer interview?",Answer:"\u003Cp\u003ESome of the top questions asked at the Tech Mahindra Software Developer interview - \u003C\u002Fp\u003E\u003Col style='margin-left: 25px;'\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003Ewhat is the difference between call by value and call by referen\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=5925329&tag=3077451\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003EWhat is the difference b\u002Fw confidence and over confiden\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=2570501&tag=498725\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003E1)What was the introduced in c programming\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=6450255&tag=3944519\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E"},{Question:"What are the most common questions asked in Tech Mahindra Software Developer HR round?",Answer:"\u003Cp\u003EThe most common HR questions asked in Tech Mahindra Software Developer interview are - \u003C\u002Fp\u003E\u003Col style='margin-left: 25px;'\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003EWhat is your family backgrou\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=5044477&tag=2006153\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003EWhere do you see yourself in 5 yea\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=5044477&tag=2006157\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003Cli style='padding-bottom: 2px;'\u003E\u003Cspan\u003EWhat are your strengths and weakness\u003C\u002Fspan\u003E...\u003Ca class=\"ctas-a-medium\" href=\"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=5044477&tag=2006159\"\u003Eread more\u003C\u002Fa\u003E\u003C\u002Fli\u003E\u003C\u002Fol\u003E"},{Question:"How long is the Tech Mahindra Software Developer interview process?",Answer:"\u003Cp\u003EThe duration of Tech Mahindra Software Developer interview process can vary, but typically it takes about \u003Cb\u003Eless than 2 weeks\u003C\u002Fb\u003E to complete.\u003C\u002Fp\u003E"}],companyInterviewSeoFilters:cQ,companyInterviewFilters:{state:S,experienceFilters:[{count:1662,id:aS,urlName:aP,name:"Experienced"},{count:622,id:cS,urlName:cI,name:"Fresher"}],designationFilters:cQ,jobTypeFilters:[{count:2714,id:cS,urlName:"job",name:"Job"},{count:aC,id:aS,urlName:"internship",name:"Internship"}],contentTypeFilters:a,verdictFilters:[{count:1931,id:aS,urlName:"selected",name:U}]},similarDesignationSeoFilters:[{name:aH,url:aI,questionCount:8068},{name:"Java Developer",url:"java-developer",questionCount:2274},{name:"Web Developer",url:"web-developer",questionCount:822},{name:cO,url:cP,questionCount:793},{name:"Application Developer",url:"application-developer",questionCount:619},{name:"Salesforce Developer",url:"salesforce-developer",questionCount:587},{name:"Software Development Engineer",url:"software-development-engineer",questionCount:474},{name:"Developer",url:"developer",questionCount:255},{name:"Senior Developer",url:"senior-developer",questionCount:196},{name:"Plsql Developer",url:"plsql-developer",questionCount:190}],popularDesignationSeoFilters:[],topCollegesForCompany:{state:S,data:[{ShortName:"National Institute of Technology (NIT), Warangal",UrlName:cT,Logo:cT,InterviewsCount:m},{ShortName:"Jawaharlal Nehru Technological University (JNTU)",UrlName:"jawaharlal-nehru-technological-university-jntu",Logo:d,InterviewsCount:j},{ShortName:"D Y Patil College of Engineering, Pune",UrlName:"d-y-patil-college-of-engineering-pune",Logo:d,InterviewsCount:p},{ShortName:"Padre Conceicao College of Engineering, Panaji",UrlName:cU,Logo:cU,InterviewsCount:f},{ShortName:"Indian Institute of Technology (IIT), Kharagpur",UrlName:cV,Logo:cV,InterviewsCount:f},{ShortName:"Jaipur Engineering College & Research Centre, Jaipur",UrlName:cW,Logo:cW,InterviewsCount:f},{ShortName:"Xavier Institute of Management and Entrepreneurship, Bangalore",UrlName:cX,Logo:cX,InterviewsCount:f}]},designation:h,experience:d,employment:d,verdict:d,lastUpdated:cY,jsonld:{"@context":"https:\u002F\u002Fschema.org","@type":"Article",url:cZ,name:"Tech Mahindra Software Developer Interview Questions",description:c_,dateModified:"2025-06-09T10:38:17.000Z"},reviews:{id:71835632,companyName:l,urlName:n,likesText:"Job flexibility and competent team to work with",disLikesText:"After Mr. Joshi holding MD's chair, company is not more employee centric, in-hand salary is not consistent. Project pipeline also got impacted with less number of projects, which cause insecurity among employees.",workDescriptionText:a,workDescriptionTags:a,benefitsText:a,jobLocation:{id:"7",urlName:"kolkata",name:"Kolkata",shortName:a,parentId:a},division:"IT Consulting",overallCompanyRating:j,views:a,workPolicy:"Hybrid",workPolicyOther:"3 days\u002Fweek",created:"2025-07-01 09:59:50",modified:"2025-07-01 10:03:33",url:"\u002Freviews\u002Ftech-mahindra-reviews?rid=71835632",helpfulCount:a,notHelpfulCount:a,employmentType:"fulltime",userName:C,picture:a,startDate:a,endDate:a,currentJob:a,userId:b,ratingDistribution:[{name:"Salary",rating:j},{name:c$,rating:g},{name:"Job security",rating:j},{name:da,rating:f},{name:"Work satisfaction",rating:j},{name:db,rating:p},{name:dc,rating:g}],modifiedHumanReadable:"01 Jul 2025",modifiedMachineReadable:"2025-07-01",workLabels:{travelTags:["No Travel"],workTimeMonitor:["Flexible Timings"],workDays:["Monday to Friday"]},jobProfile:{id:"1654",urlName:"enterprise-architect",name:"Enterprise Architect",shortName:a,parentId:a},facilities:a,reviewerExperience:a,employerResponse:a,verified:e,continued:B,companyId:a,logoUrl:a,subStatus:a,likesChip:[{urlName:dd,name:c$,quality:de},{urlName:df,name:dc,quality:de}],dislikesChip:[{urlName:dg,name:da,quality:"Bad"},{urlName:dh,name:db,quality:"Poor"}],isFeaturedReview:c,isEmployerResponded:c,employerResponseId:a},topQuestions:{state:S,data:[{question:"What are data structures?",containsHtml:c,questionUrl:"what-are-data-structures-eNJaiPMH",answer:"\u003Cp\u003EData structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EData structures are used to manage and manipulate data.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThey can be implemented using arrays, linked lists, trees, graphs, and other methods.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExamples include stacks, queues, hash tables, and binary search trees.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:"350",urlName:aM,name:aL}],createdOn:d,duplicateCount:p},{question:"What is a design pattern?",containsHtml:c,questionUrl:"what-is-a-design-pattern-cjllkXbB",answer:"\u003Cp\u003EDesign pattern is a reusable solution to a commonly occurring problem in software design.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EDesign patterns provide a standard terminology and a common platform for communication among developers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThey help in creating software that is flexible, maintainable, and scalable.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExamples of design patterns include Singleton, Factory, Observer, and Decorator.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EDesign patterns can be categorized into three types: creational, structural, and behavioral.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ECreational patterns deal with object creation, structural patterns deal with object composition, and behavioral patterns deal with object interaction.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:"3904",urlName:"design-patterns",name:"Design Patterns"}],createdOn:d},{question:"What is a Python interpreter?",containsHtml:c,questionUrl:"what-is-a-python-interpreter-ceqddxgz",answer:"\u003Cp\u003EPython interpreter is a program that executes Python code.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIt reads Python code and converts it into machine-readable code\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt executes the code line by line\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt also provides a command-line interface for interactive programming\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExamples: CPython, Jython, IronPython\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:"354",urlName:an,name:am},{id:aT,urlName:W,name:V}],createdOn:d},{question:"Who developed Python?",containsHtml:c,questionUrl:"who-developed-python-ceqhXwin",answer:"\u003Cp\u003EPython was developed by Guido van Rossum in the late 1980s.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EGuido van Rossum started working on Python in December 1989.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPython's design philosophy emphasizes code readability and ease of use.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPython is an interpreted, high-level, general-purpose programming language.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPython's popularity has been steadily increasing over the years.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPython is open-source and has a large community of developers contributing to its development.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:aT,urlName:W,name:V}],createdOn:d},{question:"What is a class?",containsHtml:c,questionUrl:"what-is-a-class-ceqrLulP",answer:"\u003Cp\u003EA class is a blueprint for creating objects that have similar properties and behaviors.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EA class is a user-defined data type that encapsulates data and functions.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt provides a way to organize and structure code.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EObjects are instances of a class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EClasses can inherit properties and behaviors from other classes.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: A class 'Car' can have properties like 'color', 'model', and behaviors like 'start', 'stop'.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:d},{question:"What is PEP8?",containsHtml:c,questionUrl:"what-is-pep8-ceqkzvEh",answer:"\u003Cp\u003EPEP8 is a style guide for Python code.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EPEP8 provides guidelines for formatting, naming, and organizing Python code.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt covers topics such as indentation, line length, variable naming, and function and class definitions.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAdhering to PEP8 can improve code readability and maintainability.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETools such as Flake8 and PyLint can be used to check code against PEP8 standards.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:aT,urlName:W,name:V}],createdOn:d},{question:"What is data abstraction?",containsHtml:c,questionUrl:"what-is-data-abstraction-ceq19sp1",answer:"\u003Cp\u003EData abstraction is the process of hiding implementation details and showing only the necessary information to the user.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EAbstraction is achieved through abstract classes and interfaces\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt helps in reducing complexity and increasing efficiency\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: A car dashboard shows only necessary information like speed, fuel level, etc. and hides the internal workings of the car\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAbstraction is one of the four fundamental concepts of object-oriented programming\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:d},{question:"What is multiple inheritance?",containsHtml:c,questionUrl:"what-is-multiple-inheritance-ceqzhsJ7",answer:"\u003Cp\u003EMultiple inheritance is the ability of a class to inherit properties and behavior from multiple parent classes.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIt allows a class to inherit from more than one parent class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt can lead to the diamond problem where a class inherits from two classes that have a common base class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ELanguages like C++ support multiple inheritance while others like Java do not.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: A class can inherit properties from both a 'Vehicle' class and a 'Pet' class to create a 'Flying Pet' class.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:di,urlName:dj,name:dk}],createdOn:d},{question:"Tell me about inheritance.",containsHtml:c,questionUrl:"tell-me-about-inheritance-ceqwFtnD",answer:"\u003Cp\u003EInheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EInheritance allows code reuse and promotes code organization.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThe existing class is called the parent or superclass, and the new class is called the child or subclass.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThe child class inherits all the properties and methods of the parent class and can also add its own unique properties and methods.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFor example, a class Animal can be a parent class, and classes Dog and Cat can be child classes that inherit properties and methods from Animal.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EInheritance can be single, multiple, or multilevel depending on the number of parent classes involved.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[{id:di,urlName:dj,name:dk}],createdOn:d},{question:"What is an object?",containsHtml:c,questionUrl:"what-is-an-object-cequntHJ",answer:"\u003Cp\u003EAn object is an instance of a class that encapsulates data and behavior.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EObjects are created from classes\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThey have attributes (data) and methods (behavior)\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EObjects can interact with each other through method calls\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExamples include a car object with attributes like make, model, and color, and methods like start and stop\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAnother example is a person object with attributes like name and age, and methods like walk and talk\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:f,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:d}],meta:{count:cL,currentPage:m,totalPages:B,countReadable:"60+"}},aggInsightCardData:{overallRating:4.072164948453608,duration:[{label:T,value:69.23077},{label:"2-4 weeks",value:12.820513},{label:"4-6 weeks",value:7.6923075},{label:"6-8 weeks",value:dl},{label:"More than 8 weeks",value:dl}],difficulty:[{label:aK,value:32.55814},{label:aO,value:65.11628},{label:"Hard",value:2.3255813}],meta:{interviewCount:97},rounds:["Resume Shortlist Round","Coding Test Round - 1","Coding Test Round - 2","HR Round","Technical Round"]},ratingsData:{totalCount:aU,ratingCounts:{overallCompanyRating:aU,workSatisfactionRating:ap,careerGrowthRating:dm,skillDevelopmentRating:ap,workLifeRating:377,compensationBenefitsRating:dm,jobSecurityRating:ap,companyCultureRating:ap},lastUpdatedAt:"23 Jun, 2025",ratings:{jobSecurityRating:z,workLifeRating:z,overallCompanyRating:z,companyCultureRating:r,skillDevelopmentRating:r,workSatisfactionRating:P,compensationBenefitsRating:aj,careerGrowthRating:3.1},distribution:[{percentage:36.45833333333333,count:140,rating:m},{percentage:30.46875,count:117,rating:g},{percentage:19.010416666666664,count:73,rating:j},{percentage:4.947916666666666,count:19,rating:p},{percentage:9.114583333333332,count:bm,rating:f}],ratingTags:{careerGrowthRating:dg,skillDevelopmentRating:dd,compensationBenefitsRating:dn,workLifeRating:df,jobSecurityRating:"job-security",companyCultureRating:dh},industryAverage:{percentage:j,trend:"Positive"}},fixedReviewCount:aU,noIndex:c,skillsInterlinkingData:[{name:cD,url:cE,questionCount:D},{name:aL,url:aM,questionCount:D},{name:am,url:an,questionCount:D},{name:V,url:W,questionCount:aN}],feedInterlinkingWidgetData:{type:"PERSONALIZED",posts:[{id:"6855d6232592f60023b9c867",uid:"V07ohOJY",content:"✅ Variable is paid monthly and fully (as confirmed by HR)\n❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage\n\nWould appreciate any insights from current\u002Fex-TechM folks! 🙏",author:{userName:"a senior engineer",avatarUrl:"anonymousAvatars\u002Ffddef9.webp",fullAvatarUrl:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fstatic\u002FanonymousAvatars\u002Ffddef9.webp",avatarBgColor:"#fddef9",isVerified:f,profileBio:{position:" ",organization:a,organizationUrl:a,longBio:a,verifiedText:"This user is a verified working professional."},profileType:"DESIGNATION"},mediaUrl:["https:\u002F\u002Fwww.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FM1BTS1RwV09HVk4wQ09GQ1kwRjBuQT09"],meta:{comments:g,upvotes:A},communities:[{entityId:do0,name:l,description:dp,logo:"https:\u002F\u002Fstatic.ambitionbox.com\u002Falpha\u002Fcompany\u002Fphotos\u002Flogos\u002Ftechmahindra.jpg",slug:n,type:"company"}],time:"1w",isDeleted:a,isEdited:a,status:a,poll:a,title:"💼 OFFER RECEIVED – Sr. Test Engineer (Band U3) | Tech Mahindra | Noida\n📎 Screenshot attached | CTC: ₹13.5 LPA",shareUrl:"https:\u002F\u002Fnauk.in\u002FehAeD0fj",shareImageUrl:"https:\u002F\u002Fwww.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FZzVxbjFmQ1pmSlh3dUJtcVVia05tUT09",redirectUrl:a,slug:"offer-received-sr-dot-test-engineer-band-u3-tech-mahindra-noida-screenshot-attached-ctc-13-dot-5-lpa-V07ohOJY-8",topComment:a,salary:a,postType:"image",tags:[{identifier:do0,type:"companyId"},{identifier:dq,type:"designationId"},{identifier:l,type:aq},{identifier:dq,type:aq},{identifier:dn,type:aq},{identifier:"compensation",type:aq}],postCommunityTagline:"Never miss out on real career conversations",postCategory:a,isPostAuthor:c,fullContent:["\u003Cspan style=\"font-weight:400;font-size:1rem;line-height:1.5rem;color:#1E223C;\"\u003E✅ Variable is paid monthly and fully (as confirmed by HR)\n❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage\n\nWould appreciate any insights from current\u002Fex-TechM folks! 🙏\u003C\u002Fspan\u003E"],slicedContent:["\u003Cspan style=\"font-weight:400;font-size:1rem;line-height:1.5rem;color:#1E223C;\"\u003E✅ Variable is paid monthly and fully (as confirmed by HR)\n❓ Looking to know the MONTHLY IN-HAND SALARY after standard deductions & partial FBP usage\n\nWould appreciate any insights from curre... \u003C\u002Fspan\u003E"]}]},lockEnabled:e,designationInterviews:{state:S,pagination:{currentPage:f,totalPages:50,totalQuestions:8198},questions:[{question:"Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is achieved by the subarray [42, 14, -5, 86]. Input: array = [-5, -1, -8, -9] Output: -1 Explanation: The maximum sum is -1, achieved by the subarray [-1]. Constraints: 1 ≤ N ≤ 106, where N is the number of elements in the array. -104 ≤ array[i] ≤ 104 Note: The solution should have a time complexity of O(N). Input: The first line contains a single integer, N, the size of the array. The second line contains N space-separated integers representing the elements of the array. Output: A single integer, the maximum subarray sum.",containsHtml:e,answer:"\u003Cp\u003EFind the maximum sum of any contiguous subarray within an array of integers.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate through the array and keep track of the maximum sum of subarrays encountered so far.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAt each index, decide whether to include the current element in the subarray or start a new subarray.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUse Kadane's algorithm to efficiently find the maximum subarray sum in O(N) time complexity.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"maximum-subarray-sum-problem-statement-jvjJ9IBb",companyUrl:R,companyName:ar,answersCount:ac,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:R,id:dr,urlName:R,name:ar}],companiesCount:b,updatedOn:aV},{question:"Merge Two Sorted Arrays Problem Statement Given two sorted integer arrays ARR1 and ARR2 of size M and N, respectively, merge them into ARR1 as one sorted array. Assume that ARR1 has a size of M + N to hold all elements of ARR2. Input: The first line contains an integer T representing the number of test cases. Each test case contains: - Two space-separated integers M and N.- A line with M integers followed by N zeros in ARR1.- A line with N integers in ARR2. Output: For each test case, return the merged ARR1 as one sorted array. Example: Input:ARR1 = [3, 6, 9, 0, 0]ARR2 = [4, 10]Output:ARR1 = [3, 4, 6, 9, 10] Constraints: 1 <= T <= 100 1 <= M, N <= 5000 1 <= ARR1[i], ARR2[i] <= 100000 Time Limit: 1 second Note: Ensure the function implementation handles the merging, output has already been managed.",containsHtml:e,answer:"\u003Cp\u003EMerge two sorted arrays into one sorted array in place.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate from the end of both arrays and compare elements to merge in place\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUse two pointers to keep track of the current position in each array\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EHandle cases where one array is fully merged before the other\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"merge-two-sorted-arrays-problem-statement-k48EbhEl",companyUrl:"rakuten",companyName:"Rakuten",answersCount:g,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:ds,id:"152605",urlName:ds,name:"Blackrock"}],companiesCount:b,updatedOn:"3d ago"},{question:"Minimum Number of Platforms Needed Problem Statement You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of platforms required so that no train has to wait, meaning that every arriving train has an available platform immediately. Input: The input begins with a single integer T, representing the number of test cases. Each test case consists of: - A line with a positive integer N, the number of trains. - A line containing N integers, the arrival times of the trains in HHMM format. - A line containing N integers, the departure times of the trains in HHMM format. Output: For each test case, return the minimum number of platforms needed at the railway station. Example: Input: T = 1 N = 3 Arrivals = [900, 940, 950] Departures = [910, 1200, 1120] Output: 2 Explanation: In the given example, between 940 and 950, you have two overlapping schedules which require two platforms. Constraints: 1 <= T <= 100 1 <= N <= 1000 0 <= arrival[i] <= departure[i] <= 2359 Time representation is in HHMM format. Note: Do not print anything. It has been already taken care of.",containsHtml:e,answer:"\u003Cp\u003EDetermine the minimum number of platforms needed at a railway station based on arrival and departure times of trains.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ESort the arrival and departure times in ascending order.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUse two pointers to keep track of overlapping schedules.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIncrement the platform count when a new train arrives before the previous one departs.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EReturn the maximum platform count needed.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"minimum-number-of-platforms-needed-problem-statement-lVCnRL6j",companyUrl:R,companyName:ar,answersCount:B,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:R,id:dr,urlName:R,name:ar}],companiesCount:b,updatedOn:dt},{question:"Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single integer ‘N’ for each test case. Output: Return the Nth Fibonacci number for each test case. Example: Input: N = 5 Output: 5 Explanation: The Fibonacci sequence up to the 5th term is: 1, 1, 2, 3, 5. Hence, the 5th Fibonacci number is 5. Constraints: 1 <= N <= 10000 Input ‘N’ is a positive integer. Note You are required to implement the function and return the result. The focus is on calculating efficiently within the given time limit.",containsHtml:e,answer:"\u003Cp\u003ECalculate the Nth Fibonacci number efficiently using dynamic programming.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EUse dynamic programming to store and reuse previously calculated Fibonacci numbers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EStart with base cases F(1) and F(2) as 1, then calculate subsequent Fibonacci numbers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EOptimize the solution to avoid redundant calculations by storing intermediate results.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETime complexity can be reduced to O(N) using dynamic programming.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: For N = 5, the 5th Fibonacci number is 5.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"nth-fibonacci-number-problem-statement-mite1X0v",companyUrl:u,companyName:M,answersCount:m,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:u,id:"43",urlName:u,name:M}],companiesCount:b,updatedOn:"6d ago"},{question:"Form a Triangle Problem Statement You are given an array of integers ARR with a length of N. Your task is to determine whether it's possible to construct at least one non-degenerate triangle using the values from the array as the sides of the triangle. If possible, return true; otherwise, return false. Input: The first line contains a single integer 'T' denoting the number of test cases. For each test case: The first line contains a single integer 'N' denoting the number of elements in the array. The second line contains 'N' space-separated integers denoting the elements of the array. Output: For each test case, return \"YES\" if it is possible to form a non-degenerate triangle, otherwise return \"NO\". Each test case output should be printed on a separate line. Example: Input: 2 3 3 4 5 4 1 10 12 30 Output: YES NO Constraints: 1 ≤ T ≤ 100 3 ≤ N ≤ 10^3 0 ≤ ARR[i] ≤ 10^9 Note: You are not required to print anything since this is already managed by the system. Your goal is to implement the functionality that returns the correct result.",containsHtml:e,answer:"\u003Cp\u003EDetermine if it's possible to form a non-degenerate triangle using array elements as sides.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ECheck if the sum of any two sides is greater than the third side to form a triangle.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIf any such combination exists, return 'YES'; otherwise, return 'NO'.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: For input [3, 4, 5], sum of 3 + 4 > 5, so 'YES'. For [1, 10, 12, 30], no such combination exists, so 'NO'.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"form-a-triangle-problem-statement-mlLO31cL",companyUrl:"phonepe",companyName:"PhonePe",answersCount:p,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:"athenahealth",id:"207103",urlName:"athenahealth-technology",name:"Athenahealth Technology"}],companiesCount:b,updatedOn:aW},{question:"Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in a sequence. He plans to arrange them in 'N' rows such that: The first row contains 1 number. The second row contains 2 numbers. The third row contains 3 numbers, and so on. The numbers are placed in increasing order with an absolute difference of 1. Starting from 1 and continuing until 9, after which the sequence restarts from 1. Input: The first line contains 'T', representing the number of test cases. Each test case has a single integer 'N', indicating the number of rows. Output: For each test case, output the integers in the pattern for the next 'N' lines. Example: Input: 1 4 Output: 1 23 456 7891 Constraints: 1 <= T <= 10 1 <= N <= 500 Note: The expected output is printed automatically; focus on implementing the function logic.",containsHtml:e,answer:"\u003Cp\u003EArrange numbers in a sequence in 'N' rows with increasing order and repeating after 9.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate through each test case and for each row, print numbers in increasing order with a loop.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EKeep track of the current number to print and reset to 1 after reaching 9.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EHandle formatting to align numbers correctly in each row.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEnsure to print the correct number of rows based on the input 'N'.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"crazy-numbers-pattern-challenge-mfYZo4uZ",companyUrl:as,companyName:aX,answersCount:p,skills:[],topCompanies:[{logo:as,id:"527",urlName:as,name:aX}],companiesCount:b,updatedOn:aW},{question:"Array Intersection Problem Statement Given two integer arrays\u002F lists ARR1 and ARR2 of sizes N and M respectively, you are required to determine their intersection. An intersection is defined as the set of common values existing in both arrays\u002Flists. Note: - Input arrays\u002Flists can contain duplicate elements.- The intersection elements should be printed in the order they appear in the first array\u002Flist ARR1. Input: First line contains an integer 't' indicating the number of test cases. For each test case: - First line contains an integer 'N', size of ARR1. - Second line contains 'N' space-separated integers representing ARR1. - Third line contains an integer 'M', size of ARR2. - Fourth line contains 'M' space-separated integers representing ARR2. Output: For each test case, output the intersection elements as a single line, separated by spaces.Print a separate line for each test case. Example: Input: 241 2 2 332 3 451 2 2 3 432 2 5 Output: 2 32 2 Constraints: 1 ≤ t ≤ 10^2 0 ≤ N ≤ 10^5 0 ≤ M ≤ 10^5 Time Limit: 1 sec",containsHtml:e,answer:"\u003Cp\u003EThe task is to find the intersection of two integer arrays\u002Flists.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ERead the number of test cases\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFor each test case, read the size and elements of the first array\u002Flist\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ERead the size and elements of the second array\u002Flist\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFind the intersection of the two arrays\u002Flists\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPrint the intersection elements in the order they appear in the first array\u002Flist\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"array-intersection-problem-statement-lPXvxpoV",companyUrl:aY,companyName:du,answersCount:j,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:aY,id:"163704",urlName:aY,name:du}],companiesCount:b,updatedOn:aW},{question:"Find Terms of Series Problem Ayush is tasked with determining the first 'X' terms of the series defined by 3 * N + 2, ensuring that no term is a multiple of 4. Input: The first line contains a single integer 'T', the number of test cases.Each test case includes one integer 'X', which represents the number of terms required from the series. Output: For each test case, return a list containing the first 'X' terms of the series 3 * N + 2 that are not multiples of 4.Each test case's output should be on a new line. Example: Input: X = 4 Output: [5, 11, 14, 17] Explanation: The sequence begins as 5, 8, 11, 14, 17, ...; the numbers 5, 11, 14, and 17 are not multiples of 4. Constraints: 1 <= T <= 10^2 1 <= X <= 10^5 Note: You don’t need to perform any output operations; focus on implementing the solution logic.",containsHtml:e,answer:"\u003Cp\u003EGenerate the first 'X' terms of a series 3 * N + 2, excluding multiples of 4.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate through numbers starting from 1 and check if 3 * N + 2 is not a multiple of 4.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EKeep track of the count of terms generated and stop when 'X' terms are found.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EReturn the list of 'X' terms that meet the criteria.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: For X = 4, the output should be [5, 11, 14, 17].\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"find-terms-of-series-problem-jwyS016n",companyUrl:aZ,companyName:dv,answersCount:p,skills:[],topCompanies:[{logo:aZ,id:"2247",urlName:aZ,name:dv}],companiesCount:b,updatedOn:dt},{question:"Connect Ropes Problem Statement Given a number of ropes denoted as 'N' and an array containing the lengths of these ropes, your task is to connect the ropes into one single rope. The cost to connect two ropes is determined by the sum of their lengths. Your goal is to find the minimum cost required to connect all the ropes. Input: The first line of input consists of a single integer T, indicating the number of test cases to handle.Each test case includes:- The first line specifies the number of ropes, N.- The second line provides the rope lengths as N space-separated integers. Output: For each test case, output a single integer representing the minimum cost to connect all the ropes. Print each result on a new line. Example: Input: T = 1 N = 4 Lengths = [4, 3, 2, 6] Output: 29 Constraints: 1 <= T <= 10 1 <= N <= 104 1 <= length[i] <= 104 Time Limit: 1 second Note: You do not need to print anything as it is already handled. Implement the provided function to compute the necessary result.",containsHtml:e,answer:"\u003Cp\u003EThe task is to find the minimum cost required to connect all the ropes by summing their lengths.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate through the ropes and connect the two shortest ropes at each step to minimize cost\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUse a priority queue to efficiently find the shortest ropes\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EKeep track of the total cost as you connect the ropes\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: For input [4, 3, 2, 6], connect 2 and 3 (cost 5), then connect 4 and 5 (cost 9), then connect 9 and 6 (cost 15) for a total cost of 29\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"connect-ropes-problem-statement-jvwvBnKj",companyUrl:a_,companyName:dw,answersCount:j,skills:[{id:E,urlName:F,name:G}],topCompanies:[{logo:a_,id:"369653",urlName:a_,name:dw}],companiesCount:b,updatedOn:aV},{question:"String Compression Problem Statement Ninja needs to perform basic string compression. For any character that repeats consecutively more than once, replace the repeated sequence with the character followed by the count of repetitions. Input: An integer 'T' representing the number of test cases.For each test case, a string 'S' indicating the input string to be compressed. Output: Output the compressed string for each test case on a new line. Example: If the string contains 'x' repeated 5 times, replace 'xxxxx' with 'x5'.Compression occurs only if the repeated count is greater than 1. Constraints: 1 ≤ T ≤ 5 1 ≤ |S| ≤ 5000 Consecutive count of any character in the input is ≤ 9 Note: There's no need for input or output operations, as these are already managed. Just implement the required function.",containsHtml:e,answer:"\u003Cp\u003EImplement a function to compress a string by replacing consecutive characters with the character followed by the count of repetitions.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIterate through the input string and keep track of consecutive characters and their counts.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EReplace consecutive characters with the character followed by the count of repetitions if count is greater than 1.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EReturn the compressed string as output.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",questionUrl:"string-compression-problem-statement-jwxpUL0l",companyUrl:as,companyName:aX,answersCount:p,skills:[],topCompanies:[{logo:I,id:"41",urlName:I,name:_}],companiesCount:b,updatedOn:aV}]}},{}],fetch:{},error:a,state:{company:{companyInfo:{ratingOneDecimal:ag,isPremium:c,coverPhoto:{type:a,url:a,fileName:a,title:a,description:a,additionalData:a,pagePublishedForJS:c},employerEngaged:e,aboutInfoResponse:{tagLine:a},automatedVideoUrl:"351\u002F351.mp4",primaryIndustryId:155,companyId:k,shortName:l,logo:q,urlName:n,followersCount:92810,website:"https:\u002F\u002Fwww.techmahindra.com\u002Fen-in\u002F",startDate:"1986-01-01",bannerColor:"#FA0A30",totalEmployeesIndia:dx,shortBio:dp,rating:ag,closed:b,companyReviewsLive:dy,interviewExperiencesLive:dz,companyInterviewQuestions:2400,companySalaries:dA,companyJobsLive:dB,photosCount:a$,hQ:"Pune, Maharashtra",hQCountry:"India",hQUrlName:"pune",aboutUs:"Tech Mahindra offers innovative and customer-centric digital experiences, enabling enterprises, associates, and society to rise. We are a USD 5.1 billion organization with 141,100+ professionals across 90 ",benefitsLive:dC,tags:[{companyId:k,name:dD,urlName:"it-services-and-consulting"},{companyId:k,name:"Analytics & KPO",urlName:"analytics-and-kpo"},{companyId:k,name:"Engineering & Construction",urlName:"engineering-and-construction"}],info:[{type:"CompanyType",label:"Public",url:"public"},{type:"TotalEmployees",label:dx,url:dE},{type:"TotalEmployeesIndia",label:"1 Lakh+",url:dE}],industriesUrl:"bpo-or-kpo,consulting,analytics-and-kpo,engineering-and-construction,it-services-and-consulting",industryNaukriIds:[109],parentCompany:{ShortName:"Mahindra & Mahindra",UrlName:"mahindra-and-mahindra",Relation:a},hasOfficeLocations:e,relationsCount:aE,enableAssociation:c,logoUrl:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fassets\u002Fv2\u002Fimages\u002Frs:fit:200:200:false:false\u002FbG9jYWw6Ly8vbG9nb3Mvb3JpZ2luYWxzL3RlY2gtbWFoaW5kcmEuanBn.webp",n95Score:.69,awardYear:a},stats:{companyId:k,interviewExperiencesLive:dz,companyReviewsLive:dy,totalReviewsWithBenefits:dC,companySalaries:dA,photosCount:a$,companyJobs:dB,qnaQuestionsLive:55,newsCount:b,postsCount:X,pollsCount:f},metaObj:{title:"200+ Tech Mahindra Software Developer Interview Questions & Answers | Complete Prep Guide 2025 | AmbitionBox",description:c_,canonicalUrl:cZ,logo:q,companyId:k,totalInterviewsCount:aR,jobProfileName:h,jobProfileId:g,lastUpdated:cY,totalQuestionsCount:206,redirectUrl:a,verdict:a,status:a,noIndex:c,experienceName:a,jobTypeName:a},metaSeoObj:a,companyTabs:[{Name:"About",Title:"Tech Mahindra Overview",Url:"\u002Foverview\u002Ftech-mahindra-overview",DataKeyName:d,iconName:"about",isNotNuxt:e,noFilters:e},{Name:"Reviews",Title:"Tech Mahindra Reviews",Url:"\u002Freviews\u002Ftech-mahindra-reviews",AliasPageName:"companyTagReviews",DataKeyName:"companyReviewsLive",iconName:dF,isNotNuxt:e},{Name:cq,Title:cr,Url:"\u002Fsalaries\u002Ftech-mahindra-salaries",DataKeyName:"companySalaries",iconName:"salaries"},{Name:cM,Title:cN,Url:"\u002Finterviews\u002Ftech-mahindra-interview-questions",DataKeyName:"interviewExperiencesLive",iconName:"interviews"},{Name:"Jobs",Title:"Tech Mahindra Jobs",Url:"\u002Fjobs\u002Ftech-mahindra-jobs-cmp",DataKeyName:"companyJobs",iconName:"jobs"},{Name:"Benefits",Title:"Tech Mahindra Benefits",Url:"\u002Fbenefits\u002Ftech-mahindra-benefits",isNotNuxt:e,DataKeyName:"totalReviewsWithBenefits",iconName:"benefits"},{Name:"Photos",Title:"Tech Mahindra Photos",Url:"\u002Fphotos\u002Ftech-mahindra-photos",DataKeyName:"photosCount",iconName:"photos",noFilters:e},{Name:"Posts",Title:"Tech Mahindra Discussions",Url:"\u002Fdiscussions\u002Ftech-mahindra-discussions",DataKeyName:"postsCount",iconName:dF,isNotNuxt:e}],crowdsourcingOrder:[],isCrowdsourceDataFetched:c,awardsList:[],companyId:a,congratulationCount:{"2021":b,"2022":b},customCompanyInfo:a,companyPhotos:{Pagination:{Total:a$,TotalPages:A,CurrentPage:f},Photos:[{PhotoId:63130,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FWG1EWkZBVndRTTN3S04xc1BvTXBpZz09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63146,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FSXhKT3YrRlVTT3dzVTFORU9KZG1Odz09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63134,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FbmRGaksxRFZqUVdpQ1dZYnNtaUp2Zz09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:f,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63136,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FVUpXZVhKbHgyV0ljYkdIVEpCeTBndz09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63148,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002Fb0dSQ1dZa0tZR2FsZ0FhOVhTZXNTUT09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63140,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FdnVqR2dBS1RyS1NFWndjRkJuaUlsUT09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63138,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FcmY2RjNDcG1WSWdCSWdjNktZZ0JVdz09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c},{PhotoId:63132,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FSk5ZdXlMZlpMam40dW1NcmRiay9SUT09",Caption:x,Date:y,UserUpload:b,CompanyLocation:d,HelpfulCount:b,IsHighQuality:c,ImageProxyRequired:c}]},locationId:a,fetchingCompanyLisitng:c,departmentId:a,showAds:e,footerStats:{totalReviews:8332968,totalInterviews:638408,totalSalaries:41925479,totalCompanies:1128269,companiesWithInterviews:115536,companiesWithReviews:741992,companiesWithSalaries:858177,totalEmployers:23886},isCompSummaryVideoExpanded:c,videoScrollSimilarCompanies:[{urlName:H,industry:ba,companyId:X,rating:Y,logo:H,shortName:Z,reviewCount:98461,salariesCount:922916,benefitsCount:11995,interviewsCount:11091,jobsCount:267,followerCount:a,isFollowed:a},{urlName:J,industry:bc,companyId:au,rating:av,logo:J,shortName:$,reviewCount:bp,salariesCount:613564,benefitsCount:7439,interviewsCount:8639,jobsCount:12936,followerCount:a,isFollowed:a},{urlName:K,industry:bd,companyId:aw,rating:t,logo:K,shortName:aa,reviewCount:bq,salariesCount:460859,benefitsCount:5305,interviewsCount:6064,jobsCount:6498,followerCount:a,isFollowed:a},{urlName:u,industry:at,companyId:ac,rating:t,logo:u,shortName:M,reviewCount:bn,salariesCount:592430,benefitsCount:6097,interviewsCount:5911,jobsCount:b,followerCount:a,isFollowed:a},{urlName:L,industry:be,companyId:ax,rating:t,logo:L,shortName:ab,reviewCount:br,salariesCount:457700,benefitsCount:4230,interviewsCount:5064,jobsCount:1682,followerCount:a,isFollowed:a},{urlName:ah,industry:"Financial Services, EdTech, IT Services & Consulting",companyId:bu,rating:av,logo:ah,shortName:aF,reviewCount:bv,salariesCount:217743,benefitsCount:3886,interviewsCount:3409,jobsCount:b,followerCount:a,isFollowed:a},{urlName:N,industry:bf,companyId:ay,rating:bg,logo:N,shortName:ad,reviewCount:23541,salariesCount:206088,benefitsCount:2789,interviewsCount:2456,jobsCount:2284,followerCount:a,isFollowed:a},{urlName:O,industry:bh,companyId:az,rating:t,logo:O,shortName:ae,reviewCount:bw,salariesCount:180624,benefitsCount:1282,interviewsCount:3036,jobsCount:b,followerCount:a,isFollowed:a},{urlName:ai,industry:dD,companyId:bx,rating:t,logo:ai,shortName:aG,reviewCount:by,salariesCount:72821,benefitsCount:1188,interviewsCount:839,jobsCount:230,followerCount:a,isFollowed:a}]},designation:{desigInfo:a,desigTabs:a,desigInterviewMeta:a,desigJobsMeta:a,designationId:g},globals:{DOMAIN:cp,CDN:"https:\u002F\u002Fstatic.ambitionbox.com",CLIENT_ID:"462822053404-hphug4pkahqljh2tc96g35at47o4isv2.apps.googleusercontent.com"},user:{user:a,clientId:a,isPageLocked:a,isSalariesLocked:c},loginModal:{isLoginOpen:c,loginProps:a,ubaProps:a,isPersonaliseOpen:c,personaliseProps:a,isOverlayOpen:c,naukriSdkStatus:c,googleSdkStatus:c,customRedirectUrl:d,modalName:a},jobAlertModal:{isVisible:c,isManageAlertVisible:c,jobProfileId:a,jobProfileName:a,userPreferences:{}},appDownloadBSController:{isAppBSOpen:c},bottomSheetController:{isOpen:c,openedTab:[c,c,c,c,c,c,c,c,c,c,c,c]},filerDropdownController:{isDesktopFilterOpen:c,isMultiselectModelFilterOpen:c,openedFilters:[c,c,c,c,c,c,c,c,c,c,c,c]},amboxStats:{amboxStats:{Reviews:"80 Lakh+",InterviewQuestions:dG,Salaries:"4 Crore+",UsersPerMonth:"1.5 Crore+",Companies:dG,RegisteredCompanies:"9,700",NewCompaniesPerMonth:"400"}},comments:{commentsMap:{"10733040":cG,"10925340":cF,"10985472":cy,"11462900":cJ,"11496572":cA,"11728252":cz,"11774858":cC,"11798506":cK,"11915098":cu,"12535522":cB},reportModal:{open:c,commentId:d,type:d},helpfulIds:{},userCommentsIds:{},onLandL2Comments:a},abusiveWords:{abusiveWordsRegex:d,progressValue:b},qna:{question:d,answer:d,anonymous:c,tags:a,userCredential:a,isEditQuestion:c,userQuestionIds:[],userAnswerIds:[],isAddQuesModalOpen:c,isCredentialModalOpen:c,isReportModalOpen:c,type:"question",questionId:a,answerId:a,deletedAnswerData:{},addAnswerData:a,helpfulMarkedQnaQuestions:[],qnaTags:[],getEditedQuestionTags:a},notifications:{showNotification:c,notificationCount:a,unSeenNotificationCount:a,list:[],ccsUnseenNotificationBulkUbaData:[]},college:{collegeInfo:a,collegeTabs:a,collegeMeta:a,collegeStats:a,helpfulMarkedInterviews:{},ytplayerList:[],tipsData:{round:a,tips:[]},showTipsModal:c},workHistory:{workHistoryData:a},companyInterviews:{scrollToHighlightedQuestion:c,isContentBlockerOpen:c,isDesigPopupOpen:c,popupTimer:a,isSubscribed:c},interestedInWorking:{isLoadingInterestedInWoking:e,isInterestedInWokingWidget:a,isInterestedInWokingModel:a},photoUpload:{utmCampaign:d,openPhotoForm:c,companyName:a},snackbar:{toasts:[]},contributePopup:{show:c,display:c,details:a,company:d,status:"generic",type:"review",sequential:c,isAwardsNudgeVisible:c,timerId:a,nodeExists:e,awardsSnackBarVariant:a},genericIntersectionObserver:{data:[]},indexedDb:{db:b,isDBOpen:c,data:{},dbVersion:a,objectStoreNames:[],otherData:{}},communities:{userDetails:a,trendingCommunities:a,followedCommunities:a},linkNaukriModal:{isVisible:c,userInfo:a},drawer:{showDrawer:c},pageLoad:{pageLoaded:c,isThreadIdle:c,initialPageLoad:c},chatbot:{isChatWindowOpen:c,showChatBtn:a,chatHistory:a,questions:a},reviewComments:{commentsMap:{},reportModal:{open:c,commentId:d,type:d},helpfulIds:{},userCommentsIds:{},onLandL2Comments:a},typeaheadMenu:{showTypeaheadMenu:c,isPrefilled:c},followCompany:{utmCampaign:d,openFollowCompanyForm:c,followedCompanies:{}},generic:{interviewFormParnerInfo:{},reviewFormParnerInfo:{}},mediaGallery:{visible:c,galleryAlbums:{},currentMedia:a,activeTab:"all",showCategories:c,loadMoreLoading:c}},serverRendered:e,routePath:aQ,config:{_app:{basePath:dH,assetsPath:dH,cdnURL:"https:\u002F\u002Fstatic.ambitionbox.com\u002F_nuxt\u002F"},http:{}}}}(null,0,false,"",true,1,4,"Software Developer","software-developer",3,351,"Tech Mahindra",5,"tech-mahindra","Technical",2,"techmahindra",3.7,"text","3.7","cognizant","rounds","HR","Life at Tech Mahindra!","Apr, 2023",3.8,10,7,"Anonymous",250,"3422","algorithms","Algorithms","tcs","infosys","accenture","wipro","capgemini","Cognizant","ibm","ltimindtree",3.6,void 0,"amazon","fulfilled","Less than 2 weeks","Selected","Python","python",42,"3.6","TCS","Infosys","Accenture","Wipro","Capgemini",43,"IBM","LTIMindtree","persistent-systems",3.5,"genpact","dxc-technology",3.3,8,"Aptitude Test","Software Development","software-development","Coding Test",375,"keyword","Amazon","nagarro","Consulting, IT Services & Consulting",273,"3.8",44,95,136,483,88,"Persistent Systems",27,24,16,"Genpact","DXC Technology","Software Engineer","software-engineer",6,"Easy","Data Structures","data-structures",200,"Moderate","experienced","\u002Finterviews\u002Ftech-mahindra-interview-questions\u002Fsoftware-developer",102,"1","534",384,"2d ago","5d ago","Nagarro","meesho","globallogic","mr-cooper",74,"Financial Services, Internet, Education & Training, BPO, IT Services & Consulting",41,"Analytics & KPO, IT Services & Consulting, Software Product, Management Consulting","Advertising \u002F PR \u002F Events, Consulting, Healthcare \u002F Pharma, BPO, IT Services & Consulting","Analytics & KPO, Banking, IT Services & Consulting, Software Product","Financial Services, Emerging Technologies, IT Services & Consulting","4.0","BPO\u002FKPO, IT Services & Consulting","hcl-technologies","hcl-technologies-88","HCLTech",422,35,54556,25,63478,57424,46215,"Google","google",298,35931,22754,156031,10798,"Mphasis","mphasis","HCL Group","hcl","L&T Technology Services","l-and-t-technology-services","Coforge","coforge","eClerx","eclerx","Cyient","cyient","NTT Data","Birlasoft","birlasoft","Kyndryl","kyndryl","Zensar Technologies","zensar-technologies","Tata Elxsi","tata-elxsi","Datamatics Global Services","datamatics-global-services",3.4,"3i Infotech","HCL Infosystems","hcl-infosystems","Tata Group","tata-group",4.2,"METRO Global Solutions Center","metro-global-business-services","Tech Data","tech-data","Dell R&D Center","dell-r-and-d-center","Senior Software Engineer","senior-soft-engineer","Technical Lead","technical-lead","Associate Software Engineer","associate-software-engineer",-1,"Home","https:\u002F\u002Fwww.ambitionbox.com","Salaries","Tech Mahindra Salaries","Job Portal",13,{},"communication round","Technical - 1","Technical - 2",{},{},{},{},{},"Java","java",{},{},"Group Discussion","fresher",{},{},64,"Interviews","Tech Mahindra Interview Questions","Senior Software Developer","senior-software-developer",Array(10),127,"2","national-institute-of-technology-nit-warangal","padre-conceicao-college-of-engineering-panaji","indian-institute-of-technology-iit-kharagpur","jaipur-engineering-college-and-research-centre-jaipur","xavier-institute-of-management-and-entrepreneurship-bangalore","2025-06-09 16:08:17","https:\u002F\u002Fwww.ambitionbox.com\u002Finterviews\u002Ftech-mahindra-interview-questions\u002Fsoftware-developer?page=5","Tech Mahindra Software Developer interview questions and answers ✓ interview rounds and process 2025 ✓ GD topics ✓ test pattern shared by 102 candidates interviewed with Tech Mahindra","Skill development","Promotions","Company culture","Work-life balance","learning","Good","work-life-balance","appraisal","work-culture","2152","c-plus-plus","C++",5.1282053,376,"salary","351","Tech Mahindra specializes in digital transformation utilizing advanced technologies to enhance customer experiences across industries globally.","Sr. Test Engineer","114","blackrock","4d ago","Meesho","GlobalLogic","Mr Cooper","100001+",38213,4126,273010,428,3785,"IT Services & Consulting","100001","reviews","10 Lakh+","\u002F"));</script><script src="https://static.ambitionbox.com/_nuxt/runtime.e08146f075551db53d77.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/layouts/headerLayout/f075b844.bed210d0826349793843.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/header/f075b844.cd10f0b967b21111b714.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/typeahead-desktop/f075b844.d332548b3ad771a06718.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/AnimatedPlaceholder/9130463e.50cf11aa679029310127.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/529.0da6ef60420a118faaa4.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/522.a33fcecdb1789b270df6.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/HeaderInfoV2/47e8e49c.f66d3da983bf2ed26365.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ab.atoms/f075b844.863c44c363efbb3500ec.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/client/f075b844.bb66104e759fd35fc608.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/505.279a515b2e02523c0e90.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/d0ae3f07.c39d60ea4498d65ce527.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/ace8d463.18d5d75c6a54929a8bfa.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ab.atoms2/f075b844.7418d24dcd3dc3854d0a.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.interviewCont/f075b844.ee1ab1731a3aec3b98e6.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/56.0ff83083f3fc53a7657b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/27.f68a0fa26a2f07803451.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/611.2841d582cb3ba5f1382f.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/582.2170011bc796bd693374.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/1.71fcfff6cad319d2c2fb.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/477.a8695dd97bb4ea187838.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/18.b7a40df87a19f552f6c5.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/541.aa5f9b810d3a799c7c38.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/544.0cbe22139f3ca813e496.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/540.f9573c55074df907783f.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/118.2a0fcf669ea1388065b7.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/546.47e604691d55730b8007.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/576.c2071e8e38e6e44521a1.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/paginator/9430e4e7.69c9eb7bca8e9988e207.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.interviewCard/11427a88.7436f387c52e094a9054.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/581.4309dd3d721cfddfb27c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/130.c5e11584fdfb5ab0df07.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/116.d70730dbaf3737fe20e0.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/496.8b0e18179a3113249560.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/111.02f61b5aef4c813bcf71.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/skillsCard/b0275800.50b5acae793920225a0a.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/495.1014b51bc210753118d3.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/580.83794a9a8b0cc9145f10.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.contributeWidget/01e7b97c.3b64174497f718d5a44b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/12.844456973726ac489187.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/cs.tk.main/66b35019.f05ec9bfccdc6a65e38c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ci.recentlyViewWidget/0b936896.24311eb80b244b4a80f8.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/userFeedbackCard/1c6815cb.ddcca5bafb15b9b7f241.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/seoInterlink/10398f5c.273c364409fa8e06bd77.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/129.94792b57cf2d84ab76c5.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/605.e9f354f3ce03129472e9.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/610.b28bd2826130d0c13cb4.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/29.b25084ee7673b162b44d.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/smcompcard/ace8d463.4e9f4c81417d86e218c2.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/il.explore.more/42832916.19f272bf673656298b73.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.comparisonsList/ace8d463.b992d1521b038d8ad205.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/BreadCrumbs/313229ea.138b956cfcf1c06aef3d.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/539.91c56abee34044c5d168.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/g.Pageloader/19fd1d8e.33c6126cae9fda33a924.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/footer/ace8d463.00da24fba9d0ff6f0c4d.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/253ae210.20f0d9e18cd8c02a63ed.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/d939e436.e8d28894d9dcd8626149.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/93acefaf.8004b3d6f00cf2517879.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/678f84af.d577faca0c1997c79831.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/fdc6512a.a7fed18dd29883e204c6.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/90405b64.ae6ded96219d4bc0d847.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/styles/f075b844.c4b8403f31858f95b3d6.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commonutils/f075b844.fb5825dcad673ec67017.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/vendors/app/7274e1de.34d04884f41ea6c5ceaa.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/vendors/app/b58f7129.ccdd1dac5370a347f637.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/f69643ec.2d969ecf8435dfd7c14f.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/01e7b97c.8559ee5bff18c4fc698c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/ab6d71da.bc5c2c41e6392c51397b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/95a964c1.04df417b8b2c47cae59b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/585c4432.74e565b5589ab7552f6d.js" defer></script><script data-n-head="ssr" src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-lazyload/12.1.0/lazyload.min.js" data-body="true" defer crossorigin=""></script> </body> </html>