i
LTIMindtree
Filter interviews by
I applied via PrepInsta and was interviewed in Sep 2021. There were 3 interview rounds.
The first round is divided into two major sections, one is cognitive aptitude and the other is coding round.
In Aptitude section there are questions from numerical aptitude and verbal. There are questions from number systems, time and work, clock, LCM and HCF etc.
The questions are moderate level.
In coding there were 5 questions, 2 easy, 2 med and 1 hard.
To eliminate repeated array from a given string
Convert the string to an array using split() method
Use Set object to remove duplicates from the array
Convert the array back to string using join() method
It was conducted on webex platform and the duration was 25 minutes. It is an interview round, and they asked a lot of technical and coding questions in this round.
I am a software engineer with 5 years of experience in developing web applications using Java and JavaScript.
I have a Bachelor's degree in Computer Science from XYZ University.
I have worked on projects using Spring Boot, React, and Angular frameworks.
I am experienced in Agile methodology and have worked in Scrum teams.
I am passionate about learning new technologies and solving complex problems.
In my free time, I enjoy ...
I am comfortable with multiple coding languages including Java, Python, and C++.
Proficient in Java, Python, and C++
Experience with web development languages such as HTML, CSS, and JavaScript
Familiarity with scripting languages like Bash and PowerShell
Comfortable with SQL and NoSQL databases
Knowledge of machine learning libraries like TensorFlow and Keras
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
Sorting algorithms are used to arrange data in a specific order. There are various types of sorting algorithms.
Types of sorting algorithms include: bubble sort, selection sort, insertion sort, merge sort, quick sort, heap sort, counting sort, radix sort, and bucket sort.
Bubble sort compares adjacent elements and swaps them if they are in the wrong order.
Selection sort selects the smallest element and swaps it with the ...
After successful clearance of round 2 you will get a chance to appear for round 3 i.e online HR interview.
This is also performed on the WebEx platform. This round usually goes for about 15-18 min. In this round they asked my hobbies, my strength and basic HR questions. Then they asked what you know about the company I was prepared for this question so I answered very well, he was impressed.
I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.
I was interviewed before Apr 2023.
They asked based on java ,data structures
Programs like binary ,bubble
What people are saying about LTIMindtree
I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.
Aptitude + Coding Test
To find the unique element in an array
Iterate through the array and use a hash table to keep track of the frequency of each element
Return the element with frequency 1
Alternatively, use XOR operation to cancel out duplicate elements and return the remaining element
A program to calculate the sum of digits in a given number.
Take input from user or use a predefined number
Use a loop to extract each digit from the number
Add each digit to a variable to calculate the sum
Print the sum of digits
LTIMindtree interview questions for designations
I applied via campus placement at Shri Ramdeo Baba Kamla Nehru Engineering College, Nagpur and was interviewed before Feb 2023. There was 1 interview round.
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables in a single query.
Common types of joins include inner join, left join, right join, and full outer join.
Joins are performed using the JOIN keyword and specifying the join condition.
The result of a join is a new table that combines the rows from the joined tables based
Stream API is a feature in Java that allows for processing collections of data in a functional and declarative way.
Stream API provides a set of functional-style operations to manipulate and process data.
It allows for parallel processing of data, improving performance.
Stream API supports lazy evaluation, meaning operations are only executed when necessary.
It can be used with various data sources like collections, arrays...
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.
Syntax for switch and for each loop
Switch syntax: switch(expression) { case value: // code block break; default: // code block }
For each loop syntax: for (type variableName : arrayName) { // code block }
Example for switch: switch (day) { case 1: System.out.println("Monday"); break; case 2: System.out.println("Tuesday"); break; default: System.out.println("Invalid day"); }
Example for for each loop: int[] numbers = {1, 2...
I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.
Abstract class is a class that cannot be instantiated and interface is a contract that defines methods.
Abstract class can have both abstract and non-abstract methods while interface can only have abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract class can have constructors while interface cannot.
Example of abstract class: Animal (abstract method: makeSound(
Polymorphism is the ability of an object to take on many forms.
It allows objects of different classes to be treated as if they were objects of the same class.
It is achieved through method overriding and method overloading.
Example: A shape class can have multiple subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.
Example: A method can have different implementations in different class...
Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.
Stack is like a stack of plates, where the last plate added is the first one to be removed.
Queue is like a queue of people waiting in line, where the first person added is the first one to be served.
Stack operations: push (add element), pop (remove top element), peek (get...
Overriding is a feature in object-oriented programming where a subclass provides its own implementation of a method that is already defined in its superclass.
Overriding allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
The method signature (name, parameters, and return type) must be the same in both the superclass and subclass.
The subclass method must have the ...
Python OOPS concepts and differences between pandas, list, and tuple
Python OOPS concepts include inheritance, polymorphism, and encapsulation
Pandas is a library for data manipulation and analysis
Lists are mutable and can contain different data types
Tuples are immutable and can contain different data types
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