Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TCS Team. If you also belong to the team, you can get access from here

TCS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

TCS Data Scientist Interview Questions, Process, and Tips

Updated 24 Feb 2025

Top TCS Data Scientist Interview Questions and Answers

View all 29 questions

TCS Data Scientist Interview Experiences

35 interviews found

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

Basic coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is F1-score
  • Ans. 

    F1-score is a measure of a model's accuracy that considers both precision and recall.

    • F1-score is the harmonic mean of precision and recall.

    • It ranges from 0 to 1, where 1 is the best possible F1-score.

    • F1-score is useful when you want to balance precision and recall in your model evaluation.

  • Answered by AI
  • Q2. What are different ML algorithms?
  • Ans. 

    Different ML algorithms include linear regression, decision trees, random forests, support vector machines, and neural networks.

    • Linear regression: used for predicting continuous values based on input features.

    • Decision trees: used for classification and regression tasks by splitting data into branches based on feature values.

    • Random forests: ensemble method using multiple decision trees for improved accuracy.

    • Support vect...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Overfitting vs Underfitting
  • Ans. 

    Overfitting occurs when a model learns the training data too well, while underfitting occurs when a model fails to capture the underlying patterns in the data.

    • Overfitting: Model is too complex and learns noise in the training data.

    • Underfitting: Model is too simple and fails to capture the underlying patterns.

    • Overfitting can lead to poor generalization and high variance.

    • Underfitting can lead to high bias and poor perfor...

  • Answered by AI
  • Q2. ML models in resume
  • Ans. 

    ML models should be included in a Data Scientist's resume.

    • Include a section in your resume highlighting the ML models you have worked with.

    • Mention the specific ML algorithms and techniques you have used.

    • Provide examples of projects where you have successfully applied ML models.

    • Highlight any notable achievements or results obtained using ML models.

    • Demonstrate your understanding of model evaluation and validation techniq

  • Answered by AI
  • Q3. Recall vs Precision
  • Ans. 

    Recall and Precision are evaluation metrics used in classification tasks to measure the performance of a model.

    • Recall measures the ability of a model to find all the relevant instances in a dataset.

    • Precision measures the ability of a model to correctly identify only the relevant instances.

    • Recall and Precision are often used together to evaluate the trade-off between completeness and correctness in a model's predictions...

  • Answered by AI

Skills evaluated in this interview

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
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Data Scientist Interview Questions & Answers

user image Arnab kundu

posted on 18 Jun 2024

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

(1 Question)

  • Q1. Why did you choose recall for a particular ML model?
  • Ans. 

    Recall was chosen for the ML model to prioritize minimizing false negatives.

    • Chose recall to focus on identifying all relevant cases, even if it means more false positives

    • In scenarios where missing a positive case is more costly than incorrectly labeling a negative case

    • Commonly used in medical diagnosis to ensure all potential cases are identified

  • Answered by AI
Round 2 - Aptitude Test 

Basically, it was a managerial round

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is low bias and high variance
  • Ans. 

    Low bias and high variance refer to the trade-off between model complexity and generalization ability.

    • Low bias refers to a model that makes strong assumptions about the data, leading to high accuracy on training data but potentially poor performance on unseen data.

    • High variance refers to a model that is very sensitive to small fluctuations in the training data, leading to overfitting and poor generalization.

    • Finding the...

  • Answered by AI

Skills evaluated in this interview

TCS interview questions for designations

 Jr. Data Scientist

 (7)

 Lead Data Scientist

 (2)

 Senior Data Scientist

 (2)

 Senior Data Analyst

 (5)

 Data Science Intern

 (2)

 Scientist

 (1)

 Pharmacovigilance Scientist

 (2)

 Analytical Scientist

 (1)

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

