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 3 Mar 2025

Top LTIMindtree Interview Questions and Answers

View all 2k questions

LTIMindtree Interview Experiences

Popular Designations

2.9k interviews found

Senior s Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2024

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the process for deploying a SharePoint Framework (SPFx) solution?
  • Ans. 

    The process for deploying a SharePoint Framework (SPFx) solution involves packaging the solution, uploading it to the app catalog, and adding it to the site.

    • Package the SPFx solution using the gulp bundle and gulp package commands

    • Upload the packaged solution to the app catalog in SharePoint Online or on-premises

    • Add the solution to the site by either deploying it globally or adding it to specific pages

    • Monitor the deploy...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is the purpose of using ExecuteQuery in Client-Side Object Model (CSOM)?
  • Ans. 

    ExecuteQuery is used in CSOM to execute the queued actions and retrieve data from SharePoint server.

    • ExecuteQuery is used to send all pending actions to the server and execute them in a single batch.

    • It is necessary to call ExecuteQuery after making changes to the client-side object model to ensure the changes are reflected on the server.

    • ExecuteQuery is asynchronous and requires a callback function to handle the response...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior s interview:
  • Sharepoint Development
  • Power Platform
Interview preparation tips for other job seekers - Interviewers are friendly, and the HR team offers comprehensive support in scheduling interviews. Additionally, after the interview, they provide instant feedback, a practice that more than 90% of companies do not follow.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Networking and hardware related topics.

Round 2 - Aptitude Test 

30min on Technical Domain experience

Round 3 - Aptitude Test 

Topics related to general knowledge.

Round 4 - Technical 

(2 Questions)

  • Q1. What is your domain experience?
  • Ans. 

    Over 15 years of experience in operations management within the manufacturing industry.

    • Managed cross-functional teams to improve efficiency and reduce costs

    • Implemented lean manufacturing principles to streamline processes

    • Led continuous improvement initiatives to enhance productivity

    • Developed and implemented strategic plans to meet production goals

  • Answered by AI
  • Q2. What specific experiences do you have with the technologies relevant to your domain?
  • Ans. 

    I have extensive experience with various technologies relevant to operations, including ERP systems, data analytics tools, and project management software.

    • Implemented and optimized ERP systems to streamline operations and improve efficiency

    • Utilized data analytics tools to analyze performance metrics and make data-driven decisions

    • Managed projects using project management software to ensure timely completion and successf

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - LTIMINDTREE is a reputable IT firm that cares for its employees in all aspects and believes in fostering long-term associations.

Senior Director Operations Interview Questions asked at other Companies

Q1. What is your domain experience?
View answer (1)
LTIMindtree Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

The first round of the interview consisted of a 100-question aptitude test.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical Questions regarding to technologies added in your resume.
  • Q2. Questions from your technical iin your resume
Round 3 - HR 

(1 Question)

  • Q1. HR Questions you can find it on Google itself.

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)

Sdet Manager Interview Questions & Answers

user image Sankeerthana Vanjari

posted on 21 Nov 2024

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

I applied via LinkedIn and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Cognitive,quatitative,logical

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yor self
  • Q2. About your project
Round 3 - Technical 

(2 Questions)

  • Q1. Based on the python
  • Q2. Html which is used for web page
  • Ans. 

    HTML is a markup language used for creating web pages.

    • HTML stands for HyperText Markup Language

    • It is used to structure content on the web

    • HTML tags are used to define elements like headings, paragraphs, images, links, etc.

    • Example:

      This is a heading

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Behaviroul questions
  • Q2. Communication skills

Skills evaluated in this interview

Sdet Manager Interview Questions asked at other Companies

Q1. html which is used for web page
View answer (1)

LTIMindtree interview questions for popular designations

 Software Engineer

 (278)

 Senior Software Engineer

 (211)

 Software Developer

 (90)

 Senior Specialist

 (77)

 Graduate Engineer Trainee (Get)

 (74)

 Module Lead

 (72)

 Graduate Engineer

 (71)

 Graduate Trainee

 (66)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via campus placement at Rajalakshmi Engineering College, Chennai and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, passionate about problem-solving and eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about problem-solving

    • Eager to learn and grow in the field

  • Answered by AI
  • Q2. Which language are you proficient
  • Q3. Does C program run without main function
  • Ans. 

    No, a C program cannot run without a main function.

    • The main function is the entry point of a C program, without it the program cannot be executed.

    • The main function is mandatory in C programming as it tells the compiler where to start the execution of the program.

    • Attempting to compile a C program without a main function will result in a compilation error.

  • Answered by AI
  • Q4. What function used to change string to int
  • Ans. 

    The function used to change a string to an integer is parseInt() in JavaScript.

    • parseInt() function is used to convert a string to an integer in JavaScript.

    • It takes in the string as an argument and returns the integer value.

    • Example: parseInt('10') will return 10.

  • Answered by AI
  • Q5. What is the difference between type casting and type conversion
  • Ans. 

    Type casting is changing the data type of a variable, while type conversion is converting a value from one data type to another.

    • Type casting is done explicitly by the programmer, while type conversion can be done implicitly by the compiler.

    • Type casting can lead to loss of data if the new data type cannot hold the original value, while type conversion may involve data loss depending on the conversion.

    • Example of type cas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics & you can crack easily, Be confident on the skills that you mention on your resume

