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 Data Scientist Interview Questions and Answers

Updated 21 Mar 2025

10 Interview questions

A Data Scientist was asked 10mo ago
Q. What general questions do you have?
Ans. 

Data scientists analyze data to extract insights, build models, and support decision-making across various industries.

  • Data Collection: Gathering data from various sources like databases, APIs, or web scraping.

  • Data Cleaning: Removing inconsistencies and handling missing values to ensure data quality.

  • Exploratory Data Analysis (EDA): Using statistical methods and visualization tools to understand data patterns.

  • Model ...

A Data Scientist was asked 11mo ago
Q. How does a random forest work in the feature selection process?
Ans. 

Random forest uses feature importance to select the most relevant features for prediction.

  • Random forest calculates feature importance based on how much each feature decreases impurity in the model

  • Features with higher importance are considered more relevant for prediction

  • Random forest can automatically handle feature selection by using only the most important features

  • Example: In a random forest model predicting cus...

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
🔥 Asked by recruiter 2 times
A Data Scientist was asked
Q. What is the difference between .py and .pyc files?
Ans. 

The .py files contain Python code, while the .pyc files are compiled bytecode files generated by Python when a .py file is imported.

  • The .py files are human-readable text files containing Python code.

  • The .pyc files are compiled bytecode files created by Python to improve execution speed.

  • The .pyc files are automatically generated by Python when a .py file is imported.

  • The .pyc files are platform-independent and can b...

A Data Scientist was asked
Q. Explain RNN and LSTM.
Ans. 

RNN is a type of neural network that processes sequential data. LSTM is a type of RNN that can learn long-term dependencies.

  • RNN stands for Recurrent Neural Network and is designed to handle sequential data by maintaining a hidden state that captures information about previous inputs.

  • LSTM stands for Long Short-Term Memory and is a type of RNN that addresses the vanishing gradient problem by introducing a memory cel...

What people are saying about LTIMindtree

View All
staticsalamander
1w
works at
Startup
Node.js Dev Dilemma: LTIMindtree, Capgemini, or TCS?
Need some advice! I’m a Node.js dev with 6+ years of experience and I’ve got offers from: LTIMindtree (26 LPA) Capgemini (27 LPA) TCS (24 LPA) I'm trying to figure out which company would have better projects, especially in AI or newer tech. I’m really into AI-related stuff. Anyone working at these companies know about the overall work experience?
Got a question about LTIMindtree?
Ask anonymously on communities.
A Data Scientist was asked
Q. Explain the importance of Model Evaluation in the process of ML pipeline
Ans. 

Model evaluation is crucial in ML pipeline to assess the performance and generalization of the model.

  • Helps in selecting the best model for the given problem by comparing different models based on metrics like accuracy, precision, recall, etc.

  • Prevents overfitting by checking if the model is performing well on unseen data.

  • Guides in fine-tuning hyperparameters to improve model performance.

  • Enables understanding of mod...

What are the roles & responsibilities of a Data Scientist at LTIMindtree?

Model Development & Deployment

  • Build and manage end-to-end ML pipelines
  • Develop, train, and deploy ML models using cloud platforms

Read full roles & responsibilities

A Data Scientist was asked
Q. Given a triangle, find the minimum path sum from top to bottom. Each step may move to adjacent numbers on the row below.
Ans. 

Code for parsing a triangle

  • Use a loop to iterate through each line of the triangle

  • Split each line into an array of numbers

  • Store the parsed numbers in a 2D array or a list of lists

LTIMindtree HR Interview Questions

495 questions and answers

Q. What is your current professional experience?
Q. How would you manage operational disruptions within your team as a project ... read more
Q. What other technologies have you worked on?
A Data Scientist was asked
Q. Write a program to print ASCII values along with alphabets (both capital and small).
Ans. 

The ASCII value is a numerical representation of a character. It includes both capital and small alphabets.

  • ASCII values range from 65 to 90 for capital letters A to Z.

  • ASCII values range from 97 to 122 for small letters a to z.

  • For example, the ASCII value of 'A' is 65 and the ASCII value of 'a' is 97.

Are these interview questions helpful?
A Data Scientist was asked
Q. Why we use bias in neural networks? Why do we scale our data in neural networks?
Ans. 

Bias in neural networks helps in capturing the underlying patterns in data. Scaling data helps in improving convergence and performance.

  • Bias in neural networks helps in shifting the activation function to better fit the data.

  • It allows the model to capture the underlying patterns in the data by providing flexibility in the decision boundary.

  • Scaling data helps in improving convergence by ensuring that the gradients ...

A Data Scientist was asked
Q. Explain confusion matrix Define what is p value Explain k means vs decion tree
Ans. 

Confusion matrix is a table used to evaluate the performance of a classification model. P value is a measure of the strength of evidence against the null hypothesis. K-means is a clustering algorithm while decision tree is a classification algorithm.

  • Confusion matrix is a 2x2 table that shows the true positive, true negative, false positive, and false negative values of a classification model.

  • P value is the probabi...

A Data Scientist was asked
Q. What is nlp and explan cnn
Ans. 

NLP stands for Natural Language Processing, while CNN refers to Convolutional Neural Networks.

  • NLP is a branch of artificial intelligence that focuses on the interaction between computers and humans using natural language.

  • CNN is a type of deep learning algorithm commonly used for image recognition and classification tasks.

  • CNNs are also used in NLP for tasks like text classification and sentiment analysis.

LTIMindtree Data Scientist Interview Experiences

15 interviews found

Data Scientist Interview Questions & Answers

user image shibani shetty

posted on 9 Aug 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Basics of Data Science was asked
Round 2 - Technical 

