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

Filter interviews by

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

Updated 1 Aug 2024

Top Tech Mahindra Senior Software Developer Interview Questions and Answers

  • Q1. Write a Program , How Can you sort by Employee Salary with Java 8 ?
  • Q2. Java8: Sort a list of employee based on their name using stream Final as a class, method and variable. Difference seek and wait Difference between protected and default
  • Q3. What Micro services design pattern used
View all 6 questions

Tech Mahindra Senior Software Developer Interview Experiences

10 interviews found

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

(2 Questions)

  • Q1. What Micro services design pattern used
  • Ans. 

    The microservices design pattern used is the API Gateway pattern.

    • API Gateway pattern is used to provide a single entry point for clients to access multiple microservices.

    • It helps in routing requests, load balancing, authentication, and monitoring.

    • Examples include Netflix Zuul and Amazon API Gateway.

  • Answered by AI
  • Q2. Spring boot project internal working

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Write a Program , How Can you sort by Employee Salary with Java 8 ?
  • Ans. 

    Program to sort employee salaries using Java 8

    • Use Java 8 Stream API to sort the employee salaries

    • Use Comparator to compare salaries

    • Collect the sorted salaries into a list

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java8: Sort a list of employee based on their name using stream Final as a class, method and variable. Difference seek and wait Difference between protected and default
  • Ans. 

    Sort a list of employees by name using Java8 streams, explain seek vs wait, and compare protected vs default access modifiers.

    • Use stream to sort employees by name: employees.stream().sorted(Comparator.comparing(Employee::getName)).collect(Collectors.toList())

    • Seek is used to search for a particular element in a collection, while wait is used to pause the execution of a thread.

    • Protected access modifier allows access with...

  • Answered by AI
  • Q2. Spring actautors Spring beans Annotation questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Had discussion with architect
  • Ans. Yes i had interview with tech lead
  • Answered Anonymously
  • Q2. What is your expectation
  • Q3. Learning scope,want to learn new things

Tech Mahindra interview questions for designations

 Software Developer

 (97)

 Software Developer fresher

 (6)

 Associate Software Developer

 (5)

 Junior Software Developer

 (3)

 Java Software Developer

 (3)

 Software Developer Intern

 (2)

 Software Developer Trainee

 (1)

 Senior Developer

 (3)

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

(1 Question)

  • Q1. SQL plsql p2p and o2c cycle
Round 2 - Technical 

(1 Question)

  • Q1. In detail technical
Round 3 - HR 

(1 Question)

  • Q1. Competition details

Get interview-ready with Top Tech Mahindra Interview Questions

Senior Software Developer Interview Questions & Answers

user image khushal singh negi

posted on 10 Oct 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. It’s depends on project requirements
  • Q2. Most of the questions on current project
Round 2 - HR 

(1 Question)

  • Q1. Package discussion and joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your current project ,you sound good in your current project
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Normal question ask, related to your project.
Round 3 - HR 

(1 Question)

  • Q1. All experience proofs and expectations negotiation.

Interview Questionnaire 

2 Questions

  • Q1. They asked me only the basic of JavaScript, react and redux
  • Q2. Please clear all the basic concepts of these technology

Interview Questionnaire 

3 Questions

  • Q1. How to center a div using csd
  • Ans. 

    Centering a div using CSS

    • Set the div's margin property to auto

    • Set the div's width property to a fixed value or a percentage

    • Set the div's position property to relative or absolute if necessary

  • Answered by AI
  • Q2. Why we use arrow function
  • Ans. 

    Arrow functions provide a concise syntax and lexical scoping compared to traditional functions.

    • Arrow functions have implicit return statements

    • They do not bind their own 'this' keyword

    • They have a shorter syntax compared to traditional functions

    • They are useful for callbacks and functional programming

    • Example: const double = num => num * 2;

    • Example: const sum = (a, b) => a + b;

  • Answered by AI
  • Q3. Different but angular 2 and 8
  • Ans. 

    Angular 2 and 8 are different versions of the Angular framework.

    • Angular 2 was released in 2016, while Angular 8 was released in 2019.

    • Angular 8 introduced several new features and improvements over Angular 2, including better performance, improved accessibility, and enhanced tooling.

    • Angular 8 also introduced the Ivy rendering engine, which offers improved bundle sizes and faster compilation times.

    • Angular 2 is no longer ...

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2018.

Interview Preparation Tips

General Tips: Describe yourself and then technical question start
1. Oops concept
2. Asp.net
3. Sql (including triggers)
4. Asp.net MVC(including EF)
5. JQuery.
Skills: Communication, Body Language
Duration: 1-3 Months

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Senior Software Developer 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 Developer 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 .Net, ASP.Net MVC, JQuery, Software Development and Spring Boot.
What are the top questions asked in Tech Mahindra Senior Software Developer interview?

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

  1. Write a Program , How Can you sort by Employee Salary with Java ...read more
  2. Java8: Sort a list of employee based on their name using stream Final as a clas...read more
  3. What Micro services design pattern u...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Tech Mahindra interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Tech Mahindra Senior Software Developer Salary
based on 1.1k salaries
₹6.7 L/yr - ₹25.3 L/yr
6% more than the average Senior Software Developer Salary in India
View more details

Tech Mahindra Senior Software Developer Reviews and Ratings

based on 93 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-Life balance

2.9

Salary & Benefits

3.5

Job Security

3.4

Company culture

2.5

Promotions/Appraisal

3.4

Work Satisfaction

Explore 93 Reviews and Ratings
Software Engineer
26.3k salaries
unlock blur

₹2 L/yr - ₹9.1 L/yr

Senior Software Engineer
21.3k salaries
unlock blur

₹5.5 L/yr - ₹22.9 L/yr

Technical Lead
11.6k salaries
unlock blur

₹9.5 L/yr - ₹31.9 L/yr

Associate Software Engineer
5.4k salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Team Lead
4.9k salaries
unlock blur

₹5.1 L/yr - ₹17 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