Premium Employer

i

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

Anko Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 64 Reviews

Filter interviews by

Anko Lead Data Scientist Interview Questions and Answers for Experienced

Updated 24 Apr 2024

Anko Lead Data Scientist Interview Experiences for Experienced

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. 1) How many weeks should be considered for testing any new change to a billing system in stores? Methodology to arrive at the weeks? 2) Explain ability of a model - Shapio package? 3) Intermediate SQL - mo...
  • Ans. 

    Testing duration for new changes in billing system, Shapio package model explanation, and SQL moving average calculation.

    • 1) Consider at least 4 weeks for testing new changes in billing system in stores

    • 2) Shapio package provides model interpretability by calculating the impact of each feature on the model's predictions

    • 3) Use sliding windows function in SQL to calculate moving 3 months average

    • Example: SELECT date, value,...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Anko Lead Data Scientist interview:
  • Statistical Analysis
  • Machine Learning
  • SQL
  • Python
Interview preparation tips for other job seekers - For Data Science role do not practise Leetcode problems for Python / SQL, just understand ML concepts better.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 Leet code mediums in 30 mins.

Round 2 - Technical 

(3 Questions)

  • Q1. 5 ML questions in 10 mins
  • Q2. 5 Stats question in 10 mins
  • Q3. 3 LC mediums in 30 minutes
  • Ans. 

    LC mediums refer to LeetCode mediums, which are medium difficulty coding problems on the LeetCode platform.

    • LC mediums are coding problems with medium difficulty level on LeetCode platform.

    • Solving 3 LC mediums in 30 minutes requires good problem-solving skills and efficient coding techniques.

    • Examples of LC mediums include 'Longest Substring Without Repeating Characters' and 'Container With Most Water'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Pray
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Resume related questions with the hiring manager
Round 2 - Coding Test 

Python for Data Science basics

Round 3 - Case Study 

Optimization case study

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

I applied via Referral and was interviewed before Sep 2022. There were 6 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 

(1 Question)

  • Q1. All the questiones were asked around CV. Mostly problems related to ML, DL, NLP, mathematics behind the algorithms, case studies, alternate solutions of popular use cases etc.
Round 3 - Technical 

(1 Question)

  • Q1. Same as round 1 but this round involved a lot of mathematical functions and derivations of several aspects of ML and DL. Also a lot of case studies were involved
Round 4 - Coding Test 

Had to share my screen and they gave live problems to test my knowledge in python

Round 5 - One-on-one 

(1 Question)

  • Q1. Call with hiring manager mostly on my CV and a lot of case studies.
Round 6 - HR 

(1 Question)

  • Q1. Typical HR round questions

I was interviewed in Apr 2021.

Interview Questionnaire 

9 Questions

  • Q1. How can you tune the hyper parameters of XGboost,Random Forest,SVM algorithm?
  • Ans. 

    Hyperparameters of XGBoost, Random Forest, and SVM can be tuned using techniques like grid search, random search, and Bayesian optimization.

    • For XGBoost, important hyperparameters to tune include learning rate, maximum depth, and number of estimators.

    • For Random Forest, important hyperparameters to tune include number of trees, maximum depth, and minimum samples split.

    • For SVM, important hyperparameters to tune include ke...

  • Answered by AI
  • Q2. What do these hyper parameters in the above mentioned algorithms actually mean?
  • Ans. 

    Hyperparameters are settings that control the behavior of machine learning algorithms.

    • Hyperparameters are set before training the model.

    • They control the learning process and affect the model's performance.

    • Examples include learning rate, regularization strength, and number of hidden layers.

    • Optimizing hyperparameters is important for achieving better model accuracy.

  • Answered by AI
  • Q3. Difference between Ridge and LASSO and their geometric interpretation.
  • Ans. 

    Ridge and LASSO are regularization techniques used in linear regression to prevent overfitting.

    • Ridge adds a penalty term to the sum of squared errors, which shrinks the coefficients towards zero but doesn't set them exactly to zero.

    • LASSO adds a penalty term to the absolute value of the coefficients, which can set some of them exactly to zero.

    • The geometric interpretation of Ridge is that it adds a constraint to the size...

  • Answered by AI
  • Q4. How to fit a time series model? State all the steps you would follow.
  • Ans. 

    Steps to fit a time series model

    • Identify the time series pattern

    • Choose a suitable model

    • Split data into training and testing sets

    • Fit the model to the training data

    • Evaluate model performance on testing data

    • Refine the model if necessary

    • Forecast future values using the model

  • Answered by AI
  • Q5. RNN,CNN and difference between these two.
  • Ans. 

    RNN and CNN are neural network architectures used for different types of data.

    • RNN is used for sequential data like time series, text, speech, etc.

    • CNN is used for grid-like data like images, videos, etc.

    • RNN has feedback connections while CNN has convolutional layers.

    • RNN can handle variable length input while CNN requires fixed size input.

    • Both can be used for classification, regression, and generation tasks.

  • Answered by AI
  • Q6. Two Case studies related to optimisation. One was cost optimization and other one was Revenue optimization. What data would you look at to solve all these. How would you form the objective function.
  • Ans. 

    Answering a question on data and objective function for cost and revenue optimization case studies.

    • For cost optimization, look at data related to expenses, production costs, and resource allocation.

    • For revenue optimization, look at data related to sales, customer behavior, and market trends.

    • Objective function for cost optimization could be minimizing expenses while maintaining quality.

    • Objective function for revenue opt...

  • Answered by AI
  • Q7. Live coding on Time Series Modelling
  • Q8. There were some HR questions as well like how would you make someone understand the difference between a classification problem and a prediction problem.
  • Q9. Where do you see yourself in 3 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was asked questions from almost every field in Data Science. One has to be very technically sound and has to have clear understanding of all the ML algorithms.

If you don't know something,better to mention it clearly.

All the very best!

Skills evaluated in this interview

Anko Interview FAQs

How many rounds are there in Anko Lead Data Scientist interview for experienced candidates?
Anko interview process for experienced candidates usually has 1 rounds. The most common rounds in the Anko interview process for experienced candidates are Technical.
How to prepare for Anko Lead Data Scientist interview for experienced candidates?
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 Anko. The most common topics and skills that interviewers at Anko expect are Data Science, SQL, Agile, Continuous Improvement and Data Modeling.

Tell us how to improve this page.

People are getting interviews through

based on 1 Anko interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Anko Accelerating Retail Innovation

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
View all
Software Engineer
33 salaries
unlock blur

₹7.9 L/yr - ₹22.5 L/yr

Senior Engineer
29 salaries
unlock blur

₹16 L/yr - ₹32 L/yr

Data Scientist
21 salaries
unlock blur

₹14.8 L/yr - ₹23.1 L/yr

Engineer
20 salaries
unlock blur

₹12.6 L/yr - ₹25 L/yr

Technical Lead
19 salaries
unlock blur

₹21.9 L/yr - ₹42 L/yr

Explore more salaries
Compare Anko with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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