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
3.8

based on 67 Reviews

Filter interviews by

ResMed Software Trainee Intern Interview Questions and Answers

Updated 29 May 2024

ResMed Software Trainee Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions were given and 15 mcq

Round 2 - Technical 

(3 Questions)

  • Q1. General questions regarding projects
  • Q2. And 2 coding questions in prefered language
  • Q3. Java concepts and oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for everything in job description

Interview questions from similar companies

Software Developer Interview Questions & Answers

Optum user image Preeti Charishma

posted on 26 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude, core concepts and a code

Round 2 - HR 

(2 Questions)

  • Q1. What is the one thing you learnt from college club?
  • Ans. 

    I learned the importance of teamwork and collaboration from my college club.

    • Developed strong communication skills by working with diverse group of individuals

    • Learned how to delegate tasks effectively to achieve common goals

    • Gained experience in problem-solving and conflict resolution through group projects

  • Answered by AI
  • Q2. What is the one thing you want to expereince?
  • Ans. 

    I want to experience living in a different country and immersing myself in a new culture.

    • Traveling to a foreign country and learning about their customs and traditions

    • Trying new foods and experiencing different ways of life

    • Making friends with locals and exploring the local attractions

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Difference between relational and non relational dbms
  • Ans. 

    Relational DBMS stores data in tables with predefined relationships, while non-relational DBMS stores data in flexible, schema-less formats.

    • Relational DBMS uses structured query language (SQL) for querying data

    • Non-relational DBMS can store data in various formats like key-value pairs, document-based, graph databases

    • Relational DBMS ensures data integrity through normalization and constraints

    • Non-relational DBMS offers be...

  • Answered by AI
  • Q2. Difference betweeen class,abstract class,interface in python
  • Ans. 

    Class is a blueprint for creating objects, abstract class cannot be instantiated and can have abstract methods, interface is a contract for classes to implement certain methods.

    • Class is a blueprint for creating objects with attributes and methods.

    • Abstract class cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interface is a contract for classes to implement certain methods, bu

  • Answered by AI
  • Q3. Project related questions were asked

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Is TDD an overkill?
  • Q2. Tell me how you will manage 10k+ records on an application UI? (This was a system design question)

Interview Preparation Tips

Interview preparation tips for other job seekers - Pros: HR interaction from beginning till interview was great.
Cons: Interviewers interviewed me for a different role than I was expected to be interviewed for. So I found there was a lack of communication between the HR and the interviewees.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Technical questions based on my resume, coding, project architect, etc.
Round 2 - One-on-one 

(1 Question)

  • Q1. System design round. LLD and HLD.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial with a little bit of technical. Work ethics, vision and ctc expectations.
Round 4 - HR 

(1 Question)

  • Q1. Compensation discussion.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Object-Oriented Programming (OOP) and Data Structures and Algorithms (DSA) problem-solving skills.

Round 2 - Coding Test 

ADVANCED PROBLEMS IN DSA AND SUBJECT ORIENTED QUESTIONS

Round 3 - Technical 

(1 Question)

  • Q1. BASED ON DEGREE
Round 4 - HR 

(1 Question)

  • Q1. BEHAVIOURAL QUESTIONS AND RELOCATION DISCUSSION
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 Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basics of C++. Solve some problem by given complexity. Find the bugs in code.

Round 2 - Technical 

(2 Questions)

  • Q1. Question from your last project.
  • Q2. Design pattern in C++.
  • Ans. 

    Design patterns in C++ are reusable solutions to common problems in software design.

    • Design patterns help in creating flexible, maintainable, and scalable code.

    • Examples of design patterns in C++ include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has a specific purpose and can be applied in different scenarios.

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic C# and oops questions , mostly on inheritance , abstraction ,encapsulation , properties
  • Q2. Coding questions related to strings finding longest substring without repeating characters , find the count of vowels in string with using dictionary kr hash ( used ascii value approach)
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly on project .
  • Q2. Was asked about design patterns , had to create a design for a simple . How would I structure all the folders classes , interfaces logics etc .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops related insharitance encapsulation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. 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 

(6 Questions)

  • Q1. React hooks, Explain using code
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components

    • useState() is a hook that allows you to add state to functional components

    • useEffect() is a hook that allows you to perform side effects in functional components

    • useContext() is a hook that allows you to use the context API in functio

  • Answered by AI
  • Q2. Factory Patterns?
  • Q3. Liskov Substitution Principle
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes must be able to replace their base classes without affecting the program's behavior.

    • Violating this principle can lead to unexpected behavior and errors in the code.

    • Example: If a program expec...

  • Answered by AI
  • Q4. Oops Concept and give examples
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes.

    • Oops stands for Object-Oriented Programming

    • Key concepts include inheritance, encapsulation, polymorphism, and abstraction

    • Examples: Class Car with properties like make, model, and methods like start(), stop()

    • Example: Inheritance - Class SUV extends Car and adds property numSeats

  • Answered by AI
  • Q5. JQuery - Ajax mechanisms
  • Q6. Docker and Kubernetes - Azure concepts

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you deploy a Web API using Docker Container?
  • Ans. 

    Deploying a Web API using Docker Container involves creating a Dockerfile, building the image, and running the container.

    • Create a Dockerfile with instructions on how to build the image, including dependencies and environment variables.

    • Build the Docker image using the Docker build command.

    • Run the Docker container using the Docker run command, specifying ports and any other necessary configurations.

    • Ensure the Web API is ...

  • Answered by AI

Skills evaluated in this interview

ResMed Interview FAQs

How many rounds are there in ResMed Software Trainee Intern 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 Software Trainee Intern interview?

Some of the top questions asked at the ResMed Software Trainee Intern interview -

  1. And 2 coding questions in prefered langu...read more
  2. Java concepts and oops conce...read more
  3. General questions regarding proje...read more

Tell us how to improve this page.

ResMed Software Trainee Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Optum Interview Questions
4.0
 • 418 Interviews
Philips Interview Questions
3.9
 • 156 Interviews
UnitedHealth Interview Questions
4.1
 • 83 Interviews
GE Healthcare Interview Questions
4.1
 • 72 Interviews
Medtronic Interview Questions
4.1
 • 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.1
Compare

Siemens Healthineers

4.0
Compare

GE Healthcare

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