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

Filter interviews by

LTIMindtree Java Developer Interview Questions, Process, and Tips

Updated 16 Dec 2024

Top LTIMindtree Java Developer Interview Questions and Answers

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
  • Ans. 

    JVM stands for Java Virtual Machine, which is an abstract computing machine that enables a computer to run Java programs. JIT stands for Just-In-Time compiler, which compiles Java bytecode into native machine code at runtime for improved performance.

    • JVM is responsible for executing Java programs by converting Java bytecode into machine code that can be understood by the computer's operating system.

    • JIT is a component of...

  • Answered by AI
  • Q2. Create a rest service using spring boot
  • Ans. 

    Create a REST service using Spring Boot

    • Create a new Spring Boot project

    • Add dependencies for Spring Web and Spring Boot DevTools in pom.xml

    • Create a new Java class for the REST controller with @RestController annotation

    • Define request mapping annotations like @GetMapping, @PostMapping, @PutMapping, @DeleteMapping for different HTTP methods

    • Implement the business logic for each endpoint

    • Run the Spring Boot application and te

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. When can you join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI
  • Q2. What's your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Java developers.

    • Consider my years of experience in Java development

    • Research the average salary for Java developers in this location

    • Factor in any additional skills or certifications I may have

  • Answered by AI

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.

Skills evaluated in this interview

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 Infosys
Q3. Which should be preferred between String and StringBuffer when th ... 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)

 Java Architect

 (2)

 Java Full Stack Developer

 (1)

 Software Developer

 (90)

 Mainframe Developer

 (8)

 Salesforce Developer

 (5)

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
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,
  • Ans. 

    Map applies a function to each element in a stream, while flatMap applies a function that returns a stream for each element.

    • Map transforms each element in a stream using a function, returning a new stream of transformed elements.

    • FlatMap transforms each element in a stream using a function that returns a stream, then flattens the streams into a single stream.

    • Volatile keyword in Java is used to indicate that a variable's

  • Answered by AI

Skills evaluated in this interview

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
  • Ans. 

    Spring Actuator is a feature in Spring Boot that provides monitoring and management capabilities for your application.

    • Spring Actuator exposes various endpoints to monitor and manage your application, such as /health, /info, /metrics, etc.

    • It allows you to check the health of your application, gather metrics, view application properties, and more.

    • You can also create custom endpoints for specific monitoring needs.

    • Spring A...

  • Answered by AI
  • Q2. Annotations in springboot
  • Ans. 

    Annotations in Spring Boot are used to provide metadata about the application and its components.

    • Annotations are used to configure Spring Boot applications, define beans, handle requests, etc.

    • Examples include @RestController, @Autowired, @RequestMapping, @Component, etc.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. About myself and my family

Skills evaluated in this interview

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 HR.
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 26 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
LTIMindtree Java Developer Salary
based on 403 salaries
₹2.8 L/yr - ₹12 L/yr
20% 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.4k salaries
unlock blur

₹5.1 L/yr - ₹19 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Module Lead
5.9k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.5 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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