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
3.9

based on 19.9k Reviews

Filter interviews by

LTIMindtree Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top LTIMindtree Interview Questions and Answers

View all 1.9k questions

LTIMindtree Interview Experiences

Popular Designations

2.9k interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding problem based on list
  • Q2. Microservices architecture related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Core java based questions
  • Q2. Coding question based on multithreading

Top LTIMindtree Senior Specialist Interview Questions and Answers

Q1. What is autoscaling how it works? Give scenario that you have worked on for autoscaling.
View answer (1)

Senior Specialist Interview Questions asked at other Companies

Q1. Design the zabbix architecture and share how many servers are you gonna suggest the customer to have?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is oops and explain in real life
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs allows for the organization of code into reusable components called objects.

    • Objects can interact with each other through methods and properties.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPs.

    • Example: In a ...

  • Answered by AI
  • Q2. Write a code for revrse a string
  • Ans. 

    Code to reverse a string

    • Use a loop to iterate through the characters of the string and append them in reverse order

    • Alternatively, you can use built-in functions like reverse() in some programming languages

    • Make sure to handle edge cases like empty string or null input

  • Answered by AI
  • Q3. Explain project
  • Ans. 

    Developed a software application to automate inventory management for a manufacturing company.

    • Identified client requirements for inventory tracking and management

    • Designed user-friendly interface for easy data input and retrieval

    • Implemented barcode scanning functionality for efficient inventory tracking

    • Conducted testing and troubleshooting to ensure system reliability

  • Answered by AI
  • Q4. Sql query and join
  • Q5. What do you know about ai
  • Ans. 

    AI stands for artificial intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves the development of algorithms that can perform tasks that typically require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.

    • Examples of AI applications include virtual assistants like Siri and Alexa, self-driving ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good and friendly experince

Skills evaluated in this interview

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)

DOT NET Developer Interview Questions & Answers

user image Raju Krishna

posted on 13 Oct 2024

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. General questions on ASP.NET, Projects
  • Q2. Questions from my resume and current project

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Array question and multiple operations on it

Round 2 - Technical 

(2 Questions)

  • Q1. What is @autowired
  • Ans. 

    Annotation in Spring framework used for automatic dependency injection

    • Annotation in Spring framework

    • Used for automatic dependency injection

    • Reduces the need for manual configuration

  • Answered by AI
  • Q2. Configure 2 database in one spring boot app
  • Ans. 

    To configure 2 databases in one Spring Boot app, define multiple DataSource beans and specify which entity manager to use for each database.

    • Define multiple DataSource beans in the configuration class

    • Specify which entity manager to use for each database

    • Use @Primary annotation for the default database

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn java and spring boot in depth or whatever tech stack you are applying to

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 questions for popular designations

 Software Engineer

 (306)

 Senior Software Engineer

 (202)

 Software Developer

 (88)

 Senior Specialist

 (75)

 Graduate Engineer Trainee (Get)

 (73)

 Module Lead

 (72)

 Graduate Trainee

 (62)

 Data Engineer

 (55)

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

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

Round 1 - Aptitude Test 

The basic aptitude test, which included reasoning and English questions, lasted for one hour and was of moderate difficulty.

Round 2 - Technical 

