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

based on 20.4k Reviews

Filter interviews by

LTIMindtree Interview Questions, Process, and Tips

Updated 2 Feb 2025

Top LTIMindtree Interview Questions and Answers

View all 2k questions

LTIMindtree Interview Experiences

Popular Designations

3k interviews found

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

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

Round 1 - Technical 

(14 Questions)

  • Q1. What is star schema and snowflake schema?
  • Ans. 

    Star schema is a data warehouse schema where a central fact table is connected to multiple dimension tables. Snowflake schema is a normalized form of star schema.

    • Star schema consists of a central fact table connected to multiple dimension tables

    • Snowflake schema is a normalized form of star schema where dimension tables are further normalized into sub-dimension tables

    • Star schema is denormalized for faster query performa...

  • Answered by AI
  • Q2. Explain about your experience in SQL joins
  • Q3. Tell me what ways you improve performance of report?
  • Ans. 

    Performance of reports can be improved by optimizing queries, reducing data volume, using efficient visuals, and caching data.

    • Optimize queries by removing unnecessary columns and filters

    • Reduce data volume by aggregating data at the source or using incremental refresh

    • Use efficient visuals like matrix instead of tables for large datasets

    • Cache data to reduce query times for frequently accessed data

  • Answered by AI
  • Q4. What is data query and data flow?
  • Ans. 

    Data query is the process of retrieving specific data from a database, while data flow is the movement of data from one point to another.

    • Data query involves writing SQL queries to extract specific data from a database

    • Data flow refers to the movement of data from source to destination through various transformations

    • Data query is used to filter and retrieve relevant data, while data flow ensures data is processed and mov...

  • Answered by AI
  • Q5. Difference between power query and direct query
  • Ans. 

    Power Query is used to import and transform data within Power BI, while Direct Query allows real-time data access from the data source.

    • Power Query is used to import and transform data within Power BI before loading it into the data model.

    • Direct Query allows Power BI to query the data source directly in real-time, without importing the data into the data model.

    • Power Query is suitable for smaller datasets that can be loa...

  • Answered by AI
  • Q6. What is RANK & DENSE RANK in SQL
  • Ans. 

    RANK assigns a unique rank to each row based on a specified column, while DENSE RANK assigns a unique rank to each distinct row.

    • RANK function is used to assign a unique rank to each row based on a specified column

    • DENSE RANK function is used to assign a unique rank to each distinct row, skipping ranks if there are ties

    • RANK and DENSE RANK are commonly used in SQL queries to rank data based on certain criteria

  • Answered by AI
  • Q7. What is Calculated column and Measure?
  • Ans. 

    Calculated column is a static column in a table calculated based on a formula, while Measure is a dynamic calculation based on aggregated data.

    • Calculated column is created in Power BI using DAX formula and stored in the data model.

    • Measure is a calculation performed on the fly based on the context of the visualization.

    • Calculated columns are static and can be used for filtering and sorting, while Measures are dynamic and

  • Answered by AI
  • Q8. Tell me about complex DAX functions you used
  • Ans. 

    I have used complex DAX functions like CALCULATE, FILTER, SUMX, etc. to perform advanced calculations in Power BI.

    • Used CALCULATE function to apply filters and context changes to calculations

    • Utilized FILTER function to filter data based on specific conditions

    • Implemented SUMX function to iterate over a table and perform calculations for each row

  • Answered by AI
  • Q9. What is CALCULATED function and how it works?
  • Ans. 

    CALCULATED function is used in Power BI to create custom calculations based on existing data in a report.

    • CALCULATED function is used to create custom calculations in DAX (Data Analysis Expressions) language.

    • It allows users to define complex calculations based on existing data in the report.

    • CALCULATED function can be used with other DAX functions to perform calculations like aggregations, comparisons, and conditional lo...

  • Answered by AI
  • Q10. What is query folding in power BI?
  • Ans. 

    Query folding in Power BI is a process where Power BI pushes the data transformation steps back to the data source.

    • Query folding improves performance by reducing the amount of data loaded into Power BI.

    • It allows Power BI to leverage the capabilities of the data source for data transformation.

    • Commonly used with relational databases like SQL Server, Oracle, etc.

    • Example: When filtering data in Power BI, query folding will...

  • Answered by AI
  • Q11. Tell me about types of Context
  • Ans. 

    Types of context refer to the different ways in which data can be analyzed and interpreted in Power BI.

    • Row context: evaluates calculations row by row

    • Filter context: applies filters to data before calculations

    • Query context: used in DAX queries to retrieve data

    • Relationship context: determines how tables are related

  • Answered by AI
  • Q12. Fundamentals of POWER BI?
  • Ans. 

    Power BI is a business analytics tool by Microsoft that provides interactive visualizations and business intelligence capabilities.

    • Power BI is a business analytics tool by Microsoft

    • It allows users to create interactive visualizations and reports

    • Users can connect to various data sources to import data

    • Power BI offers a wide range of data visualization options such as charts, graphs, and maps

    • Users can share and collaborat

  • Answered by AI
  • Q13. DDL & DML commands?
  • Q14. Give me an example forINNER JOIN in sql
  • Ans. 

    INNER JOIN is used to combine rows from two or more tables based on a related column between them.

    • Use INNER JOIN to retrieve rows from both tables that have matching values in the specified column

    • Syntax: SELECT column_name(s) FROM table1 INNER JOIN table2 ON table1.column_name = table2.column_name

    • Example: SELECT Orders.OrderID, Customers.CustomerName FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.Cus

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - its good to prepare for basic questions from power BI and sql. Especially DAX

Skills evaluated in this interview

Top LTIMindtree Power BI Developer Interview Questions and Answers

Q1. How many types of subscription in power BI report reserver
View answer (1)

Power BI Developer Interview Questions asked at other Companies

Q1. Types of joins in power Bi & SQL and how it works?
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude test on Quant and Verbal

Round 2 - Coding Test 

Coding Test in prefered language

Round 3 - Technical 

(2 Questions)

  • Q1. What are opps concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming concepts in software development.

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: ability of 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 implementation details and showing only the necessary feature

  • Answered by AI
  • Q2. Explain mentioned concepts with examples
  • Ans. 

    Quality Engineer concepts explained with examples

    • Statistical Process Control (SPC) - monitoring and controlling a process through statistical analysis, e.g. tracking defects in manufacturing

    • Root Cause Analysis - identifying the underlying cause of a problem, e.g. using fishbone diagram to determine why a product failed

    • Failure Mode and Effects Analysis (FMEA) - assessing potential failure modes of a product or process a...

  • Answered by AI

Top LTIMindtree Quality Engineer Interview Questions and Answers

Q1. client has no idea on performance testing how you convivence them
View answer (1)

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql query , database connectivity,
  • Q2. Unix commands , grep, find, sed

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is middleware?
  • Ans. 

    Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and work together.

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

    • It can provide services such as authentication, authorization, logging, and message queuing.

    • Examples of middleware include Apache Kafka, RabbitMQ, and Microsoft Message Queuing (MSMQ).

  • Answered by AI

Skills evaluated in this interview

Top LTIMindtree Software Engineering Specialist Interview Questions and Answers

Q1. Explain Python Data Structures and advantages and some differences in each
View answer (2)

Software Engineering Specialist Interview Questions asked at other Companies

Q1. Explain Python Data Structures and advantages and some differences in each
View answer (2)

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

 (69)

 Graduate Trainee

 (66)

Graduate Engineer Interview Questions & Answers

user image Manivardhan Reddy

posted on 20 Dec 2024

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

General aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions regarding all the cs related
  • Q2. Scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. HR Based questions
  • Q2. Managerial 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)

Get interview-ready with Top LTIMindtree Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The interview lasted approximately half an hour and included questions about JavaScript and React.

Round 2 - HR 

(2 Questions)

  • Q1. Asked about previous company
  • Q2. Salary discussion

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Sql dba Topis and roles and responsibilities
Round 2 - Technical 

(2 Questions)

  • Q1. Sql db roles and responsibilities
  • Ans. 

    SQL DB roles and responsibilities involve managing database access, security, performance, and data integrity.

    • Creating and managing user accounts with appropriate permissions

    • Setting up and maintaining database security measures

    • Optimizing database performance through indexing and query optimization

    • Ensuring data integrity through backups and recovery procedures

    • Monitoring and troubleshooting database issues

    • Collaborating w...

  • Answered by AI
  • Q2. Issues fixed in sql dba
  • Ans. 

    SQL DBAs fix various issues related to database performance, security, and maintenance.

    • Performance tuning to optimize query execution

    • Troubleshooting and resolving database connectivity issues

    • Implementing security measures to protect data

    • Regular maintenance tasks like backups and index optimization

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Where you have worked previously
  • Ans. 

    I have worked at multiple consulting firms specializing in strategy and operations.

    • Worked at McKinsey & Company as a consultant

    • Experience at Boston Consulting Group in strategy projects

    • Consulted for various clients in healthcare and technology sectors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well related to your technology

Senior Consultant P4 Interview Questions asked at other Companies

Q1. issues fixed in sql dba
View answer (1)

Software Engineer interview

user image Code Bashers

posted on 23 Nov 2021

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

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

Round 1 - Aptitude Test 

There is 30 aptitude test

Round 2 - Coding Test 

There 2 coding problems

Round 3 - Technical 

(3 Questions)

  • Q1. Describe Oops concepts in java
  • Ans. 

    Oops concepts in Java are fundamental principles of object-oriented programming such as Inheritance, Polymorphism, Encapsulation, and Abstraction.

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

    • Polymorphism: Ability of an object to take on multiple forms.

    • Encapsulation: Wrapping data and methods into a single unit.

    • Abstraction: Hiding the implementation details and showing only the neces

  • Answered by AI
  • Q2. And some questions on the language
  • Q3. About the project u have done

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

All about dealing High severity, Injection of malware, compromised cases and few technical tools to deal with the mentioned cases.

Round 2 - One-on-one 

(1 Question)

  • Q1. Managing team, managing incident response as a lead

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared as per your experience and market needs.

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)

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.8k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k 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
 • 800 Interviews
Cyient Interview Questions
3.7
 • 282 Interviews
View all

LTIMindtree Reviews and Ratings

based on 20.4k reviews

3.8/5

Rating in categories

3.8

Skill development

3.8

Work-life balance

3.3

Salary

3.8

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 20.4k Reviews and Ratings
Senior Software Engineer
21.3k salaries
unlock blur

₹4.7 L/yr - ₹18.6 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 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.4 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.7
Compare

Accenture

3.9
Compare

TCS

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview