Upload Button Icon Add office photos
Engaged Employer

i

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

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 20.5k Reviews

Filter interviews by

LTIMindtree Java Developer Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top LTIMindtree Java Developer Interview Questions and Answers

  • Q1. Longest Harmonious Subsequence Problem Statement Determine the longest harmonious subsequence within a given array of integers, where the difference between the maximum ...read more
  • Q2. What are collections in Java?
  • Q3. How do you create an immutable class in Java?
View all 32 questions

LTIMindtree Java Developer Interview Experiences

31 interviews found

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round is quit easy

Round 2 - Coding Test 

2 coding question based on dsa

Round 3 - Technical 

(2 Questions)

  • Q1. Explain different phases of sdlc
  • Ans. 

    SDLC stands for Software Development Life Cycle, which consists of different phases from planning to maintenance.

    • 1. Planning phase involves defining project scope, requirements, and creating a project plan.

    • 2. Analysis phase focuses on gathering and analyzing requirements to create a detailed system design.

    • 3. Design phase involves creating a high-level design, detailed design, and architecture for the software.

    • 4. Implem...

  • Answered by AI
  • Q2. 4 paillers of datastructure.
  • Ans. 

    The 4 pillars of data structure are arrays, linked lists, stacks, and queues.

    • Arrays: Data structure that stores a collection of elements with a fixed size.

    • Linked Lists: Data structure where each element points to the next element in the sequence.

    • Stacks: Data structure that follows the Last In First Out (LIFO) principle.

    • Queues: Data structure that follows the First In First Out (FIFO) principle.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A test of a combination of aptitude, tech questions and coding.

Round 2 - Technical 

(2 Questions)

  • Q1. What is JVM? what is JIT
  • Q2. Create a rest service using spring boot
Round 3 - HR 

(2 Questions)

  • Q1. When can you join?
  • Q2. What's your salary expectation?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was not given the offer. The HR stated that because there was a full screen violation during the test(which I clearly stated was because of the internet connectivity issue), they did not reconsider and void the offer after HR discussion. And I got this information after I called the recruiter multiple times during the duration of more than 2 weeks.

In my opinion, if they do not want to go ahead, they should go through the whole process. They should reject at the first level itself.

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious Subsequence Problem Statement Determine the lo ... read more
asked in Deloitte
Q4. Convert BST to Greater Sum Tree Given a Binary Search Tree (BST) ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding question and mcq

Round 2 - One-on-one 

(4 Questions)

  • Q1. Oops , spring boot & Microservice questions
  • Q2. Collection hierarchy
  • Q3. Microservice architecture
  • Q4. Rest api questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Callable vs runnable?
  • Ans. 

    Callable is used to return a result and can throw checked exceptions, while Runnable is used for void operations.

    • Callable can return a result and throw checked exceptions, while Runnable cannot.

    • Callable is a functional interface with a method call() that returns a result, while Runnable is a functional interface with a method run() that does not return a result.

    • Example: Callable task = () -> { return 5 + 3; }; Runnable...

  • Answered by AI
  • Q2. Functional interface
  • Q3. Java 8 features
  • Q4. Solid principle
  • Q5. Which design pattern to use for complex design?
  • Ans. 

    Use the Strategy design pattern for complex design.

    • Strategy pattern allows you to define a family of algorithms, encapsulate each one, and make them interchangeable.

    • It helps in separating the behavior of a class from the class itself, making it easier to switch between different algorithms at runtime.

    • Examples of using Strategy pattern include implementing different sorting algorithms in a class or defining various paym

  • Answered by AI

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Senior Java Developer

 (9)

 Java Developer Trainee

 (1)

 Fullstack Java Developer

 (2)

 Backend Java Developer

 (1)

 Java Architect

 (2)

 Java Full Stack Developer

 (1)

 Software Developer

 (92)

 Mainframe Developer

 (8)

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

(2 Questions)

  • Q1. SOLID, OOPS, Stream API probs, JAVA 8 feature
  • Q2. Spring boot annotations- stereotype, microservices- saga pattern

Get interview-ready with Top LTIMindtree Interview Questions

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Transient in java, Design pattern, Abtract factory design pattern
  • Q2. Map vs flatmap in java 8, Volatile keyword,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find appearance of each charector in a given string

Round 2 - Technical 

(2 Questions)

  • Q1. What is spring actuator
  • Q2. Annotations in springboot
Round 3 - HR 

(1 Question)

  • Q1. About myself and my family
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Q1. Oops concept
  • Q2. Q2. Kafka and message broker working Q3. Message broker configuration setup Q4. Api gateway Q5. Hash collision Q6. Can you write test cases for private class Q7. What is microservices?

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 2 rounds of interview that is L1 and L2. I was called for the face to face and both the rounds were covered in the same day only. L1 was with senior engineer and the qs were asked related to current project.


L2 round:
Q1. What is composite primary key
Q2. Write a jpa query to retrieve data from the 2 columns
Q3. Permformance optimization
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Garbage collection
  • Q2. Immutable class
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online assessment MCQs with 3 questions where we nmed to find bug in existing logic

Round 2 - Technical 

(1 Question)

  • Q1. What are new features in Java 8 explain in brief
  • Ans. 

    Java 8 introduced new features like lambda expressions, functional interfaces, streams, and default methods.

    • Lambda expressions allow you to write code in a more concise and readable way.

    • Functional interfaces provide a single abstract method for functional programming.

    • Streams enable processing sequences of elements in a functional style.

    • Default methods allow interfaces to have method implementations.

    • Example: Lambda expr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and expectations

Interview Preparation Tips

Topics to prepare for LTIMindtree Java Developer interview:
  • Core Java
  • Springboot
  • Microservices

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Java Developer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, Coding Test and One-on-one Round.
How to prepare for LTIMindtree Java 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 LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are Java, Spring Boot, Microservices, Hibernate and Core Java.
What are the top questions asked in LTIMindtree Java Developer interview?

Some of the top questions asked at the LTIMindtree Java Developer interview -

  1. 3. How can we make a class immutable in ja...read more
  2. what is autoboxing and unbox...read more
  3. Write a program to add numbers in harmonic series. (1+1/2+1/3+.....1...read more
How long is the LTIMindtree Java Developer interview process?

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

Tell us how to improve this page.

LTIMindtree Java Developer Interview Process

based on 25 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
LTIMindtree Java Developer Salary
based on 393 salaries
₹2.5 L/yr - ₹11.6 L/yr
16% more than the average Java Developer Salary in India
View more details

LTIMindtree Java Developer Reviews and Ratings

based on 41 reviews

3.6/5

Rating in categories

3.2

Skill development

3.3

Work-life balance

3.1

Salary

3.5

Job security

3.5

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 41 Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹4.7 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.4 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.9
Compare

TCS

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