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.1k Reviews

Filter interviews by

LTIMindtree Senior Data Scientist Interview Questions and Answers

Updated 16 Aug 2024

LTIMindtree Senior Data Scientist Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was based on logical reasoning and verbal along with speech recognition

Round 2 - Coding Test 

Python based basic questions like sort find maximum

Round 3 - Technical 

(1 Question)

  • Q1. They asked all the questions based on my projects.
Round 4 - HR 

(1 Question)

  • Q1. Simple he procedure
  • Ans. 

    Simple procedure refers to a straightforward and easy-to-follow set of steps or instructions.

    • Follow a clear sequence of steps

    • Use simple language and visuals if needed

    • Ensure the procedure is easy to understand and execute

  • Answered by AI

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Gave one easy question and asked what will be the output
  • Q2. Leetcode 2 sum question

Interview Preparation Tips

Interview preparation tips for other job seekers - I was pretty much sure that I would pass L1 round and hoping for L2 round. I was interviewing for Generative AI Engineer. It was full 1 hr. The interviewer was less experienced than me. He asked me about my current work and focused more on previous work. I gave 80% correct answers and still did not make it. Don't know what they were expecting from me. Then I thought, maybe they are just taking the interview for the name sake. Sometimes, rejections are baseless.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

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

Round 1 - Technical 

(7 Questions)

  • Q1. Difference between attention and self attention
  • Ans. 

    Attention focuses on specific parts of input data, while self attention considers relationships within the input data itself.

    • Attention is used in models like seq2seq for machine translation to focus on relevant parts of the input sequence.

    • Self attention is used in transformer models to capture dependencies between different words in a sentence.

    • Attention mechanisms can be either global or local, while self attention is

  • Answered by AI
  • Q2. Project related questions
  • Q3. Feature engineering
  • Q4. Handling null values
  • Ans. 

    Handling null values is crucial for data integrity and analysis.

    • Identify null values in the dataset using functions like isnull() or isna()

    • Decide on the best strategy to handle null values - imputation, deletion, or flagging

    • Impute missing values using mean, median, mode, or predictive modeling techniques

    • Delete rows or columns with a high percentage of missing values if they cannot be imputed

    • Flag null values to distingu

  • Answered by AI
  • Q5. Handling imbalanced training data
  • Ans. 

    Handling imbalanced training data is crucial for model performance and accuracy.

    • Use techniques like oversampling, undersampling, or SMOTE to balance the dataset

    • Utilize algorithms that are robust to imbalanced data, such as Random Forest or XGBoost

    • Consider using ensemble methods or cost-sensitive learning to address class imbalance

  • Answered by AI
  • Q6. Overfitting optimize
  • Q7. What is text embeddings
  • Ans. 

    Text embeddings are numerical representations of text data that capture semantic meaning.

    • Text embeddings convert words or sentences into numerical vectors.

    • They are used in natural language processing tasks like sentiment analysis, text classification, and machine translation.

    • Popular techniques for generating text embeddings include Word2Vec, GloVe, and BERT.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer wanted bookish answers and was kinda rude for no reason and wasn't interested in listening

Skills evaluated in this interview

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Question From Regression, classification and clustering Algorithm.
  • Q2. Bagging and boosting
  • Q3. How to handel less dataset for regression problems
  • Ans. 

    Use techniques like regularization, feature selection, cross-validation, and data augmentation.

    • Utilize regularization techniques like Lasso or Ridge regression to prevent overfitting.

    • Perform feature selection to focus on the most important variables and reduce noise.

    • Use cross-validation to assess model performance and generalizability.

    • Consider data augmentation techniques like synthetic data generation or bootstrapping...

  • Answered by AI
  • Q4. Python Coding and some scenario based ML question.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question from My project and mentioned skills in resume
  • Q2. How will you lead team and what your ways.
  • Ans. 

    I will lead by setting clear goals, providing guidance, fostering collaboration, and recognizing team achievements.

    • Set clear goals and expectations for the team

    • Provide guidance and support to team members

    • Foster collaboration and communication within the team

    • Recognize and reward team achievements

    • Lead by example and demonstrate strong work ethic

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary and Notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be crips in your resume and have good confidence to express yourself.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning, Deep learning, Generative AI, the working of transformers etc.
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about Machine learning and deep learning with projects done. This was a client round.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion, project discussion, why change? Why Wipro
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basics of Machine Learning, Gradient Descent, Trade-off, etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Analytical lifecycle
Round 3 - Technical 

(1 Question)

  • Q1. Model deployment strategy
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is F Score
  • Ans. 

    F Score is a measure of a test's accuracy that considers both the precision and recall of the test.

    • F Score is calculated using the formula: 2 * (precision * recall) / (precision + recall)

    • It is used in binary classification tasks to balance precision and recall.

    • A high F Score indicates a model with both high precision and high recall.

  • Answered by AI
  • Q2. What is TFIDF in NLP
  • Ans. 

    TFIDF stands for Term Frequency-Inverse Document Frequency, a numerical statistic that reflects how important a word is to a document in a collection or corpus.

    • TFIDF is used in natural language processing to evaluate the importance of a word in a document relative to a collection of documents.

    • It combines two metrics: term frequency (TF) and inverse document frequency (IDF).

    • TFIDF helps in identifying the significance of...

  • Answered by AI
  • Q3. What is cosine similarity
  • Ans. 

    Cosine similarity is a measure of similarity between two non-zero vectors of an inner product space.

    • It measures the cosine of the angle between two vectors.

    • Values range from -1 (completely opposite) to 1 (identical), with 0 indicating orthogonality.

    • Commonly used in text mining for document similarity and recommendation systems.

  • Answered by AI
  • Q4. How do you generate embeddings
  • Ans. 

    Embeddings are generated by converting words or entities into numerical vectors in a high-dimensional space.

    • Use pre-trained word embeddings like Word2Vec, GloVe, or FastText

    • Train your own embeddings using algorithms like Word2Vec, GloVe, or FastText on a large corpus of text data

    • Fine-tune pre-trained embeddings on domain-specific data to improve performance

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain BERT Model Architecture and It differs form GPT
  • Ans. 

    BERT is a bidirectional transformer model for pre-training language representations, while GPT is a generative model.

    • BERT is a pre-training model that learns contextual representations of words by considering both left and right context.

    • GPT is a generative model that uses a transformer decoder to generate text based on the context.

    • BERT is bidirectional, meaning it can understand the context of a word by looking at both...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your Project well , what are problem you faced how you solved them techniques used concept behind the technique

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Almost everything from statistics to EDA & ML models
Round 2 - Technical 

(1 Question)

  • Q1. Mostly on projects I've already done, especially on last project and project of the interviewer
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basics correctly.
understand everything from your projects.
thats it..rock it

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Senior Data Scientist interview?
LTIMindtree interview process usually has 4 rounds. The most common rounds in the LTIMindtree interview process are Aptitude Test, Coding Test and Technical.
How to prepare for LTIMindtree Senior 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, Data Science, Machine Learning, Artificial Intelligence and C++.

Tell us how to improve this page.

LTIMindtree Senior Data Scientist Salary
based on 73 salaries
₹11.9 L/yr - ₹37 L/yr
14% less than the average Senior Data Scientist Salary in India
View more details

LTIMindtree Senior Data Scientist Reviews and Ratings

based on 5 reviews

4.6/5

Rating in categories

4.2

Skill development

4.6

Work-life balance

4.1

Salary

4.5

Job security

4.5

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 5 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.5 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.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

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