Premium Employer

i

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

ZS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ZS Senior Data Scientist Interview Questions and Answers

Updated 2 May 2024

ZS Senior Data Scientist Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. Why you want to join this company?
  • Q2. What is your current CTC and expectations
  • Q3. What is your notice period
  • Q4. Do you have any offers in hand
Round 2 - Presentation 

(2 Questions)

  • Q1. Why you chose this ML model over others
  • Ans. 

    I chose this ML model because of its high accuracy and interpretability.

    • The chosen model has shown superior performance in cross-validation compared to other models.

    • The model's interpretability allows for easier understanding of feature importance and decision-making processes.

    • The chosen model is well-suited for the specific problem domain and dataset characteristics.

    • For example, I chose a Random Forest model over a Ne...

  • Answered by AI
  • Q2. Accuracy and how you know your model does well
Round 3 - Technical 

(2 Questions)

  • Q1. What is Shap value and plot
  • Ans. 

    Shap values explain individual predictions in machine learning models.

    • Shap values quantify the impact of each feature on a model's predictions.

    • They help in understanding the importance of different features in the model.

    • Shap plots visually represent the impact of features on predictions.

    • They can be used to explain black-box models like XGBoost or neural networks.

  • Answered by AI
  • Q2. Explain tree based model and hyperparameters
  • Ans. 

    Tree based models use decision trees to make predictions, with hyperparameters controlling the model's behavior.

    • Tree based models are a type of machine learning model that uses decision trees to make predictions.

    • Hyperparameters are settings that control the behavior of the model, such as the maximum depth of the tree or the minimum number of samples required to split a node.

    • Examples of tree based models include Random

  • Answered by AI
Round 4 - Case Study 

Pharma case study questions

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - be what you are. be technically strong.

I applied via Campus Placement and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions on SQL, C++

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python and ETL well along with great communication skills.

I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.

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

Interview Preparation Tips

Topics to prepare for Deloitte Data Analyst interview:
  • Procurement
  • Marketing
  • Career goal
Interview preparation tips for other job seekers - Location should be Delhi NCR,Monday would be good

I applied via Walk-in and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Cut Cake in 3 cut to maximum pieces
  • Q2. Basic SQL queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident even you don’t have experience in the relevant skill set.

You can be absorbed to much related profile of your interests.

They only check how better you represent yourself and your problem solving approach.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Expected salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions liek tiem distance, percentage , ratio, work and hour

Round 2 - Coding Test 

Excel, Numpy, Pandas, basic ML

Round 3 - Case Study 

Case study talking about how to optimise the supply chain using data analytics

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

Nice Topics and easy questions

Round 2 - Group Discussion 

1 hour and nice experience

Round 3 - Case Study 

How is world evolving

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well
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 May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic quant questions with some questions on ML. 2 python questions based on data processing.

Round 2 - Technical 

(2 Questions)

  • Q1. Difference between list and set
  • Ans. 

    List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.

    • List maintains the order of elements, while set does not guarantee any specific order.

    • List allows duplicate elements, while set does not allow duplicates.

    • List is accessed by index, while set is accessed by value.

    • Example: List - [1, 2, 3, 1], Set - {1, 2, 3}

  • Answered by AI
  • Q2. Difference between concat and merge
  • Ans. 

    Concat is used to combine data along a particular axis, while merge is used to combine data based on a common key.

    • Concatenation is done along an axis (rows or columns) in pandas, while merging is done based on common columns or indices.

    • Concatenation is a simple operation that just appends data, while merging involves combining data based on a key.

    • Concatenation can be done even if the data does not have common columns, ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
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 

(2 Questions)

  • Q1. A little about Alteryx.
  • Ans. SQL queries writing -join , like, limit, group by . Alteryx: basic join , transpose, Alteryx scheduler.
  • Answered Anonymously
  • Q2. Sql related queries.
  • Ans. Sql queries writing join like group by
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and learn basics of excel, SQL Alteryx or powerBI.

ZS Interview FAQs

How many rounds are there in ZS Senior Data Scientist interview?
ZS interview process usually has 4 rounds. The most common rounds in the ZS interview process are HR, Presentation and Technical.
What are the top questions asked in ZS Senior Data Scientist interview?

Some of the top questions asked at the ZS Senior Data Scientist interview -

  1. Why you chose this ML model over oth...read more
  2. Explain tree based model and hyperparamet...read more
  3. What is Shap value and p...read more

Tell us how to improve this page.

ZS Senior Data Scientist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Join ZS Where passion changes lives

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.9k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.2k Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Citco Interview Questions
3.1
 • 142 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 94 Interviews
View all
ZS Senior Data Scientist Salary
based on 33 salaries
₹14.5 L/yr - ₹33.6 L/yr
At par with the average Senior Data Scientist Salary in India
View more details

ZS Senior Data Scientist Reviews and Ratings

based on 6 reviews

2.8/5

Rating in categories

3.0

Skill development

1.4

Work-life balance

2.8

Salary

3.0

Job security

2.9

Company culture

3.1

Promotions

2.7

Work satisfaction

Explore 6 Reviews and Ratings
Associate Consultant
2.1k salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Decision Analytics Associate
1.7k salaries
unlock blur

₹7.5 L/yr - ₹18.5 L/yr

Business Technology Associate
1.2k salaries
unlock blur

₹7 L/yr - ₹17.4 L/yr

Associate Decision Analytics Consultant
919 salaries
unlock blur

₹10.4 L/yr - ₹27.2 L/yr

Consultant
658 salaries
unlock blur

₹14.7 L/yr - ₹37 L/yr

Explore more salaries
Compare ZS with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

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