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 30 Jul 2025

70 Interview questions

A Software Developer was asked 2mo ago
Q. What is your experience with Selenium?
Ans. 

I have extensive experience using Selenium for automated testing of web applications, ensuring high quality and efficiency.

  • Proficient in writing test scripts in Java and Python using Selenium WebDriver.

  • Implemented Page Object Model (POM) to enhance test maintainability and readability.

  • Conducted cross-browser testing to ensure compatibility across different web browsers.

  • Utilized Selenium Grid for parallel test exec...

A Software Developer was asked 2mo ago
Q. What is TestNG?
Ans. 

TestNG is a testing framework inspired by JUnit, designed for test configuration and parallel execution in Java applications.

  • Supports annotations like @Test, @BeforeSuite, and @AfterMethod for flexible test configuration.

  • Allows grouping of tests using XML configuration files for better organization.

  • Facilitates parallel test execution to improve performance and reduce testing time.

  • Provides built-in reporting featur...

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 2mo ago
Q. What is Java?
Ans. 

Java is a high-level, object-oriented programming language designed for portability and performance across platforms.

  • Developed by Sun Microsystems in 1995, now owned by Oracle.

  • Java is platform-independent due to the Java Virtual Machine (JVM).

  • It follows the principle of 'Write Once, Run Anywhere' (WORA).

  • Java is widely used for web applications, mobile apps (Android), and enterprise software.

  • Example: A simple Java ...

A Software Developer was asked 2mo ago
Q. What is automation?
Ans. 

Automation is the use of technology to perform tasks with minimal human intervention, enhancing efficiency and accuracy.

  • Reduces manual effort: For example, using scripts to automate data entry tasks.

  • Increases efficiency: Automated testing tools can run tests faster than manual testers.

  • Enhances accuracy: Robots in manufacturing can perform repetitive tasks with precision.

  • Improves scalability: Cloud services can aut...

What people are saying about Tech Mahindra

View All
an operations manager
1w
From Chai Breaks to Boardrooms: 10 Years of Ops Ka Tadka! AMA with an Ops Manager who's seen it ALL!
Shhhhh... It's me, your friendly neighborhood Operations Manager, here to spill some anonymous 'gyaan'! I've been in the Ops game for over a decade, managing teams bigger than a typical Indian wedding guest list (over 1000 people, no less!). Currently an Operations Manager at a well-known company, From my days at a large BPO ('Concentrix') to a big IT firm ('TechM'), I've tackled challenges that would make your spreadsheets cry. I Still Remember the project I Initiated for a company, Led a team of 27 'superstars' to boost attendance, cut AHT, and make customers happier than finding ₹500 in an old jeans pocket! Think you've got an Ops problem or a burning career question? Bring it on! Ask me Anything about scaling teams, dealing with 'sarkari files' of processes, or how to actually get things done in the Indian corporate jungle. No filters, just real talk from someone who's seen it all. Let's make this go viral!"
FeedCard Image
Got a question about Tech Mahindra?
Ask anonymously on communities.
A Software Developer was asked 2mo ago
Q. Write a program to find duplicate characters in a string.
Ans. 

This program identifies and returns duplicate characters from a given string.

  • Use a dictionary to count occurrences of each character.

  • Iterate through the string and update the count in the dictionary.

  • Extract characters that have a count greater than 1.

  • Example: For input 'programming', output should be ['g', 'r'].

What are the roles & responsibilities of a Software Developer at Tech Mahindra?

Software Development

  • Develop and maintain web applications using Java, JavaScript, and TypeScript
  • Implement front-end and back-end solutions for application functionality

Read full roles & responsibilities

A Software Developer was asked 2mo ago
Q. What is DRY?
Ans. 

DRY stands for 'Don't Repeat Yourself', a principle aimed at reducing repetition in code and improving maintainability.

  • Encourages code reusability by abstracting common functionality into functions or classes.

  • Example: Instead of writing the same validation logic in multiple places, create a single function to handle it.

  • Helps in reducing bugs since changes need to be made in only one place.

  • Promotes cleaner and more...

Tech Mahindra HR Interview Questions

716 questions and answers

Q. Tell me about yourself and your experience relevant to this role
Q. How do you handle challenging situations while working in a team?
Q. Why did you decide to join this position?
A Software Developer was asked 2mo ago
Q. What is middleware and how do you implement custom middleware?
Ans. 

Middleware is software that connects different applications or services, facilitating communication and data management.

  • Middleware acts as a bridge between different software applications, enabling them to communicate and share data.

  • Common types of middleware include message brokers, database middleware, and web servers.

  • To implement custom middleware in a web application, define a function that processes requests ...

Are these interview questions helpful?
A Software Developer was asked 7mo ago
Q. What is OOP in PHP?
Ans. 

OOPs in PHP stands for Object-Oriented Programming, a programming paradigm that uses objects and classes to organize code.

  • OOPs allows for better code organization and reusability

  • Key concepts include classes, objects, inheritance, encapsulation, and polymorphism

  • Example: class Car { public $color; function drive() { echo 'Driving'; }}

A Software Developer was asked 8mo ago
Q. What are some approaches to find missing words in a given text or dataset?
Ans. 

The missing words are 'missing' and 'words'

  • Identify the context of the question

  • Look for clues within the question itself

  • Consider synonyms or related terms

A Software Developer was asked 8mo ago
Q. What is the difference between a List and a 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)

Tech Mahindra Software Developer Interview Experiences