(1 Question)

  • Q1. About projects and technical side of project tech stack
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How random forest works in feature selections process?
  • Ans. 

    Random forest uses feature importance to select the most relevant features for prediction.

    • Random forest calculates feature importance based on how much each feature decreases impurity in the model

    • Features with higher importance are considered more relevant for prediction

    • Random forest can automatically handle feature selection by using only the most important features

    • Example: In a random forest model predicting customer...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Discussion about my resume
  • Q2. General questions
  • Ans. 

    Data scientists analyze data to extract insights, build models, and support decision-making across various industries.

    • Data Collection: Gathering data from various sources like databases, APIs, or web scraping.

    • Data Cleaning: Removing inconsistencies and handling missing values to ensure data quality.

    • Exploratory Data Analysis (EDA): Using statistical methods and visualization tools to understand data patterns.

    • Model Build...

  • Answered by AI
Round 2 - Coding Test 

Coding round basic packages , and basic python coding

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

(1 Question)

  • Q1. What kind of project you worked

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer not in mood of listen. When he asked question he didn't even wait for answer and ask another question. Some kind of confused person I guess.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Expect technical questions as well as moderate level coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Data science and MLOps concepts
Round 3 - HR 

(1 Question)

  • Q1. Behavioral and managerial rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. All about my previous projects and questions based on that. Also, they checked the knowledge of Generative AI & LLM.
Round 3 - One-on-one 

(1 Question)

  • Q1. All about my previous projects and questions based on that. It was a techno-managerial round which was also focused on situation based scenarios. Taken by Head of AI/ML - CoE.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain confusion matrix Define what is p value Explain k means vs decion tree
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model. P value is a measure of the strength of evidence against the null hypothesis. K-means is a clustering algorithm while decision tree is a classification algorithm.

    • Confusion matrix is a 2x2 table that shows the true positive, true negative, false positive, and false negative values of a classification model.

    • P value is the probability ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is nlp and explan cnn
  • Ans. 

    NLP stands for Natural Language Processing, while CNN refers to Convolutional Neural Networks.

    • NLP is a branch of artificial intelligence that focuses on the interaction between computers and humans using natural language.

    • CNN is a type of deep learning algorithm commonly used for image recognition and classification tasks.

    • CNNs are also used in NLP for tasks like text classification and sentiment analysis.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the importance of Model Evaluation in the process of ML pipeline
  • Ans. 

    Model evaluation is crucial in ML pipeline to assess the performance and generalization of the model.

    • Helps in selecting the best model for the given problem by comparing different models based on metrics like accuracy, precision, recall, etc.

    • Prevents overfitting by checking if the model is performing well on unseen data.

    • Guides in fine-tuning hyperparameters to improve model performance.

    • Enables understanding of model li...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python coding questions followed by machine learning , deep learning algorithms
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Case Study 

Case study was given to test coding and ML skills

Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on Case Study
  • Q2. Based on Case Study
Round 3 - HR 

(2 Questions)

  • Q1. Overall interview feedback
  • Q2. Salary expectations

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Data Scientist interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, One-on-one Round and Coding Test.
How to prepare for LTIMindtree Data Scientist 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 Python, Machine Learning, Data Science, Deep Learning and Artificial Intelligence.
What are the top questions asked in LTIMindtree Data Scientist interview?

Some of the top questions asked at the LTIMindtree Data Scientist interview -

  1. Why we use bias in neural networks? Why do we scale our data in neural networ...read more
  2. Asci value along with alphabets(both capital and sma...read more
  3. How random forest works in feature selections proce...read more
How long is the LTIMindtree Data Scientist interview process?

The duration of LTIMindtree Data Scientist interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.2/5

based on 14 interview experiences

Difficulty level

Moderate 78%
Hard 22%

Duration

Less than 2 weeks 63%
2-4 weeks 25%
More than 8 weeks 13%
View more

Interview Questions from Similar Companies

TCS Data Scientist Interview Questions
3.5
 • 11.3k Interviews
Wipro Data Scientist Interview Questions
3.7
 • 6.2k Interviews
HCLTech Data Scientist Interview Questions
3.5
 • 4.2k Interviews
Genpact Data Scientist Interview Questions
3.7
 • 3.5k Interviews
IBM Data Scientist Interview Questions
3.9
 • 2.5k Interviews
View all
LTIMindtree Data Scientist Salary
based on 645 salaries
₹11.3 L/yr - ₹31.1 L/yr
33% more than the average Data Scientist Salary in India
View more details

LTIMindtree Data Scientist Reviews and Ratings

based on 60 reviews

3.7/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

2.7

Salary

3.5

Job security

3.4

Company culture

2.4

Promotions

3.3

Work satisfaction

Explore 60 Reviews and Ratings
Data Scientist

Hyderabad / Secunderabad,

Pune

+1

5-8 Yrs

₹ 5.3-40 LPA

Data Scientist (GEN AI)

Chennai,

Bangalore / Bengaluru

+1

8-13 Yrs

₹ 30-40 LPA

Explore more jobs
Senior Software Engineer
22.3k salaries
unlock blur

₹7.6 L/yr - ₹22.4 L/yr

Software Engineer
16.4k salaries
unlock blur

₹3.9 L/yr - ₹8.9 L/yr

Technical Lead
6.4k salaries
unlock blur

₹17.3 L/yr - ₹31.4 L/yr

Module Lead
5.6k salaries
unlock blur

₹11.9 L/yr - ₹22 L/yr

Senior Engineer
4.7k salaries
unlock blur

₹6.2 L/yr - ₹14.8 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.7
Compare

TCS

3.5
Compare
write
Share an Interview