The answer is Platform as a Service (PaaS), because it offloads OS and runtime maintenance while preserving application control. This model provides the exact split described: the cloud provider handles the underlying OS patches, runtime updates, and middleware, while the organization retains full control over the application code, data, and configuration. On the Security+ SY0-701 exam, this distinction tests your understanding of the shared responsibility model—specifically, which security and operational tasks shift to the provider versus staying with you. A common trap is confusing PaaS with IaaS, where you would still manage the guest OS and runtime; remember that if the question emphasizes “no OS maintenance” but “full app control,” PaaS is the fit. For a quick memory tip, think “PaaS = Platform, Provider patches the OS; IaaS = Infrastructure, I administer the OS.”
SY0-701 Security Architecture Practice Question
This SY0-701 practice question tests your understanding of security architecture. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Application requirements summary:
- Developers want to deploy code without managing operating system patches.
- The platform must auto-scale during seasonal traffic spikes.
- Security wants the provider to handle runtime patching and host hardening.
- The team still needs control over the application code and database schema.
Based on the exhibit, which cloud service model best fits the application's operational and security requirements?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue: "best"
Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
Application requirements summary:
- Developers want to deploy code without managing operating system patches.
- The platform must auto-scale during seasonal traffic spikes.
- Security wants the provider to handle runtime patching and host hardening.
- The team still needs control over the application code and database schema.
A
Infrastructure as a Service (IaaS), because it gives full control over the guest operating system.
Why wrong: IaaS gives flexibility, but it also leaves OS patching and more host management with the customer. That conflicts with the requirement to reduce operational overhead.
B
Platform as a Service (PaaS), because it offloads OS and runtime maintenance while preserving application control.
PaaS fits the requirements because the provider manages the underlying platform, including OS patching, runtime maintenance, and scaling features. The development team can still deploy code and manage the application layer and data model, which matches the scenario. This is a strong secure-service-selection choice when the goal is to reduce patching burden without giving up application control.
C
Software as a Service (SaaS), because the organization would not need to maintain anything.
Why wrong: SaaS would remove too much control because the team needs to manage custom application code and schema. The scenario describes a custom workload, not a finished business application.
D
Colocation, because the team can place its own servers in a provider facility and manage everything directly.
Why wrong: Colocation still leaves the organization responsible for hardware, OS, and application maintenance. It does not meet the goal of avoiding platform patching work.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Platform as a Service (PaaS), because it offloads OS and runtime maintenance while preserving application control.
The exhibit shows an application that requires the organization to manage the application code and data while offloading the underlying OS, runtime, and middleware maintenance. Platform as a Service (PaaS) provides this exact split: the cloud provider handles the OS patches, runtime updates, and infrastructure scaling, while the organization retains full control over the application deployment and configuration. This matches the requirement of preserving application control without the overhead of managing the guest OS.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Infrastructure as a Service (IaaS), because it gives full control over the guest operating system.
Why it's wrong here
IaaS gives flexibility, but it also leaves OS patching and more host management with the customer. That conflicts with the requirement to reduce operational overhead.
✓
Platform as a Service (PaaS), because it offloads OS and runtime maintenance while preserving application control.
Why this is correct
PaaS fits the requirements because the provider manages the underlying platform, including OS patching, runtime maintenance, and scaling features. The development team can still deploy code and manage the application layer and data model, which matches the scenario. This is a strong secure-service-selection choice when the goal is to reduce patching burden without giving up application control.
Clue confirmation
The clue word "best" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
✗
Software as a Service (SaaS), because the organization would not need to maintain anything.
Why it's wrong here
SaaS would remove too much control because the team needs to manage custom application code and schema. The scenario describes a custom workload, not a finished business application.
✗
Colocation, because the team can place its own servers in a provider facility and manage everything directly.
Why it's wrong here
Colocation still leaves the organization responsible for hardware, OS, and application maintenance. It does not meet the goal of avoiding platform patching work.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates see 'full control' in option A and assume it is always better for security, but the question's requirement to offload OS maintenance makes PaaS the correct choice—IaaS would actually increase the security burden by requiring the organization to manage guest OS hardening and patching.
Trap categories for this question
Scenario analysis trap
SaaS would remove too much control because the team needs to manage custom application code and schema. The scenario describes a custom workload, not a finished business application.
Detailed technical explanation
How to think about this question
In PaaS, the provider manages the hypervisor, host OS, guest OS, runtime (e.g., .NET CLR, JVM), and middleware (e.g., IIS, Apache), while the tenant deploys only application code and configuration via APIs or SDKs. This model leverages abstraction layers such as containerization (e.g., Docker) or serverless functions (e.g., AWS Lambda) to isolate tenant workloads, and the provider automatically applies security patches (e.g., CVE fixes for the runtime) without tenant intervention. A real-world scenario is a web application using Azure App Service: the developer pushes code via Git, and Microsoft handles OS updates, TLS certificate rotation, and load balancing, while the developer controls the app settings and connection strings.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A security team runs a vulnerability scan on a web application and discovers an unpatched SQL injection flaw. The team prioritises remediation by CVSS score — critical flaws are patched within 24 hours, high within 7 days. Questions like this test whether you understand vulnerability management processes, scanning tools, and remediation prioritisation.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this SY0-701 question in full detail.
Security Architecture — This question tests Security Architecture — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Platform as a Service (PaaS), because it offloads OS and runtime maintenance while preserving application control. — The exhibit shows an application that requires the organization to manage the application code and data while offloading the underlying OS, runtime, and middleware maintenance. Platform as a Service (PaaS) provides this exact split: the cloud provider handles the OS patches, runtime updates, and infrastructure scaling, while the organization retains full control over the application deployment and configuration. This matches the requirement of preserving application control without the overhead of managing the guest OS.
What should I do if I get this SY0-701 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Are there clue words in this question I should notice?
Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.