Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Tech Mahindra Team. If you also belong to the team, you can get access from here

Tech Mahindra Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 33.5k Reviews

Filter interviews by

Tech Mahindra Senior Software Engineer Interview Questions, Process, and Tips

Updated 6 Dec 2024

Top Tech Mahindra Senior Software Engineer Interview Questions and Answers

  • Q1. How to apply SOLID principle and what is dependency injection and why to use it and scenarios on where to use
  • Q2. In azure data factory how would you implement the functionality of tumbling window without actually using that feature already available?
  • Q3. 1)Val a = Array(1,2,1,3,4) Need output as (1,2) (2,1) (1,3) (3,4)
View all 94 questions

Tech Mahindra Senior Software Engineer Interview Experiences

145 interviews found

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

(2 Questions)

  • Q1. Define microservices
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

    • Microservices break down applications into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs, often using lightweig...

  • Answered by AI
  • Q2. Coding for list comparator in object class for employee based on salary and name
  • Ans. 

    Implement list comparator in object class for employees based on salary and name

    • Override the compareTo method in the Employee class to compare based on salary and name

    • Use Comparator interface to implement custom sorting logic

    • Example: Employee class with fields salary and name, compareTo method comparing first by salary then by name

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Microservices , Java8 features, coding test on list comparison

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic Java questions, multi threading, springboot
Round 2 - Technical 

(1 Question)

  • Q1. Live coding round. Largest common prefix
  • Ans. 

    Find the largest common prefix among an array of strings

    • Iterate through the characters of the first string and compare with the corresponding characters of other strings

    • Stop when a mismatch is found or when reaching the end of any string

    • Return the prefix found so far

  • Answered by AI

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It's a general aptitude test with 60 questions in 1hr

Round 2 - Group Discussion 

Gave a topic to discuss

Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create a function that takes a string as input

    • Initialize two pointers, one at the beginning and one at the end of the string

    • Swap the characters at the two pointers and move them towards the center until they meet

  • Answered by AI
  • Q2. Oops topic questions
Round 4 - HR 

(2 Questions)

  • Q1. Problem solving skills
  • Q2. General knowledge questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the automation framework
  • Q2. Few questions related to Selenium, c#, API testing, Restsharp
Round 2 - HR 

(1 Question)

  • Q1. About the experience and package discussion

Tech Mahindra interview questions for designations

 Senior Software Engineer 2

 (2)

 Senior Software Engineer Testing

 (2)

 Senior Software Quality Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (190)

 Senior Software Developer

 (10)

 Senior Software Tester

 (1)

 Senior Software Programmer

 (1)

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

I applied via Approached by Company and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

I was asked to write a program to reverse a string using Java.

Round 2 - Technical 

(4 Questions)

  • Q1. What are my roles and responsibilities?
  • Ans. 

    As a Senior Software Engineer, your roles and responsibilities include leading development projects, mentoring junior team members, and ensuring high-quality code.

    • Leading development projects from conception to completion

    • Mentoring and providing guidance to junior team members

    • Ensuring the quality of code through code reviews and testing

    • Collaborating with cross-functional teams to deliver software solutions

    • Staying update

  • Answered by AI
  • Q2. Explain about polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example of compile-time polymorphism: function overloading in C++.

    • Example of runtime polymorphism: method overriding in Java.

  • Answered by AI
  • Q3. Explain the differences between regression testing and retesting
  • Ans. 

    Regression testing is testing the entire application after changes, while retesting is testing a specific bug fix.

    • Regression testing involves testing the entire application to ensure that new code changes have not negatively impacted existing functionality.

    • Retesting involves testing a specific bug fix to ensure that the issue has been resolved.

    • Regression testing is typically done after every code change, while retestin...

  • Answered by AI
  • Q4. Explain about Pega testing
  • Ans. 

    Pega testing is a software testing process specifically designed for applications built on the Pega platform.

    • Pega testing involves testing the functionality, performance, and security of applications developed using Pega technology.

    • It includes testing various components such as user interfaces, business logic, integrations, and workflows.

    • Test cases are designed to validate the behavior of Pega applications based on bus...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Explain about Automation Framework
  • Ans. 

    Automation framework is a set of guidelines, best practices, tools, and libraries used to automate testing of software applications.

    • Provides structure and guidelines for automated testing

    • Helps in organizing test scripts and test data

    • Supports reusability of code and components

    • Facilitates easy maintenance and scalability

    • Examples: Selenium WebDriver, TestNG, Cucumber

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Tech Mahindra Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql and pyhton moderate level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Bigquery and airflow architectire
  • Q2. Sql window functions and analytical questions

