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

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Amcat Online assessment

Round 2 - Technical 

(2 Questions)

  • Q1. Basics of Java,
  • Q2. Basics of DBMS,
Round 3 - HR 

(2 Questions)

  • Q1. Questions about yourself
  • Q2. Questions about family, hometown
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

On core java, 45 mins

Round 2 - Coding Test 

Mainly on oops concepts and exceptions, 1 hour

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is the difference between method overloading and overrding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is resolved at compile time based on the method signature and parameters.

    • Method overriding is resolved at runtime based on the actual object type.

    • Example of method overloadi...

  • Answered by AI
  • Q2. On threads life cycle

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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Related to binary search .
search prime number.
etc.....

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical, Verbal, Aptitude
  • Q2. Basics of python

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 Engineer Intern

 (2)

 Software Development Engineer

 (2)

 Assistant Software Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy level Problems. Both coding and aptitude.

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the given easy level code
  • Ans. 

    The candidate is asked to explain a simple code snippet.

    • Explain the purpose of the code

    • Describe the logic or algorithm used in the code

    • Discuss any potential improvements or optimizations

  • Answered by AI
  • Q2. Oops concepts such as Inheritance and Polymorphism

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn to solve easy medium questions on leetcode and also prepare for aptitude for 2 months. Then you are good to go.

Get interview-ready with Top LTIMindtree Interview Questions

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

I was interviewed before Dec 2023.

Round 1 - Aptitude Test 

Pseudo codes
aptitude
reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Java basics codes
Round 3 - HR 

(1 Question)

  • Q1. About company general hr questions

Software Engineer Jobs at LTIMindtree

View all

I applied via Naukri.com and was interviewed in May 2022. There were 4 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 

There were some basic aptitude questions.

Round 3 - Coding Test 

There were 2 easy leetcode questions.

Round 4 - Technical 

(3 Questions)

  • Q1. 1. Which programming language you are comfortable with?
  • Ans. 

    I am comfortable with Java programming language.

    • Proficient in object-oriented programming concepts

    • Experience in developing web applications using Spring framework

    • Familiarity with Java libraries and tools such as Hibernate and Maven

  • Answered by AI
  • Q2. 2. Tell me about software testing methodologies?
  • Ans. 

    Software testing methodologies are techniques used to test software for quality and functionality.

    • There are several types of testing methodologies such as black box testing, white box testing, and gray box testing.

    • Black box testing focuses on testing the functionality of the software without knowledge of its internal workings.

    • White box testing involves testing the internal workings of the software, including code and a...

  • Answered by AI
  • Q3. 3. What is difference between list and set?
  • Ans. 

    List is an ordered collection of elements while set is an unordered collection of unique elements.

    • Lists allow duplicate elements while sets do not.

    • Lists are accessed by index while sets are accessed by value.

    • Lists are represented by square brackets [] while sets are represented by curly braces {}.

    • Example: [1, 2, 3] is a list while {1, 2, 3} is a set.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basic aptitude questions from r s agarwal aptitude book. Prefer interviewbit questions for interview.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts with real time
  • Ans. 

    Oops concepts are fundamental principles in object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Allowing a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementati...

  • Answered by AI
  • Q2. SQL with real time scenario
Round 2 - HR 

(2 Questions)

  • Q1. General informations
  • Q2. Salary discussion

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Yashraj Kadam

posted on 20 Dec 2024

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

I applied via campus placement at Vivekanand Education Society's Institute of Technology, Mumbai and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Two codes were present within a time frame of 60 minutes.

Round 2 - Coding Test 

There were two coding tests, each lasting 60 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient and focus on developing your skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are teo codes withon 60 minutes

Round 2 - Coding Test 

There are two codes wiithin 60 minutes each

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient and upskill yourself

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