Skills evaluated in this interview

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

Associate trai Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2024

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 Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Focus on subjects such as blood relations, ratios, percentages, and similar areas.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions will be based on your internships, projects and certifications.
  • Q2. Questions may be related to upcoming technologies.
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for learning and growth.

    • Recent graduate with a degree in Business Administration

    • Passionate about learning and personal growth

    • Strong communication and organizational skills

  • Answered by AI
  • Q2. Are you okay with relocation and shifts
  • Ans. 

    Yes, I am open to relocation and flexible with shifts.

    • I am willing to relocate for the right opportunity

    • I am flexible with shifts and can adapt to different schedules

    • I understand that relocation and shift changes may be necessary for the role

  • Answered by AI

Jobs at LTIMindtree

View all
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Role related Questions
  • Q2. Related Hyperion
  • Q3. What is Planning application
  • Ans. 

    A Planning application is a software tool used for budgeting, forecasting, and financial planning within an organization.

    • Allows users to create and manage budgets

    • Enables forecasting of future financial performance

    • Facilitates collaboration among different departments for planning purposes

    • Provides reporting and analysis capabilities

    • Examples include Oracle Hyperion Planning, SAP BPC, and IBM Planning Analytics

  • Answered by AI
  • Q4. Data types and its usage
  • Ans. 

    Data types are classifications that specify which type of value a variable can hold.

    • Data types include integers, floats, strings, booleans, arrays, and objects.

    • Integers are whole numbers, floats are numbers with decimal points, strings are text, booleans are true/false values.

    • Arrays are collections of values, objects are collections of key-value pairs.

    • Data types determine how data can be manipulated and stored in a pro

  • Answered by AI

Senior Hyperion Consultant Interview Questions asked at other Companies

Q1. What is Planning application
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via campus placement at BV Raju Institute of Technology, Medak and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A technical and aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Write a program to reverse a string
  • Q2. Give SQL queries for the given data set
Round 3 - HR 

(2 Questions)

  • Q1. Free to relocate
  • Q2. Any academic failures

Top LTIMindtree Software Engineer Interview Questions and Answers

Q1. Find prime numbersYou are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N. Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc. You can assum... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Consists of basic aptitude questions followed by communication round of 20 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Generate 15 test cases for given requirement
  • Ans. 

    Generate 15 test cases for a given requirement in a Graduate Trainee interview.

    • Test case 1: Input is null

    • Test case 2: Input is an empty string

    • Test case 3: Input contains only numbers

    • Test case 4: Input contains special characters

    • Test case 5: Input contains both uppercase and lowercase letters

    • Test case 6: Input is a long string

    • Test case 7: Input is a short string

    • Test case 8: Input is a single character

    • Test case 9: Input ...

  • Answered by AI
  • Q2. Some coding and debugging questions
Round 3 - HR 

(2 Questions)

  • Q1. Introduction of myself briefly
  • Ans. 

    I am a recent graduate with a degree in Business Administration and a passion for marketing and project management.

    • Recent graduate with a degree in Business Administration

    • Passionate about marketing and project management

    • Strong communication and organizational skills

    • Experience in internships at marketing agencies

    • Proficient in Microsoft Office and project management tools

  • Answered by AI
  • Q2. Why this company only
  • Ans. 

    I am impressed by the company's innovative products, strong company culture, and commitment to employee development.

    • Innovative products: I am excited about the opportunity to work for a company that is constantly pushing the boundaries of technology.

    • Strong company culture: I have heard great things about the supportive and collaborative environment at this company.

    • Commitment to employee development: I value companies t...

  • Answered by AI

Top LTIMindtree Graduate Trainee Interview Questions and Answers

Q1. What is cloud based services, why companies are shifting to cloud?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Graduate Trainee Interview Questions & Answers

user image KANHA GUPTA

posted on 20 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were easy to moderate level.

Round 2 - Coding Test 

There was 2 DSA questions of medium level.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about preferred programming language?
  • Q2. Basic DSA and development questions?
Round 4 - HR 

(2 Questions)

  • Q1. Are you ready for relocate?
  • Ans. 

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

    • I am willing to relocate for the right job opportunity

    • I have no ties that would prevent me from relocating

    • I am excited about the prospect of experiencing a new city or country

  • Answered by AI
  • Q2. Strengths and weakness?
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weakness is that I can be overly critical of my own work.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weakness: overly critical of my own work

  • Answered by AI

Top LTIMindtree Graduate Trainee Interview Questions and Answers

Q1. What is cloud based services, why companies are shifting to cloud?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Bajaj Finserv

No Jobs

JOBS

Tata Steel

No Jobs

DESIGNATION

REVIEWS

LTIMindtree

No Reviews

REVIEWS

LTIMindtree

No Reviews

REVIEWS

LTIMindtree

No Reviews

DESIGNATION

REVIEWS

LTIMindtree

No Reviews

DESIGNATION

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 21k reviews

3.8/5

Rating in categories

3.7

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 21k Reviews and Ratings
Data Scientist

Mumbai

8-13 Yrs

Not Disclosed

Golang Senior Specialist - Architecture

Bangalore / Bengaluru

8-12 Yrs

Not Disclosed

Explore more jobs
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