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

Updated 21 Feb 2025

Top LTIMindtree Interview Questions and Answers

View all 2k questions

LTIMindtree Interview Experiences

Popular Designations

3k interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Assignment 

Several questions of english Apti coding

Round 2 - Technical 

(2 Questions)

  • Q1. What is cross site scripting
  • Ans. 

    Cross site scripting (XSS) is a type of security vulnerability typically found in web applications where malicious scripts are injected into trusted websites.

    • XSS allows attackers to execute scripts in the victim's browser, potentially stealing sensitive information or altering the website's content.

    • There are three main types of XSS: stored XSS, reflected XSS, and DOM-based XSS.

    • Preventing XSS involves input validation, ...

  • Answered by AI
  • Q2. What is MITM
  • Ans. 

    MITM stands for Man-in-the-Middle attack, where a third party intercepts communication between two parties without their knowledge.

    • MITM attack involves a hacker intercepting communication between two parties to steal information or manipulate data.

    • Common examples include eavesdropping on Wi-Fi networks or intercepting emails.

    • To prevent MITM attacks, encryption and secure communication protocols like HTTPS are used.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a recent graduate with a degree in engineering, passionate about problem-solving and eager to apply my skills in a professional setting.

    • Recent graduate with a degree in engineering

    • Passionate about problem-solving

    • Eager to apply skills in a professional setting

  • Answered by AI
  • Q2. How to you handle dispute amongst team members
  • Ans. 

    I address disputes amongst team members by promoting open communication, active listening, and facilitating constructive discussions.

    • Encourage open communication to address issues early on

    • Practice active listening to understand all perspectives

    • Facilitate constructive discussions to find mutually beneficial solutions

  • 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)

Engineer Trainee Interview Questions & Answers

user image Deep Chakraborty

posted on 11 Dec 2024

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

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce your self please
  • Q2. Diff b/w leader and manager

Top LTIMindtree Engineer Trainee Interview Questions and Answers

Q1. What is the interface in Java? Provide an example, how you use it?
View answer (1)

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find reverse string using array

Round 2 - Technical 

(1 Question)

  • Q1. What are Routing Guards?
  • Ans. 

    Routing guards are used in Angular to control access to certain routes based on certain conditions.

    • Routing guards are used to protect routes in Angular applications.

    • They can be used to control access based on authentication status, user roles, etc.

    • There are different types of routing guards like CanActivate, CanActivateChild, CanDeactivate, CanLoad.

    • Example: CanActivate guard can be used to check if a user is authentica

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics OOPS, .Net Basics, Azure Service
  • Q2. Static constructor
  • Q3. What is Middleware, Enumerable
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, while Enumerable is a collection type that allows iteration.

    • Middleware facilitates communication and data exchange between different software applications or components.

    • Examples of middleware include message brokers, web servers, and application servers.

    • Enumerable is a collection type in programming languages like C# and Ruby tha...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Advance .Net concepts, Designing question with azure service

Skills evaluated in this interview

Top LTIMindtree Technical Specialist Interview Questions and Answers

Q1. What are the types of memory available in java
View answer (1)

Technical Specialist Interview Questions asked at other Companies

Q1. What are the features of Solar wind which you are aware of?
View answer (4)

LTIMindtree interview questions for popular designations

 Software Engineer

 (316)

 Senior Software Engineer

 (211)

 Software Developer

 (92)

 Senior Specialist

 (77)

 Graduate Engineer Trainee (Get)

 (74)

 Module Lead

 (72)

 Graduate Engineer

 (70)

 Graduate Trainee

 (66)

Sdet Interview Questions & Answers

user image Anonymous

posted on 19 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse String without using loop
  • Ans. 

    Reverse string without using loop

    • Use recursion to reverse the string

    • Base case: if string length is 0 or 1, return the string

    • Recursive case: return the last character + reverse(rest of the string)

  • Answered by AI
  • Q2. Parenthesis Balancing using stack
  • Ans. 

    Implement a parenthesis balancing algorithm using a stack

    • Use a stack to keep track of opening parentheses

    • When encountering a closing parenthesis, pop from stack and check if it matches the closing parenthesis

    • If stack is empty or mismatched parentheses, return false

    • If all parentheses are balanced, return true

  • Answered by AI

Skills evaluated in this interview

Top LTIMindtree Sdet Interview Questions and Answers

Q1. Explain framework used for selenium
View answer (1)

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Get interview-ready with Top LTIMindtree Interview Questions

Associate Trainee Interview Questions & Answers

