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 Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How do you open command prompt in Windows ?
  • Ans. 

    To open command prompt in Windows, press Win+R and type 'cmd' or search for 'Command Prompt' in Start menu.

    • Press Win+R and type 'cmd'

    • Search for 'Command Prompt' in Start menu

    • Right-click on Start menu and select 'Command Prompt'

    • Use Windows PowerShell instead of Command Prompt

  • Answered by AI
  • Q2. How do you open Device Manager In windows ?
  • Ans. 

    Device Manager can be opened in Windows using multiple methods.

    • Press Windows key + X and select Device Manager

    • Open Run dialog box (Windows key + R) and type devmgmt.msc

    • Search for Device Manager in Windows search bar

    • Right-click on This PC/My Computer and select Manage, then select Device Manager from the left pane

  • Answered by AI
  • Q3. What are the access speacifier In C language?
  • Ans. 

    Access specifiers in C language control the visibility and accessibility of variables and functions.

    • C language has three access specifiers: public, private, and protected.

    • Public variables and functions can be accessed from anywhere in the program.

    • Private variables and functions can only be accessed within the same file.

    • Protected variables and functions can be accessed within the same file and any derived classes.

    • Access...

  • Answered by AI
  • Q4. Difference Between C and C++
  • Ans. 

    C is a procedural language while C++ is an object-oriented language.

    • C++ supports classes and objects while C does not.

    • C++ has built-in support for polymorphism and inheritance while C does not.

    • C++ has a more complex syntax than C.

    • C++ allows function overloading while C does not.

    • C++ has a standard template library (STL) while C does not.

  • Answered by AI
  • Q5. What is the one most creative thing you have done ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just try to be more confident. Technical interview is not that to crack. HR interview canbe a bit tricky. They will try to see your creativity in your answers so just be yourself and be confident.

Skills evaluated in this interview

I applied via campus placement at Koneru Lakshmaiah College of Engineering (KLCE), Arni and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

10 Questions

  • Q1. Tell me about yourself
  • Q2. Write a program to print unique elements in an array in java
  • Ans. 

    Program to print unique elements in an array in Java

    • Create a HashSet to store unique elements

    • Iterate through the array and add each element to the HashSet

    • Print the HashSet to get the unique elements

  • Answered by AI
  • Q3. Types of data structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Arrays - a collection of elements of the same type

    • Linked Lists - a sequence of nodes where each node contains a reference to the next node

    • Stacks - a collection of elements with two main operations: push (add) and pop (remove)

    • Queues - a collection of elements with two main operations: enqueue (add) and d...

  • Answered by AI
  • Q4. Tree traversal
  • Q5. What is oops
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q6. Applications of oops
  • Ans. 

    OOPs is used for creating modular, reusable and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Using a single interface to represent multiple entities.

    • Abstraction: Reducing complexity by hiding unnecessary details.

    • Examples: Java, C++, Python, Ruby, etc.

  • Answered by AI
  • Q7. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reuse and promotes code organization.

    • The existing class is called the parent or superclass, and the new class is called the child or subclass.

    • The child class inherits all the properties and methods of the parent class and can also add its own unique properties and ...

  • Answered by AI
  • Q8. 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 parent class Animal can have child classes like Dog, Cat, and Bird, each with their own unique implementation of the method 'makeSound'.

    • Polymorphism makes code more flexible and reusable.

  • Answered by AI
  • Q9. What is abstraction? Explain with example
  • Ans. 

    Abstraction is the process of hiding complex implementation details and exposing only the necessary information.

    • Abstraction helps in reducing complexity and increasing efficiency.

    • It allows us to focus on the essential features of an object or system.

    • For example, a car can be abstracted as a vehicle with certain properties like speed, fuel efficiency, and seating capacity.

    • Abstraction can be achieved through interfaces,

  • Answered by AI
  • Q10. What is encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and providing a public interface for accessing the functionality.

    • Encapsulation helps in achieving data abstraction and information hiding

    • It prevents unauthorized access to the internal details of an object

    • It allows for easy modification of implementation without affecting the external code

    • Example: A class with private variables and public methods

    • Example: A b...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As I'm from ECE background it's little bit easy for me because they ask basic questions. If we are good enough in basics it's easy to crack Mindtree interview

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic java, oops, data structure
  • Q2. What are the Oops concepts?
  • Ans. 

    Oops concepts are the fundamental principles of Object-Oriented Programming.

    • Abstraction

    • Encapsulation

    • Inheritance

    • Polymorphism

  • Answered by AI
  • Q3. Springboot annotations?
  • Q4. JVM, JRE, JDK all the question are based on rthe concept of the JVM role and its implementation
Round 2 - Technical 

