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 Interview Questions, Process, and Tips for Freshers

Updated 14 Feb 2025

Top LTIMindtree Interview Questions and Answers for Freshers

View all 249 questions

LTIMindtree Interview Experiences for Freshers

Popular Designations

357 interviews found

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

I applied via campus placement at The Yeshwantrao Chavan College of Engineering, Nagpur and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked basic aptitude questions.

Round 2 - Aptitude Test 

MCQ on core cs subjects.

Round 3 - Technical 

(2 Questions)

  • Q1. Write merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively splits an array into halves, sorts them, and then merges them back together.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
  • Q2. Time and space complexity of merge sort.
  • Ans. 

    Merge sort has a time complexity of O(n log n) and a space complexity of O(n).

    • Time complexity of merge sort is O(n log n) where n is the number of elements in the array.

    • Space complexity of merge sort is O(n) as it requires additional space to store the temporary arrays during the merging process.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into halves until each subarray contains only

  • Answered by AI

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via campus placement at Haldia Institute of Technology (HIT) and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical ques,quant, logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Diff between DBMS and RDBMS.
  • Ans. 

    DBMS is a software system that manages databases, while RDBMS is a type of DBMS that stores data in a structured format using tables.

    • DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.

    • DBMS allows users to create, retrieve, update, and manage data in a database, while RDBMS uses a structured query language (SQL) to interact with the database.

    • RDBMS enforces referentia...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Difference between confidence and overconfidence.
  • Ans. 

    Confidence is belief in oneself based on experience and ability, while overconfidence is excessive belief in oneself without proper justification.

    • Confidence is earned through hard work and experience, while overconfidence is often based on arrogance and lack of self-awareness.

    • Confidence allows individuals to take risks and push themselves out of their comfort zone, while overconfidence can lead to reckless behavior and...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Graduate Apprentice interview:
  • DBMS
  • Java

Top LTIMindtree Graduate Apprentice Interview Questions and Answers

Q1. What are the different types of inheritance in Java, and can you explain the concept of interfaces? Additionally, code editor link was paste where I had to code and execute the code for interfaces .
View answer (1)

Graduate Apprentice Interview Questions asked at other Companies

Q1. What are the different types of inheritance in Java, and can you explain the concept of interfaces? Additionally, code editor link was paste where I had to code and execute the code for interfaces .
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Various sessions on aptitude, advanced coding, and English.

Round 2 - Technical 

(1 Question)

  • Q1. The interview focused extensively on my resume, particularly regarding the projects listed.
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

They provide link for hackerthon test which is having two questions to write basic java programs

Round 2 - Technical 

(2 Questions)

  • Q1. Basic core java and oops concepts
  • Q2. Spring boot question
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to change this jon
  • Q2. What is your salary expectation

Top LTIMindtree Senior Software Engineer Interview Questions and Answers

Q1. in Angular what is services and how to call service api, and how bind our data with in component.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

LTIMindtree interview questions for popular designations

 Software Engineer

 (316)

 Senior Software Engineer

 (211)

 Software Developer

 (92)

 Senior Specialist

 (77)

 Graduate Engineer Trainee (Get)

 (73)

 Module Lead

 (72)

 Graduate Engineer

 (70)

 Graduate Trainee

 (66)

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

I applied via Newspaper Ad and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dbms and its uses
  • Ans. 

    DBMS stands for Database Management System. It is a software that manages databases and allows users to interact with data.

    • DBMS helps in storing, retrieving, and managing data efficiently.

    • It provides data security by allowing access control and data encryption.

    • DBMS ensures data integrity by enforcing constraints and maintaining consistency.

    • Examples of DBMS include MySQL, Oracle, SQL Server, and PostgreSQL.

  • Answered by AI
  • Q2. What is dsa, explain knapsack
  • Ans. 

    DSA stands for Data Structures and Algorithms. Knapsack is a problem in combinatorial optimization.

    • DSA is a field of study that involves the design and analysis of data structures and algorithms.

    • Knapsack problem involves maximizing the value of items in a knapsack without exceeding its capacity.

    • There are two types of knapsack problems: 0/1 knapsack (where items cannot be broken) and fractional knapsack (where items can

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on core subjects

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Get interview-ready with Top LTIMindtree Interview Questions

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Communication test 

(1 Question)

  • Q1. Writing a passage,speaking test
Round 2 - Technical 

(1 Question)

  • Q1. About my project and SQL questions
Round 3 - HR 

(1 Question)

  • Q1. Introduction and relocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Improving communication skills ,try hard and think logically

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)

