i
LTIMindtree
Filter interviews by
I applied via Naukri.com and was interviewed before Nov 2022. There were 3 interview rounds.
Basic questions - quantitative, reasoning psychometric.
I applied via campus placement at Vishwakarma Institute of Technology, Pune and was interviewed before May 2023. There were 3 interview rounds.
Aptitude test with normal level questions
Two coding questions if cleared LTI offers better package. Else you get base package
Aptitude and reasoning questions and one coding question and test duriation is 90 mins.
What people are saying about LTIMindtree
Basic aptitude, reasoning and coding.
Discuss about topic given.
LTIMindtree interview questions for designations
I applied via Naukri.com and was interviewed in Jun 2022. There were 3 interview rounds.
Question are very tricky .
Get interview-ready with Top LTIMindtree Interview Questions
I applied via campus placement at VNR Vignan Jyothi Institute of Engineering & Technology, Ranga Reddy and was interviewed before Apr 2023. There were 3 interview rounds.
3 coding questions , from array and string manipulation
I applied via Telegram and was interviewed in Dec 2021. There was 1 interview round.
A linked list is a linear data structure where each element is a separate object with a pointer to the next element.
Consists of nodes that contain data and a pointer to the next node
Can be singly or doubly linked
Used for dynamic memory allocation, implementing stacks and queues, and more
Bubble sorting is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Bubble sorting is a comparison-based algorithm.
It is named as bubble sort because smaller elements bubble to the top of the list.
It has a worst-case and average-case time complexity of O(n^2).
Example: [5, 3, 8, 4, 2] -> [3, 5, 8, 4, 2] -> [3, 5, 4, 8, 2] -> [3, 5,...
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Bubble sort is a comparison-based algorithm
It works by comparing each pair of adjacent elements and swapping them if they are in the wrong order
The algorithm repeats this process until no more swaps are needed
It has a worst-case and average complexity of O(n^2)
Exampl...
Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.
It divides the input into a sorted and an unsorted region.
It repeatedly extracts the largest element from the unsorted region and inserts it into the sorted region.
It has a time complexity of O(n log n) and is not stable.
Example: [8, 5, 3, 1, 9, 6, 0, 7, 4, 2] -> [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
The fastest sorting algorithm is QuickSort.
QuickSort has an average time complexity of O(n log n).
It is a divide and conquer algorithm that recursively partitions the array.
It is widely used in practice due to its efficiency.
Other fast sorting algorithms include MergeSort and HeapSort.
Constructor is a special method that is called when an object is created.
Constructors have the same name as the class they belong to.
They are used to initialize the object's state.
They can be overloaded to accept different parameters.
If a class does not have a constructor, a default constructor is provided by the compiler.
Garbage Collector is an automatic memory management system that frees up memory occupied by objects that are no longer in use.
Garbage Collector is a part of the Java Virtual Machine that automatically manages memory allocation and deallocation.
It identifies objects that are no longer in use and frees up the memory occupied by them.
Garbage Collector helps prevent memory leaks and improves the performance of the applicat...
Run-Time polymorphism is the ability of an object to take on many forms at runtime.
It is achieved through method overriding and virtual functions.
It allows a subclass to provide its own implementation of a method that is already provided by its parent class.
It is also known as dynamic polymorphism.
Example: Animal class with a virtual method 'makeSound', and subclasses Dog and Cat that override the 'makeSound' method.
Wh...
I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.
Convert integer value to corresponding roman number .
Constructor is a special type of method used to initialize objects in Java.
Constructors have the same name as the class they belong to.
They do not have a return type, not even void.
The 'this' keyword in Java is used to refer to the current object.
Example: public class Car { public Car() { this.make = 'Toyota'; } }
XML is a markup language used to store and transport data.
XML stands for eXtensible Markup Language
It uses tags to define elements and attributes to provide additional information
XML can be parsed in Java using libraries like DOM, SAX, and StAX
DOM creates a tree structure of the XML document in memory
SAX reads the XML document sequentially and triggers events for each element
StAX is a combination of DOM and SAX, allowi
I applied via campus placement at Dayananda Sagar College of Engineering, Bangalore and was interviewed before Oct 2022. There was 1 interview round.
Normalization in SQL involves organizing data in a database to reduce redundancy and improve data integrity. Functions in Java are reusable blocks of code that perform specific tasks.
Normalization in SQL involves breaking down data into smaller, more manageable tables to reduce redundancy and improve data integrity
Functions in Java are reusable blocks of code that perform specific tasks and can be called multiple times...
Some of the top questions asked at the LTIMindtree Software Engineer interview -
The duration of LTIMindtree Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 241 interviews
5 Interview rounds
based on 1.8k reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.8 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.6k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.3 L/yr |
Cognizant
Capgemini
Accenture
TCS