(1 Question)

  • Q1. What happened with multi collinearity
  • Ans. 

    Multicollinearity occurs when independent variables in a regression model are highly correlated.

    • Multicollinearity can lead to unstable estimates of the coefficients in the regression model.

    • It can make it difficult to determine the effect of each independent variable on the dependent variable.

    • One common way to detect multicollinearity is to calculate the variance inflation factor (VIF) for each independent variable.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

2 hours of coding with 2 Questions

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

(1 Question)

  • Q1. About the python and sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. F1 score, auc, recall, precision

Data Scientist Interview Questions & Answers

user image ayush saxena

posted on 14 Jun 2023

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 Resume tips
Round 2 - Aptitude Test 

General qa like cat paper and 2 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. What are Logist regression and tell me about your projects
  • Ans. 

    Logistic regression is a statistical model used to predict the probability of a binary outcome based on one or more predictor variables.

    • Logistic regression is used when the dependent variable is binary (e.g., 0/1, yes/no, true/false).

    • It estimates the probability that a given observation belongs to a particular category.

    • It uses the logistic function to model the relationship between the dependent variable and independen...

  • Answered by AI
  • Q2. Go through your general project, steps, algo used

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Dec 2022. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Explain difference between Faster-RCNN and Yolo v3.
  • Ans. 

    Faster-RCNN and Yolo v3 are both object detection algorithms, but differ in their approach and performance.

    • Faster-RCNN uses a two-stage approach, first generating region proposals and then classifying them.

    • Yolo v3 uses a single-stage approach, directly predicting bounding boxes and class probabilities.

    • Faster-RCNN is generally more accurate but slower, while Yolo v3 is faster but less accurate.

    • Faster-RCNN is better suit...

  • Answered by AI
  • Q2. How RNN handles exploding/vanishing Gradient?
  • Ans. 

    RNN uses techniques like gradient clipping, weight initialization, and LSTM/GRU cells to handle exploding/vanishing gradients.

    • Gradient clipping limits the magnitude of gradients during backpropagation.

    • Weight initialization techniques like Xavier initialization help in preventing vanishing gradients.

    • LSTM/GRU cells have gating mechanisms that allow the network to selectively remember or forget information.

    • Batch normaliza...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.They will generally ask you Project related question. Read everything you have written in the resume.
2. Will ask you about any Papers which you have published or studied.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

TCS Interview FAQs

How many rounds are there in TCS Data Scientist interview?
TCS interview process usually has 1-2 rounds. The most common rounds in the TCS interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for TCS 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 TCS. The most common topics and skills that interviewers at TCS expect are Data Science, Python, Machine Learning, SQL and R.
What are the top questions asked in TCS Data Scientist interview?

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

  1. How does decision tree algorithm work, what is cross entrop...read more
  2. If minimal data, which would you train for categorical prediction mod...read more
  3. How RNN handles exploding/vanishing Gradie...read more
How long is the TCS Data Scientist interview process?

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

Recently Viewed

REVIEWS

TuringMinds

No Reviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Pernod Ricard

No Interviews

SALARIES

Pernod Ricard

INTERVIEWS

TTK Prestige

No Interviews

REVIEWS

TuringMinds

No Reviews

INTERVIEWS

Pernod Ricard

No Interviews

INTERVIEWS

Pernod Ricard

No Interviews

SALARIES

TTK Prestige

INTERVIEWS

Paras Hospital

No Interviews

Tell us how to improve this page.

TCS Data Scientist Interview Process

based on 35 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
TCS Data Scientist Salary
based on 2.2k salaries
₹5.5 L/yr - ₹18.4 L/yr
20% less than the average Data Scientist Salary in India
View more details

TCS Data Scientist Reviews and Ratings

based on 130 reviews

3.7/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

2.8

Salary

4.6

Job security

3.8

Company culture

2.6

Promotions

3.4

Work satisfaction

Explore 130 Reviews and Ratings
System Engineer
1.1L salaries
unlock blur

₹0 L/yr - ₹0 L/yr

IT Analyst
66.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

AST Consultant
51.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant System Engineer
29.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant
29.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

Accenture

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