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 Java Developer Interview Questions and Answers for Experienced

Updated 12 Nov 2024

Tech Mahindra Java Developer Interview Experiences for Experienced

6 interviews found

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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Method reference vs lambda functions
  • Ans. 

    Method reference is a shorthand syntax for lambda expressions in Java.

    • Method reference is more concise and readable than lambda expressions.

    • Method reference can be used to refer to static methods, instance methods, and constructors.

    • Lambda expressions are more flexible and can be used in situations where method reference is not applicable.

  • Answered by AI
  • Q2. SOLID Principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Java Basics

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

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

Array and String related question

Round 3 - Technical 

(1 Question)

  • Q1. Java 8 feature, Stream, Multithreading, Collection

Interview Preparation Tips

Interview preparation tips for other job seekers - Java 8 feature is most important

Java Developer Interview Questions Asked at Other Companies for Experienced

asked in Cognizant
Q1. What array list and linkedlist difference,how hashmap internally ... read more
asked in TCS
Q2. what are the difference between abstract class and interface, and ... read more
asked in Infosys
Q3. write a code to filter out loans with incomplete status using jav ... read more
asked in Cognizant
Q4. write program fibonacci series, write program using boolean, writ ... read more
asked in Capgemini
Q5. Is Java platform-independent, if yes why?

Java Developer interview

user image Java Techies

posted on 14 Feb 2022

Java Developer interview

user image Drunken Engineer

posted on 16 Nov 2021

Tech Mahindra interview questions for designations

 Senior Java Developer

 (6)

 Java Software Developer

 (3)

 Java J2ee Developer

 (1)

 Java Spring Developer

 (1)

 Java Trainer & Developer

 (1)

 Fullstack Java Developer

 (1)

 Java Trainee

 (1)

 Java Full Stack Developer

 (1)

Java Developer interview

user image JAVA INTERVIEW BUDDY

posted on 16 Nov 2021

Java Developer interview

user image JAVA INTERVIEW BUDDY

posted on 16 Nov 2021

Java Developer Jobs at Tech Mahindra

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Custom exception?
  • Ans. 

    Custom exception is a user-defined exception that extends the functionality of the built-in exceptions in Java.

    • Custom exceptions are created by extending the Exception class or one of its subclasses.

    • They allow developers to define their own exception types for specific scenarios.

    • Custom exceptions can include additional methods and fields to provide more information about the exception.

    • Example: public class CustomExcept...

  • Answered by AI
  • Q2. What is roles and responsibilities in your project?
  • Q3. Find out duplicate element in array?
  • Ans. 

    Use a HashSet to find duplicate elements in an array of strings.

    • Create a HashSet to store unique elements.

    • Iterate through the array and check if the element is already in the HashSet.

    • If it is, then it is a duplicate element.

    • Example: String[] array = {"apple", "banana", "apple", "orange"};

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic java questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 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. How to make class immutable?
  • Ans. 

    To make a class immutable in Java, you can follow certain guidelines to ensure that its state cannot be changed once it is created.

    • Make the class final so that it cannot be extended.

    • Make all fields private and final to prevent modification.

    • Do not provide setter methods for the fields.

    • If the fields are mutable objects, return copies of them instead of the original objects in getter methods.

  • Answered by AI
  • Q2. What is idempotency? Solid ? Design patterns used in projects
  • Ans. 

    Idempotency is the property of an operation where multiple identical requests have the same effect as a single request.

    • Idempotency ensures that even if the same request is made multiple times, the result will be the same.

    • In RESTful APIs, using HTTP methods like GET and PUT can help achieve idempotency.

    • Design patterns like Command Pattern and State Pattern can be used to ensure idempotency in projects.

  • Answered by AI

Skills evaluated in this interview

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

Aptitude is most imp past of interviews .
We should have clear the aptitude than go for the next level that is coding test

Round 2 - Coding Test 

Coding is also most important part of all the candidates have good knowledge of all type codings

Round 3 - Technical 

(4 Questions)

  • Q1. Oops concepts. Constructor . Inheritance Polymorphism Abstraction Encapsulation Static variables and Static blocks Collections. Multi threade Exception handling These are the questions of interviews
  • Q2. Childe class access data from Perent class property called inheritance
  • Q3. Constructor is a list of special method which has same name and same class called constructor. Constructor is use to initialise the data and initialise the instance variable
  • Q4. Access private data public environment called encapsulation

Interview Preparation Tips

Interview preparation tips for other job seekers - We should always ready for new coding challenges.

Opps concepts should be cleared

Tech Mahindra Interview FAQs

How many rounds are there in Tech Mahindra Java Developer interview for experienced candidates?
Tech Mahindra interview process for experienced candidates usually has 2 rounds. The most common rounds in the Tech Mahindra interview process for experienced candidates are Technical, Resume Shortlist and Coding Test.
How to prepare for Tech Mahindra Java Developer interview for experienced candidates?
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 Java, Spring Boot, Microservices, Spring and J2Ee.
What are the top questions asked in Tech Mahindra Java Developer interview for experienced candidates?

Some of the top questions asked at the Tech Mahindra Java Developer interview for experienced candidates -

  1. Method reference vs lambda functi...read more
  2. What is collection? Which collection have you us...read more
  3. I also ready to round 2 in this round some basic programming language question ...read more
How long is the Tech Mahindra Java Developer interview process?

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

Tell us how to improve this page.

Tech Mahindra Java Developer Interview Process for Experienced

based on 2 interviews

Interview experience

4.5
  
Good
View more
Tech Mahindra Java Developer Salary
based on 664 salaries
₹2 L/yr - ₹10.7 L/yr
6% more than the average Java Developer Salary in India
View more details

Tech Mahindra Java Developer Reviews and Ratings

based on 54 reviews

3.9/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.8

Salary

3.8

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 54 Reviews and Ratings
Full Stack Java Developer

Noida

2-4 Yrs

₹ 5.5-12 LPA

Looking For Java developer with Azure - Hyderabad / Bangalore

Hyderabad / Secunderabad,

Bangalore Rural

6-11 Yrs

₹ 6-16 LPA

Explore more jobs
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 - ₹23.5 L/yr

Technical Lead
11.6k salaries
unlock blur

₹9.2 L/yr - ₹31.5 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.6
Compare

Cognizant

3.8
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview