AZ-900 Describe cloud concepts Practice Question
A hospital is migrating patient data to the cloud. The hospital is responsible for managing who can access the data and for encrypting the data before upload. The cloud provider is responsible for securing the physical datacenters, network infrastructure, and hypervisor. This division of security responsibilities is described by which model?
⚠ Common exam trap
A common mix-up: candidates confuse the shared responsibility model with defense in depth, because both involve security layers, but the question specifically asks about the division of responsibilities between two parties, not the layering of controls.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Shared responsibility model
The shared responsibility model defines the division of security obligations between the cloud provider and the customer. In this scenario, the hospital (customer) is responsible for identity and access management (IAM) and data encryption at rest and in transit, while the cloud provider secures the physical datacenter, network infrastructure, and hypervisor. This clear separation of duties is the core of the shared responsibility model, which varies by service model (IaaS, PaaS, SaaS).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Shared responsibility model
Why this is correct
For a hospital migrating patient data to Azure, the shared responsibility model is the correct framework because it explicitly allocates security obligations: the provider secures the physical infrastructure, host network, and hypervisor, while the customer is responsible for data classification, access control, identity management, and encryption of patient records. This clear delineation is essential for meeting HIPAA and other regulatory requirements, as it defines exactly who must implement and enforce which controls before, during, and after the migration.
- ✗
Defense in depth
Why it's wrong here
Defense in depth is incorrect because it describes a layered strategy that combines controls across physical, network, compute, identity, and data tiers to prevent or slow an attack, rather than dividing responsibilities between the hospital and the cloud provider. Under this approach, both parties may contribute overlapping layers—for instance, Azure DDoS protection from the provider and customer-deployed network security groups—but the model itself does not catalog those layers as provider-owned versus customer-owned. The hospital's challenge is determining accountability boundaries, which is a governance question, not a question of how many security layers to stack.
When this WOULD be correct
A question asks: 'A company implements firewalls, intrusion detection, and encryption to protect its cloud resources. Which security principle is being applied?' In that context, defense in depth would be correct.
- ✗
Principle of least privilege
Why it's wrong here
The principle of least privilege is not the correct model because it focuses exclusively on granting users and services only the minimal permissions needed to perform their job functions, such as allowing a clinician to access only the patient records necessary for treatment. This is a critical access-control practice that the hospital must configure using Azure RBAC and identity governance, but it does not distinguish between the provider's responsibilities for securing the physical datacenter and the customer's responsibilities for securing data and application access. Therefore, while least privilege helps reduce insider threat risk, it does not establish the overall division of security ownership required for a cloud migration.
When this WOULD be correct
A scenario where an organization implements access controls so that each user or system has only the permissions necessary to perform their job functions. For example: 'A company configures its cloud storage so that each employee can only access the folders relevant to their department. Which security principle does this illustrate?'
- ✗
Zero trust model
Why it's wrong here
The zero trust model is not the right answer because it is an operational security philosophy that assumes no implicit trust for any user or device, requiring continuous authentication and authorization for every request, regardless of network location. While implementing zero trust principles like conditional access and microsegmentation is valuable in a hybrid cloud, the model does not define contractual or operational responsibility boundaries between the hospital and the cloud provider. It provides security posture guidance, not an accountability split, so it cannot answer who is responsible for protecting the migrated patient data.
When this WOULD be correct
A company wants to implement a security model where no user or device is trusted by default, even if they are inside the corporate network, and every access request must be authenticated and authorized. The correct answer would be Zero Trust.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-900 exam frequently reuses these exact scenarios with slightly different constraints.
✓Shared responsibility modelCorrect answer▾
Why this is correct
For a hospital migrating patient data to Azure, the shared responsibility model is the correct framework because it explicitly allocates security obligations: the provider secures the physical infrastructure, host network, and hypervisor, while the customer is responsible for data classification, access control, identity management, and encryption of patient records. This clear delineation is essential for meeting HIPAA and other regulatory requirements, as it defines exactly who must implement and enforce which controls before, during, and after the migration.
✗Defense in depthWrong answer — click to see why▾
Why this is wrong here
The question describes a division of responsibilities between the hospital and the cloud provider, which is exactly the shared responsibility model. Defense in depth is a security strategy using multiple layers of defense, not a model for dividing responsibilities.
★ When this WOULD be the correct answer
A question asks: 'A company implements firewalls, intrusion detection, and encryption to protect its cloud resources. Which security principle is being applied?' In that context, defense in depth would be correct.
Why candidates choose this
Candidates may confuse defense in depth with shared responsibility because both involve multiple security measures, but defense in depth focuses on layered defenses, not on who is responsible for each layer.
✗Principle of least privilegeWrong answer — click to see why▾
Why this is wrong here
The question describes a division of security responsibilities between the hospital and the cloud provider, which is exactly what the shared responsibility model defines. The principle of least privilege is about granting users only the minimum access needed, not about dividing responsibilities between parties.
★ When this WOULD be the correct answer
A scenario where an organization implements access controls so that each user or system has only the permissions necessary to perform their job functions. For example: 'A company configures its cloud storage so that each employee can only access the folders relevant to their department. Which security principle does this illustrate?'
Why candidates choose this
Candidates may confuse 'principle of least privilege' with the idea of limiting responsibilities, or they may think that the hospital's responsibility to manage access is an example of least privilege, but the question is about the division of security tasks between two parties, not about user permissions.
✗Zero trust modelWrong answer — click to see why▾
Why this is wrong here
The Zero Trust model assumes no implicit trust and requires continuous verification for every access request, but the question specifically describes a division of responsibilities between the hospital and cloud provider, which is the shared responsibility model.
★ When this WOULD be the correct answer
A company wants to implement a security model where no user or device is trusted by default, even if they are inside the corporate network, and every access request must be authenticated and authorized. The correct answer would be Zero Trust.
Why candidates choose this
Candidates may confuse Zero Trust with the shared responsibility model because both involve security considerations in cloud environments, but Zero Trust focuses on access control rather than responsibility division.
Analysis generated from the official AZ-900blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Quick reference
Cloud Service Model Comparison
| Model | You Manage | Provider Manages | Examples |
|---|---|---|---|
| IaaS | OS, runtime, apps, data | Hardware, hypervisor, networking | EC2, Azure VMs, GCP Compute Engine |
| PaaS | Apps and data | OS, runtime, middleware, hardware | Elastic Beanstalk, Azure App Service |
| SaaS | Data and settings only | Everything else | Microsoft 365, Salesforce, Workday |
| FaaS / Serverless | Function code only | Infra, scaling, runtime | Lambda, Azure Functions, Cloud Run |
| CaaS | Containers and apps | Kubernetes, OS, hardware | EKS, AKS, GKE |
Go deeper
Related to this question
Learn chapter
What is Cloud Computing?
Key term
Security
Security in IT is the practice of protecting systems, networks, and data from unauthorized access, damage, or theft.
Key term
PaaS
Platform as a Service (PaaS) is a cloud computing model that provides a managed platform for developers to build, run, and manage applications without dealing with the underlying infrastructure.
About these practice questions
This AZ-900 question is part of Courseiva's 981-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.