user image Chaya Jayanu

posted on 23 Dec 2024

Interview experience
3
Average
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 

In this round we have arithmetic ,reasoning, english ,computer questions

Round 2 - Technical 

(1 Question)

  • Q1. What are the different types of looping statements in C?
  • Ans. 

    There are three types of looping statements in C: for, while, and do-while.

    • For loop: Used when the number of iterations is known. Example: for(int i=0; i<5; i++) {}

    • While loop: Used when the number of iterations is not known. Example: while(i < 5) {}

    • Do-while loop: Similar to while loop but guaranteed to execute at least once. Example: do {} while(i < 5);

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Are you comfortable working night shifts?
  • Ans. 

    Yes, I am comfortable working night shifts as I am able to adapt to different schedules and prioritize my work effectively.

    • I have previous experience working night shifts in my previous job and have no issues with it.

    • I am a night owl and tend to be more productive during late hours.

    • I understand the importance of maintaining a healthy work-life balance even when working night shifts.

  • Answered by AI
  • Q2. Are you open to relocating to any location?
  • Ans. 

    Yes, I am open to relocating to any location.

    • I am flexible and willing to move wherever the opportunity takes me.

    • I understand that relocation may be necessary for career growth.

    • I have no geographical restrictions and am excited about the possibility of experiencing new places.

  • Answered by AI

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)

Jobs at LTIMindtree

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between foreach and map
  • Ans. 

    foreach is used to iterate over an array without returning a new array, while map creates a new array by applying a function to each element.

    • foreach does not return a new array, while map does

    • foreach does not modify the original array, while map creates a new array

    • foreach is used for iterating over elements, while map is used for transforming elements

    • Example: foreach - array.forEach(item => console.log(item)), map - ar

  • Answered by AI
  • Q2. Explain rxjs operators
  • Ans. 

    RxJS operators are functions that enable complex asynchronous operations and data manipulation in reactive programming.

    • RxJS operators are used to transform, filter, combine, and create observables.

    • Operators can be categorized into creation operators, transformation operators, filtering operators, combination operators, and utility operators.

    • Examples of operators include map, filter, mergeMap, switchMap, debounceTime, a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] &lt;= ARR[i + 1] f... read more
View answer (3)

Software Engineer interview

user image Study With Flow

posted on 13 Dec 2021

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Top 5 and Bottom 5 customer
  • Q2. Flag for data not updated
  • Ans. 

    Create a flag to identify data that has not been updated

    • Add a new column in the dataset called 'Updated Flag'

    • Use a formula to check if the data has been updated recently

    • For example, if the last update date is more than 30 days ago, set the flag to 'Not Updated'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Tableau Developer Interview Questions asked at other Companies

Q1. What are the filters? Name the different filters in tableau?
View answer (7)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to Convert Monolithic to Microservices?
  • Ans. 

    Monolithic to Microservices conversion involves breaking down a large application into smaller, independent services.

    • Identify the different functionalities of the monolithic application

    • Decompose the application into smaller services based on these functionalities

    • Use APIs for communication between services

    • Implement service discovery and load balancing for scalability

    • Containerize services using tools like Docker and orch

  • Answered by AI
  • Q2. How to write code as Platform independent?
  • Ans. 

    To write code as platform independent, use programming languages that are supported on multiple platforms and avoid platform-specific code.

    • Use programming languages like Java, Python, or JavaScript that are supported on multiple platforms.

    • Avoid using platform-specific libraries or APIs in your code.

    • Test your code on different platforms to ensure compatibility.

    • Use tools like Docker or virtual machines to create a consis

  • Answered by AI

Top LTIMindtree DOT NET Developer Interview Questions and Answers

Q1. How to Convert Monolithic to Microservices?
View answer (1)

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and Aptitude Test.
How to prepare for LTIMindtree 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, Python, Javascript, Agile and Java.
What are the top questions asked in LTIMindtree interview?

Some of the top questions asked at the LTIMindtree interview -

  1. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1...read more
  2. 1.data dictionary concept-table creation steps How do you maintain TMG? What is...read more
  3. 5.enhancements What is enhancements? Types of enhancements? How do you find an...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

based on 2.9k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

LTIMindtree Reviews and Ratings

based on 20.8k 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.8k Reviews and Ratings
Senior Consultant - Package Implementation

Mumbai,

Navi Mumbai

3-7 Yrs

Not Disclosed

Specialist - Package Implementation

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Specialist - Package Implementation

Pune

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
21.3k salaries
unlock blur

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