Upload Button Icon Add office photos
Engaged Employer

i

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

Imarticus Learning Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Imarticus Learning Data Scientist Interview Questions and Answers

Updated 27 Dec 2021

Imarticus Learning Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image Akash Anadure

posted on 25 Nov 2021

Interview Questionnaire 

3 Questions

  • Q1. Tell me something about yourself?
  • Q2. What is your strengths and weaknesses?
  • Q3. What is your expected salary from our company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you for giving me an opportunity for introducing myself. My name is Akash Anadure. I am from pune. I have completed my graduation B.E Computer Science and engineering in PDA College of engineering Gulbarga. I have completed my

Top trending discussions

View All
Interview Tips & Stories
1w (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 Imarticus Learning?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Monster and was interviewed in Oct 2023. There were 5 interview rounds.

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 

Python Coding Test to test general knowledge on progamming

Round 3 - One-on-one 

(1 Question)

  • Q1. Explain Bias-Variance Tradeoff
  • Ans. 

    Bias-variance tradeoff is the balance between model complexity and generalization error.

    • Bias refers to error from erroneous assumptions in the learning algorithm, leading to underfitting.

    • Variance refers to error from sensitivity to fluctuations in the training data, leading to overfitting.

    • Increasing model complexity reduces bias but increases variance, while decreasing complexity increases bias but reduces variance.

    • The...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for data-driven insights that can drive your projects forward.

    • Strong analytical skills: I have experience in analyzing complex datasets to uncover actionable insights, as demonstrated in my previous project where I improved customer retention by 20%.

    • Proficient in machine learning: I have successfully implemented predictive models using...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Final round discussion on package and benefits

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Sep 2021. 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 - Coding Test 

The coding test was a Hackerank test with 3 python and 2 SQL questions.

Round 3 - Technical 

(3 Questions)

  • Q1. This is a technical test with questions from Machine Learning and statistics.
  • Q2. What is a Central Limit Theorem?
  • Ans. 

    Central Limit Theorem states that the sampling distribution of the mean of any independent, random variable will be normal or nearly normal.

    • The theorem applies to large sample sizes.

    • It is a fundamental concept in statistics.

    • It is used to estimate population parameters from sample statistics.

    • It is important in hypothesis testing and confidence intervals.

    • Example: If we take a large number of samples of the same size from...

  • Answered by AI
  • Q3. Can you explain gradient descent?
  • Ans. 

    Gradient descent is an iterative optimization algorithm used to minimize a cost function by adjusting model parameters.

    • Gradient descent is used in machine learning to optimize models.

    • It works by iteratively adjusting model parameters to minimize a cost function.

    • The algorithm calculates the gradient of the cost function and moves in the direction of steepest descent.

    • There are different variants of gradient descent, such...

  • Answered by AI
Round 4 - Technical 

(4 Questions)

  • Q1. This was related to Projects, what projects did you work on and domain-related questions
  • Q2. What is Image segmentation?
  • Ans. 

    Image segmentation is the process of dividing an image into multiple segments or regions.

    • It is used in computer vision to identify and separate objects or regions of interest in an image.

    • It can be done using various techniques such as thresholding, clustering, edge detection, and region growing.

    • Applications include object recognition, medical imaging, and autonomous vehicles.

    • Examples include separating the foreground a...

  • Answered by AI
  • Q3. Questions about output shape when an convolution operation is performed using a filter.
  • Q4. How is object detection done using CNN?
  • Ans. 

    Object detection using CNN involves training a neural network to identify and locate objects within an image.

    • CNNs use convolutional layers to extract features from images

    • These features are then passed through fully connected layers to classify and locate objects

    • Common architectures for object detection include YOLO, SSD, and Faster R-CNN

  • Answered by AI
Round 5 - Case Study 

Analyze a scenario for the reduce in sales of a product in the end of the month.

Round 6 - One-on-one 

(1 Question)

  • Q1. One to One round with Manager, less technical but some case study and work culture related.

Interview Preparation Tips

Topics to prepare for Great Learning Data Scientist interview:
  • Machine Learning
  • Deep Learning
  • SQL
  • Python
  • Statistics
  • Case study
  • Scenario based questions
Interview preparation tips for other job seekers - Be prepared on technical as coding can be asked on any round depending on the requirement.
Always be prepared with the basics and understand your project completely.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
No response

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Greatset number from an array
  • Ans. 

    Find the greatest number from an array of strings.

    • Convert the array of strings to an array of integers.

    • Use a sorting algorithm to sort the array in descending order.

    • Return the first element of the sorted array as the greatest number.

  • Answered by AI
  • Q2. Questions related to Hypothesis testing

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

  • Q1. Define a function for count of owels in a string.
  • Ans. 

    A function to count vowels in a string, identifying 'a', 'e', 'i', 'o', 'u' regardless of case.

    • Define a function named 'count_vowels'.

    • Use a loop or a comprehension to iterate through each character in the string.

    • Check if each character is a vowel (a, e, i, o, u) using a set for efficiency.

    • Maintain a counter to keep track of the number of vowels found.

    • Return the final count after iterating through the string.

    • Example: co...

  • Answered by AI
  • Q2. Interviewer expecting to explain big ML algorithms than simple regression and classification tasks..
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Interpretation of classification metrics like accuracy, precision, recall
  • Ans. 

    Classification metrics like accuracy, precision, and recall are used to evaluate the performance of a classification model.

    • Accuracy measures the overall correctness of the model's predictions.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of all actual positive instances.

  • Answered by AI
  • Q2. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q3. Difference between R-squared and Adjusted R-squared
  • Ans. 

    R-squared measures the proportion of variance explained by the model, while Adjusted R-squared adjusts for the number of predictors in the model.

    • R-squared is the proportion of variance in the dependent variable that is predictable from the independent variables. It ranges from 0 to 1, with 1 indicating a perfect fit.

    • Adjusted R-squared penalizes the addition of unnecessary predictors to the model, providing a more accur...

  • Answered by AI
  • Q4. Feature Selection Techniques
  • Ans. 

    Feature selection techniques help in selecting the most relevant features for building predictive models.

    • Filter methods: Select features based on statistical measures like correlation, chi-squared test, etc.

    • Wrapper methods: Use a specific model to evaluate the importance of features by adding or removing them iteratively.

    • Embedded methods: Feature selection is integrated into the model training process, like LASSO regre...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Various types of joins in SQL
  • Ans. 

    Various types of joins in SQL include inner join, outer join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Outer join: Returns all rows when there is a match in one of the tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full joi...

  • Answered by AI
  • Q2. SQL query on self join
  • Ans. 

    A self join in SQL allows a table to be joined with itself to compare rows within the same table.

    • Self join is useful for hierarchical data, like employee-manager relationships.

    • Example: SELECT a.EmployeeID, a.Name, b.Name AS ManagerName FROM Employees a JOIN Employees b ON a.ManagerID = b.EmployeeID;

    • It can also be used to find duplicates or related records within the same table.

    • Example: SELECT a.ProductID, a.ProductName...

  • Answered by AI
  • Q3. Bias and Variance Tradeoff
  • Q4. Model interpretability

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Oct 2022. There were 4 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 - HR 

(4 Questions)

  • Q1. Ask some questions about my self and previously what i did and some questions related to company...
  • Q2. Tell me about your self
  • Q3. What are the skills you have
  • Q4. Why are you choose this company
Round 3 - Aptitude Test 

They share some apptitude questions and communication related questions to answer them...

Round 4 - Group Discussion 

Take a one topic from my self to discuss with other to communicate....how easily

Interview Preparation Tips

Topics to prepare for Skill Lync Data Analyst interview:
  • Python
  • MySQL
  • Machine Learning
  • Tableau
  • Excel
Interview preparation tips for other job seekers - To be confident while giving answers to the infrent of interviewer...and good communication skills and good eye contact to everyone
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Verbal, logical, Quantative test

Round 2 - HR 

(1 Question)

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good job promotion for development of data
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. What makes you a suitable candidate for this position?
  • Q2. Where do you envision yourself in five years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Any general knowledge topic

Round 2 - One-on-one 

(6 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a passion for transforming data into actionable insights, skilled in SQL, Python, and data visualization.

    • Educational Background: I hold a degree in Statistics, which provided me with a strong foundation in data analysis techniques.

    • Professional Experience: I have over 3 years of experience working with large datasets, where I utilized SQL to extract and manipulate data.

    • Technical Skills: Proficie...

  • Answered by AI
  • Q2. Strength and weakness
  • Q3. Short term and long term goal
  • Ans. 

    Short term goal is to enhance data analysis skills, long term goal is to become a data science expert.

    • Short term goal: Improve proficiency in SQL, Python, and data visualization tools

    • Long term goal: Obtain advanced certifications in machine learning and AI

    • Short term goal: Complete online courses on statistical analysis and data cleaning

    • Long term goal: Lead data science projects and mentor junior analysts

  • Answered by AI
  • Q4. Why did you chosen this company?
  • Ans. My Strength is that I am not only a hard working person but also a smart working person. I am a quick learner and self motivational person. I am a good team player, good listener and good in time management
  • Answered by treasuredsangria
  • Q5. Why we want to hire you?
  • Ans. 

    I bring a unique blend of analytical skills, industry knowledge, and a passion for data-driven decision-making.

    • Strong analytical skills: I have experience using tools like SQL and Python to extract insights from complex datasets.

    • Industry knowledge: My background in [specific industry] allows me to understand key metrics and trends that drive business success.

    • Problem-solving mindset: I successfully identified a 15% cost...

  • Answered by AI
  • Q6. Salary discussion

Interview Preparation Tips

Topics to prepare for NxtWave Data Analyst interview:
  • Data Science
Interview preparation tips for other job seekers - It was a good opportunity to fresher for placement

Tell us how to improve this page.

Interview Questions from Similar Companies

NxtWave Interview Questions
3.8
 • 219 Interviews
Unacademy Interview Questions
3.0
 • 217 Interviews
Chegg Interview Questions
4.1
 • 160 Interviews
Skill Lync Interview Questions
3.1
 • 92 Interviews
Teachnook Interview Questions
3.1
 • 89 Interviews
LEAD School Interview Questions
3.3
 • 89 Interviews
Great Learning Interview Questions
3.7
 • 66 Interviews
Toppr Interview Questions
3.5
 • 65 Interviews
CollegeDekho Interview Questions
3.0
 • 61 Interviews
View all
Imarticus Learning Data Scientist Salary
based on 5 salaries
₹3 L/yr - ₹5 L/yr
72% less than the average Data Scientist Salary in India
View more details
Program Manager
28 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Senior Analyst
23 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

Senior Manager
22 salaries
unlock blur

₹10.5 L/yr - ₹17.5 L/yr

Assistant Manager
16 salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Sales Head
16 salaries
unlock blur

₹10.3 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Imarticus Learning with

Unacademy

3.0
Compare

Chegg

4.1
Compare

NxtWave

3.8
Compare

LEAD School

3.3
Compare
write
Share an Interview