i
LTIMindtree
Filter interviews by
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Nov 2024. There were 4 interview rounds.
Easy to crack easy level
Easy to crack ALL process was easy
Its overall good . First aptitude and then english test
I have a strong analytical background, excellent communication skills, and a proven track record of delivering actionable insights.
I have a degree in Economics with a focus on data analysis
I have experience using statistical software such as R and Python
I have successfully presented findings to senior management in previous roles
Strength: Analytical skills, Weakness: Perfectionism
Strength: Strong analytical skills help me in problem-solving and decision-making.
Weakness: Perfectionism can sometimes lead to spending too much time on a task to ensure it is flawless.
Strength: Attention to detail allows me to catch errors and improve processes.
Weakness: Striving for perfection can cause stress and hinder progress.
Strength: Ability to think critical...
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Callable is used to return a result and can throw checked exceptions, while Runnable is used for void operations.
Callable can return a result and throw checked exceptions, while Runnable cannot.
Callable is a functional interface with a method call() that returns a result, while Runnable is a functional interface with a method run() that does not return a result.
Example: Callable
Use the Strategy design pattern for complex design.
Strategy pattern allows you to define a family of algorithms, encapsulate each one, and make them interchangeable.
It helps in separating the behavior of a class from the class itself, making it easier to switch between different algorithms at runtime.
Examples of using Strategy pattern include implementing different sorting algorithms in a class or defining various paym
What people are saying about LTIMindtree
Basic aptitude questions
LTIMindtree interview questions for popular designations
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Reverse a number by converting it to a string and then reversing the characters
Convert the number to a string
Reverse the characters of the string
Convert the reversed string back to a number
Reverse a given string
Create a character array from the input string
Use two pointers to swap characters from start and end of the array
Continue swapping until the pointers meet in the middle
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The assessment has a duration of 60 minutes and includes logical reasoning, quantitative aptitude, verbal ability, and a communication test. Additionally, please update your resume and have your college ID card ready.
HTML is a markup language used for creating and structuring web pages.
HTML stands for HyperText Markup Language.
It is used to create the structure and content of web pages.
HTML uses tags to define elements such as headings, paragraphs, images, links, and more.
Example: <h1>This is a heading</h1>
Example: <p>This is a paragraph</p>
HTML documents are saved with a .html file extension.
Designed and implemented a customer relationship management system for a small business.
Researched CRM software options and selected the best fit for the business
Customized the software to meet the specific needs of the business
Trained employees on how to use the new system effectively
I aspire to be a team lead while also being a supportive team member.
I believe in leading by example and guiding the team towards success.
I also value collaboration and supporting my team members in achieving their goals.
Being a team lead allows me to take on more responsibilities and contribute to the overall growth of the team.
However, I understand the importance of being a supportive team member and working together
I address conflicts by promoting open communication, active listening, and facilitating resolution through compromise and collaboration.
Encourage open communication among team members to express their concerns and perspectives
Practice active listening to understand all sides of the conflict
Facilitate resolution through compromise and collaboration, finding common ground
Provide guidance and support to help team members
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
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...
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
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...
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...
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
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
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
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...
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...
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
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
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
COND parameter is used in JCL (Job Control Language) to specify a condition for executing a job step.
COND parameter is used to specify a condition code that must be satisfied for the job step to execute.
It can be used with IF or ONLY keywords to control the execution flow based on the condition code.
For example, COND=(0,NE) means the job step will execute if the condition code is not equal to 0.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
It was easy to solve
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
I want to choose Mindtree because of its reputation for innovation, strong company culture, and opportunities for growth.
Mindtree has a reputation for innovation and cutting-edge technology solutions.
The company has a strong focus on employee development and a positive company culture.
There are ample opportunities for growth and advancement within Mindtree.
I believe that working at Mindtree will provide me with the pla...
Mindtree is a global technology consulting and services company, specializing in IT services and digital transformation.
Founded in 1999 in Bangalore, India
Provides services in application development, maintenance, infrastructure management, and testing
Acquired by L&T (Larsen & Toubro) in 2019
Has offices in multiple countries including the USA, UK, and India
Some of the top questions asked at the LTIMindtree interview for freshers -
The duration of LTIMindtree interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 191 interviews
Interview experience
based on 20.7k reviews
Rating in categories
8-12 Yrs
Not Disclosed
5-10 Yrs
Not Disclosed
Senior Software Engineer
21.3k
salaries
| ₹4.7 L/yr - ₹18.7 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Technical Lead
6.4k
salaries
| ₹9.3 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.5 L/yr |
Cognizant
Capgemini
Accenture
TCS