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 Interview Questions, Process, and Tips for Experienced

Updated 9 Jan 2025

Top ResMed Interview Questions and Answers for Experienced

ResMed Interview Experiences for Experienced

Popular Designations

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain a complex .net core project you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. How have you evolved as a technical lead over the course of your career
Round 3 - HR 

(1 Question)

  • Q1. What are your long term career goals

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 20 Dec 2022

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2022. 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 

(2 Questions)

  • Q1. Oracle cycles and plsql coding
  • Q2. General hr discussion with hr

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good techincal knowledge you can clear it easy.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

I applied via LinkedIn and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Service migration from on-prem to cloud.
  • Ans. 

    Service migration from on-prem to cloud involves careful planning and execution.

    • Assess the current infrastructure and identify which services can be migrated to the cloud

    • Choose the right cloud provider and service model based on business needs

    • Ensure data security and compliance during migration

    • Test the migrated services thoroughly before going live

    • Train the IT team and end-users on the new cloud environment

  • Answered by AI
  • Q2. Cloud storage security
  • Q3. STRIDE methodology
  • Q4. SaaS security limitations and approach
  • Ans. 

    SaaS security limitations and approach

    • SaaS providers may have limited control over security measures

    • Data encryption and access control are crucial for SaaS security

    • Regular security audits and vulnerability assessments are necessary

    • Implementing multi-factor authentication can enhance SaaS security

    • SaaS users should also take responsibility for their own security measures

  • Answered by AI
  • Q5. EDR log collection and server placement
  • Q6. CSA and its importance in third-party risk assessment
  • Ans. 

    CSA is crucial in third-party risk assessment as it provides a framework for evaluating cloud service providers.

    • CSA (Cloud Security Alliance) is a non-profit organization that provides a framework for evaluating cloud service providers.

    • The CSA Security, Trust & Assurance Registry (STAR) is a publicly accessible registry that documents the security controls provided by various cloud service providers.

    • Third-party risk as...

  • Answered by AI
  • Q7. Importance of BCP/DR in a health care industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, keep it more like a discussion rather than question answer session. Spend more time in sharing your experience and how you can contribute in your new profile.

Skills evaluated in this interview

Information Security Manager Interview Questions asked at other Companies

Q1. How did you deploy security solutions, what all solutions have you deployed.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 15 May 2020

Interview Questionnaire 

2 Questions

  • Q1. About my self,About my Work experience,Current Company work and about the products, Industry Knowledge how to drive B2B and B2C,How should I fit in an Organisation.About Medical Devices
  • Q2. Resmed is a very good MNC Company.Work culture is good.Incentives are very good.Superiors are very supportive and u will get a good carrier growth

ResMed interview questions for popular designations

 Data Scientist

 (1)

 Devops Engineer

 (1)

 Area Manager

 (1)

 Technical Lead

 (1)

 Information Security Manager

 (1)

 Software Developer

 (1)

 Quality Engineer

 (1)

 Key Account Manager

 (1)

Jobs at ResMed

View all

Interview questions from similar companies

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft

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

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is 6 sigma
  • Ans. 

    6 Sigma is a data-driven methodology for improving business processes and reducing defects.

    • It aims to achieve a level of quality where the probability of a defect is 3.4 parts per million or less.

    • It involves five phases: Define, Measure, Analyze, Improve, and Control (DMAIC).

    • It is widely used in industries such as manufacturing, healthcare, and finance.

    • It emphasizes on statistical analysis and measurement to identify a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great to interview and I had taken up the opportunity and even though everyone is great. I learned a lot from that interview.

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

ResMed Interview FAQs

How many rounds are there in ResMed interview for experienced candidates?
ResMed interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the ResMed interview process for experienced candidates are Technical, Resume Shortlist and One-on-one Round.
How to prepare for ResMed interview for experienced candidates?
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 ResMed. The most common topics and skills that interviewers at ResMed expect are Healthcare, Machine Learning, Data Management, Python and SQL.
What are the top questions asked in ResMed interview for experienced candidates?

Some of the top questions asked at the ResMed interview for experienced candidates -

  1. CSA and its importance in third-party risk assessm...read more
  2. Service migration from on-prem to clou...read more
  3. Importance of BCP/DR in a health care indust...read more
How long is the ResMed interview process?

The duration of ResMed interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ResMed Interview Process for Experienced

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

UnitedHealth Interview Questions
4.0
 • 83 Interviews
GE Healthcare Interview Questions
4.0
 • 73 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all

ResMed Reviews and Ratings

based on 74 reviews

3.7/5

Rating in categories

3.1

Skill development

3.9

Work-life balance

3.8

Salary

2.9

Job security

3.4

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 74 Reviews and Ratings
Java Fullstack Engineer

Kolkata,

Mumbai

+5

3-7 Yrs

Not Disclosed

Frontend Software Engineer

Kolkata,

Mumbai

+5

3-8 Yrs

Not Disclosed

Analytics Engineer - Tableau

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
14 salaries
unlock blur

₹22.5 L/yr - ₹50 L/yr

Software Engineer
8 salaries
unlock blur

₹14.9 L/yr - ₹40 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

Analyst
7 salaries
unlock blur

₹5 L/yr - ₹5.3 L/yr

Explore more salaries
Compare ResMed with

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Johnson & Johnson

4.0
Compare

GE Healthcare

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