i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Static is used to define class-level variables and methods, while final is used to define constants that cannot be changed.
Static variables belong to the class itself, while final variables are constants that cannot be modified.
Static methods can be called without creating an instance of the class, while final methods cannot be overridden.
Static keyword is used for memory management, while final keyword is used fo...
ArrayList is a dynamic array that can grow or shrink in size, while HashMap is a key-value pair collection where each element is accessed by a key.
ArrayList stores elements in an ordered sequence and allows duplicate values.
HashMap stores key-value pairs and does not allow duplicate keys.
Example: ArrayList<String> list = new ArrayList<>(); HashMap<String, Integer> map = new HashMap<>();
To create an immutable class in Java, make the class final, make all fields private and final, provide only getters, and don't provide setters.
Make the class final to prevent inheritance.
Make all fields private and final to prevent modification.
Provide only getters to access the fields.
Don't provide setters to modify the fields.
REST API is a type of web service that allows communication between different systems over HTTP.
REST stands for Representational State Transfer
Uses standard HTTP methods like GET, POST, PUT, DELETE
Data is transferred in JSON or XML format
Stateless communication between client and server
Example: Twitter API, Google Maps API
What people are saying about LTIMindtree
Collections in Java are frameworks that provide an architecture to store and manipulate a group of objects.
Collections provide interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) to store and manipulate groups of objects.
Collections offer methods to add, remove, and retrieve elements from the group.
Examples include ArrayList, LinkedList, HashSet, TreeSet, HashMap, TreeMap.
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
First round is quit easy
2 coding question based on dsa
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.
I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.
A test of a combination of aptitude, tech questions and coding.
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...
Coding question and mcq
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
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<Integer> task = () -> { return 5 +...
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Mar 2025, where I was asked the following questions.
In Java, 'final' is a keyword used to declare constants, prevent method overriding, and restrict inheritance.
Final variables cannot be reassigned once initialized. Example: final int x = 10;
Final methods cannot be overridden by subclasses. Example: final void display() {}
Final classes cannot be subclassed. Example: final class Constants {}
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
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...
Find appearance of each charector in a given string
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...
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.
I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.
The duration of LTIMindtree Java Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 28 interview experiences
Difficulty level
Duration
based on 54 reviews
Rating in categories
Senior Software Engineer
22k
salaries
| ₹7.4 L/yr - ₹21.8 L/yr |
Software Engineer
16.3k
salaries
| ₹3.9 L/yr - ₹8.8 L/yr |
Technical Lead
6.4k
salaries
| ₹16.4 L/yr - ₹28.5 L/yr |
Module Lead
5.7k
salaries
| ₹11.9 L/yr - ₹22 L/yr |
Senior Engineer
4.7k
salaries
| ₹5.8 L/yr - ₹14 L/yr |
Cognizant
Capgemini
Accenture
TCS