Upload Button Icon Add office photos
Engaged Employer

i

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

Tata Digital Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tata Digital Data Scientist Interview Questions and Answers

Updated 13 Sep 2024

Tata Digital Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image Aniruddh Bhat

posted on 13 Sep 2024

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

(2 Questions)

  • Q1. Tell me about 1 project you have worked on and what did you learn during this?
  • Ans. 

    Developed a machine learning model to predict customer churn for a telecom company.

    • Collected and cleaned customer data including demographics, usage patterns, and customer service interactions.

    • Used various machine learning algorithms such as logistic regression, random forest, and XGBoost to build and evaluate the model.

    • Identified key factors contributing to customer churn such as contract length, monthly charges, and ...

  • Answered by AI
  • Q2. How do you build a recommendation system?
  • Ans. 

    A recommendation system can be built using collaborative filtering, content-based filtering, or hybrid approaches.

    • Collect and preprocess data on user preferences and item attributes

    • Implement collaborative filtering by recommending items based on user behavior and preferences

    • Utilize content-based filtering by recommending items similar to those previously liked by the user

    • Consider hybrid approaches that combine collabor...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Basic analysis and ML questions , more focused on approach instead of coding
Round 3 - HR 

(1 Question)

  • Q1. As like other HR rounds
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Proficiency in cloud technology
  • Ans. 

    Proficiency in cloud technology is essential for data scientists to efficiently store, manage, and analyze large datasets.

    • Experience with cloud platforms like AWS, Azure, or Google Cloud

    • Knowledge of cloud storage solutions like S3, Blob Storage, or Cloud Storage

    • Understanding of cloud computing concepts like virtual machines, containers, and serverless computing

    • Ability to work with big data technologies like Hadoop, Spa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and true about yourself

Skills evaluated in this interview

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Sql and basis python

Round 2 - Case Study 

Business related case study

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with sql and your project experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string in list
  • Ans. 

    Reverse a string in a list of strings

    • Iterate through each string in the list

    • Use the built-in function to reverse each string

    • Store the reversed strings in a new list

  • Answered by AI
  • Q2. Explain joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Proficiency in cloud technology
  • Ans. 

    Proficiency in cloud technology is essential for data scientists to efficiently store, manage, and analyze large datasets.

    • Experience with cloud platforms like AWS, Azure, or Google Cloud

    • Knowledge of cloud storage solutions like S3, Blob Storage, or Cloud Storage

    • Understanding of cloud computing concepts like virtual machines, containers, and serverless computing

    • Ability to work with big data technologies like Hadoop, Spa

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and true about yourself

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(1 Question)

  • Q1. Rating compliment the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont go for the interview here pretty petty place immature audience would turn up for interview and it would look like a forced interview.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude question

Round 2 - Technical 

(1 Question)

  • Q1. Basic analysis and ML questions , more focused on approach instead of coding
Round 3 - HR 

(1 Question)

  • Q1. As like other HR rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2023. There were 4 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 - Aptitude Test 

Quantitative Analysis , Reasoning and verbal

Round 3 - Technical 

(1 Question)

  • Q1. SQL , Python , Machine Learning (prefered)
Round 4 - HR 

(1 Question)

  • Q1. Basic HR questions asked available on internet
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a string in list
  • Ans. 

    Reverse a string in a list of strings

    • Iterate through each string in the list

    • Use the built-in function to reverse each string

    • Store the reversed strings in a new list

  • Answered by AI
  • Q2. Explain joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great

Skills evaluated in this interview

Tata Digital Interview FAQs

How many rounds are there in Tata Digital Data Scientist interview?
Tata Digital interview process usually has 1 rounds. The most common rounds in the Tata Digital interview process are Technical.

Tell us how to improve this page.

Tata Digital Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Tata Digital Data Scientist Salary
based on 23 salaries
₹11 L/yr - ₹37.4 L/yr
46% more than the average Data Scientist Salary in India
View more details

Tata Digital Data Scientist Reviews and Ratings

based on 6 reviews

2.8/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

2.8

Salary

2.4

Job security

1.9

Company culture

1.4

Promotions

2.0

Work satisfaction

Explore 6 Reviews and Ratings
Digital Engineer
86 salaries
unlock blur

₹9 L/yr - ₹16.2 L/yr

Product Manager
79 salaries
unlock blur

₹23 L/yr - ₹55 L/yr

Associate Director
59 salaries
unlock blur

₹17.2 L/yr - ₹62.2 L/yr

Software Engineer
43 salaries
unlock blur

₹5.3 L/yr - ₹19.2 L/yr

Senior Manager
39 salaries
unlock blur

₹11.2 L/yr - ₹42 L/yr

Explore more salaries
Compare Tata Digital with

Jio

3.9
Compare

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

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