Upload Button Icon Add office photos
Engaged Employer

i

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

MathCo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MathCo Data Scientist Interview Questions and Answers

Updated 10 Oct 2024

MathCo Data Scientist Interview Experiences

2 interviews found

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

I applied via Hirect and was interviewed in May 2022. There were 5 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 - Aptitude Test 

Basic python sql questions, mcq based and coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. They asked the projects which I am working on and had discussion on the same. Asked few statistical questions like boxplots and normal distribution. Also asked basic questions on advance SQL
Round 4 - Behavioral 

(1 Question)

  • Q1. Problem solving questions. Gave a case study to check presence of mind
Round 5 - HR 

(1 Question)

  • Q1. Basic salary discussion

Interview Preparation Tips

Topics to prepare for MathCo Data Scientist interview:
  • SQL
  • python
Interview preparation tips for other job seekers - Just be appropriate in tech round and managerial round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Python sql basic questions

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
Q4. Clone a Linked List with Random Pointers Given a linked list wher ... read more
asked in Coforge
Q5. coding question of finding index of 2 nos. having total equal to ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Overfitting in decision tree
  • Ans. 

    Overfitting in decision trees occurs when the model learns noise in the training data rather than the underlying pattern.

    • Overfitting happens when the decision tree is too complex and captures noise in the training data.

    • It leads to poor generalization on unseen data, as the model is too specific to the training set.

    • To prevent overfitting, techniques like pruning, setting a minimum number of samples per leaf, or using en

  • Answered by AI
  • Q2. What is bagging
  • Ans. 

    Bagging is a machine learning ensemble technique where multiple models are trained on different subsets of the training data and their predictions are combined.

    • Bagging stands for Bootstrap Aggregating.

    • It helps reduce overfitting by combining the predictions of multiple models.

    • Random Forest is a popular algorithm that uses bagging by training multiple decision trees on random subsets of the data.

  • Answered by AI
  • Q3. What is neuron How its used in DL
  • Ans. 

    A neuron is a basic unit of a neural network that receives input, processes it, and produces an output.

    • Neurons are inspired by biological neurons in the human brain.

    • They receive input signals, apply weights to them, sum them up, and pass the result through an activation function.

    • Neurons are organized in layers in a neural network, with each layer performing specific tasks.

    • In deep learning, multiple layers of neurons ar...

  • 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 - Aptitude Test 

Basic quants,lrdi and coding round

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on sql and python, past projects
Round 4 - HR 

(1 Question)

  • Q1. Basic questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python coding and sql coding

Round 2 - Technical 

(2 Questions)

  • Q1. List all the string which start with 'a'
  • Ans. 

    List of strings starting with 'a'

    • Use a loop to iterate through each string

    • Check if each string starts with 'a'

    • Add the string to the list if it starts with 'a'

  • Answered by AI
  • Q2. Find out max value from the given table
  • Ans. 

    Use SQL query to find max value from a table

    • Use SQL query SELECT MAX(column_name) FROM table_name;

    • For example, SELECT MAX(salary) FROM employees;

    • Ensure proper column name and table name are used in the query

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Basic test with Data Structures, algorithms, SQL questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions about basic ML Algorithms
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic statistics questions and coding questions on modeling

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion was mainly on the project I have worked on
Round 4 - One-on-one 

(1 Question)

  • Q1. Project discussion 2 case studies Questions on sensitivity analysis Precision recall with non binary data
Round 5 - HR 

(1 Question)

  • Q1. How would you solve conflicts between two people in your team? Why are you leaving your company?
  • Ans. 

    To solve conflicts between two people in my team, I would encourage open communication, facilitate a discussion, and find a mutually agreeable solution.

    • Encourage open and honest communication between the two individuals involved

    • Facilitate a discussion where both parties can express their concerns and perspectives

    • Identify common ground and areas of agreement

    • Encourage empathy and understanding towards each other's viewpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on the skills that your are showing in your CV. Be truthful if you don't know anything and don't bush around. If you are okay working for more than 14hrs and also in the weekends then please go ahead :)

I applied via LinkedIn

Interview Questionnaire 

2 Questions

  • Q1. Discussion on resume projects
  • Q2. Questions on regularization, ensemble methods, variance vs bias

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all basic questions on ML and be thorough with your resume projects

I applied via Naukri.com and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Machine learning MCQ questions. 2 model-building questions.

Round 2 - Technical 

(1 Question)

  • Q1. Basic statistics, concertation of any ML algo based on the project on resume or previous works,
Round 3 - Technical 

(1 Question)

  • Q1. Interview with data science manager. Mostly focuses on projects on your resume.
Round 4 - HR 

(1 Question)

  • Q1. Salary related discussion and basic HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the resume in detail and focus on explaining the projects and algorithms worked on.

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There is online test is totally on SQL please prepare for SQL. There are 3 rounds in which first online test based on sql then 2nd is technical round and 3rd Manager round. Technical round on sql and machi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly Please prepare for SQL, Machine Learning and case study.

MathCo Interview FAQs

How many rounds are there in MathCo Data Scientist interview?
MathCo interview process usually has 3 rounds. The most common rounds in the MathCo interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for MathCo 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 MathCo. The most common topics and skills that interviewers at MathCo expect are Analytical Chemistry, Data Analysis, Data Visualization, MS Office and Machine Learning.

Tell us how to improve this page.

MathCo Data Scientist Interview Process

based on 6 interviews

Interview experience

4.3
  
Good
View more
MathCo Data Scientist Salary
based on 127 salaries
₹6 L/yr - ₹19 L/yr
11% less than the average Data Scientist Salary in India
View more details

MathCo Data Scientist Reviews and Ratings

based on 21 reviews

3.1/5

Rating in categories

3.5

Skill development

2.5

Work-life balance

2.9

Salary

2.9

Job security

3.3

Company culture

3.3

Promotions

2.9

Work satisfaction

Explore 21 Reviews and Ratings
Analyst
229 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Associate
227 salaries
unlock blur

₹10 L/yr - ₹28 L/yr

Data Analyst
188 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Associate
142 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Data Scientist
127 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Explore more salaries
Compare MathCo with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

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