Upload Button Icon Add office photos

Filter interviews by

Sainsburys Data Scientist Interview Questions and Answers

Updated 1 May 2022

Sainsburys Data Scientist Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Non morkov processes
  • Ans. 

    Non-Markov processes are stochastic processes where the future state depends on more than just the current state.

    • Non-Markov processes violate the Markov property, which states that the future state depends only on the current state.

    • Examples of Non-Markov processes include autoregressive processes, hidden Markov models, and time series with long-term dependencies.

    • Non-Markov processes are more complex than Markov process...

  • Answered by AI
  • Q2. Difference between Baysian and Frequentist statistics
  • Ans. 

    Bayesian statistics involves prior knowledge and updating beliefs, while frequentist statistics relies on probability and sampling.

    • Bayesian statistics uses prior knowledge to update beliefs about a parameter, while frequentist statistics relies on probability and sampling.

    • Bayesian statistics involves the use of Bayes' theorem, while frequentist statistics involves hypothesis testing and confidence intervals.

    • Bayesian st...

  • Answered by AI
Round 2 - Assignment 

The take home challenge included a data sets . The goal was to create a model to solve the given business case.

Round 3 - Technical 

(1 Question)

  • Q1. What is bais-variance tradeoff? Explain P values to non technical and technical audience.
  • Ans. 

    Bais-variance tradeoff is the balance between overfitting and underfitting. P values measure the significance of statistical results.

    • Bais-variance tradeoff is the tradeoff between the model's ability to fit the training data and its ability to generalize to new data.

    • Overfitting occurs when the model is too complex and fits the training data too closely, resulting in poor performance on new data.

    • Underfitting occurs when...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sainsburys Data Scientist interview:
  • Python
  • Baysian stats
  • Over fitting
  • A/B test
Interview preparation tips for other job seekers - The interview was straight forward, on the point, no trick questions and really nice people

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL and pandas coding
  • Q2. Resume projects deep dive

Interview Preparation Tips

Interview preparation tips for other job seekers - No matter what kinds of questions indicated in HR email, be prepared for behavioral questions all the time
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Business Related case study, signed NDA

Round 2 - Technical 

(2 Questions)

  • Q1. Count number of Parameters in BERT
  • Q2. 3 sum array problem

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy topics arrays, sequence sum.

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

(2 Questions)

  • Q1. How do you define model Gini?
  • Ans. 

    Model Gini is a measure of statistical dispersion used to evaluate the performance of classification models.

    • Model Gini is calculated as twice the area between the ROC curve and the diagonal line (random model).

    • It ranges from 0 (worst model) to 1 (best model), with higher values indicating better model performance.

    • A Gini coefficient of 0.5 indicates a model that is no better than random guessing.

    • Commonly used in credit

  • Answered by AI
  • Q2. How to you train XG boost model
  • Ans. 

    XGBoost model is trained by specifying parameters, splitting data into training and validation sets, fitting the model, and tuning hyperparameters.

    • Specify parameters for XGBoost model such as learning rate, max depth, and number of trees

    • Split data into training and validation sets using train_test_split function

    • Fit the XGBoost model on training data using fit method

    • Tune hyperparameters using techniques like grid search

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Transformer models.
Round 2 - Case Study 

Related to Mathematical intuition in Deep learning.

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

I applied via Naukri.com and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from projects which was mentioned on resume
Round 2 - One-on-one 

(2 Questions)

  • Q1. Fitment based questions
  • Q2. Explain a project
  • Ans. 

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

    • Collected and cleaned customer data including usage patterns and demographics

    • Used classification algorithms like Random Forest and Logistic Regression to build the model

    • Evaluated model performance using metrics like accuracy, precision, and recall

  • Answered by AI
Round 3 - Aptitude Test 

Math, English, reasoning

Round 4 - HR 

(1 Question)

  • Q1. Asked me about expected salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Data Science MCQ questions

Round 2 - Coding Test 

Building a baseline ML model with EDA etc.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How do you analyse outliers?
  • Ans. 

    Outliers can be analyzed using statistical methods like Z-score, IQR, or visualization techniques like box plots.

    • Calculate Z-score and identify data points with Z-score greater than a certain threshold as outliers.

    • Use Interquartile Range (IQR) to detect outliers by identifying data points outside 1.5 * IQR range.

    • Visualize data using box plots to identify any data points that fall outside the whiskers.

    • Consider domain kn...

  • Answered by AI
  • Q2. Tell me about a time when what you found did not match expectation with what you thought analysing the dataset.
Round 4 - One-on-one 

(2 Questions)

  • Q1. Why Unilever now?
  • Q2. Where do you see yourself in 5 years?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Feb 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1. diff between acf pacf
  • Ans. 

    ACF measures the linear relationship between an observation and its lagged values. PACF measures the direct relationship.

    • ACF (Autocorrelation Function) measures the correlation between an observation and its lagged values.

    • PACF (Partial Autocorrelation Function) measures the correlation between an observation and its lagged values, while removing the indirect effects of intermediate lags.

    • ACF is used to identify the orde...

  • Answered by AI

Sainsburys Interview FAQs

How many rounds are there in Sainsburys Data Scientist interview?
Sainsburys interview process usually has 3 rounds. The most common rounds in the Sainsburys interview process are Assignment, Technical and One-on-one Round.
What are the top questions asked in Sainsburys Data Scientist interview?

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

  1. What is bais-variance tradeoff? Explain P values to non technical and technical...read more
  2. Difference between Baysian and Frequentist statist...read more
  3. What is Non morkov proces...read more

Tell us how to improve this page.

Sainsburys Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Merchandiser
11 salaries
unlock blur

₹8 L/yr - ₹12.8 L/yr

Assistant Merchandiser
5 salaries
unlock blur

₹4.9 L/yr - ₹6 L/yr

Quality Technologist
5 salaries
unlock blur

₹5.3 L/yr - ₹21.2 L/yr

Trading Assistant
5 salaries
unlock blur

₹11.5 L/yr - ₹16 L/yr

Accountant
4 salaries
unlock blur

₹7.9 L/yr - ₹13 L/yr

Explore more salaries
Compare Sainsburys with

Tesco

3.8
Compare

Walmart

3.8
Compare

Carrefour

3.6
Compare

Metro AG

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