SY0-701 Security Architecture Practice Question
A team deploys a Linux virtual machine in IaaS and stores documents in a managed cloud object storage service. The provider secures datacenters, hardware, and the storage platform, but the organization still wants to reduce exposure. Which two tasks remain the organization's responsibility? Select two.
⚠ Common exam trap
Candidates often assume the cloud provider handles all security for managed services, but the shared responsibility model clearly places OS patching and access control configuration on the customer, even for IaaS and object storage.
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
✓
Patch and harden the Linux virtual machine operating system.
In an IaaS model, the customer is responsible for securing the operating system of the virtual machine, including applying patches and hardening configurations. The cloud provider secures the underlying hypervisor and physical infrastructure, but the customer must manage the OS-level security controls.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Patch and harden the Linux virtual machine operating system.
Why this is correct
In Infrastructure as a Service (IaaS), the cloud provider secures the physical host and hypervisor, but the customer retains administrative control over the guest OS, including the kernel, installed packages, and running services. Patching known CVEs and applying security hardening measures (e.g., disabling unnecessary services, enabling SELinux/AppArmor, enforcing minimum file permissions) directly reduce the VM's attack surface. This responsibility falls squarely on the customer under the shared responsibility model because the VM is effectively a customer-managed server, and failing to patch leaves known exploitable vulnerabilities.
- ✗
Replace the provider's datacenter controls with a customer-owned firewall appliance.
Why it's wrong here
The customer cannot override or replace the provider's physical datacenter controls, such as biometric entry, video surveillance, redundant power, and fire suppression, because those are inherent to the provider's facility and are shared across all tenants. In IaaS, the customer can deploy virtual network security appliances (like a firewall VM) to filter traffic within its own virtual network, but that does not substitute for the provider's physical security layer. Attempting to 'replace' provider controls confuses the logical network layer with the physical facility layer; both are necessary but owned and managed by different parties.
- ✗
Assume the provider will apply tenant-specific application permissions automatically.
Why it's wrong here
Application-level permissions—such as which users, roles, or services can invoke APIs, read or write data, or trigger functions—are not inferred or automatically provisioned by the cloud provider based on tenant identity. In IaaS, the customer must explicitly configure identity and access management (IAM) policies, roles, and resource policies, because the provider only enforces policies that the customer creates. Relying on the provider to guess tenant-specific permissions would be dangerously incorrect: the provider cannot know the customer's intended business logic or least-privilege requirements, and such an assumption would violate the shared responsibility model where configuration is customer-driven.
- ✓
Configure IAM roles, bucket policies, and least-privilege access for the customer's resources.
Why this is correct
When storing data in cloud object storage (e.g., S3 buckets) or using other resources, the customer must explicitly define IAM roles, bucket policies, and resource-based policies to enforce least-privilege access, because the provider does not automatically restrict access based on the data's sensitivity. Misconfigured policies are a leading cause of data breaches, such as accidentally public read/write buckets, so precisely specifying principals, allowed actions, and conditions (like IP ranges or MFA) is critical. This is a core customer responsibility under the shared responsibility model, and it directly controls the confidentiality and integrity of the customer's stored data.
- ✗
Rely on the cloud provider to classify the company's documents for compliance.
Why it's wrong here
Data classification is a business-driven process that involves determining the sensitivity of documents (e.g., PII, PHI, trade secrets) and applying appropriate labels, retention rules, and encryption requirements; the provider has no context to make those judgments on behalf of the customer. Even if the provider offers scanning or tagging tools, it cannot determine the company's specific regulatory obligations or define what constitutes protected data under GDPR, HIPAA, or internal policy. Compliance accountability ultimately rests with the customer as the data controller, so the provider's generic infrastructure cannot substitute for the customer's classification and governance controls.
Go deeper
Related to this question
Learn chapter
Cloud Security Fundamentals
Key term
Hardening
Hardening is the process of securing a computer system or network by reducing its attack surface, disabling unnecessary services, and applying security configurations.
Key term
Hypervisor
A hypervisor is software that creates and runs virtual machines by allowing multiple operating systems to share a single hardware host.
About these practice questions
This SY0-701 question is part of Courseiva's 1,013-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 SY0-701 practice question is part of Courseiva's free CompTIA 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 SY0-701 exam.