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

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
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
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
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 3 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 - Technical 

(2 Questions)

  • Q1. Java 8, 11 features with practical questions and coding.
  • Q2. Springboot, spring security, spring cloud, actuators
Round 3 - Technical 

(3 Questions)

  • Q1. Data structures and algorithms
  • Q2. Java 8, 11 features with coding assignment
  • Ans. 

    Java 8 and 11 introduced several new features and improvements to the language.

    • Java 8 introduced lambda expressions, functional interfaces, streams, and default methods.

    • Java 11 introduced local variable syntax for lambda parameters, HTTP client API, and new string methods.

    • Example of Java 8 lambda expression: (x, y) -> x + y

    • Example of Java 11 HTTP client API: HttpClient client = HttpClient.newHttpClient();

  • Answered by AI
  • Q3. Springboot related questions and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and give your best. Some coding questions will be asked.

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

I applied via Recruitment Consulltant and was interviewed in Jun 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 - One-on-one 

(2 Questions)

  • Q1. 1. OOPS questions 2. SOLID and Design Pattern questions 3. Project explanation 4. Basic Pattern coding 5. Test question, UTest, ITest
  • Q2. Resume discussion and question from resume skill set.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1. Design qestion. 2. Design pattern uses per use case.
  • Ans. 

    Design patterns are used to solve common software design problems. Each use case requires a specific pattern.

    • Design patterns are reusable solutions to common software design problems.

    • Each use case requires a specific pattern to be used.

    • Examples of design patterns include Singleton, Factory, and Observer.

    • The choice of pattern depends on the problem being solved and the requirements of the system.

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial round 1. Reason to switch. 2. Immediate joining 3. Conflict management with manager
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation and joining date.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare OOPS, Design pattern and language specific question to sail through.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tech Basic Quesions and Related to stack mostly on .net Sql and Angular

Interview Questionnaire 

3 Questions

  • Q1. Give a short intro about yourself
  • Ans. 

    I am a recent computer science graduate with experience in software development and a passion for learning new technologies.

    • Graduated with a degree in computer science

    • Experience in software development

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What do you know about our company?
  • Ans. 

    The company is a software development firm.

    • The company specializes in software development.

    • It has a team of experienced software engineers.

    • The company has worked on various projects for clients in different industries.

    • It is known for delivering high-quality software solutions.

    • The company values innovation and creativity in its work.

  • Answered by AI
  • Q3. Asked if there were any doubts regarding what the company does

Interview Preparation Tips

Round: Test
Experience: Mostly objective type questions were asked.
Tips: CAT and GRE preparation is helpful for such tests.

Round: Test
Experience: Mostly objective type questions were asked.

Round: Group Discussion
Experience: Asked students themselves to choose a topic.

Round: Interview
Experience: Talked about the points in the resume. HR Questions, personal questions were asked.

College Name: IIT MADRAS

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