(4 Questions)

  • Q1. Project related questions
  • Q2. What is your role in project?
  • Q3. Design pattern, paradign for the code optimization
  • Ans. 

    The design pattern for code optimization is the use of the 'Strategy' pattern.

    • The 'Strategy' pattern allows for interchangeable algorithms to be used at runtime.

    • It separates the algorithm from the client code, making it easier to modify or add new algorithms.

    • Other design patterns that can aid in code optimization include 'Singleton', 'Factory', and 'Decorator'.

  • Answered by AI
  • Q4. Sql queries for fetching a data
  • Ans. 

    SQL queries for fetching data

    • Use SELECT statement to fetch data from a table

    • Use WHERE clause to filter data based on conditions

    • Use JOIN to combine data from multiple tables

    • Use GROUP BY to group data based on a column

    • Use ORDER BY to sort data based on a column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are intrested in the real time work experience what the project concern , related to project most of the question are based

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Mentioned in resume
  • Q2. Basics of c ,c++, programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Sring boot annotations
  • Q2. Explain Mvc architchure
  • Ans. 

    MVC is a software architecture pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic of the application

    • View is responsible for rendering the user interface

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples of MVC frameworks include Ruby on Rails,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am suggest to join this company .company is very good .

Skills evaluated in this interview

Get interview-ready with Top LTIMindtree Interview Questions

I applied via Company Website and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack using queue
  • Ans. 

    Implement a stack using a queue data structure.

    • Create two queues, q1 and q2.

    • Push operation: Enqueue the element to q1.

    • Pop operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Swap q1 and q2.

    • Top operation: Dequeue all elements from q1 to q2 except the last one. Dequeue the last element from q1 and return it. Enqueue the element to q2. Swap q1 and q2.

    • isEmpty o

  • Answered by AI
  • Q2. Pallindome string
  • Q3. Address of a particular element in an array. And adress of 0th index is given
  • Ans. 

    Finding address of an element in an array given the address of 0th index.

    • Calculate the offset of the desired element from the 0th index address and add it to the 0th index address.

    • Address of ith element = address of 0th element + i * size of each element.

    • Example: Address of 3rd element in an array of strings = address of 0th element + 3 * size of string.

  • Answered by AI
  • Q4. Insertion sort

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong at basic and ready to face conceptual question

Skills evaluated in this interview

Software Engineer Jobs at LTIMindtree

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Actually first round was Aptitude + coding . Try to solve questions from various website like India bix , U can also go for RS Agarwa . N for coding solve questions from leetcode.

Round 2 - HR 

(4 Questions)

  • Q1. They will ask only geniune questions like tell me about yourself. From where u belongs ?
  • Q2. Tell me about company !Do u have another offer in hand currently ? Do u have pan card ?
  • Ans. 

    The company is a software engineering firm.

    • The company specializes in developing software solutions.

    • It has a team of skilled software engineers.

    • The company focuses on delivering high-quality products.

    • It has a strong reputation in the industry.

    • The company offers a collaborative and innovative work environment.

  • Answered by AI
  • Q3. Will u work in shift ?
  • Ans. 

    Yes, I am willing to work in shifts.

    • I am flexible and adaptable to different work schedules.

    • I understand the importance of round-the-clock support for software systems.

    • I have previous experience working in shifts.

    • I am comfortable with the potential challenges and adjustments that come with working in shifts.

  • Answered by AI
  • Q4. Areas of strength and weekness .
  • Ans. 

    My areas of strength include problem-solving, teamwork, and adaptability. My weakness is public speaking.

    • Strengths: problem-solving (e.g. developing efficient algorithms), teamwork (e.g. collaborating with colleagues on a project), adaptability (e.g. quickly learning new programming languages)

    • Weakness: public speaking (e.g. presenting technical information to a large audience)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to keep things as simple as possible . Don't feel pressure .

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic core Java and sql coding

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of Java and sql
  • Q2. Type of joins , constraints,java oops concepts,final ,static blocks

Interview Preparation Tips

Interview preparation tips for other job seekers - All over interview was good
Questions are good but basic for java ,SQL,python
After Clearing interview please discuss your role and responsibilities
Thanks

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions are related to Selenium and Java, and real time solutions for selenium

Interview Preparation Tips

Interview preparation tips for other job seekers - If we have a good knowledge on selenium and Java we can clear the interview easily

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1.write a program for fibonacci series
  • Ans. 

    Program to generate Fibonacci series.

    • Declare variables for first two numbers of the series

    • Use a loop to generate subsequent numbers

    • Print the series

  • Answered by AI
  • Q2. 2.basic questions on mysql like what primary key,foreign key, what is static variable ,global variable , write synatx for foreach loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you learn deeply so that you can expressed it very well and give some example to related question

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