Upload Button Icon Add office photos

Simplicontract

Compare button icon Compare button icon Compare

Filter interviews by

Simplicontract Data Scientist Interview Questions and Answers

Updated 21 Jul 2022

Simplicontract Data Scientist Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 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. Difference between LSTM and BiLSTM
  • Ans. 

    LSTM is a type of recurrent neural network that can remember previous inputs. BiLSTM is a variant that processes input in both directions.

    • LSTM stands for Long Short-Term Memory

    • LSTM can remember long-term dependencies in data

    • BiLSTM processes input in both forward and backward directions

    • BiLSTM is useful for tasks such as named entity recognition and sentiment analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics and you would definately hit the moon.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Simplicontract?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. Explain your approach if you were given this problem statement: "Timeseries forecasting model has to be trained for predicting quantity of medicines required on 500 medical stores associated with TATA 1mg ...
  • Q2. Follow-up questions were there based on the approach which I explained for Question 1 which includes data collection and data preparation steps involved, choosing the right model for training, how to divid...
  • Q3. How underfitting and overfitting can be avoided when dealing with Machine Learning models?
  • Ans. 

    Avoiding underfitting and overfitting involves techniques like regularization, cross-validation, and proper model selection.

    • Use cross-validation to assess model performance on unseen data, helping to identify overfitting.

    • Implement regularization techniques (L1, L2) to penalize overly complex models.

    • Choose the right model complexity; simpler models can prevent overfitting.

    • Increase training data to provide more examples ...

  • Answered by AI
  • Q4. Can we use linear regression model for given problem considering till today's data as input to the model and forecasting for tomorrow?
  • Ans. 

    Linear regression can be used for forecasting, but its effectiveness depends on data patterns and relationships.

    • Linear regression assumes a linear relationship between input and output variables.

    • If the data shows a consistent trend, linear regression can provide reasonable forecasts.

    • Example: Predicting tomorrow's temperature based on historical temperature data.

    • However, it may not capture complex patterns or seasonalit...

  • Answered by AI
  • Q5. Coding question on rotation of matrix 'n' times by 90 degrees.
  • Ans. 

    Rotate a square matrix 90 degrees clockwise 'n' times efficiently.

    • A 90-degree clockwise rotation can be achieved by transposing the matrix and then reversing each row.

    • Example: For matrix [[1, 2], [3, 4]], after one rotation it becomes [[3, 1], [4, 2]].

    • To rotate 'n' times, calculate effective rotations as n % 4 since every 4 rotations return the matrix to its original state.

    • If n = 1, rotate once; if n = 2, rotate twice ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on reasoning when explaining a solution to the problem statement presented by the interviewer. My interviewer emphasized the importance of the effort expended and the approach taken to address the problem effectively.

Data Scientist Interview Questions Asked at Other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you fi ... read more
Q2. Special Sum of Array Problem Statement Given an array 'arr' conta ... read more
asked in Affine
Q3. You have a pandas dataframe with three columns filled with state ... read more
asked in Walmart
Q4. Describe the data you would analyze to solve cost and revenue opt ... read more
Q5. Clone a Linked List with Random Pointers Given a linked list wher ... read more
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 - Coding Test 

Build a simple cat and dog image classifier

Round 3 - Technical 

(1 Question)

  • Q1. ML related questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural questions, basically to check if you will be fit in a team
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. ML System design
  • Q2. CNN networks why are they better then NN

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay away, the HM is on a field trip.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. A SQL question that involves window functions
  • Ans. 

    SQL window functions allow for advanced data analysis by performing calculations across a set of table rows related to the current row.

    • Window functions operate on a set of rows defined by an OVER() clause.

    • Common window functions include ROW_NUMBER(), RANK(), and SUM().

    • Example: SELECT employee_id, salary, RANK() OVER (ORDER BY salary DESC) AS salary_rank FROM employees;

    • Window functions can be used for running totals, mo...

  • Answered by AI
  • Q2. Python coding round that involved string manipulation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Recommendation System Questions
  • Q2. A B Testing Questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple mediam DSA style questions around ML

Are these interview questions helpful?

Data Scientist Interview Questions & Answers

Zepto user image Anubhav Kesari

posted on 20 Nov 2024

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

(3 Questions)

  • Q1. Questions on Past Project
  • Q2. SQL Dense Rank - also having the option to do in Pandas
  • Q3. Pandas groupby on a dataset given - required to calculate group wise yoy rate of a column
  • Ans. 

    Calculate year-over-year (YoY) rates using Pandas groupby for a specific column in a dataset.

    • Use the Pandas 'groupby' method to group data by the desired category (e.g., 'year').

    • Apply the 'pct_change()' function to calculate the percentage change between years.

    • Example: df.groupby('year')['sales'].sum().pct_change() to get YoY sales growth.

    • Ensure the data is sorted by year before applying the calculation for accurate re...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Past project ( which he chose , he chose my very first project , which I had forgotten) so ended up screwing it
  • Q2. SQL / Pyspark question - difficult question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Case study design oka6y

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study explain
  • Ans. 

    A case study involves analyzing a specific situation to derive insights and solutions using data science techniques.

    • Define the problem clearly: Identify the key issues to address.

    • Collect relevant data: Gather data from various sources, ensuring quality and relevance.

    • Analyze the data: Use statistical methods and machine learning to uncover patterns.

    • Draw insights: Interpret the results to provide actionable recommendatio...

  • Answered by AI
  • Q2. Ml concept advance
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Lot of questions on classification and regression models, medium python and pandas, no need of DSA
  • Q2. Questions from assignment (first step will be to submit assignment given by them)

Simplicontract Interview FAQs

How many rounds are there in Simplicontract Data Scientist interview?
Simplicontract interview process usually has 2 rounds. The most common rounds in the Simplicontract interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

Simplicontract Data Scientist Salary
based on 4 salaries
₹6.1 L/yr - ₹14.7 L/yr
32% less than the average Data Scientist Salary in India
View more details
Customer Success Manager
8 salaries
unlock blur

₹5.7 L/yr - ₹12.9 L/yr

Software Engineer
7 salaries
unlock blur

₹5 L/yr - ₹11.7 L/yr

Software Developer
4 salaries
unlock blur

₹6.6 L/yr - ₹13 L/yr

Data Scientist
4 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Client Engagement Manager
4 salaries
unlock blur

₹8.5 L/yr - ₹9.4 L/yr

Explore more salaries
Compare Simplicontract with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview