i
LTIMindtree
Filter interviews by
I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.
It is normal
I applied via Company Website and was interviewed in Apr 2022. There were 2 interview rounds.
You can provide me Assignments based on computer application
What people are saying about LTIMindtree
I applied via Company Website and was interviewed before May 2022. There were 5 interview rounds.
Difficulty level of this test was moderate.
There were 4 coding questions to be solved.
LTIMindtree interview questions for designations
I applied via Naukri.com and was interviewed in Sep 2021. There were 2 interview rounds.
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com and was interviewed in Apr 2021. There were 8 interview rounds.
Microservice is a software architecture pattern where an application is built as a collection of small, independent services.
Microservices are independently deployable and scalable.
Each microservice performs a specific business function.
Communication between microservices is usually done through APIs.
Microservices can be written in different programming languages and use different data storage technologies.
Examples of ...
A Consumer Group is a group of consumers that collectively consume messages from one or more topics.
Consumer Groups allow for parallel processing of messages from a topic
Each consumer group maintains its own offset for each partition of a topic
Multiple consumer groups can consume messages from the same topic
Consumer Groups are commonly used in Apache Kafka
No, Kafka relies on ZooKeeper for cluster coordination and management.
ZooKeeper is used for leader election, configuration management, and synchronization in Kafka clusters.
Kafka brokers register themselves in ZooKeeper and use it to discover other brokers and partitions.
Without ZooKeeper, Kafka cannot function as a distributed system.
However, Kafka can be run in standalone mode without ZooKeeper for development and te
ZooKeeper is a distributed coordination service for managing configuration, synchronization, and naming.
ZooKeeper provides a hierarchical namespace for distributed systems.
It is used for maintaining configuration information, naming, providing distributed synchronization, and group services.
ZooKeeper is used in Apache Hadoop, Apache Kafka, and Apache Storm.
It uses a consensus protocol called ZAB (ZooKeeper Atomic Broad...
Replications ensure fault tolerance and high availability of data in Kafka.
Replications provide redundancy and ensure that data is not lost in case of node failures.
They also improve read performance by allowing consumers to read from multiple replicas.
Replications can be configured to have different levels of consistency guarantees.
For example, a replication factor of 3 ensures that data is stored on 3 different nodes...
Web services are software systems designed to support interoperable machine-to-machine interaction over a network.
Web services allow different applications to communicate with each other over the internet.
They use standardized protocols like HTTP, XML, SOAP, and REST.
Web services can be used for a variety of purposes, such as sharing data between different systems or integrating different applications.
Examples of web s...
I applied via campus placement at University of Petroleum and Energy Studies (UPES), Dehradun and was interviewed before Sep 2021. There were 3 interview rounds.
It was from college placement, basic question such as relative velocity, ratio and proportion, unitary method and 2 programmin question
Don't remember it was 2 years ago
Switch case is used for multiple conditions while if else is for binary conditions. Sorting can be done using various algorithms.
Switch case is faster than if else for multiple conditions
If else is more readable for binary conditions
Sorting can be done using bubble sort, insertion sort, quick sort, etc.
Example code for bubble sort: for(i=0;i
Difference between compiler and interpreter with a coding challenge
Compiler translates the entire code into machine language before execution while interpreter translates line by line during execution
Compiler generates an executable file while interpreter does not
Compiler is faster but debugging is harder while interpreter is slower but debugging is easier
Coding challenge: Write a program to find the sum of two numbers
I was interviewed before Dec 2020.
Round duration - 100 Minutes
Round difficulty - Medium
You are provided with a singly linked list and an integer K
. The objective is to make the Kth
node from the end of the linked list the starting node of the linked list.
Given a string 'STR' consisting solely of the characters “{”, “}”, “(”, “)”, “[” and “]”, determine if the parentheses are balanced.
The first line contains an...
Round duration - 120 Minutes
Round difficulty - Medium
You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...
You are given an array/list CHOCOLATES
of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...
Round duration - 120 Minutes
Round difficulty - Medium
You are provided with a square matrix of non-negative integers of size 'N x N'
. The task is to rotate this matrix by 90 degrees in an anti-clockwise directi...
Given a binary string S
of length N
where initially all characters are '1', perform exactly M
operations, choosing from four specific operations, and determine how many dis...
Round duration - 120 Minutes
Round difficulty - Medium
Given a list of integers of size N
, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X
is the firs...
Tip 1 : Practice Medium level question.
Tip 2 : Do atleast 2 projects
Tip 3 : More Focus on your Communication skill
Tip 1 : Full Command on your resume and make short atleast 1 page with normal color and font.
Tip 2 : Have mentioned some good projects on resume.
I was interviewed in Sep 2020.
Round duration - 90 minutes
Round difficulty - Medium
In this round, there were 2 sections one for aptitude another for coding. The coding section consists of 2 questions and one has to attempt any one of them. And webcam will be active through all the assessment process.
You are tasked with finding the sum of squares of the first N
natural numbers for given test cases.
The first line contains an integer ...
Round duration - 45 minutes
Round difficulty - Medium
2 questions were asked in this section out of which we have to answer anyone
You are tasked with finding the sum of squares of the first N
natural numbers for given test cases.
The first line contains an integer ...
Round duration - 30 minutes
Round difficulty - Medium
It was a problem solving round and only one coding question was asked
Given a string STR
containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.
The input starts with a single i...
Tip 1 : First go through your own resume very well as most of the company first ask questions from one's resume. Prepare what to say if they ask you about the projects you mentioned in your resume that's why never fake your resume. Be confident with what you have
Tip 2 : Obviously if you are applying for software developer role you should have basic concepts of the programming languages you learned in your college days like C, C++, Java etc if you don't know a little too then I suggest you to learn some basics first in any particular language and then practice them in IDE. As now most of the interviews are virtual so it's good to practice writing code in IDE as they often can ask you to solve some basci questions like string reversal, check palindrome or not like that.
Tip 3 : You should have good communication skill. Good communication doesn't mean fluent english communication means interact with the receuiter in such a manner that he can understand the point you are trying to mark. Be confident, don't lie in any ways if you don't have correct answe for a question and you know that directly say NO you don't know this answer rather than replying with stupid answers and other side recruiter gets a little bit disappointed as you wasted some times of him for this kind of answer. If you know the answer instead of saying fluently try to speak the sentences with a little pause that makes recruiter understand that you really understand the topic you are talking about and that will be impressive.
Tip 1 : Don't fake your resume
Tip 2 : Try to do good projects and mention them in resume
Tip 3 : As a fresher I suggest to prepare a resume of maximum
2 pages.
The duration of LTIMindtree Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 81 interviews
4 Interview rounds
based on 331 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.7k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36.6 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.3 L/yr |
Cognizant
Capgemini
Accenture
TCS