Upload Button Icon Add office photos
Engaged Employer

i

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

ResMed Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ResMed Data Scientist Interview Questions and Answers

Updated 27 Apr 2024

ResMed Data Scientist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 questions based on coding

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or slice() in Python

    • Iterate through the string in reverse order and append each character to a new string

    • Convert the string to an array of characters, reverse the array, then join the characters back together

  • Answered by AI
  • Q2. Linked list in java
  • Ans. 

    A linked list is a data structure in Java where each element points to the next element in the list.

    • Linked list nodes contain data and a reference to the next node

    • Insertion and deletion operations are efficient in linked lists

    • Traversal requires iterating through each node starting from the head

    • Example: Node class with data and next pointer, LinkedList class with methods to insert, delete, and traverse

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode easy questions were asked

Round 2 - Case Study 

Data science case study

Round 3 - HR 

(1 Question)

  • Q1. Why would you join us

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) Model building process of one of my previous projects 2) Random forest hyperparameters 3) ROC curve, using the ROC curve to set probability cutoffs in classication models 4) Gradient boosting techniques...
  • Ans. 

    Data Scientist interview questions on model building, random forest, ROC curve, gradient boosting, and real estate valuation

    • For model building, I followed the CRISP-DM process and used various algorithms like logistic regression, decision trees, and random forest

    • Random forest hyperparameters include number of trees, maximum depth, minimum samples split, and minimum samples leaf

    • ROC curve is a graphical representation of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be to search on Google regarding "100 data science interview questions" or something like it, and as you go through each question and its answer, just search the Wikipedia or Google for each concept for a little more depth. As for Python coding questions, most questions in such interviews are asked only about the Pandas library of Python. So try to study how to use Pandas to manipulate data. A good reference is the Python For Data Analysis book by Wes McKinney, whose free PDF is most probably available online on Google.

Skills evaluated in this interview

I applied via Company Website and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of regression, bias variance

Interview Preparation Tips

Topics to prepare for GE Healthcare Data Scientist interview:
  • python
Interview preparation tips for other job seekers - ML basics. Some insight into past projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the preventive controls you done in previous work?
  • Ans. 

    Implemented preventive controls such as regular equipment maintenance and staff training.

    • Regularly scheduled equipment maintenance to prevent breakdowns

    • Provided staff training on proper procedures to prevent errors

    • Implemented quality control checks throughout the process

    • Utilized hazard analysis and critical control points (HACCP) principles

  • Answered by AI
  • Q2. What do you know about protein powder formulation
  • Ans. 

    Protein powder formulation involves combining various protein sources, flavors, sweeteners, and additives to create a powdered supplement.

    • Protein powder formulation typically starts with selecting protein sources such as whey, casein, soy, or pea protein.

    • Flavors like chocolate, vanilla, or strawberry are added to enhance taste and palatability.

    • Sweeteners like stevia, sucralose, or sugar alcohols may be used to improve ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell about your previous project
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 leetcode easy questions were asked

Round 2 - Case Study 

Data science case study

Round 3 - HR 

(1 Question)

  • Q1. Why would you join us
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Related to core concepts like OS, DBMS and OOPs

I applied via Recruitment Consulltant and was interviewed in Sep 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 - Technical 

(2 Questions)

  • Q1. Random forest splitting mechanisms details
  • Ans. 

    Random forest uses decision trees to split data into subsets based on feature importance.

    • Random forest builds multiple decision trees and selects the best split based on feature importance.

    • Each decision tree splits data into subsets based on a randomly selected subset of features.

    • The best split is determined by minimizing impurity or maximizing information gain.

    • Random forest can handle missing values and outliers.

    • Rando...

  • Answered by AI
  • Q2. ResNet architecture and skip connection related questions
Round 3 - Technical 

(2 Questions)

  • Q1. OCR related bounding box detection from image
  • Q2. Deep learning based questions and details
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion, current salary and expected
  • Q2. About Optum, why you want to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through data science basics and python coding. Prepare deep learning Pretrained architecture as well.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) Model building process of one of my previous projects 2) Random forest hyperparameters 3) ROC curve, using the ROC curve to set probability cutoffs in classication models 4) Gradient boosting techniques...
  • Ans. 

    Data Scientist interview questions on model building, random forest, ROC curve, gradient boosting, and real estate valuation

    • For model building, I followed the CRISP-DM process and used various algorithms like logistic regression, decision trees, and random forest

    • Random forest hyperparameters include number of trees, maximum depth, minimum samples split, and minimum samples leaf

    • ROC curve is a graphical representation of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice would be to search on Google regarding "100 data science interview questions" or something like it, and as you go through each question and its answer, just search the Wikipedia or Google for each concept for a little more depth. As for Python coding questions, most questions in such interviews are asked only about the Pandas library of Python. So try to study how to use Pandas to manipulate data. A good reference is the Python For Data Analysis book by Wes McKinney, whose free PDF is most probably available online on Google.

Skills evaluated in this interview

I applied via Company Website and was interviewed before May 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of regression, bias variance

Interview Preparation Tips

Topics to prepare for GE Healthcare Data Scientist interview:
  • python
Interview preparation tips for other job seekers - ML basics. Some insight into past projects

ResMed Interview FAQs

How many rounds are there in ResMed Data Scientist interview?
ResMed interview process usually has 2 rounds. The most common rounds in the ResMed interview process are Coding Test and Technical.
What are the top questions asked in ResMed Data Scientist interview?

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

  1. Reverse a str...read more
  2. Linked list in j...read more

Tell us how to improve this page.

ResMed Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 157 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
GE Healthcare Interview Questions
4.1
 • 72 Interviews
Medtronic Interview Questions
4.0
 • 69 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all
Senior Software Engineer
14 salaries
unlock blur

₹22.5 L/yr - ₹50 L/yr

Accounts Manager
8 salaries
unlock blur

₹8.7 L/yr - ₹20.5 L/yr

Territory Manager
7 salaries
unlock blur

₹6 L/yr - ₹9.4 L/yr

Territory Sales Manager
7 salaries
unlock blur

₹5.4 L/yr - ₹12.5 L/yr

Analyst
7 salaries
unlock blur

₹5 L/yr - ₹5.3 L/yr

Explore more salaries
Compare ResMed with

Philips

3.9
Compare

Medtronic

4.0
Compare

Siemens Healthineers

4.0
Compare

GE Healthcare

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