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
3.7

based on 85k Reviews

Filter interviews by

TCS Data Scientist Interview Questions, Process, and Tips

Updated 20 Dec 2024

Top TCS Data Scientist Interview Questions and Answers

View all 29 questions

TCS Data Scientist Interview Experiences

33 interviews found

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

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project related questions from your CV
Round 2 - Technical 

(2 Questions)

  • Q1. Question on transformers
  • Q2. Comparison of transfer learning and fintuning.
  • Ans. 

    Transfer learning involves using pre-trained models on a different task, while fine-tuning involves further training a pre-trained model on a specific task.

    • Transfer learning uses knowledge gained from one task to improve learning on a different task.

    • Fine-tuning involves adjusting the parameters of a pre-trained model to better fit a specific task.

    • Transfer learning is faster and requires less data compared to training a...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Supervised learning algorithms
  • Ans. 

    Supervised learning algorithms are used in machine learning to predict outcomes based on labeled training data.

    • Supervised learning algorithms require labeled training data to learn the relationship between input and output variables.

    • Common supervised learning algorithms include linear regression, logistic regression, decision trees, support vector machines, and neural networks.

    • These algorithms are used for tasks such a...

  • Answered by AI
  • Q2. Unsupervised learning algorithms
  • Ans. 

    Unsupervised learning algorithms are used to find patterns in data without labeled outcomes.

    • Unsupervised learning algorithms do not require labeled data for training.

    • They are used for clustering, dimensionality reduction, and anomaly detection.

    • Examples include K-means clustering, hierarchical clustering, and principal component analysis.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Cosine similarity
  • Ans. 

    Cosine similarity measures the similarity between two non-zero vectors in an inner product space.

    • Cosine similarity ranges from -1 to 1, with 1 indicating identical vectors and -1 indicating opposite vectors.

    • It is commonly used in information retrieval, text mining, and recommendation systems.

    • Formula: cos(theta) = (A . B) / (||A|| * ||B||)

    • Example: Calculating similarity between two documents based on their word frequenc

  • Answered by AI
  • Q2. What is difference between recall and precission
  • Ans. 

    Recall is the ratio of correctly predicted positive observations to the all observations in actual class, while precision is the ratio of correctly predicted positive observations to the total predicted positive observations.

    • Recall is about the actual positive instances that were correctly identified by the model.

    • Precision is about the predicted positive instances and how many of them were actually positive.

    • Recall = Tr...

  • Answered by AI
  • Q3. How to remove stop words and how it works
  • Ans. 

    Stop words are common words like 'the', 'is', 'and' that are removed from text data to improve analysis.

    • Stop words are commonly removed from text data to improve the accuracy of natural language processing tasks.

    • They are typically removed before tokenization and can be done using libraries like NLTK or spaCy.

    • Examples of stop words include 'the', 'is', 'and', 'in', 'on', etc.

  • Answered by AI
  • Q4. Whats the goal of project
Round 2 - One-on-one 

(1 Question)

  • Q1. Pipeline design

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is confusion matrix?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It is a 2x2 matrix that shows the counts of true positive, true negative, false positive, and false negative predictions.

    • It is used to calculate metrics like accuracy, precision, recall, and F1 score.

    • Example: TP=100, TN=50, FP=10, FN=5.

  • Answered by AI
  • Q2. Explain similarity matrix algo?
  • Ans. 

    Similarity matrix algo is a method to quantify the similarity between data points in a dataset.

    • It calculates the similarity between each pair of data points in a dataset and represents it in a matrix form.

    • Common similarity measures used include cosine similarity, Euclidean distance, and Jaccard similarity.

    • The diagonal of the matrix usually contains 1s as each data point is perfectly similar to itself.

    • The values in the ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we select you?
  • Q2. What are your expectations from the org?

Skills evaluated in this interview

Get interview-ready with Top TCS Interview Questions

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

(2 Questions)

  • Q1. Explain ur projects in Detail
  • Q2. Steps involved in Machine Learning Problem Statement
  • Ans. 

    Steps involved in Machine Learning Problem Statement

    • Define the problem statement and goals

    • Collect and preprocess data

    • Select a machine learning model

    • Train the model on the data

    • Evaluate the model's performance

    • Fine-tune the model if necessary

    • Deploy the model for predictions

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked from resume about RAG

Interview Preparation Tips

Interview preparation tips for other job seekers - Asked everything from my resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Retraining GEN AI model
  • Ans. 

    Retraining GEN AI model involves updating the model with new data to improve its accuracy and performance.

    • Retraining is necessary to keep the model up-to-date with new information.

    • New data is used to fine-tune the model's parameters and improve its predictions.

    • Retraining may involve adjusting hyperparameters, adding more layers, or changing the architecture.

    • Examples: retraining a language model with new text data, retr...

  • Answered by AI
  • Q2. DEployment of Model in MLFlow
  • Ans. 

    MLFlow allows for easy deployment of machine learning models.

    • MLFlow provides a simple way to deploy models using the mlflow models serve command.

    • Models can be deployed locally or to a cloud-based server for production use.

    • MLFlow also supports model versioning and tracking for easy management of deployed models.

  • Answered by AI

Skills evaluated in this interview

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

Duration 1 Hr. Difficulty- Medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself.
  • Q2. Explain your final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never move your hands out of coding.
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

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.

Tell us how to improve this page.

TCS Data Scientist Interview Process

based on 23 interviews in last 1 year

2 Interview rounds

  • Technical Round 1
  • Technical Round 2
View more

People are getting interviews through

based on 12 TCS interviews
Job Portal
Referral
WalkIn
Campus Placement
58%
17%
8%
8%
9% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
TCS Data Scientist Salary
based on 2.1k salaries
₹5.4 L/yr - ₹17.5 L/yr
22% less than the average Data Scientist Salary in India
View more details

TCS Data Scientist Reviews and Ratings

based on 123 reviews

3.7/5

Rating in categories

3.7

Skill development

4.2

Work-Life balance

2.8

Salary & Benefits

4.7

Job Security

3.8

Company culture

2.6

Promotions/Appraisal

3.4

Work Satisfaction

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

₹1 L/yr - ₹9 L/yr

IT Analyst
68.1k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

AST Consultant
51.1k salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Assistant System Engineer
31.4k salaries
unlock blur

₹0.3 L/yr - ₹5.6 L/yr

Associate Consultant
28.6k salaries
unlock blur

₹8.9 L/yr - ₹31.9 L/yr

Explore more salaries
Compare TCS with

Amazon

4.1
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

Accenture

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview