i
LTIMindtree
Filter interviews by
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 +...
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
I appeared for an interview in Feb 2024.
90 Minutes of MCQ and coding test
Streams in Java are sequences of elements that support functional-style operations.
Streams allow for processing sequences of elements in a functional style.
They can be created from various data sources like collections, arrays, or I/O channels.
Operations on streams can be intermediate (e.g. filter, map) or terminal (e.g. forEach, collect).
Streams promote parallel processing and lazy evaluation for improved performance.
...
HashMap is a data structure in Java that stores key-value pairs and allows fast retrieval of values based on keys.
HashMap uses hashing to store key-value pairs, which allows for fast retrieval of values.
Keys in a HashMap must be unique, but values can be duplicated.
HashMap allows null keys and null values.
HashMap is not synchronized, so it is not thread-safe. To make it thread-safe, you can use ConcurrentHashMap.
Exampl...
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
What people are saying about LTIMindtree
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
LTIMindtree interview questions for designations
I applied via Referral and was interviewed in Sep 2020. There were 4 interview rounds.
C# concepts including abstraction, interface, abstract method, abstract class, polymorphism, encapsulation, inheritance, and serialization.
Abstraction: hiding implementation details
Interface: defining a contract for behavior
Abstract method: method without implementation
Abstract class: class with one or more abstract methods
Polymorphism: ability of objects to take on multiple forms
Encapsulation: bundling data and behavi...
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Feb 2021. 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 2 interviews
1 Interview rounds
based on 49 reviews
Rating in categories
Senior Software Engineer
21.5k
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Module Lead
5.9k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.8 L/yr |
Cognizant
Capgemini
Accenture
TCS