(3 Questions)

  • Q1. Can you provide a brief description of your technical background?
  • Ans. 

    I have a strong technical background in computer science with experience in programming languages such as Java, Python, and C++.

    • Bachelor's degree in Computer Science

    • Proficient in Java, Python, and C++ programming languages

    • Experience with software development and coding projects

  • Answered by AI
  • Q2. Can you explain your final year project?
  • Ans. 

    Designed a mobile application for tracking and managing personal fitness goals.

    • Developed using React Native for cross-platform compatibility.

    • Implemented features such as goal setting, progress tracking, and workout logging.

    • Integrated with wearable devices for real-time data syncing.

    • Conducted user testing to gather feedback for iterative improvements.

  • Answered by AI
  • Q3. What are the key features and functionalities of lists in Python?
  • Ans. 

    Lists in Python are ordered, mutable, and can contain elements of different data types.

    • Lists are ordered collections of items, indexed starting at 0.

    • Lists are mutable, meaning you can change, add, or remove elements.

    • Lists can contain elements of different data types, such as integers, strings, or even other lists.

    • You can access elements in a list using square brackets, e.g. my_list[0] to access the first element.

    • Common...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Explain about yourself.
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for learning and growing in a professional setting.

    • Recent graduate with a degree in Business Administration

    • Passionate about learning and professional growth

    • Strong communication and organizational skills

    • Experience in internships or part-time jobs related to business

  • Answered by AI
  • Q2. Are you willing to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am flexible and willing to move for career growth

    • I have relocated in the past for job opportunities

    • I understand the importance of being open to new locations for career advancement

  • Answered by AI
  • Q3. What is the difference between team and group
  • Ans. 

    Teams have a shared goal and work interdependently, while groups may not have a common goal and work independently.

    • Teams have a shared goal and work interdependently towards achieving it

    • Groups may not have a common goal and members work independently

    • Teams have clear roles and responsibilities for each member

    • Groups may not have defined roles and responsibilities

    • Teams have strong communication and collaboration among mem...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focused and confident when responding to the questions posed during an interview.

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)

Get interview-ready with Top LTIMindtree Interview Questions

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

(1 Question)

  • Q1. Difference between C, C++ and Java
  • Ans. 

    C is a procedural language, C++ is an object-oriented language, and Java is a platform-independent language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an extension of C with added features like classes and objects.

    • Java is a platform-independent language that runs on a virtual machine.

  • 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

Voip Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. Are you interested in the opening
  • Ans. 

    Yes, I am very interested in the opening for VoIP Engineer.

    • I have a strong background in VoIP technologies and have worked on various VoIP projects in the past.

    • I am passionate about staying up-to-date with the latest advancements in VoIP technology.

    • I am excited about the opportunity to contribute my skills and experience to your team.

  • Answered by AI
  • Q2. What was your previous ctc
  • Ans. 

    My previous CTC was $80,000 per year.

    • My previous CTC was competitive for the industry.

    • I received regular salary increments based on performance.

    • I also received bonuses and benefits as part of my compensation package.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company they(company HR)--Trainee calls you .After you apply different HR from same company LTI mindtree calls you and ask you same questions.I got 12 calls.Once there official HR calling sequence is over there Vendors starts harassing you.Ltimindtree don't have projects/Jobs they do timepass ask your personal documents like PAN Card .Don't ever tell them i am interested in the opening otherwise you will be having mental torchure.
They will reject your profile saying it's duplicate.there HR creates duplicate profile and rejects.
Never respond if you escalate.Big corruption in hiring

Voip Engineer Interview Questions asked at other Companies

Q1. How DHCP will work?
View answer (1)

fresher interview

user image TECH LECTURE

posted on 23 Nov 2021

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is ODATA Service

Top LTIMindtree Senior Software Developer Interview Questions and Answers

Q1. Basic HR QuestionsQ1. He asked for an end to end explanation of my last project.Q2. Why do you want to join Larsen & Toubro Infotech?
View answer (1)

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Q2. Javascriptframework

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

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 1.6k interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 1.8k LTIMindtree interviews
Job Portal
Campus Placement
Referral
Company Website
WalkIn
Recruitment Consultant
37%
26%
9%
7%
3%
3%
15% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
View all

LTIMindtree Reviews and Ratings

based on 19.9k reviews

3.9/5

Rating in categories

3.8

Skill development

3.9

Work-Life balance

3.4

Salary & Benefits

3.8

Job Security

3.8

Company culture

3.1

Promotions/Appraisal

3.6

Work Satisfaction

Explore 19.9k Reviews and Ratings
Conversion Rate Optimization/CRO Specialist

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

AJO Campaign Developer(ACC/AEP)

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

AI ML Lead

Chennai

9-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.4 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.8k salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹36.8 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.1 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview