Upload Button Icon Add office photos

Filter interviews by

Simpplr Data Scientist Interview Questions and Answers

Updated 6 May 2024

Simpplr Data Scientist Interview Experiences

3 interviews found

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions about experience with the HR
  • Q2. Discussion on what the company does and all
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to ML algorithms and evaluation metrics
  • Q2. Questions on model quantization and pruning
  • Q3. NLP-based use case scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Brush up on basic ML concepts
2. Have a research-oriented mindset to answer the NLP-based use case questions
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Asked everything in hurry with arrogance and rudeness. He didn't even let me finish or listen to answers.
  • Q2. Related to NLP Projects, CV, NLP basis and HR related irrelevant questions
  • Q3. Activations, Bias Variance, Linear Regression, Logistic Regression, LLM

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Rude and Arrogant Interviewer.
Instant regret why I applied for this job.

Data Scientist Interview Questions Asked at Other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of le ... read more
Q2. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
asked in Affine
Q3. you have a pandas dataframe with three columns, filled with state ... read more
Q4. Clone a Linked List with random pointersGiven a linked list havin ... read more
Q5. Technical QuestionGiven a API reference. You had to make a post r ... read more
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General Question Related to your resume. Projects and Expected CTC etc.
Round 2 - One-on-one 

(1 Question)

  • Q1. This is the worst Interview I have faced interview. He was asking not actually interesting to ask good questions just asking what I have learnt. It was very bad and degreeding me and asking questions apart...

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting in machine learning?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor performance on unseen data as the model fails to generalize well.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • ...

  • Answered by AI
  • Q2. Overfitting accurs when a model learns the details.......etc
  • Ans. 

    Overfitting occurs when a model learns the details and noise in the training data to the extent that it negatively impacts the model's performance on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization and high accuracy on training data but low accuracy on new data.

    • Techniques to prevent overfitting include cross-validation, regularization, and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company before interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • 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 Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly about projects ml, nlp, python code would be asked
Round 2 - Technical 

(1 Question)

  • Q1. It would be focused on technical stuff in detail ml, nlp, deployments etc
Round 3 - HR 

(1 Question)

  • Q1. Organisation fit
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is overfitting in machine learning?
  • Ans. 

    Overfitting occurs when a machine learning model learns the training data too well, including noise and outliers, leading to poor generalization on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor performance on unseen data as the model fails to generalize well.

    • Techniques to prevent overfitting include cross-validation, regularization, and early stopping.

    • ...

  • Answered by AI
  • Q2. Overfitting accurs when a model learns the details.......etc
  • Ans. 

    Overfitting occurs when a model learns the details and noise in the training data to the extent that it negatively impacts the model's performance on new data.

    • Overfitting happens when a model is too complex and captures noise in the training data.

    • It leads to poor generalization and high accuracy on training data but low accuracy on new data.

    • Techniques to prevent overfitting include cross-validation, regularization, and...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company before interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Forecasting problem - Predict daily sku level sales

Round 2 - Technical 

(2 Questions)

  • Q1. What is difference between bias and variance
  • Ans. 

    Bias is error due to overly simplistic assumptions, variance is error due to overly complex models.

    • Bias is the error introduced by approximating a real-world problem, leading to underfitting.

    • Variance is the error introduced by modeling the noise in the training data, leading to overfitting.

    • High bias can cause a model to miss relevant relationships between features and target variable.

    • High variance can cause a model to ...

  • Answered by AI
  • Q2. Parametric vs non parametruc model
  • Ans. 

    Parametric models make strong assumptions about the form of the underlying data distribution, while non-parametric models do not.

    • Parametric models have a fixed number of parameters, while non-parametric models have a flexible number of parameters.

    • Parametric models are simpler and easier to interpret, while non-parametric models are more flexible and can capture complex patterns in data.

    • Examples of parametric models inc...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 2 - Technical 

(1 Question)

  • Q1. Machine Learning
Round 3 - Case Study 

Approach check for multiple case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Never received the final response after the 3rd round which was with the CTO. The HR kept saying we are yet to get the feedback.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Mostly about projects ml, nlp, python code would be asked
Round 2 - Technical 

(1 Question)

  • Q1. It would be focused on technical stuff in detail ml, nlp, deployments etc
Round 3 - HR 

(1 Question)

  • Q1. Organisation fit

Simpplr Interview FAQs

How many rounds are there in Simpplr Data Scientist interview?
Simpplr interview process usually has 1-2 rounds. The most common rounds in the Simpplr interview process are One-on-one Round, Technical and HR.
How to prepare for Simpplr 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 Simpplr. The most common topics and skills that interviewers at Simpplr expect are Algorithms, Artificial Intelligence, Deep Learning, Django and Flask.
What are the top questions asked in Simpplr Data Scientist interview?

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

  1. This is the worst Interview I have faced interview. He was asking not actually ...read more
  2. Asked everything in hurry with arrogance and rudeness. He didn't even let me fi...read more
  3. questions related to ML algorithms and evaluation metr...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Simpplr interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Software Engineer
40 salaries
unlock blur

₹9.6 L/yr - ₹28.1 L/yr

Test Engineer
31 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹17 L/yr - ₹43 L/yr

Senior Test Engineer
20 salaries
unlock blur

₹10.1 L/yr - ₹22 L/yr

Associate Software Engineer
14 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Explore more salaries
Compare Simpplr with

Freshworks

3.5
Compare

Zoho

4.3
Compare

LTIMindtree

3.9
Compare

TCS

3.7
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