Senior Software Engineer Jobs at Tech Mahindra

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Can FD and why it is required.
  • Ans. 

    CAN FD stands for Controller Area Network Flexible Data Rate, it is required for high-speed communication in automotive and industrial applications.

    • CAN FD allows for higher data rates compared to traditional CAN networks

    • It is necessary for transmitting large amounts of data quickly and efficiently

    • Used in applications where real-time communication and reliability are crucial, such as automotive ECUs

    • Example: CAN FD is us...

  • Answered by AI
  • Q2. Difference bewtween LKA and LDW.
  • Ans. 

    LKA stands for Lane Keep Assist, while LDW stands for Lane Departure Warning.

    • LKA helps keep the vehicle centered in its lane by providing steering input if necessary.

    • LDW alerts the driver if the vehicle is unintentionally drifting out of its lane.

    • LKA is more proactive in assisting the driver with lane keeping, while LDW is more of a warning system.

    • Some vehicles may have both LKA and LDW features integrated for enhanced

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Aspice model and itr requirement.
  • Ans. 

    ASPICE (Automotive SPICE) model is a framework for software development in the automotive industry. ITR (Integrated Test Requirement) is a part of ASPICE focusing on testing requirements.

    • ASPICE is a framework for software development in the automotive industry

    • ITR is a part of ASPICE that focuses on testing requirements

    • ASPICE helps in ensuring high-quality software development in automotive projects

  • Answered by AI
  • Q2. Writing the Test case for ADAS ECU.
  • Ans. 

    Writing test cases for ADAS ECU involves verifying functionality and performance of the electronic control unit.

    • Identify the input and output requirements of the ADAS ECU

    • Create test cases to cover different scenarios such as normal operation, edge cases, and failure modes

    • Include test cases for communication protocols, sensor inputs, and system responses

    • Verify the integration of ADAS ECU with other components in the sys...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • CAN
  • Ethernet
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find average of integer arrays using java 8 streams
  • Ans. 

    Calculate average of integer arrays using Java 8 streams

    • Use IntStream to convert the array to a stream of integers

    • Use average() method to calculate the average of the integers

    • Collect the result using getAsDouble() method

  • Answered by AI
  • Q2. What is idempotency
  • Ans. 

    Idempotency is the property of an operation where applying it multiple times has the same effect as applying it once.

    • Idempotency ensures that repeating the same operation multiple times will not change the result.

    • Examples include GET requests in RESTful APIs, where multiple identical requests will return the same response.

    • Idempotency is important in distributed systems to prevent duplicate operations.

    • PUT and DELETE req

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Functions And clsses

Interview Preparation Tips

Interview preparation tips for other job seekers - good work environment

Senior Software Engineer Interview Questions & Answers

user image Pentapati Madhuri

posted on 12 Sep 2024

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

(2 Questions)

  • Q1. Sql basics are asked
  • Q2. Groupby query sybtax
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cross site scripting
  • Q2. Csrf token in CodeIgniter
  • Ans. 

    CSRF token in CodeIgniter is a security feature to prevent cross-site request forgery attacks.

    • CSRF protection is enabled by default in CodeIgniter.

    • To generate a CSRF token, use the form_open() function in views.

    • To validate the CSRF token, use the form_validation library in controllers.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Xxe tage explain
  • Ans. 

    XXE stands for XML External Entity and is a type of attack that exploits vulnerabilities in XML parsers.

    • XXE attacks involve injecting malicious XML entities into an XML document to exploit vulnerabilities in the parser.

    • These attacks can lead to sensitive data disclosure, server-side request forgery, and remote code execution.

    • Preventing XXE attacks involves validating and sanitizing input, disabling external entity proc

  • Answered by AI
  • Q2. Soap vs RESTFUL API
  • Ans. 

    SOAP is a protocol, RESTful is an architectural style for APIs.

    • SOAP is a protocol with strict standards for communication

    • RESTful APIs are more flexible and use standard HTTP methods

    • SOAP is XML-based, RESTful APIs can use various formats like JSON

    • SOAP has built-in security features, RESTful APIs rely on external mechanisms

    • SOAP is more suitable for complex operations, RESTful APIs are simpler and more lightweight

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Was good 👍

Skills evaluated in this interview

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Software Engineer interview?
Tech Mahindra interview process usually has 2-3 rounds. The most common rounds in the Tech Mahindra interview process are Technical, Resume Shortlist and HR.
How to prepare for Tech Mahindra Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tech Mahindra. The most common topics and skills that interviewers at Tech Mahindra expect are Software Engineering, Java, Spring Boot, SQL and Javascript.
What are the top questions asked in Tech Mahindra Senior Software Engineer interview?

Some of the top questions asked at the Tech Mahindra Senior Software Engineer interview -

  1. How to apply SOLID principle and what is dependency injection and why to use it...read more
  2. In azure data factory how would you implement the functionality of tumbling win...read more
  3. 1)Val a = Array(1,2,1,3,4) Need output as (1,2) (2,1) (1,3) (3...read more
How long is the Tech Mahindra Senior Software Engineer interview process?

The duration of Tech Mahindra Senior Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Tech Mahindra Senior Software Engineer Interview Process

based on 54 interviews in last 1 year

3 Interview rounds

  • Technical Round 1
  • Technical Round 2
  • HR Round
View more

People are getting interviews through

based on 107 Tech Mahindra interviews
Job Portal
Referral
Recruitment Consultant
Campus Placement
WalkIn
Company Website
57%
8%
6%
3%
2%
1%
23% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Tech Mahindra Senior Software Engineer Salary
based on 21.2k salaries
₹5.5 L/yr - ₹22.6 L/yr
12% less than the average Senior Software Engineer Salary in India
View more details

Tech Mahindra Senior Software Engineer Reviews and Ratings

based on 1.7k reviews

3.7/5

Rating in categories

3.6

Skill development

3.7

Work-Life balance

3.1

Salary & Benefits

3.6

Job Security

3.5

Company culture

2.8

Promotions/Appraisal

3.4

Work Satisfaction

Explore 1.7k Reviews and Ratings
Senior Software Engineer

Kolkata

7-12 Yrs

Not Disclosed

Conga CPQ-Sr Software Engineer

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

₹ 13-22.5 LPA

Explore more jobs
Software Engineer
26.2k salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Senior Software Engineer
21.2k salaries
unlock blur

₹5.5 L/yr - ₹22.6 L/yr

Technical Lead
11.5k salaries
unlock blur

₹9.4 L/yr - ₹37 L/yr

Associate Software Engineer
5.2k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.1 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Tech Mahindra with

Infosys

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

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