Associate Trainee Interview Questions & Answers

user image Alangar Hariprakash Priyanka

posted on 20 Dec 2024

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Full of analytical and reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Some techincal questions on programming languages you know
Round 3 - HR 

(1 Question)

  • Q1. About yourself and where do you see yourself , etc

Top LTIMindtree Associate Trainee Interview Questions and Answers

Q1. What are the key concepts of Object-Oriented Programming (OOP) in Java?
View answer (1)

Associate Trainee Interview Questions asked at other Companies

Q1. What is the difference between Web Browser and Search Engine?
View answer (1)

Software Engineer interview

user image KaaShiv Venkat

posted on 13 Dec 2021

 · B.tech | B.tech
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 hour test without coding test

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic OOPS concepts as well as various basic programming questions
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years
  • Ans. 

    In five years, I see myself as a senior engineer leading a team of talented individuals, working on innovative projects and continuously learning and growing in my career.

    • Leading a team of engineers

    • Working on innovative projects

    • Continuously learning and growing in my career

  • Answered by AI

Top LTIMindtree Graduate Engineer Interview Questions and Answers

Q1. What is the Difference between C & C++?
View answer (1)

Graduate Engineer Interview Questions asked at other Companies

Q1. What is Finite Element Analysis? Explain using examples.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How hash-map work internally
  • Ans. 

    Hash-map uses a hash function to map keys to values for efficient retrieval.

    • Hash-map uses a hash function to compute an index where the value is stored

    • Collisions can occur when multiple keys hash to the same index

    • Hash-map typically uses linked lists or binary trees to handle collisions

    • Hash-map provides constant time complexity O(1) for insertion, deletion, and retrieval

  • Answered by AI
  • Q2. What is thread and how can create thread
  • Ans. 

    A thread is a lightweight process that can run concurrently with other threads within the same process.

    • Threads allow for parallel execution of tasks within a single process.

    • Threads share the same memory space and resources of the process that created them.

    • Threads can be created in programming languages like Java, C++, and Python using built-in libraries or frameworks.

    • For example, in Java, you can create a thread by ext...

  • Answered by AI

Skills evaluated in this interview

Top LTIMindtree Senior Software Engineer Interview Questions and Answers

Q1. in Angular what is services and how to call service api, and how bind our data with in component.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree interview for freshers?
LTIMindtree interview process for freshers usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process for freshers are Technical, Aptitude Test and HR.
How to prepare for LTIMindtree interview for freshers?
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 Excel, Background Verification, Communication Skills, Data Validation and International Voice Process.
What are the top questions asked in LTIMindtree interview for freshers?

Some of the top questions asked at the LTIMindtree interview for freshers -

  1. How do you know about this type of ID related issues because you are not comple...read more
  2. Can we write int func() and int func(int a) in a single cla...read more
  3. How can a circuler cake can be cut into 8 equal pieces with 3 cuts on...read more
How long is the LTIMindtree interview process?

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

Tell us how to improve this page.

LTIMindtree Interview Process for Freshers

based on 191 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

LTIMindtree Reviews and Ratings

based on 20.7k reviews

3.8/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.3

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 20.7k Reviews and Ratings
AEP RT-CDP Architect

Kolkata

10-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
21.3k salaries
unlock blur

₹4.7 L/yr - ₹18.7 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.3 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.5 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