103 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
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What are your strengths?
  • Q2. What are your weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - do it
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between List and tuple
  • 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

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
  • Q4. Why coroutines is used

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
  • 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-8" 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-6213" 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-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">Group Discussion</span> <!----></button><button ariaLabel="HR" title="HR" 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">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-9" 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-5840" 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/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-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/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" aria-current="page" title="Tech Mahindra Software Developer Interview Questions" class="body-small-l seo-sub-title router-link-exact-active 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 100 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">35%</span></div><div class="interviewInsightCard__content interviewInsightCard--maxValContent"><span class="interviewInsightCard__subTitle">Moderate</span> <span class="interviewInsightCard__subTitle">63%</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">71%</span></div><div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">2-4 weeks</span> <span class="interviewInsightCard__subTitle">12%</span></div><div class="interviewInsightCard__content"><span class="interviewInsightCard__subTitle">4-6 weeks</span> <span class="interviewInsightCard__subTitle">7%</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="Interview Questions from Similar Companies" class="title bold-section-header" style="line-height:normal;">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.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">  • 11.2k 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.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">  • 8.7k 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">  • 8k 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">  • 6.2k 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">  • 6k 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">  • 5.1k 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">  • 4.2k Interviews </div></div></div></div><div title="Genpact Software Developer Interviews by employees" data-clickable="company_link" class="ab_similar_company"><img data-src="https://static.ambitionbox.com/alpha/company/photos/logos/genpact.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="Genpact" class="logo lazy"> <div class="info"><a href="/interviews/genpact-interview-questions" class="title bold-list-header text-capitalize primary-link">Genpact 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">  • 3.5k 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">  • 3.1k 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 3.90" 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.9<!----></div></div></div></div> <div class="desc caption-subdued-medium no-mrg">  • 2.5k Interviews </div></div></div></div> <a href="https://www.ambitionbox.com/list-of-companies?industries=it-services-and-consulting&indianEmployeeCounts=100001&sortBy=popular" 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.7 L/yr - ₹25.3 L/yr </div></div></div> <div class="ab_sal-card__note body-medium" data-v-04c8ae1a><span class="increase" data-v-04c8ae1a> 14% more </span> than 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 388 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.7<!----></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 388 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.8k 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.3 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.7k 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.3 L/yr - ₹19 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.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> ₹17 L/yr - ₹30 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> 6.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> ₹2 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> 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> ₹6.8 L/yr - ₹18.1 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.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/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-ad443612><div class="spinnerCnt" data-v-ad443612><div class="loader"></div></div></div> <div id="section-user-feedback-widget" data-v-ad443612></div> <!----> <!----> <footer id="ab-footer" style="margin-bottom:;" data-v-ad443612 data-v-ad443612><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> <!----> <!----> <!----> <!----> <notifications group="chatMessage" position="top right" max="1" ignore-duplicates="true" speed="0" data-v-ad443612></notifications></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$){bO.data=[];bO.meta={after:a,before:a,total:c,totalRootLevel:c};bT.data=[];bT.meta={after:a,before:a,total:c,totalRootLevel:c};bU.data=[];bU.meta={after:a,before:a,total:c,totalRootLevel:c};bV.data=[];bV.meta={after:a,before:a,total:c,totalRootLevel:c};bY.data=[];bY.meta={after:a,before:a,total:c,totalRootLevel:c};bZ.data=[];bZ.meta={after:a,before:a,total:c,totalRootLevel:c};b$.data=[];b$.meta={after:a,before:a,total:c,totalRootLevel:c};cb.data=[];cb.meta={after:a,before:a,total:c,totalRootLevel:c};cd.data=[];cd.meta={after:a,before:a,total:c,totalRootLevel:c};ch.data=[];ch.meta={after:a,before:a,total:c,totalRootLevel:c};cn[0]={count:201,id:"3",urlName:aC,name:aB};cn[1]={count:168,id:"1981",urlName:bv,name:bu};cn[2]={count:139,id:"267",urlName:"customer-service-associate",name:"Customer Service Associate"};cn[3]={count:133,id:"10",urlName:bB,name:bA};cn[4]={count:126,id:"4695",urlName:"customer-support-associate",name:"Customer Support Associate"};cn[5]={count:124,id:co,urlName:cp,name:cq};cn[6]={count:114,id:"2456",urlName:"customer-care-executive",name:"Customer Care Executive"};cn[7]={count:aN,id:"4",urlName:i,name:h};cn[8]={count:97,id:"1842",urlName:"customer-support-executive",name:"Customer Support Executive"};cn[9]={count:82,id:"24",urlName:by,name:bx};return {layout:"headerLayout",data:[{alsoViewedCompanies:[{urlName:G,industry:aW,companyId:X,rating:x,logo:G,shortName:ag,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:11224,jobsCount:a,followerCount:a,isFollowed:a},{urlName:H,industry:aX,companyId:ah,rating:j,logo:H,shortName:ai,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:8730,jobsCount:a,followerCount:a,isFollowed:a},{urlName:I,industry:aj,companyId:aY,rating:Y,logo:I,shortName:ak,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:7991,jobsCount:a,followerCount:a,isFollowed:a},{urlName:J,industry:aZ,companyId:al,rating:j,logo:J,shortName:am,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:6164,jobsCount:a,followerCount:a,isFollowed:a},{urlName:t,industry:aj,companyId:Z,rating:j,logo:t,shortName:S,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:5967,jobsCount:a,followerCount:a,isFollowed:a},{urlName:K,industry:a_,companyId:an,rating:j,logo:K,shortName:ao,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:5115,jobsCount:a,followerCount:a,isFollowed:a},{urlName:ap,industry:a$,companyId:aq,rating:x,logo:ar,shortName:as,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:4182,jobsCount:a,followerCount:a,isFollowed:a},{urlName:L,industry:ba,companyId:at,rating:j,logo:L,shortName:au,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:3481,jobsCount:a,followerCount:a,isFollowed:a},{urlName:M,industry:bb,companyId:av,rating:j,logo:M,shortName:aw,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:3059,jobsCount:a,followerCount:a,isFollowed:a},{urlName:N,industry:bc,companyId:ax,rating:ay,logo:N,shortName:az,reviewCount:a,salariesCount:a,benefitsCount:a,interviewsCount:2481,jobsCount:a,followerCount:a,isFollowed:a}],popularComparisons:[{urlName:I,industry:a,companyId:aY,rating:Y,logo:I,shortName:ak,reviewCount:43844,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:t,industry:a,companyId:Z,rating:j,logo:t,shortName:S,reviewCount:bd,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:H,industry:a,companyId:ah,rating:j,logo:H,shortName:ai,reviewCount:be,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:J,industry:a,companyId:al,rating:j,logo:J,shortName:am,reviewCount:bf,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:G,industry:a,companyId:X,rating:x,logo:G,shortName:ag,reviewCount:bg,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:N,industry:a,companyId:ax,rating:ay,logo:N,shortName:az,reviewCount:bh,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:K,industry:a,companyId:an,rating:j,logo:K,shortName:ao,reviewCount:bi,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:bj,industry:a,companyId:77,rating:"4.4",logo:bj,shortName:"Google",reviewCount:1787,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:ap,industry:a,companyId:aq,rating:x,logo:ar,shortName:as,reviewCount:bk,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:L,industry:a,companyId:at,rating:j,logo:L,shortName:au,reviewCount:bl,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:M,industry:a,companyId:av,rating:j,logo:M,shortName:aw,reviewCount:bm,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:bn,industry:a,companyId:156031,rating:Y,logo:bn,shortName:"DXC Technology",reviewCount:11008,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:bo,industry:a,companyId:14207,rating:_,logo:bo,shortName:"Quess",reviewCount:8363,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:bp,industry:a,companyId:329260,rating:x,logo:bp,shortName:"HCL Group",reviewCount:5852,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:"ust",industry:a,companyId:2250,rating:_,logo:"ust-global",shortName:" UST",reviewCount:4998,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:bq,industry:a,companyId:363574,rating:_,logo:bq,shortName:"Atos",reviewCount:4562,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:"ntt-data",industry:a,companyId:608245,rating:_,logo:"ntt-global-networks",shortName:"NTT Data",reviewCount:4424,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:"societe-generale",industry:a,companyId:300141,rating:j,logo:"societe-generale-global-solution-centre",shortName:"Societe Generale Global Solution Centre",reviewCount:2749,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:br,industry:a,companyId:14359,rating:"4.3",logo:br,shortName:"NEC",reviewCount:1606,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a},{urlName:"telus-digital",industry:a,companyId:420787,rating:Y,logo:"telus-international-philippines",shortName:"TELUS Digital",reviewCount:1526,salariesCount:a,benefitsCount:a,interviewsCount:a,jobsCount:a,followerCount:a,isFollowed:a}],alsoViewedCompaniesTitle:"Interview Questions from Similar Companies",popularComparisonsTitle:"Compare Tech Mahindra with",jobs:{data:[],notFound:f},salaryData:{data:[{minCtc:$,maxCtc:bs,averageCtc:6.2,minExp:c,maxExp:aA,dataPoints:26751,averageExperience:3.48,name:aB,urlName:aC,jobProfileId:p,industryRelativeSalaryPerc:a,includeLocUrl:b},{minCtc:bs,maxCtc:bt,averageCtc:14.4,minExp:q,maxExp:12,dataPoints:22719,averageExperience:6.31,name:bu,urlName:bv,jobProfileId:1981,industryRelativeSalaryPerc:a,includeLocUrl:b},{minCtc:bw,maxCtc:30,averageCtc:22.7,minExp:r,maxExp:bw,dataPoints:12628,averageExperience:10.28,name:bx,urlName:by,jobProfileId:bz,industryRelativeSalaryPerc:a,includeLocUrl:b},{minCtc:q,maxCtc:5.7,averageCtc:aD,minExp:c,maxExp:g,dataPoints:6282,averageExperience:1.72,name:bA,urlName:bB,jobProfileId:T,industryRelativeSalaryPerc:a,includeLocUrl:b},{minCtc:6.8,maxCtc:18.1,averageCtc:12.5,minExp:q,maxExp:bC,dataPoints:5018,averageExperience:8.09,name:"Team Lead",urlName:"team-lead",jobProfileId:15746,industryRelativeSalaryPerc:a,includeLocUrl:b}],notFound:b},designationSalaryData:{profileInfo:{departmentName:a,departmentUrlName:a,companyShortName:m,companyUrlName:n,profileName:h,profileUrlName:i,locationName:a},profileInsights:{dataPoints:359641,minCtc:221620.16838317615,maxCtc:aE,averageCtc:1037567.6676268897,includeLocUrl:b},summaryData:{totalSalaryAverage:"1187556.718319961",totalSalaryDataPoints:"4426",minCtc:"371330.9201731823",maxCtc:"2530476.5605348907",lastUpdated:"2025-08-08 00:35:47",minExp:c,maxExp:aF,percentiles:{"75.0":"750000","10.0":"360000","90.0":"1100000","99.0":"2400000","25.0":"440000"},jobsCount:a,isAlertCreated:a,fixedPercent:a,variablePercent:a,isAllDataOlderThanFiveYears:c},ctcComparison:{indiaRelativePercentage:bD,industryRelativePercentage:bD},takeHomeSalary:{min:84516,max:86726,label:"months"},confidence:"VeryHigh",experienceLevels:[{minCtc:aa,maxCtc:600000,avgCtc:aa,minExp:c,maxExp:e,count:bE},{minCtc:aa,maxCtc:650000,avgCtc:408387,minExp:e,maxExp:q,count:244},{minCtc:aa,maxCtc:750000,avgCtc:509797,minExp:q,maxExp:p,count:861},{minCtc:420000,maxCtc:1000000,avgCtc:669715,minExp:p,maxExp:g,count:1398},{minCtc:534148,maxCtc:1250000,avgCtc:882295,minExp:g,maxExp:r,count:1058},{minCtc:856266,maxCtc:1457500,avgCtc:1141688,minExp:r,maxExp:U,count:520},{minCtc:1081537,maxCtc:aE,avgCtc:1442050,minExp:U,maxExp:y,count:bF},{minCtc:1333150,maxCtc:2488546,avgCtc:1777533,minExp:y,maxExp:aA,count:66},{minCtc:1606718,maxCtc:2400000,avgCtc:2142291,minExp:aA,maxExp:aF,count:bz},{minCtc:aE,maxCtc:bG,avgCtc:bG,minExp:aF,maxExp:T,count:bH}],breadcrumbs:[{text:bI,path:bJ},{text:bK,path:"https:\u002F\u002Fwww.ambitionbox.com\u002Fsalaries"},{text:bL,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:[bM,"WalkIn","Company Website","Referral","Campus Placement","Recruitment Consultant"],data:[39,bN,bN,T,y,p],note:"15% candidates got the interview through other sources.",SourceReviewsCount:2682,confidence:"High"},interviews:[{interviewId:11915098,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,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:l,questions:[{question:"Different types of streams based questions",questionId:10858424,questionUrl:"different-types-of-streams-based-questions-TQ1C9JCy",answersCount:c},{question:"Collection , competable future, java 8 features",questionId:10858426,questionUrl:"collection-competable-future-java-8-features-TQ1FbJis",answersCount:c}]}],roundNames:[l],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:c,downVotes:c,newFlag:f},skills:[],comments:bO,type:u},{interviewId:10985472,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,userImage:d},rounds:[{name:bP,details:"It was easy, had average difficulty . Basic english and aptitude was asked"},{name:l,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:c},{question:"Another part was pychometric which is very very easy.",questionId:9550362,questionUrl:"another-part-was-pychometric-which-is-very-very-easy-Nhvku5fI",answersCount:c}]},{name:bQ,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:c},{question:"It test your ability of writing , speaking and listening .",questionId:9550366,questionUrl:"it-test-your-ability-of-writing-speaking-and-listening-Nhvpo4h6",answersCount:c}]},{name:l,questions:[{question:"techincal interview was focussed on project .",questionId:9550368,questionUrl:"the-technical-interview-focused-on-the-project-can-you-elaborate-NhvrG3D0",answersCount:c},{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:c}]},{name:O,questions:[{question:"Project and interst",questionId:9550372,questionUrl:"tell-me-about-a-project-you-are-interested-in-NhvwA2Fo",answersCount:c}]}],roundNames:[bP,bR,bQ,bS,O],meta:{duration:P,difficulty:ab,verdict:Q,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10985472",interviewDate:"in Jul 2024",createdAt:"2024-08-21 22:28:30",contentType:s,upVotes:c,downVotes:c,newFlag:f},skills:[],comments:bT,type:u},{interviewId:11728252,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:"Annamalai S",userImage:"https:\u002F\u002Flh3.googleusercontent.com\u002Fa\u002FACg8ocLFC5t7kBXA43Z5layyHVMGCEJpGGIeg01Ibp-92Mf5hT8xIXeN=s96-c"},rounds:[{name:l,questions:[{question:"Oops concepts and stream api",questionId:10601182,questionUrl:"oops-concepts-and-stream-api-S6zVUMvA",answersCount:c}]},{name:l,questions:[{question:"Oops and stream api , spring boot",questionId:10601184,questionUrl:"oops-and-stream-api-spring-boot-S6zYwLR4",answersCount:c}]}],roundNames:[bR,bS],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:c,downVotes:c,newFlag:f},skills:[],comments:bU,type:u},{interviewId:12711144,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,userImage:d},interviewPreparation:"\u003Cb class='IS-section-heading'\u003EInterview preparation tips for other job seekers\u003C\u002Fb\u003E - do it",questions:[{question:"What are your strengths?",questionId:14472180,questionUrl:"what-are-your-strengths-bm0LLOH5o",answersCount:c},{question:"What are your weaknesses?",questionId:14472182,questionUrl:"what-are-your-weaknesses-bm0LOqHbi",answersCount:c}],meta:{duration:P,difficulty:ab,verdict:Q,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=12711144",interviewDate:"in Jun 2025",createdAt:"2025-07-30 17:01:40",contentType:s,upVotes:c,downVotes:c,newFlag:f},skills:[],comments:bV,type:bW,rounds:[]},{interviewId:11496572,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,userImage:d},rounds:[{name:l,questions:[{question:"Difference between List and tuple",questionId:10270496,questionUrl:bX,answersCount:e},{question:"Questions on File handling",questionId:10270498,questionUrl:"questions-on-file-handling-QOYsnuC0",answersCount:c}]}],roundNames:[l],meta:{duration:d,difficulty:d,rating:p,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11496572",interviewDate:d,createdAt:"2024-11-20 12:50:55",contentType:s,upVotes:c,downVotes:c,newFlag:f},skills:[{name:aG,url:aH,questionCount:A}],comments:bY,type:u},{interviewId:12535522,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,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:c},{question:"Why. Shood. We. Chose. You",questionId:13399372,questionUrl:"why-should-we-choose-you-bgUGsA5fs",answersCount:e}],meta:{duration:P,difficulty:aI,verdict:Q,rating:r,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=12535522",interviewDate:"in May 2025",createdAt:"2025-06-06 11:33:07",contentType:s,experience:aJ,upVotes:c,downVotes:c,newFlag:f},skills:[],comments:bZ,type:bW,rounds:[]},{interviewId:11774858,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,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:l,questions:[{question:"what is opps in php",questionId:10664734,questionUrl:b_,answersCount:e}]}],roundNames:[l],meta:{duration:d,difficulty:d,rating:r,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11774858",interviewDate:d,createdAt:"2025-01-03 18:18:10",contentType:s,experience:aJ,upVotes:c,downVotes:c,newFlag:f},skills:[],comments:b$,type:u},{interviewId:10925340,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,userImage:d},rounds:[{name:l,questions:[{question:"oops concept in java",questionId:9465712,questionUrl:"oops-concept-in-java-MGvDjSZG",answersCount:e,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:f}},{question:"kotlin multiplatform in existing project",questionId:9465714,questionUrl:"kotlin-multiplatform-in-existing-project-MGvFBS5A",answersCount:e,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:f}},{question:"use of inheritance in kotlin",questionId:9465716,questionUrl:"how-is-inheritance-used-in-kotlin-MGvIdSb4",answersCount:e},{question:"why coroutines is used",questionId:9465718,questionUrl:"why-are-coroutines-used-MGvK5R7y",answersCount:e}]}],roundNames:[l],meta:{duration:d,difficulty:d,rating:r,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10925340",interviewDate:d,createdAt:"2024-08-12 17:54:53",contentType:s,upVotes:c,downVotes:c,newFlag:f},skills:[{name:aK,url:ca,questionCount:A}],comments:cb,type:u},{interviewId:10733040,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,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:O,questions:[{question:"Introducing your self",questionId:9189230,questionUrl:"introduce-yourself-Lql9mp9Q",answersCount:c},{question:"Communication skills",questionId:9189232,questionUrl:"how-would-you-describe-your-communication-skills-LqlBEpfK",answersCount:c}]},{name:l,questions:[{question:"Explain react js with ux architecture",questionId:9189234,questionUrl:"explain-react-js-with-ux-architecture-LqlEgoBE",answersCount:e},{question:"Create a architecture in using ux",questionId:9189236,questionUrl:"create-a-architecture-in-using-ux-LqlG8oh8",answersCount:e,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:f}}]},{name:cc,details:"\u003Chtml\u003E, \u003Cbody\u003E, \u003Chead\u003E, \u003Ctitle\u003E\u003Cmeta\u003E, \u003Cstyle\u003E"}],roundNames:[O,l,cc],meta:{duration:P,difficulty:ab,verdict:Q,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=10733040",interviewDate:"in Jun 2024",createdAt:"2024-07-17 12:11:11",contentType:s,upVotes:c,downVotes:c,newFlag:f},skills:[{name:"Web Development",url:"web-development",questionCount:A}],sourceList:[bM,"Naukri.com"],comments:cd,type:u},{interviewId:11462900,companyId:k,jobProfileId:g,companyDetails:{logo:o,name:m,urlName:n},jobProfileDetails:{urlName:i,name:h},userDetails:{userName:z,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:ce,details:"To introduce myself and my strengths",tips:"Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion."},{name:O,questions:[{question:"What is software and how to developing software",questionId:10219882,questionUrl:"what-is-software-and-how-to-developing-software-Q8PBZ3VA",answersCount:e,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:f}},{question:"How to a write a programming languages in software developer",questionId:10219884,questionUrl:"how-to-write-a-programming-language-Q8PE1314",answersCount:e,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:f}},{question:"How to learning software developer",questionId:10219886,questionUrl:"how-should-i-learn-to-become-a-software-developer-Q8PGT2Xy",answersCount:e,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:f}}]}],roundNames:[ce,O],meta:{duration:P,difficulty:aI,verdict:Q,rating:g,shareURL:"\u002Finterviews\u002Ftech-mahindra-interview-questions?rid=11462900",interviewDate:"in Oct 2024",createdAt:"2024-11-13 15:04:43",contentType:s,experience:cf,upVotes:c,downVotes:c,newFlag:f},skills:[{name:aL,url:cg,questionCount:A}],sourceList:["Walk-in"],comments:ch,type:u}],similarInterviews:B,noData:b,pagination:{currentPage:e,totalPages:y,totalResults:ci,baseUrl:aM,pageBase:{page:B,sort_by:B,company:B,designation:B,interview_type:B,verdict:B}},intPagination:{currentPage:e,totalPages:bH,baseUrl:aM,totalResults:aN},seoBreadcrumbs:[{tittle:bI,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0"},{tittle:cj,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0\u002Finterviews"},{tittle:ck,url:"http:\u002F\u002Fservices.ambitionbox.resdex.com\u002Fcompany-services\u002Fv0\u002Finterviews\u002Ftech-mahindra-interview-questions"}],topJobProfiles:a,similarJobProfiles:{data:[{Name:cl,UrlName:cm,Count:T},{Name:"Associate Software Developer",UrlName:"associate-software-developer",Count:U},{Name:"Software Developer fresher",UrlName:"software-developer-fresher",Count:U},{Name:"Junior Software Developer",UrlName:"junior-software-developer",Count:r},{Name:"Java Software Developer",UrlName:"java-software-developer",Count:p},{Name:"Software Developer Intern",UrlName:"software-developer-intern",Count:q},{Name:"Software Developer Trainee",UrlName:"software-developer-trainee",Count:e},{Name:"Full Stack Software Developer",UrlName:"full-stack-software-developer",Count:p}],notFound:b},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:cn,companyInterviewFilters:{state:V,experienceFilters:[{count:1698,id:aO,urlName:aJ,name:"Experienced"},{count:634,id:cr,urlName:cf,name:"Fresher"}],designationFilters:cn,jobTypeFilters:[{count:2770,id:cr,urlName:"job",name:"Job"},{count:28,id:aO,urlName:"internship",name:"Internship"}],contentTypeFilters:a,verdictFilters:[{count:1991,id:aO,urlName:"selected",name:Q}]},similarDesignationSeoFilters:[{name:aB,url:aC,questionCount:9232},{name:"Java Developer",url:"java-developer",questionCount:2470},{name:"Web Developer",url:"web-developer",questionCount:955},{name:cl,url:cm,questionCount:879},{name:"Application Developer",url:"application-developer",questionCount:675},{name:"Salesforce Developer",url:"salesforce-developer",questionCount:635},{name:"Software Development Engineer",url:"software-development-engineer",questionCount:545},{name:"Developer",url:"developer",questionCount:289},{name:"Senior Developer",url:"senior-developer",questionCount:226},{name:"Plsql Developer",url:"plsql-developer",questionCount:bF}],popularDesignationSeoFilters:[],topCollegesForCompany:{state:V,data:[{ShortName:"National Institute of Technology (NIT), Warangal",UrlName:cs,Logo:cs,InterviewsCount:r},{ShortName:"Jawaharlal Nehru Technological University (JNTU)",UrlName:"jawaharlal-nehru-technological-university-jntu",Logo:d,InterviewsCount:p},{ShortName:"D Y Patil College of Engineering, Pune",UrlName:"d-y-patil-college-of-engineering-pune",Logo:d,InterviewsCount:q},{ShortName:"Visveswaraiah Technological University (VTU)",UrlName:ct,Logo:ct,InterviewsCount:e},{ShortName:"Misrimal Navajee Munoth Jain Engineering College, Chennai",UrlName:cu,Logo:cu,InterviewsCount:e},{ShortName:"Gayatri Vidya Parishad College of Engineering, Visakhapatnam",UrlName:"gayatri-vidya-parishad-college-of-engineering-visakhapatnam",Logo:d,InterviewsCount:e},{ShortName:"STES Smt Kashibai Navale College of Engineering, Pune",UrlName:"stes-smt-kashibai-navale-college-of-engineering-pune",Logo:d,InterviewsCount:e}]},designation:h,experience:d,employment:d,verdict:d,lastUpdated:cv,jsonld:{"@context":"https:\u002F\u002Fschema.org","@type":"Article",url:cw,name:"Tech Mahindra Software Developer Interview Questions",description:cx,dateModified:"2025-07-30T11:32:03.000Z"},reviews:{id:72883410,companyName:m,urlName:n,likesText:"They can hire you if you are average with English communication and typing.",disLikesText:"Seniors will shout at you if you take your break at time. Always push you for overtime without any additional payment. No night shift allowance. Office politics is at the peak. No sick leaves.",workDescriptionText:a,workDescriptionTags:a,benefitsText:a,jobLocation:{id:"58",urlName:"bhubaneswar",name:"Bhubaneswar",shortName:a,parentId:a},division:"Voice \u002F Blended",overallCompanyRating:e,views:a,workPolicy:"WFO",workPolicyOther:a,created:"2025-08-09 17:42:13",modified:"2025-08-09 17:47:02",url:"\u002Freviews\u002Ftech-mahindra-reviews?rid=72883410",helpfulCount:a,notHelpfulCount:a,employmentType:"fulltime",userName:z,picture:a,startDate:a,endDate:a,currentJob:a,userId:c,ratingDistribution:[{name:"Salary",rating:e},{name:"Skill development",rating:e},{name:"Job security",rating:e},{name:"Promotions",rating:e},{name:"Work satisfaction",rating:e},{name:"Company culture",rating:e},{name:"Work-life balance",rating:e}],modifiedHumanReadable:"09 Aug 2025",modifiedMachineReadable:"2025-08-09",workLabels:{travelTags:["No Travel"],workTimeMonitor:["Flexible Timings"],workDays:["Rotational Shift"]},jobProfile:{id:co,urlName:cp,name:cq,shortName:a,parentId:a},facilities:a,reviewerExperience:a,employerResponse:a,verified:f,continued:y,companyId:a,logoUrl:a,subStatus:a,likesChip:[],dislikesChip:[],isFeaturedReview:b,isEmployerResponded:b,employerResponseId:a},topQuestions:{state:V,data:[{question:"What is your experience with Selenium?",containsHtml:b,questionUrl:"what-is-your-experience-with-selenium-bhaLvXQa2",answer:"\u003Cp\u003EI have extensive experience using Selenium for automated testing of web applications, ensuring high quality and efficiency.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EProficient in writing test scripts in Java and Python using Selenium WebDriver.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EImplemented Page Object Model (POM) to enhance test maintainability and readability.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EConducted cross-browser testing to ensure compatibility across different web browsers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EUtilized Selenium Grid for parallel test execution, significantly reducing testing time.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIntegrated Selenium tests with CI\u002FCD pipelines using Jenkins for automated deployment.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is TestNG?",containsHtml:b,questionUrl:"what-is-testng-bhaL3tO8k",answer:"\u003Cp\u003ETestNG is a testing framework inspired by JUnit, designed for test configuration and parallel execution in Java applications.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003ESupports annotations like @Test, @BeforeSuite, and @AfterMethod for flexible test configuration.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EAllows grouping of tests using XML configuration files for better organization.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFacilitates parallel test execution to improve performance and reduce testing time.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EProvides built-in reporting features to generate test execution reports.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIntegrates well with build tools like Maven and Gradle for continuous integration.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is Java?",containsHtml:b,questionUrl:"what-is-java-bhaLyzP6w",answer:"\u003Cp\u003EJava is a high-level, object-oriented programming language designed for portability and performance across platforms.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EDeveloped by Sun Microsystems in 1995, now owned by Oracle.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EJava is platform-independent due to the Java Virtual Machine (JVM).\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIt follows the principle of 'Write Once, Run Anywhere' (WORA).\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EJava is widely used for web applications, mobile apps (Android), and enterprise software.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: A simple Java program to print 'Hello, World!' is: public class HelloWorld { public static void main(String[] args) { System.out.println('Hello, World!'); } }\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is automation?",containsHtml:b,questionUrl:"what-is-automation-bhaL0RPcq",answer:"\u003Cp\u003EAutomation is the use of technology to perform tasks with minimal human intervention, enhancing efficiency and accuracy.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EReduces manual effort: For example, using scripts to automate data entry tasks.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIncreases efficiency: Automated testing tools can run tests faster than manual testers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEnhances accuracy: Robots in manufacturing can perform repetitive tasks with precision.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EImproves scalability: Cloud services can automatically scale resources based on demand.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEnables monitoring: Automation tools can continuously monitor systems for anomalies.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"Write a program to find duplicate characters in a string.",containsHtml:b,questionUrl:"write-a-program-to-find-duplicate-characters-in-a-string-bgZ9Ey0QQ",answer:"\u003Cp\u003EThis program identifies and returns duplicate characters from a given string.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EUse a dictionary to count occurrences of each character.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EIterate through the string and update the count in the dictionary.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExtract characters that have a count greater than 1.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: For input 'programming', output should be ['g', 'r'].\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is DRY?",containsHtml:b,questionUrl:"what-is-dry-bgZ9941Pc",answer:"\u003Cp\u003EDRY stands for 'Don't Repeat Yourself', a principle aimed at reducing repetition in code and improving maintainability.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EEncourages code reusability by abstracting common functionality into functions or classes.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: Instead of writing the same validation logic in multiple places, create a single function to handle it.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EHelps in reducing bugs since changes need to be made in only one place.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EPromotes cleaner and more understandable code, making it easier for teams to collaborate.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is middleware and how do you implement custom middleware?",containsHtml:b,questionUrl:"what-is-middleware-and-how-do-you-implement-custom-middleware-bgZ9BW1uW",answer:"\u003Cp\u003EMiddleware is software that connects different applications or services, facilitating communication and data management.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EMiddleware acts as a bridge between different software applications, enabling them to communicate and share data.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ECommon types of middleware include message brokers, database middleware, and web servers.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ETo implement custom middleware in a web application, define a function that processes requests and responses.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: In an Express.js application, middleware can log requests or handle authentication.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EMiddleware can be added globally or to specific routes, allowing for flexible application architecture.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:C},{question:"What is OOP in PHP?",containsHtml:b,questionUrl:b_,answer:"\u003Cp\u003EOOPs in PHP stands for Object-Oriented Programming, a programming paradigm that uses objects and classes to organize code.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EOOPs allows for better code organization and reusability\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EKey concepts include classes, objects, inheritance, encapsulation, and polymorphism\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EExample: class Car { public $color; function drive() { echo 'Driving'; }}\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:"7mo ago"},{question:"What are some approaches to find missing words in a given text or dataset?",containsHtml:b,questionUrl:"what-are-some-approaches-to-find-missing-words-in-a-given-text-or-dataset-RIYW3Hfi",answer:"\u003Cp\u003EThe missing words are 'missing' and 'words'\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EIdentify the context of the question\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ELook for clues within the question itself\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EConsider synonyms or related terms\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:h,jobProfileUrl:i,topics:[],createdOn:cy},{question:"What is the difference between a List and a Tuple?",containsHtml:b,questionUrl:bX,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",answersCount:c,jobProfile:h,jobProfileUrl:i,topics:[{id:"350",urlName:aH,name:aG},{id:"534",urlName:cz,name:cA}],createdOn:cy}],meta:{count:ci,currentPage:e,totalPages:y,countReadable:"70+"}},aggInsightCardData:{overallRating:4.09,duration:[{label:P,value:71.42857},{label:"2-4 weeks",value:11.904762},{label:"4-6 weeks",value:7.142857},{label:"6-8 weeks",value:cB},{label:"More than 8 weeks",value:cB}],difficulty:[{label:ab,value:34.782608},{label:aI,value:63.04348},{label:"Hard",value:2.173913}],meta:{interviewCount:100},rounds:["Resume Shortlist Round","Coding Test Round - 1","Coding Test Round - 2","HR Round","Technical Round"]},ratingsData:{totalCount:aP,ratingCounts:{overallCompanyRating:aP,workSatisfactionRating:ac,careerGrowthRating:cC,skillDevelopmentRating:ac,workLifeRating:381,compensationBenefitsRating:cC,jobSecurityRating:ac,companyCultureRating:ac},lastUpdatedAt:"5 Aug, 2025",ratings:{workLifeRating:aD,overallCompanyRating:aD,companyCultureRating:$,jobSecurityRating:$,skillDevelopmentRating:$,workSatisfactionRating:3.6,compensationBenefitsRating:3.3,careerGrowthRating:3.1},distribution:[{percentage:36.597938144329895,count:142,rating:r},{percentage:29.896907216494846,count:116,rating:g},{percentage:19.329896907216497,count:75,rating:p},{percentage:4.896907216494846,count:bt,rating:q},{percentage:9.278350515463918,count:36,rating:e}],ratingTags:{careerGrowthRating:"appraisal",skillDevelopmentRating:"learning",compensationBenefitsRating:"salary",workLifeRating:"work-life-balance",jobSecurityRating:"job-security",companyCultureRating:"work-culture"},industryAverage:{percentage:U,trend:"Positive"}},fixedReviewCount:aP,noIndex:b,skillsInterlinkingData:[{name:aK,url:ca,questionCount:A},{name:aG,url:aH,questionCount:A},{name:aL,url:cg,questionCount:A},{name:cA,url:cz,questionCount:200}],feedInterlinkingWidgetData:{type:"PERSONALIZED",posts:[{id:"688773b9e84ac50023d8a111",uid:"3qUVat2U",content:"Shhhhh... It's me, your friendly neighborhood Operations Manager, here to spill some anonymous 'gyaan'! I've been in the Ops game for over a decade, managing teams bigger than a typical Indian wedding guest list (over 1000 people, no less!). \n\nCurrently an Operations Manager at a well-known company, From my days at a large BPO ('Concentrix') to a big IT firm ('TechM'), I've tackled challenges that would make your spreadsheets cry. I Still Remember the project I Initiated for a company, Led a team of 27 'superstars' to boost attendance, cut AHT, and make customers happier than finding ₹500 in an old jeans pocket! \n\nThink you've got an Ops problem or a burning career question? \n\nBring it on! Ask me Anything about scaling teams, dealing with 'sarkari files' of processes, or how to actually get things done in the Indian corporate jungle. \n\nNo filters, just real talk from someone who's seen it all. Let's make this go viral!\"",author:{userName:"an operations manager",avatarUrl:"anonymousAvatars\u002Fffedea.webp",fullAvatarUrl:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fstatic\u002FanonymousAvatars\u002Fffedea.webp",avatarBgColor:"#ffedea",isVerified:e,profileBio:{position:" ",organization:a,organizationUrl:a,longBio:a,verifiedText:"This user is a verified working professional."},profileType:"DESIGNATION"},mediaUrl:[cD],media:[{type:"IMAGE",url:cD,thumbnail:a}],meta:{comments:g,upvotes:15},communities:[{entityId:"687fc47bd542a8e97deaed7d",name:"Business Ops",description:"🧰 The masters of process, precision, and getting things done.",logo:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fassets\u002Fv2\u002Fimages\u002Frs:fit:100:100\u002FaHR0cHM6Ly9zdGF0aWMuYW1iaXRpb25ib3guY29tL2FscGhhL2NvbW11bml0eS9sb2dvL2J1c2luZXNzLW9wcy5wbmc=.webp",slug:"business-ops",type:"topic"}],time:"1w",isDeleted:a,isEdited:a,status:a,poll:a,title:"From Chai Breaks to Boardrooms: 10 Years of Ops Ka Tadka! AMA with an Ops Manager who's seen it ALL!",shareUrl:"https:\u002F\u002Fnauk.in\u002FDk1Cf1WK",shareImageUrl:"https:\u002F\u002Fwww.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FTXJtWURIOGdGZFMzeTQrMzliUy96Zz09",redirectUrl:a,slug:"from-chai-breaks-to-boardrooms-10-years-of-ops-ka-tadka-ama-with-an-ops-manager-whos-seen-it-all-3qUVat2U-8",topComment:a,salary:a,postType:"image",tags:[{identifier:"631479",type:cE},{identifier:"351",type:cE},{identifier:"417",type:"designationId"},{identifier:"Operations",type:"departmentId"},{identifier:"Information Technology",type:cF},{identifier:"Business Process Outsourcing",type:cF},{identifier:"Operations Management",type:ad},{identifier:"Team Management",type:ad},{identifier:"Corporate Culture",type:ad},{identifier:"Career Advice",type:ad}],postCommunityTagline:"Never miss out on real career conversations",postCategory:a,isPostAuthor:b,fullContent:["\u003Cspan style=\"font-weight:400;font-size:1rem;line-height:1.5rem;color:#1E223C;\"\u003EShhhhh... It's me, your friendly neighborhood Operations Manager, here to spill some anonymous 'gyaan'! I've been in the Ops game for over a decade, managing teams bigger than a typical Indian wedding guest list (over 1000 people, no less!). \n\nCurrently an Operations Manager at a well-known company, From my days at a large BPO ('Concentrix') to a big IT firm ('TechM'), I've tackled challenges that would make your spreadsheets cry. I Still Remember the project I Initiated for a company, Led a team of 27 'superstars' to boost attendance, cut AHT, and make customers happier than finding ₹500 in an old jeans pocket! \n\nThink you've got an Ops problem or a burning career question? \n\nBring it on! Ask me Anything about scaling teams, dealing with 'sarkari files' of processes, or how to actually get things done in the Indian corporate jungle. \n\nNo filters, just real talk from someone who's seen it all. Let's make this go viral!\"\u003C\u002Fspan\u003E"],slicedContent:["\u003Cspan style=\"font-weight:400;font-size:1rem;line-height:1.5rem;color:#1E223C;\"\u003EShhhhh... It's me, your friendly neighborhood Operations Manager, here to spill some anonymous 'gyaan'! I've been in the Ops game for over a... \u003C\u002Fspan\u003E"]}]},lockEnabled:f,designationInterviews:{state:V,pagination:{currentPage:e,totalPages:bE,totalQuestions:9145},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:f,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:ae,answersCount:X,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:R,id:cG,urlName:R,name:ae}],companiesCount:c,updatedOn:cH},{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:f,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:D,urlName:E,name:F}],topCompanies:[{logo:cI,id:"152605",urlName:cI,name:"Blackrock"}],companiesCount:c,updatedOn:W},{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:f,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:ae,answersCount:y,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:R,id:cG,urlName:R,name:ae}],companiesCount:c,updatedOn:W},{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:f,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:t,companyName:S,answersCount:r,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:t,id:"43",urlName:t,name:S}],companiesCount:c,updatedOn:aQ},{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:f,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:q,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:"athenahealth",id:"207103",urlName:"athenahealth-technology",name:"Athenahealth Technology"}],companiesCount:c,updatedOn:cH},{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:f,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:af,companyName:aR,answersCount:q,skills:[],topCompanies:[{logo:af,id:"527",urlName:af,name:aR}],companiesCount:c,updatedOn:aQ},{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:f,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:aS,companyName:cJ,answersCount:p,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:aS,id:"163704",urlName:aS,name:cJ}],companiesCount:c,updatedOn:cK},{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:f,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:aT,companyName:cL,answersCount:e,skills:[],topCompanies:[{logo:aT,id:"2247",urlName:aT,name:cL}],companiesCount:c,updatedOn:aQ},{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:f,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:aU,companyName:cM,answersCount:p,skills:[{id:D,urlName:E,name:F}],topCompanies:[{logo:aU,id:"369653",urlName:aU,name:cM}],companiesCount:c,updatedOn:cK},{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:f,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:af,companyName:aR,answersCount:e,skills:[],topCompanies:[{logo:I,id:"41",urlName:I,name:ak}],companiesCount:c,updatedOn:W}]},hrInterviewsQuesAndMeta:{state:V,data:[{question:"Tell me about yourself and your experience relevant to this role",containsHtml:b,questionUrl:"tell-me-about-yourself-and-your-experience-relevant-to-this-role-blTaXfgVy",answer:"\u003Cp\u003EI am a dedicated professional with diverse experience in project management and team collaboration, eager to contribute to your team.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EOver 5 years of experience in project management, successfully leading cross-functional teams to deliver projects on time and within budget.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EManaged a team of 10 in a software development project, resulting in a 30% increase in efficiency through improved processes.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003ESkilled in using project management tools like Asana and Trello to streamline workflows and enhance team communication.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EStrong background in data analysis, utilizing tools like Excel and Tableau to inform decision-making and drive project success.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:cN,jobProfileUrl:cO,topics:[],createdOn:W},{question:"How do you handle challenging situations while working in a team?",containsHtml:b,questionUrl:"how-do-you-handle-challenging-situations-while-working-in-a-team-blTaUDhz4",answer:"\u003Cp\u003EI approach challenging team situations with open communication, empathy, and a focus on collaborative problem-solving.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EMaintain open communication: I encourage team members to express their concerns and ideas freely, fostering a supportive environment.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEmpathy and understanding: I try to understand different perspectives, which helps in resolving conflicts amicably. For example, during a project, I listened to a teammate's concerns about workload and helped redistribute tasks.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EFocus on solutions: Instead of dwelling on the problem, I guide the team towards finding actionable solutions. In a past project, we faced a tight deadline, so I organized a brainstorming session to prioritize tasks effectively.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EEncourage collaboration: I promote teamwork by assigning roles based on individual strengths, ensuring everyone feels valued and engaged.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:cN,jobProfileUrl:cO,topics:[],createdOn:W},{question:"Why did you decide to join this position?",containsHtml:b,questionUrl:"why-did-you-decide-to-join-this-position-blLoDQCnQ",answer:"\u003Cp\u003EI chose this position to leverage my skills in process management and contribute to a dynamic team focused on efficiency and improvement.\u003C\u002Fp\u003E\u003Cp\u003E\u003C\u002Fp\u003E\u003Cul\u003E\u003Cli\u003E\u003Cp\u003EI am passionate about optimizing processes, which aligns with the core responsibilities of a Process Associate.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThis role offers the opportunity to work in a collaborative environment, enhancing my teamwork skills.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EI am eager to apply my analytical skills to identify areas for improvement and implement effective solutions.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003Cli\u003E\u003Cp\u003EThe position allows for professional growth, and I am excited about the potential for career advancement within the company.\u003C\u002Fp\u003E\u003C\u002Fli\u003E\u003C\u002Ful\u003E",answersCount:e,jobProfile:"Process Associate",jobProfileUrl:"process-associate",topics:[],createdOn:"1w ago"}],meta:{count:716,currentPage:e,totalPages:72,countReadable:"700+"}},rolesResponsibilities:{rolesAndResponsibilities:[{category:aL,points:["Develop and maintain web applications using Java, JavaScript, and TypeScript","Implement front-end and back-end solutions for application functionality","Participate in the complete application lifecycle from analysis to deployment","Ensure application robustness and maintainability"]},{category:"Project Oversight",points:["Oversee project development ensuring alignment with client expectations","Coordinate with team members across different layers of the infrastructure","Contribute to design and architecture decisions","Manage software integration and testing processes"]},{category:"Technical Proficiency",points:["Utilize frameworks such as React, Angular, and Node.js","Employ CI\u002FCD practices for application deployment","Apply knowledge of databases and RESTful APIs","Engage with modern development tools and methodologies"]},{category:"Collaboration and Communication",points:["Work effectively in a team environment","Communicate technical requirements to stakeholders","Provide mentorship to junior developers","Engage in problem-solving discussions for complex issues"]}],preferredSkills:["SQL",aK,"Angular","Javascript","Agile","TypeScript"],outputCategory:"Accurate & Complete"}},{}],fetch:{},error:a,state:{company:{companyInfo:{ratingOneDecimal:cP,primaryIndustryId:155,isPremium:b,coverPhoto:{type:a,url:a,fileName:a,title:a,description:a,additionalData:a,pagePublishedForJS:b},employerEngaged:f,aboutInfoResponse:{tagLine:a},automatedVideoUrl:"351\u002F351.mp4",companyId:k,shortName:m,logo:o,urlName:n,followersCount:93860,website:"https:\u002F\u002Fwww.techmahindra.com\u002Fen-in\u002F",startDate:"1986-01-01",bannerColor:"#FA0A30",totalEmployeesIndia:cQ,shortBio:"Tech Mahindra specializes in digital transformation utilizing advanced technologies to enhance customer experiences across industries globally.",rating:cP,closed:c,companyReviewsLive:cR,interviewExperiencesLive:cS,companyInterviewQuestions:2400,companySalaries:cT,companyJobsLive:cU,photosCount:aV,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:cV,tags:[{companyId:k,name:cW,urlName:cX},{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:cQ,url:cY},{type:"TotalEmployeesIndia",label:"1 Lakh+",url:cY}],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:f,relationsCount:bC,enableAssociation:b,logoUrl:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fassets\u002Fv2\u002Fimages\u002Frs:fit:200:200:false:false\u002FaHR0cHM6Ly9tZWRpYS5uYXVrcmkuY29tL21lZGlhL2FiY29tcGxvZ28vdGVjaC1tYWhpbmRyYS1vcmlnaW5hbC5qcGc.webp",n95Score:.69,awardYear:a,primaryIndustryName:cW,primaryIndustryUrlName:cX},stats:{companyId:k,interviewExperiencesLive:cS,companyReviewsLive:cR,totalReviewsWithBenefits:cV,companySalaries:cT,photosCount:aV,companyJobs:cU,qnaQuestionsLive:55,newsCount:c,postsCount:Z,pollsCount:e},metaObj:{title:"200+ Tech Mahindra Software Developer Interview Questions & Answers 2025 | AmbitionBox",description:cx,canonicalUrl:cw,logo:o,companyId:k,totalInterviewsCount:aN,jobProfileName:h,jobProfileId:g,lastUpdated:cv,totalQuestionsCount:208,redirectUrl:a,verdict:a,status:a,noIndex:b,experienceName:a,jobTypeName:a},metaSeoObj:a,companyTabs:[{Name:"About",Title:"Tech Mahindra Overview",Url:"\u002Foverview\u002Ftech-mahindra-overview",DataKeyName:d,iconName:"about",isNotNuxt:f,noFilters:f},{Name:"Reviews",Title:"Tech Mahindra Reviews",Url:"\u002Freviews\u002Ftech-mahindra-reviews",AliasPageName:"companyTagReviews",DataKeyName:"companyReviewsLive",iconName:cZ,isNotNuxt:f},{Name:bK,Title:bL,Url:"\u002Fsalaries\u002Ftech-mahindra-salaries",DataKeyName:"companySalaries",iconName:"salaries"},{Name:cj,Title:ck,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:f,DataKeyName:"totalReviewsWithBenefits",iconName:"benefits"},{Name:"Photos",Title:"Tech Mahindra Photos",Url:"\u002Fphotos\u002Ftech-mahindra-photos",DataKeyName:"photosCount",iconName:"photos",noFilters:f},{Name:"Posts",Title:"Tech Mahindra Discussions",Url:"\u002Fdiscussions\u002Ftech-mahindra-discussions",DataKeyName:"postsCount",iconName:cZ,isNotNuxt:f}],crowdsourcingOrder:[],isCrowdsourceDataFetched:b,awardsList:[],companyId:a,congratulationCount:{"2021":c,"2022":c},customCompanyInfo:a,companyPhotos:{Pagination:{Total:aV,TotalPages:T,CurrentPage:e},Photos:[{PhotoId:63130,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FWG1EWkZBVndRTTN3S04xc1BvTXBpZz09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63146,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FSXhKT3YrRlVTT3dzVTFORU9KZG1Odz09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63134,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FbmRGaksxRFZqUVdpQ1dZYnNtaUp2Zz09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:e,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63136,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FVUpXZVhKbHgyV0ljYkdIVEpCeTBndz09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63140,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FdnVqR2dBS1RyS1NFWndjRkJuaUlsUT09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63148,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002Fb0dSQ1dZa0tZR2FsZ0FhOVhTZXNTUT09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63138,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FcmY2RjNDcG1WSWdCSWdjNktZZ0JVdz09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b},{PhotoId:63132,Url:"https:\u002F\u002Fstatic.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FSk5ZdXlMZlpMam40dW1NcmRiay9SUT09",Caption:v,Date:w,UserUpload:c,CompanyLocation:d,HelpfulCount:c,IsHighQuality:b,ImageProxyRequired:b}]},locationId:a,fetchingCompanyLisitng:b,departmentId:a,showAds:f,footerStats:{totalReviews:8476240,totalInterviews:652562,totalSalaries:42271202,totalCompanies:1132890,companiesWithInterviews:117278,companiesWithReviews:746296,companiesWithSalaries:858716,totalEmployers:24421},isCompSummaryVideoExpanded:b,videoScrollSimilarCompanies:[{urlName:G,industry:aW,companyId:X,rating:x,logo:G,shortName:ag,reviewCount:bg,salariesCount:938796,benefitsCount:10559,interviewsCount:11248,jobsCount:98,followerCount:a,isFollowed:a},{urlName:H,industry:aX,companyId:ah,rating:j,logo:H,shortName:ai,reviewCount:be,salariesCount:623377,benefitsCount:6659,interviewsCount:8757,jobsCount:19559,followerCount:a,isFollowed:a},{urlName:J,industry:aZ,companyId:al,rating:j,logo:J,shortName:am,reviewCount:bf,salariesCount:467633,benefitsCount:4552,interviewsCount:6181,jobsCount:6315,followerCount:a,isFollowed:a},{urlName:t,industry:aj,companyId:Z,rating:j,logo:t,shortName:S,reviewCount:bd,salariesCount:597185,benefitsCount:5470,interviewsCount:5981,jobsCount:290,followerCount:a,isFollowed:a},{urlName:K,industry:a_,companyId:an,rating:j,logo:K,shortName:ao,reviewCount:bi,salariesCount:465205,benefitsCount:3645,interviewsCount:5132,jobsCount:1833,followerCount:a,isFollowed:a},{urlName:ap,industry:a$,companyId:aq,rating:x,logo:ar,shortName:as,reviewCount:bk,salariesCount:358895,benefitsCount:3764,interviewsCount:4192,jobsCount:407,followerCount:a,isFollowed:a},{urlName:L,industry:ba,companyId:at,rating:j,logo:L,shortName:au,reviewCount:bl,salariesCount:222550,benefitsCount:3460,interviewsCount:3495,jobsCount:336,followerCount:a,isFollowed:a},{urlName:N,industry:bc,companyId:ax,rating:ay,logo:N,shortName:az,reviewCount:bh,salariesCount:207913,benefitsCount:2557,interviewsCount:2486,jobsCount:2393,followerCount:a,isFollowed:a},{urlName:M,industry:bb,companyId:av,rating:j,logo:M,shortName:aw,reviewCount:bm,salariesCount:184255,benefitsCount:775,interviewsCount:3078,jobsCount:c,followerCount:a,isFollowed:a}]},designation:{desigInfo:a,desigTabs:a,desigInterviewMeta:a,desigJobsMeta:a,designationId:g},globals:{DOMAIN:bJ,CDN:"https:\u002F\u002Fstatic.ambitionbox.com",CLIENT_ID:"462822053404-hphug4pkahqljh2tc96g35at47o4isv2.apps.googleusercontent.com"},user:{user:a,clientId:a,isPageLocked:a,isSalariesLocked:b},loginModal:{isLoginOpen:b,loginProps:a,ubaProps:a,isPersonaliseOpen:b,personaliseProps:a,isOverlayOpen:b,naukriSdkStatus:b,googleSdkStatus:b,customRedirectUrl:d,modalName:a,isLoginInProgress:b},jobAlertModal:{isVisible:b,isManageAlertVisible:b,jobProfileId:a,jobProfileName:a,userPreferences:{}},appDownloadBSController:{isAppBSOpen:b},bottomSheetController:{isOpen:b,openedTab:[b,b,b,b,b,b,b,b,b,b,b,b]},filerDropdownController:{isDesktopFilterOpen:b,isMultiselectModelFilterOpen:b,openedFilters:[b,b,b,b,b,b,b,b,b,b,b,b]},amboxStats:{amboxStats:{Reviews:"80 Lakh+",InterviewQuestions:c_,Salaries:"4 Crore+",UsersPerMonth:"1.5 Crore+",Companies:c_,RegisteredCompanies:"9,700",NewCompaniesPerMonth:"400"}},comments:{commentsMap:{"10733040":cd,"10925340":cb,"10985472":bT,"11462900":ch,"11496572":bY,"11728252":bU,"11774858":b$,"11915098":bO,"12535522":bZ,"12711144":bV},reportModal:{open:b,commentId:d,type:d},helpfulIds:{},userCommentsIds:{},onLandL2Comments:a},abusiveWords:{abusiveWordsRegex:d,progressValue:c},qna:{question:d,answer:d,anonymous:b,tags:a,userCredential:a,isEditQuestion:b,userQuestionIds:[],userAnswerIds:[],isAddQuesModalOpen:b,isCredentialModalOpen:b,isReportModalOpen:b,type:"question",questionId:a,answerId:a,deletedAnswerData:{},addAnswerData:a,helpfulMarkedQnaQuestions:[],qnaTags:[],getEditedQuestionTags:a},notifications:{showNotification:b,notificationCount:a,unSeenNotificationCount:a,list:[],ccsUnseenNotificationBulkUbaData:[]},college:{collegeInfo:a,collegeTabs:a,collegeMeta:a,collegeStats:a,helpfulMarkedInterviews:{},ytplayerList:[],tipsData:{round:a,tips:[]},showTipsModal:b},workHistory:{workHistoryData:a},companyInterviews:{scrollToHighlightedQuestion:b,isContentBlockerOpen:b,isDesigPopupOpen:b,popupTimer:a,isSubscribed:b},interestedInWorking:{isLoadingInterestedInWoking:f,isInterestedInWokingWidget:a,isInterestedInWokingModel:a},photoUpload:{utmCampaign:d,openPhotoForm:b,companyName:a},snackbar:{toasts:[]},contributePopup:{show:b,display:b,details:a,company:d,status:"generic",type:"review",sequential:b,isAwardsNudgeVisible:b,timerId:a,nodeExists:f,awardsSnackBarVariant:a},genericIntersectionObserver:{data:[]},indexedDb:{db:c,isDBOpen:b,data:{},dbVersion:a,objectStoreNames:[],otherData:{}},communities:{userDetails:a,trendingCommunities:a,followedCommunities:a},linkNaukriModal:{isVisible:b,userInfo:a},drawer:{showDrawer:b},pageLoad:{pageLoaded:b,isThreadIdle:b,initialPageLoad:b},chatbot:{isChatWindowOpen:b,showChatBtn:a,chatHistory:a,questions:a},reviewComments:{commentsMap:{},reportModal:{open:b,commentId:d,type:d},helpfulIds:{},userCommentsIds:{},onLandL2Comments:a},typeaheadMenu:{showTypeaheadMenu:b,isPrefilled:b},followCompany:{utmCampaign:d,openFollowCompanyForm:b,followedCompanies:{}},generic:{interviewFormParnerInfo:{},reviewFormParnerInfo:{}},mediaGallery:{visible:b,galleryAlbums:{},currentMedia:a,activeTab:"all",showCategories:b,loadMoreLoading:b},chat:{metaData:{unreadMsgCount:c,groupCount:c}}},serverRendered:f,routePath:aM,config:{_app:{basePath:c$,assetsPath:c$,cdnURL:"https:\u002F\u002Fstatic.ambitionbox.com\u002F_nuxt\u002F"},http:{}}}}(null,false,0,"",1,true,4,"Software Developer","software-developer","3.7",351,"Technical","Tech Mahindra","tech-mahindra","techmahindra",3,2,5,"text","cognizant","rounds","Life at Tech Mahindra!","Apr, 2023","3.5",7,"Anonymous",250,void 0,"2mo ago","3422","algorithms","Algorithms","tcs","accenture","infosys","wipro","capgemini","genpact","ltimindtree","ibm","HR","Less than 2 weeks","Selected","amazon","Cognizant",10,6,"fulfilled","6d ago",42,"3.6",43,"3.8",3.7,371330,"Easy",379,"keyword","Amazon","nagarro","TCS",273,"Accenture","Consulting, IT Services & Consulting","Infosys",44,"Wipro",95,"Capgemini","hcl-technologies",88,"hcl-technologies-88","HCLTech",298,"Genpact",483,"LTIMindtree",136,"3.9","IBM",8,"Software Engineer","software-engineer",3.8,2000000,9,"Data Structures","data-structures","Moderate","experienced","Java","Software Development","\u002Finterviews\u002Ftech-mahindra-interview-questions\u002Fsoftware-developer",103,"1",388,"4d ago","Nagarro","meesho","globallogic","mr-cooper",74,"Financial Services, Internet, Education & Training, BPO, IT Services & Consulting","Analytics & KPO, IT Services & Consulting, Software Product, Management Consulting",41,"Advertising \u002F PR \u002F Events, Consulting, Healthcare \u002F Pharma, Recruitment, BPO, IT Services & Consulting","Analytics & KPO, Banking, IT Services & Consulting, Software Product","Telecom, Education & Training, Hardware & Networking, Banking, Emerging Technologies, IT Services & Consulting, Software Product","Financial Services, EdTech, IT Services & Consulting","BPO\u002FKPO, IT Services & Consulting","Financial Services, Emerging Technologies, IT Services & Consulting",55613,65006,58540,101136,23909,47355,"google",40675,36944,23211,"dxc-technology","quess","hcl","atos-global-it-solutions-and-services","nec",9.3,19,"Senior Software Engineer","senior-soft-engineer",17,"Technical Lead","technical-lead",24,"Associate Software Engineer","associate-software-engineer",16,14,50,194,2530476,11,"Home","https:\u002F\u002Fwww.ambitionbox.com","Salaries","Tech Mahindra Salaries","Job Portal",13,{},"Aptitude Test","communication round","Technical - 1","Technical - 2",{},{},{},"questions","what-is-the-difference-between-a-list-and-a-tuple-QOYpLvg6",{},{},"what-is-oop-in-php-SQGwvZq4",{},"java",{},"Coding Test",{},"Group Discussion","fresher","software-development",{},70,"Interviews","Tech Mahindra Interview Questions","Senior Software Developer","senior-software-developer",Array(10),"439","customer-service-executive","Customer Service Executive","2","national-institute-of-technology-nit-warangal","visveswaraiah-technological-university-vtu","misrimal-navajee-munoth-jain-engineering-college-chennai","2025-07-30 17:02:03","https:\u002F\u002Fwww.ambitionbox.com\u002Finterviews\u002Ftech-mahindra-interview-questions\u002Fsoftware-developer","Find Tech Mahindra Software Developer interview questions & answers shared by 100+ candidates. Prepare for Tech Mahindra interview with insights on experience, rounds, questions & tips on AmbitionBox","8mo ago","python","Python",4.7619047,380,"https:\u002F\u002Fwww.ambitionbox.com\u002Fapi\u002Fv2\u002Fphoto\u002FRmE0SHVNc1JkK0RpOVFmdStwbDhKdz09","companyId","industry","114","3d ago","blackrock","Meesho","1d ago","GlobalLogic","Mr Cooper","Associate","associate",3.5,"100001+",39035,4201,275805,462,3348,"IT Services & Consulting","it-services-and-consulting","100001","reviews","10 Lakh+","\u002F"));</script><script src="https://static.ambitionbox.com/_nuxt/runtime.3d12c71ccb242d40f539.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/layouts/headerLayout/01d99f6b.7b857402f1a309759c07.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/header/f075b844.e8888141340204cb43b3.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/typeahead-desktop/f075b844.50b25afa031fbd03f902.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/AnimatedPlaceholder/9130463e.f0a8d71115e9209d42ec.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/532.af0d81c0408c8872e654.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/525.5d9607c3e68eab828a95.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/HeaderInfoV2/47e8e49c.0d3b0902413bea911c70.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ab.atoms/f075b844.5a516dc7001d3c29e301.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/508.c04426138e3bbc73d966.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/layouts/headerLayout/543a1a64.c1a49817103ae865c9ce.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/d0ae3f07.134f82d06bf373466ded.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/ace8d463.7b3ecd31bb9872a91ba7.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ab.atoms2/f075b844.8c35b5e8475d3dd30e0e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.interviewCont/f075b844.6e01fe50cd41be5341c2.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/56.86d81b51c8bbce1d7342.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/27.7d5d46e0ed9e58ec8a2c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/616.151d4fb3e8eca0a3c178.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/584.65ab701b4fb92ed2a78c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/0.168a776d4c5b13b3bd6f.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/478.862a1b197d1001f08e77.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/18.818c88cac28719e06da3.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/483.c482e227d6857af7cf0d.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/546.a611ac30488b9d90bb0b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/543.32c4b6c776ae602b6661.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/115.8a6446bb2cce1c21ddc2.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/548.1528b6c59019820e8af0.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/591.b7b7027ff6b25c725e6e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/586.5b8436feaa1c335ee15e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/479.7711393c21db8bef7243.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/578.bf5fd238795bde27a579.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/paginator/9430e4e7.b93689c4955ab3bb40f9.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.interviewCard/11427a88.6331b6479452b782263d.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/583.de30db29c4aa6a7baa4b.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/127.d84f972d0e7b6ec01d49.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/113.e6886777a76ace0b3b3e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/499.774f6d2a4daf1caf0b60.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/108.0e9927c18b9bd3d7e0f2.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/498.a70d9d027abf233c69fc.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/skillsCard/b0275800.dfbf69f80b0f9af9d411.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/582.602ad94b5a9748075935.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.contributeWidget/01e7b97c.0afc17ef15571b62fb2e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/12.c346d4be5a189d367f04.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/cs.tk.main/66b35019.0c97ee193997a42b51f7.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/ci.recentlyViewWidget/0b936896.c84e447c0830489502da.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/userFeedbackCard/1c6815cb.6a9bdd10234e5c6bcd53.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/seoInterlink/10398f5c.d5596414704b35241c91.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/126.3486140758c6d86a1c75.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/610.181668f7251ceaf63c5e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/615.83f0a7b39da5a397b85f.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/29.9e8d381987b824ed303c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/smcompcard/ace8d463.f0efdfdffd5317a56637.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.companyInterview/il.explore.more/42832916.bfd965966f902958afd5.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/c.comparisonsList/ace8d463.10ba98f8856182356aee.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/BreadCrumbs/313229ea.41f94cdb4bea60f8b148.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/542.617f5d48987205d355b5.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/g.Pageloader/19fd1d8e.48218caa9305fc4343b8.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/footer/ace8d463.de1d9eb49734b87e0f5a.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/253ae210.97e3d61c713ecfcc0ca2.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/d939e436.50cd4012233145afd354.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/93acefaf.2f81babc7e7143d8df7a.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/678f84af.236effba80708b2d9dd7.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/fdc6512a.c2e71efbfb3e9812e670.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commons/app/90405b64.b957338c3e96ee20da4c.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/styles/f075b844.b7580f7126ab74797366.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/commonutils/f075b844.b6d973aaa8ccb6b54258.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/vendors/app/7274e1de.339be5e31bdeb13375f4.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/vendors/app/b58f7129.f855e839ea9c2bf2886e.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/f69643ec.c7db5bfcc8f1ac5745ab.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/01e7b97c.0ab4881a4ea7d38f3522.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/ab6d71da.fd16c8c6c8a51f579641.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/95a964c1.aa7e5ab72bd5d96f5a15.js" defer></script><script src="https://static.ambitionbox.com/_nuxt/app/585c4432.1ff4b1997f655856aed4.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>