Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

LTIMindtree Software Engineer Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top LTIMindtree Software Engineer Interview Questions and Answers

  • Q1. Prime Numbers Identification Given a positive integer N , your task is to identify all prime numbers less than or equal to N . Explanation: A prime number is a natural n ...read more
  • Q2. there are 3 wheels. each can travel only 5kms. everytime you want to use the wheel to move forward, you have to use 2 of them. what is the maximum distance you can travel ...read more
  • Q3. What is normalization and what are the different forms of normalization?
View all 181 questions

LTIMindtree Software Engineer Interview Experiences

278 interviews found

I applied via PrepInsta and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

(1 Question)

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.

  • Q1. Eliminate repeated array from the given string
  • Ans. 

    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

  • Answered by AI
Round 2 - Technical 

(4 Questions)

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.

  • Q1. Introduce yourself
  • Ans. 

    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 ...

  • Answered by AI
  • Q2. Which coding language are you comfortable with?
  • Ans. 

    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

  • Answered by AI
  • Q3. What is linked list?
  • Ans. 

    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

  • Answered by AI
  • Q4. Do you know about sorting algorithms? What are the types of sorting algorithms? Write them,
  • Ans. 

    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 ...

  • Answered by AI
Round 3 - HR 

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.

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is B.Tech from Ujjain Engineer college.Mindtree interview preparation:Tips for other job seekers - Prepare well for the rounds. In Mindtree if you can clear the online technical round, then you are selected.Final outcome of the interviewSelected

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Krishna Gopal

posted on 4 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1.self introduction 2.Explain me about the project. 3.prime number program 4.What is your biggest achievement

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

They asked based on java ,data structures

Round 2 - Coding Test 

Programs like binary ,bubble

Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. Its good and pervious it Mindtree now merged with LTI

I applied via Company Website and was interviewed in Dec 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude + Coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. Find the unique element in the array?
  • Ans. 

    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

  • Answered by AI
  • Q2. Write a program Sum the digit?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • OOPS
  • Java
  • Algorithms
  • Shorting Algorithms
Interview preparation tips for other job seekers - 1. For Resume:
Do at least one good Project and learn JAVA.
2. Aptitude and Programming question:
Solve time limit paper and for Programing question use HackerRank, CodeSignal.
3. This is for Technical Interview:
Learn JAVA, OOPs Concept and practice programing question. Like Sorting, Searching, Sum of digit,
Prime number.

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Senior Software Engineer

 (211)

 Software Engineer Trainee

 (14)

 Associate Software Engineer

 (9)

 Principal Software Engineer

 (7)

 Software Testing Engineer

 (3)

 Software Development Engineer

 (2)

 Software Engineer Intern

 (2)

 Embedded Software Engineer

 (1)

Software Engineer Interview Questions & Answers

user image Nakul Sambare

posted on 5 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain joins in SQL?
  • Ans. 

    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

  • Answered by AI
  • Q2. Explain Stream API
  • Ans. 

    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...

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Rest API, Microservices, Annotations, JPA, Spring boot, Spring cloud, Multithreading

Software Engineer Jobs at LTIMindtree

View all

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic concepts of CS
Round 3 - HR 

(1 Question)

  • Q1. General HR question like senirio

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong the basics and try answer every question in postive in HR round

I applied via Campus Placement and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Java practical questions.There is no theoretical questions.They given some program they asked to explain the logic.
  • Q2. Write syntax for switch,for each loop etc..
  • Ans. 

    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...

  • Answered by AI
  • Q3. In HR interview they asked to talk about rainfall 2 minutes.They asked are you Ready to relocate etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on any one of the programming language very clearly.

I applied via Company Website and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. What is abstract class and interface?
  • Ans. 

    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(

  • Answered by AI
  • Q2. What is polymorphism?
  • Ans. 

    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...

  • Answered by AI
  • Q3. What is Stack and Queue?
  • Ans. 

    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...

  • Answered by AI
  • Q4. What is overriding?
  • Ans. 

    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 ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and say that you know. Don't give answer of your own. Be calm and make yourself clear. Don't rush up with your answers.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Python basic OOPS pandas list tuple difference
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic
revise sql query
oops concept

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Software Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, Aptitude Test and HR.
How to prepare for LTIMindtree Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are SQL, Javascript, Agile, Maven and XML.
What are the top questions asked in LTIMindtree Software Engineer interview?

Some of the top questions asked at the LTIMindtree Software Engineer interview -

  1. there are 3 wheels. each can travel only 5kms. everytime you want to use the wh...read more
  2. How will you write a program to . For example, cr...read more
  3. What is the difference between Array and LinkedList? What are binary search, co...read more
How long is the LTIMindtree Software Engineer interview process?

The duration of LTIMindtree Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

LTIMindtree Software Engineer Interview Process

based on 241 interviews

5 Interview rounds

  • Aptitude Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round - 1
  • HR Round - 2
View more
LTIMindtree Software Engineer Salary
based on 16.2k salaries
₹2 L/yr - ₹10 L/yr
29% less than the average Software Engineer Salary in India
View more details

LTIMindtree Software Engineer Reviews and Ratings

based on 1.8k reviews

3.8/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

3.2

Salary

3.9

Job security

3.8

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 1.8k Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.8 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.6k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview