Security Architecture

405 soru

Soru 61Soru

A defense technology organization is implementing Zero Trust Architecture (ZTA) for field operations. Mobile tactical command units must access centralized intelligence databases across untrusted wireless channels. To strictly adhere to Zero Trust principles, the architecture must decouple control plane policy evaluation from data plane enforcement. Which of the following implementations correctly demonstrates this architectural separation?

Cevabı ve açıklamayı göster

Cevap: A centralized policy engine evaluates real-time device health, user context, and threat intelligence to issue dynamic access decisions, while local gateway proxies inspect and enforce those authorization decisions on incoming data streams.

Cevap

The implementation where a centralized policy engine evaluates real-time context and dynamic risk factors to issue access decisions, while local gateway proxies enforce those authorization decisions on data streams.
Decoupling control plane policy decisions from data plane enforcement is a foundational Zero Trust Architecture principle. The centralized engine acts as the Policy Decision Point (PDP), using dynamic trust signals (user identity, device posture, location) to decide access, while the gateway proxy acts as the Policy Enforcement Point (PEP) to grant or drop sessions dynamically.

Adım Adım Çözüm

1
Identify the core Zero Trust components required for decoupling control plane evaluation from data plane enforcement.
The control plane is represented by the Policy Decision Point (PDP), while the data plane is represented by the Policy Enforcement Point (PEP).
Zero Trust relies on separate functional components to make access decisions (PDP) and apply those decisions to network traffic (PEP).
2
Evaluate the role of the centralized policy engine versus the local gateway proxy.
The centralized policy engine functions as the PDP by continually assessing trust factors, whereas the inline gateway proxy functions as the PEP by granting or denying individual packet flows.
This guarantees per-request explicit verification without allowing implicitly trusted zones.

Anahtar Kavram

Decoupling Policy Decision Points (PDP) from Policy Enforcement Points (PEP) in Zero Trust Architecture
Soru 62Soru

A financial organization is migrating an existing legacy internal application to a public Infrastructure as a Service (IaaS) environment. Under the cloud shared responsibility model, which of the following security management tasks are the direct responsibility of the organization? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Patching operating system vulnerabilities on deployed virtual instances; Configuring network access rules and host-based firewalls on virtual servers

Cevap

The organization is responsible for patching operating system vulnerabilities on deployed virtual instances and configuring network access rules and host-based firewalls on virtual servers.
In an Infrastructure as a Service (IaaS) cloud architecture, the cloud service provider (CSP) takes responsibility for securing physical data centers, host hardware, and hypervisors. The customer assumes responsibility for securing the guest operating systems (including applying OS patches) and managing access traffic through virtual firewall configurations and host-based security rules.

Adım Adım Çözüm

1
Identify the cloud deployment and service model described in the scenario
The scenario specifies an Infrastructure as a Service (IaaS) public cloud environment.
Responsibility boundaries vary significantly based on whether IaaS, PaaS, or SaaS is deployed.
2
Determine the cloud provider versus customer responsibilities in IaaS
The cloud service provider manages physical facilities, hardware, network infrastructure, and hypervisors. The customer manages guest operating systems, application code, data classification, and virtual network configuration.
Under the shared responsibility model for IaaS, control of everything above the hypervisor layer is retained by the tenant.
3
Select the correct security controls assigned to the customer
Operating system security patching and host-based firewall configurations fall squarely within customer management, whereas hypervisor firmware updates and physical security belong to the provider.
Distinguishing between underlying cloud infrastructure management and tenant server configuration establishes correct operational control boundaries.

Anahtar Kavram

Shared Responsibility Model in IaaS Cloud Architecture
Tahmini Süre:1m 30s
Soru 63Soru

A smart manufacturing facility is updating its industrial control network to align with Zero Trust Architecture (ZTA) principles. Currently, field sensor nodes and automated robotic assembly controllers communicate freely within an internal operational technology (OT) network segment once inside the network perimeter. Which of the following architectural modifications best implements the core Zero Trust principle of continuous explicit verification for these device communications?

Cevabı ve açıklamayı göster

Cevap: Requiring every communication session between sensor nodes and assembly controllers to be dynamically authenticated and authorized based on real-time device health and contextual policy before granting access.

Cevap

Requiring every communication session between sensor nodes and assembly controllers to be dynamically authenticated and authorized based on real-time device health and contextual policy before granting access.
Zero Trust Architecture fundamentally operates under the principle of 'never trust, always verify.' Requiring every connection request between internal devices to be explicitly authenticated and authorized using dynamic contextual attributes ensures that network location alone never grants implicit access rights.

Adım Adım Çözüm

1
Identify current architecture security flaws
The current setup relies on implicit trust within the internal OT network perimeter.
Perimeter-based models assume internal network traffic is inherently safe once inside, leaving systems vulnerable to lateral movement.
2
Apply Zero Trust Architecture tenets
Zero Trust mandates explicit verification and continuous evaluation of every access request regardless of network placement.
Under Zero Trust, access decisions must be dynamic, continuous, and based on contextual identity and asset health metrics.
3
Select the control that enforces dynamic session evaluation
Enforcing real-time, policy-driven authentication and authorization per session fulfills the explicit verification requirement.
This eliminates implicit network location trust and forces granular, continuous validation for every transaction.

Anahtar Kavram

Zero Trust Explicit Verification and Continuous Authentication
Soru 64Soru

During a security incident investigation on an enterprise server host, security analysts discover that an attacker exploited a vulnerability within a containerized application process to inject a malicious kernel module. This kernel module allowed the attacker to escape the application environment, gain full root control over the underlying host operating system, and access data across all neighboring tenant applications on that physical node. Which of the following fundamental architectural weaknesses enabled this cross-tenant host compromise, and what control provides the required isolation boundary?

Cevabı ve açıklamayı göster

Cevap: Containers share the host operating system kernel, meaning a kernel exploit compromises the host; executing workloads inside virtual machines with dedicated guest kernels provides hypervisor-enforced hardware isolation.

Cevap

Containers share the host operating system kernel, meaning a kernel exploit compromises the host; executing workloads inside virtual machines with dedicated guest kernels provides hypervisor-enforced hardware isolation.
The correct answer highlights the core architectural difference between containerization and hardware virtualization. Standard containers run as isolated user-space processes on top of a single shared host kernel. If a containerized process successfully executes a kernel exploit or loads a malicious kernel driver, it compromises the shared kernel, granting the attacker host-level access across all co-located containers. Virtual machines prevent this by using a hypervisor (Type 1 or Type 2) to allocate dedicated virtual hardware and separate guest OS kernels for each workload.

Adım Adım Çözüm

1
Analyze the incident details
The attacker executed a kernel-level exploit from inside a containerized application to compromise the host OS.
Identifying that the kernel itself was exploited points to shared-kernel architecture as the primary attack vector.
2
Evaluate container vs. virtual machine security boundaries
Containers share the underlying host kernel via namespaces and cgroups, whereas VMs run isolated guest operating systems managed by a hypervisor.
If an attacker achieves arbitrary kernel module loading within a standard container, the shared kernel boundary fails entirely.
3
Determine the effective remediation mechanism
Migrating sensitive multi-tenant workloads to virtual machines (or hypervisor-backed micro-VM runtimes) establishes dedicated kernel boundaries.
Hypervisors abstract physical hardware, isolating memory and execution states so that a guest kernel compromise does not grant access to the hypervisor host or adjacent VMs.

Anahtar Kavram

Virtualization vs. Containerization Isolation Boundaries
Tahmini Süre:2m 0s
Soru 65Soru

A network security architect is designing an ingress traffic transit flow for an enterprise application processing sensitive financial data. External client traffic must traverse multiple physical and logical security zones to interact with the backend database while enforcing strict North-South and East-West control boundaries. Arrange the following network security architecture traversal steps in the correct sequential order from the initial external inbound packet arrival to the final payload processing at the database host.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence of network security traversal from untrusted ingress to the isolated database host is: 1) Edge perimeter router stateless packet filtering/DDoS mitigation, 2) DMZ Web Application Firewall (WAF) Layer 7 inspection and TLS termination, 3) Internal NGFW North-South enforcement into the application tier, 4) Virtual switch microsegmentation governing East-West lateral traffic, and 5) Database proxy/jump gateway identity enforcement entering the isolated database zone.
The correct sequence reflects a defense-in-depth network architecture. Untrusted internet traffic is first filtered statelessly at the edge perimeter router to mitigate volumetric attacks. Next, it reaches the screened subnet (DMZ) where a Web Application Firewall decrypts and inspects application layer traffic. Valid requests then cross the internal North-South firewall boundary into the internal application tier. Within this tier, microsegmentation policies govern East-West lateral communications between microservices. Finally, traffic bound for the sensitive database must authenticate through a database proxy gateway before accessing the isolated backend database VLAN.

Adım Adım Çözüm

1
Filter perimeter traffic
Untrusted network traffic is cleaned of volumetric anomalies and malformed packets at the outermost edge.
Perimeter routers block malformed packets and mitigate volumetric threats before deep packet inspection components are overwhelmed.
2
Inspect application payload in DMZ
Public HTTP/HTTPS traffic is terminated, decrypted, and evaluated against Web Application Firewall rules.
Screened subnets (DMZs) isolate public-facing ingress points from internal network infrastructure.
3
Enforce North-South zone boundaries
Approved requests transition from the DMZ to the internal application subnet via an internal NGFW.
Internal firewalls prevent compromised DMZ hosts from directly accessing internal corporate assets without strict layer 3/4 and layer 7 policies.
4
Apply microsegmentation to East-West traffic
Application container and virtual machine lateral traffic is restricted to explicitly allowed service channels.
Microsegmentation enforces Zero Trust within the application tier, mitigating lateral movement if an application node is breached.
5
Authenticate and proxy database requests into the isolated subnet
Queries pass through an authenticated proxy/jump host prior to reaching the restricted database VLAN.
Isolating high-value databases behind dedicated access gateways and isolated VLANs prevents direct network path connectivity from general application zones.

Anahtar Kavram

Multi-tier Secure Network Design, Zone Traversal, and Microsegmentation
Soru 66Soru

An enterprise organization recently deployed a critical application database server equipped with redundant hot-swappable power supplies and a RAID 5 disk array to fulfill a high-availability SLA. Following a malicious script execution, essential database tables were logically corrupted and encrypted. The network administrator confirmed that all hard drives and hardware components remained fully operational with active green status indicators, yet data restoration from the local array was impossible. Which of the following best explains why this high-availability configuration failed to preserve data access, and what control should be implemented?

Cevabı ve açıklamayı göster

Cevap: RAID provides hardware fault tolerance against disk failures but does not protect against logical corruption; versioned offsite data backups are required.

Cevap

The correct answer states that RAID provides hardware fault tolerance against physical disk failures but does not protect against logical corruption, requiring versioned offsite backups to ensure data recovery.
The correct option highlights the fundamental distinction between high-availability fault tolerance and data backup recovery. RAID 5 provides redundancy at the hardware layer, allowing a system to stay online if a physical disk fails. However, because RAID transparently duplicates all write operations, logical corruption or malicious encryption is written across the array instantly. To recover from logical corruption, an organization must maintain independent, versioned backups separated from the live system.

Adım Adım Çözüm

1
Analyze the technical requirements and failure condition described in the scenario.
The server's physical disks and power supplies remained functional, but the data itself suffered logical corruption from a malicious script.
Identifying the root cause requires distinguishing between physical hardware component failure and logical data integrity loss.
2
Evaluate the capabilities of the existing redundancy control (RAID 5).
RAID 5 uses disk striping with distributed parity to tolerate the physical failure of a single drive without downtime.
Hardware fault tolerance mechanisms automatically write and mirror all disk operations—including corrupting commands—across all member drives.
3
Determine the optimal missing security control to satisfy business continuity requirements.
Isolated, versioned data backups (such as offsite, immutable, or point-in-time snapshots) allow restoring clean data prior to the corruption incident.
High availability/fault tolerance ensures continuous infrastructure uptime, whereas backups provide data recoverability after logical destruction.

Anahtar Kavram

High Availability and Fault Tolerance vs. Data Backup and Recovery
Tahmini Süre:1m 30s
Soru 67Soru

A security engineer is configuring an automated failover workflow for an active-passive high-availability database cluster to prevent split-brain conditions and ensure data integrity during an ungraceful primary node failure. Arrange the operational steps in the correct chronological order from initial failure detection to full service restoration on the standby node.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct chronological failover sequence is: 1) Detect primary node heartbeat loss and confirm the failure threshold timeout, 2) Execute a STONITH fencing command against the failed primary node, 3) Verify cluster quorum consensus and formally promote the standby node to the active role, 4) Promote the underlying storage volume to read-write mode and replay uncommitted transaction logs, and 5) Rebind the cluster Virtual IP (VIP) address to the secondary node's network interface controller.
In high-availability failover architectures, maintaining data integrity during ungraceful failures requires a strict order of operations: first, health monitors confirm heartbeat loss beyond the tolerance threshold; second, node fencing (STONITH) forcefully isolates the unresponsive primary to prevent split-brain scenario; third, surviving nodes verify quorum and promote the standby server; fourth, storage volumes are transitioned to read-write state and logs are replayed for crash recovery; fifth, the Virtual IP (VIP) is reassigned to the new primary so application traffic resumes transparently.

Adım Adım Çözüm

1
Identify initial failure condition.
Heartbeat failure is confirmed after the configured timer expires.
Prevents premature failover actions caused by transient network spikes.
2
Enforce cluster node fencing (STONITH).
The failed node is physically powered off or isolated via PDU/IPMI controls.
Fencing eliminates the possibility of split-brain conditions where two nodes attempt to access and corrupt shared storage concurrently.
3
Validate cluster quorum and promote node status.
The standby node transitions from secondary to primary status.
Ensures that failover decisions are authorized by a surviving cluster majority.
4
Mount and validate persistent storage state.
Storage volume becomes writable and database state is consistent.
Database operations must achieve crash consistency prior to receiving incoming application queries.
5
Migrate client network traffic.
Gratuitous ARP broadcasts or API calls shift the Virtual IP (VIP) to the new active node.
Reroutes application connections to the newly promoted active server with minimal client re-configuration.

Anahtar Kavram

High Availability Cluster Automated Failover and Fencing (STONITH) Sequence
Tahmini Süre:2m 30s
Soru 68Soru

An enterprise financial platform maintains an active-passive database cluster across two data centers using synchronous storage replication to satisfy a Recovery Point Objective (RPO) of zero. During a security architecture review, an auditor notes that while synchronous replication protects against site-level hardware failure, a ransomware infection or database corruption on the primary node will instantly mirror to the secondary node, destroying operational integrity across both sites. Which of the following technical solutions best maintains high availability while ensuring recovery capability against logical data corruption?

Cevabı ve açıklamayı göster

Cevap: Maintain synchronous replication for site failover while implementing automated, write-once-read-many (WORM) immutable snapshots and point-in-time recovery backups.

Cevap

The optimal solution is to maintain synchronous replication for real-time site failover while combining it with automated, immutable (WORM) point-in-time snapshots and backups.
High availability via synchronous replication ensures that site failures result in immediate failover with no data loss (zero RPO). However, replication cannot differentiate between legitimate data writes and logical corruption or ransomware encryption. Adding automated, immutable (WORM) point-in-time snapshots ensures that even if corrupt data is replicated live, administrators can roll back storage to an uncorrupted historical state.

Adım Adım Çözüm

1
Analyze high availability requirements
Synchronous replication satisfies the zero-RPO site failover requirement by writing transactions to both primary and secondary storage simultaneously.
High availability relies on real-time redundancy to withstand hardware or facility outages.
2
Evaluate the vulnerability of high-availability replication to logical corruption
Live replication channels indiscriminately transmit malicious software changes, unauthorized deletions, or block corruption to secondary nodes immediately.
Fault tolerance mechanisms protect availability against physical failures, not against data corruption.
3
Select a complementary data resilience control
Combining real-time synchronous replication with immutable, read-only point-in-time snapshots creates an air-gapped historical baseline from which clean data can be restored.
Immutable snapshots prevent ransomware or corruption from modifying historical recovery blocks.

Anahtar Kavram

Distinction between High Availability / Fault Tolerance and Point-in-Time Data Recovery
Soru 69Soru

An enterprise is migrating its customer database to a Platform as a Service (PaaS) cloud environment. During the architectural design phase, the security team must document operational duties in accordance with the cloud shared responsibility model. Which of the following responsibilities remains strictly with the customer organization in a PaaS deployment?

Cevabı ve açıklamayı göster

Cevap: Classifying stored data sensitivity and configuring user access control policies

Cevap

Classifying stored data sensitivity and configuring user access control policies remains the sole responsibility of the customer organization in a Platform as a Service (PaaS) model.
Under the cloud shared responsibility model for Platform as a Service (PaaS), the Cloud Service Provider (CSP) manages the physical infrastructure, hypervisor, operating system, and database runtime environment. The customer is strictly responsible for managing their own data, classifying data sensitivity, and enforcing identity and access management policies for users interacting with the service.

Adım Adım Çözüm

1
Identify the cloud service model referenced in the scenario.
The scenario specifies a Platform as a Service (PaaS) model.
Responsibility boundaries differ significantly between IaaS, PaaS, and SaaS.
2
Analyze the division of responsibility under the PaaS shared responsibility matrix.
The Cloud Service Provider (CSP) manages physical hardware, network infrastructure, hypervisors, runtime environments, and operating system patching. The customer retains control and responsibility for data governance, application logic, and user access management.
PaaS abstracts the underlying operating system and hardware layers from the customer.
3
Evaluate the candidate options to find the customer-managed duty.
Classifying data and setting access control policies is a customer responsibility across all cloud service models.
Data ownership and access rights management always remain with the customer regardless of whether IaaS, PaaS, or SaaS is deployed.

Anahtar Kavram

Cloud Shared Responsibility Model in PaaS
Tahmini Süre:1m 30s
Soru 70Soru

Match each cloud service model to its primary operational responsibility boundary.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)
Serverless Architecture (FaaS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Infrastructure as a Service (IaaS) pairs with customer management of operating systems and middleware on virtual machines. Platform as a Service (PaaS) pairs with customer management of application code while the provider manages the OS and runtime. Software as a Service (SaaS) pairs with full vendor management of infrastructure and application software, leaving customer control over access and data. Serverless Architecture (FaaS) pairs with event-driven function deployment without persistent server management.
Each cloud service model defines a distinct boundary under the shared responsibility framework: IaaS provides virtual hardware requiring customer OS management; PaaS abstracts the OS to provide a runtime environment for customer application code; SaaS delivers fully managed application software requiring customer oversight only for identity and data security; Serverless abstracts server management completely to run event-triggered function code.

Adım Adım Çözüm

1
Identify the base virtualization level for Infrastructure as a Service.
Recognize that IaaS gives customers root/administrator control over guest virtual machines and OS configurations.
IaaS provides raw infrastructure primitives like virtual machines, compute resources, and storage volumes.
2
Evaluate Platform as a Service boundaries.
Determine that PaaS hides the OS layer and presents developers with an application execution framework.
PaaS abstracts compute environment configuration so developers focus on coding and database deployment.
3
Evaluate Software as a Service boundaries.
Recognize that SaaS delivers complete turn-key applications.
SaaS applications require zero system or software maintenance from end users beyond identity and data management.
4
Evaluate Serverless/FaaS boundaries.
Match stateless function execution triggers with serverless model concepts.
Serverless architectures dynamically execute stateless functions on demand without customer server management.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Delivery Models
Soru 71Soru

Match each organizational security management requirement to the cloud service model where the customer retains primary operational responsibility for implementing that control.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configuring guest operating system firewall rules and applying OS security patches on virtual machine instances.
Managing application source code security and configuring database user authorization schemas in a managed database environment.
Configuring user access permissions, multi-factor authentication policies, and data classification tags within a hosted enterprise email service.
Writing stateless function code and configuring execution trigger bindings without managing container runtimes or underlying OS hosts.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Under the cloud shared responsibility model: OS patching and host firewall configuration fall under Infrastructure as a Service (IaaS); application code and database schema management fall under Platform as a Service (PaaS); identity governance, access policies, and data classification in hosted applications fall under Software as a Service (SaaS); and stateless function logic with trigger permissions falls under Function as a Service (FaaS / Serverless).
Each deployment model dictates a different division of security controls between cloud service providers (CSPs) and enterprise tenants according to the cloud shared responsibility framework. Moving from IaaS to PaaS, SaaS, and FaaS progressively shifts infrastructure, OS, and runtime platform operational duties to the provider, while data governance and identity authorization remain customer responsibilities across all service models.

Adım Adım Çözüm

1
Analyze the scope of responsibility for guest operating systems and network firewalls.
Identify that managing OS patches and guest firewalls requires access at the OS abstraction layer, placing responsibility on the customer in IaaS.
IaaS provides raw compute resources where the provider handles physical and hypervisor layers, leaving OS administration to the tenant.
2
Evaluate the management boundary for database schema configurations and application code on managed platforms.
Determine that application logic and database schema permissions fall under PaaS customer responsibilities.
PaaS abstracts the underlying OS and database engine maintenance, allowing customers to focus on custom code and data schema security.
3
Assess enterprise user access control and data classification in hosted email applications.
Map hosted end-user application identity and data access controls to SaaS.
SaaS providers manage the entire application infrastructure, leaving only data access, identity management, and endpoint security to the customer.
4
Identify event-driven stateless function execution security responsibilities.
Match function logic and trigger configurations to FaaS / Serverless.
FaaS eliminates container and server administration for the customer, isolating their responsibility to the uploaded code and trigger events.

Anahtar Kavram

Cloud Shared Responsibility Model Across Service Delivery Models
Soru 72Soru

An enterprise security architect is reviewing the security boundaries for a newly deployed application utilizing Function as a Service (FaaS) within a public cloud provider. To ensure governance and compliance, the security team must establish clear operational boundaries under the cloud shared responsibility model. Which of the following management tasks remains the primary responsibility of the customer in this serverless architecture deployment?

Cevabı ve açıklamayı göster

Cevap: Configuring application identity access management, input validation, and data encryption policies

Cevap

Configuring application identity access management, input validation, and data encryption policies
Under the cloud shared responsibility model for serverless (Function as a Service) deployments, the cloud provider abstracts away physical hardware, hypervisors, operating systems, and runtime execution environments. Consequently, customer responsibility shifts up the stack to focus strictly on securing application source code, implementing robust identity and access controls, sanitizing inputs, and enforcing data encryption policies.

Adım Adım Çözüm

1
Analyze the cloud deployment model and service type specified in the scenario.
The deployment is Function as a Service (FaaS / Serverless) in a public cloud environment.
Understanding the service model determines the division of duties in the shared responsibility model.
2
Differentiate Cloud Service Provider (CSP) responsibilities from customer responsibilities for serverless computing.
The CSP manages physical infrastructure, network infrastructure, host hypervisors, runtime environments, and OS patching. The customer manages application logic, code security, data classification, and access permissions.
Higher-level cloud abstractions shift hardware and OS management to the CSP while keeping application-layer control with the customer.
3
Select the option that aligns with the customer's retained duties.
Managing application access management, input validation, and data encryption policies resides with the customer.
Customers are always responsible for securing their data and application code regardless of cloud abstraction level.

Anahtar Kavram

Cloud Shared Responsibility Model for Serverless Architectures
Soru 73Soru

A consortium of regional financial institutions establishes a shared cloud infrastructure to process payment transactions while meeting common regulatory compliance standards. Which of the following characteristics accurately describe this cloud deployment model? (Select TWO.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Infrastructure is shared exclusively among organizations that have shared security and compliance mandates.; Costs and operational governance duties are distributed across participating member entities.

Cevap

The community cloud deployment model features infrastructure shared exclusively among organizations with common security requirements, with costs and administrative duties distributed across member entities.
A community cloud model is implemented when multiple organizations share common security objectives, regulatory compliance needs, or operational goals. The infrastructure is provisioned strictly for the participating members, allowing them to split capital expenses and administrative responsibilities.

Adım Adım Çözüm

1
Identify the cloud deployment model described in the scenario.
A cloud environment shared exclusively by organizations with common regulatory mandates describes a community cloud.
Community clouds target specific multi-organizational groups sharing common security, regulatory, or operational requirements.
2
Determine the accurate properties of a community cloud.
Access is restricted to participating organizations, and management costs and responsibilities are shared among the member entities.
By pooling resources, members achieve cost efficiencies while maintaining tailored control boundaries.
3
Evaluate distractors against cloud responsibility and security architecture boundaries.
Customer organizations retain data governance responsibilities, and Zero Trust requirements dictate that internal member traffic cannot be implicitly trusted.
Deployment model classification does not shift customer data governance duties to providers nor remove microsegmentation and authentication controls.

Anahtar Kavram

Community Cloud Deployment Model
Soru 74Soru

A company adopts a cloud solution where the cloud service provider maintains the underlying hardware, network infrastructure, operating systems, and runtime execution environments. The company's developers are only responsible for uploading and configuring their application code and data. Which cloud service model is described in this scenario?

Cevabı ve açıklamayı göster

Cevap: Platform as a Service (PaaS)

Cevap

Platform as a Service (PaaS)
Platform as a Service (PaaS) delivers underlying hardware, operating systems, and application execution runtimes managed by the cloud provider. The customer retains operational responsibility solely for application source code deployment and data configuration.

Adım Adım Çözüm

1
Identify the responsibilities assigned to the cloud service provider vs. the customer in the scenario.
The provider handles hardware, networking, operating systems, and runtime environments. The customer handles application code and data.
Evaluating the division of management tasks establishes the operational boundary.
2
Map the management boundary to the standard cloud service models.
Abstractions where the vendor supplies pre-configured runtime environments and OS maintenance while developers supply code correspond to Platform as a Service (PaaS).
PaaS abstracts lower-level OS and hardware administration so development teams can focus exclusively on application logic and data.

Anahtar Kavram

Cloud Service Models and Shared Responsibility Boundaries
Soru 75Soru

A healthcare provider is adopting a multi-tenant Software as a Service (SaaS) application to manage patient records across several remote clinics. The security architect must ensure that sensitive patient data transmitted to and from the SaaS application is monitored for policy violations, encrypted in transit, and protected against unauthorized data exfiltration without modifying the underlying cloud provider infrastructure. Which of the following solutions should the security team implement to meet these governance and control requirements?

Cevabı ve açıklamayı göster

Cevap: Cloud Access Security Broker (CASB)

Cevap

Cloud Access Security Broker (CASB)
A Cloud Access Security Broker (CASB) is specifically designed to sit between users and cloud service providers to extend on-premises security controls into cloud environments. In a SaaS model, customers cannot manage underlying cloud servers, hypervisors, or infrastructure controls. A CASB enables organizations to implement single sign-on, access control, data loss prevention (DLP), and threat detection for SaaS usage across clinics.

Adım Adım Çözüm

1
Analyze the cloud service deployment model and customer control capabilities.
Identified that the deployment is Software as a Service (SaaS), where the cloud provider manages physical hardware, hypervisors, network infrastructure, and application hosting.
Determining the service model establishes the boundaries of the shared responsibility model.
2
Evaluate the functional security requirements specified in the scenario.
The requirements demand inline inspection, data loss prevention (DLP), policy enforcement, and monitoring for cloud-bound web/SaaS traffic.
Selecting the control requires matching desired security capabilities with available customer-managed security points.
3
Identify the security architecture technology designed for SaaS governance.
A Cloud Access Security Broker (CASB) operates inline or via API to enforce enterprise security policies on SaaS applications.
CASBs provide visibility, data security, threat protection, and compliance enforcement across cloud environments without requiring access to the provider's underlying infrastructure.

Anahtar Kavram

Cloud Access Security Broker (CASB) integration in SaaS governance
Soru 76Soru

Match each cloud computing service model to the primary architectural boundary managed by the cloud service provider.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Infrastructure as a Service (IaaS)
Platform as a Service (PaaS)
Software as a Service (SaaS)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Infrastructure as a Service (IaaS) matches physical hardware, facilities, core networking, and hypervisor virtualization layer; Platform as a Service (PaaS) matches underlying infrastructure, operating system, middleware, and application runtime environment; Software as a Service (SaaS) matches complete software application stack, application maintenance, platform, and underlying infrastructure.
Each cloud service model defines a distinct demarcation point under the shared responsibility model. Infrastructure as a Service (IaaS) limits provider management to physical facilities and hardware virtualization. Platform as a Service (PaaS) extends provider control to the operating system and runtime environment. Software as a Service (SaaS) places responsibility for the entire application stack on the cloud provider.

Adım Adım Çözüm

1
Identify provider management responsibilities for Infrastructure as a Service (IaaS).
IaaS providers handle physical hardware, data center security, networking hardware, and the virtualization hypervisor.
IaaS supplies basic computing resources, leaving higher OS and software management to the client.
2
Identify provider management responsibilities for Platform as a Service (PaaS).
PaaS providers manage the operating system, database engines, web servers, and runtime execution frameworks in addition to physical resources.
PaaS abstracts operating system and runtime maintenance away from developers.
3
Identify provider management responsibilities for Software as a Service (SaaS).
SaaS providers manage the entire application service end-to-end.
SaaS delivers ready-to-use software directly to end users without requiring client infrastructure administration.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Models
Soru 77Soru

An enterprise security architect is establishing an operational governance framework for cloud adoption across multiple business units. Match each security administration task on the left with the primary responsible party under the cloud shared responsibility model on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Configuring guest operating system security patches, local firewall rules, and custom kernel configurations on virtual computing instances
Securing application source code, managing API authentication keys, and configuring database schemas within a managed serverless platform
Managing user identity lifecycle, access permissions, multi-factor authentication enforcement, and data governance within a cloud-hosted productivity suite
Maintaining physical server hardware, facility perimeter controls, datacenter environmental monitoring, and hypervisor integrity

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Guest OS configuration matches Customer responsibility in IaaS; Application and API security match Customer responsibility in PaaS; Identity and data governance match Customer responsibility in SaaS; Physical infrastructure and hypervisor maintenance match Cloud Service Provider baseline responsibility.
The cloud shared responsibility matrix defines operational boundaries based on service abstraction. Infrastructure as a Service requires customers to maintain everything above the hypervisor (including OS patching and host firewall rules). Platform as a Service offloads OS and runtime management to the vendor, leaving application code, API security, and database schemas with the customer. Software as a Service offloads full application maintenance, yet identity lifecycle and data protection remain customer duties. Physical datacenter facilities, hardware, and hypervisor security remain the provider's responsibility across all public cloud service models.

Adım Adım Çözüm

1
Evaluate Infrastructure as a Service (IaaS) boundary
Determine that virtual machine OS configuration, kernel settings, and host firewalls fall on the subscriber side of the boundary.
IaaS provides raw compute infrastructure where the provider stops managing at the hypervisor layer.
2
Evaluate Platform as a Service (PaaS) boundary
Determine that managing code, API access tokens, and data schema falls to the subscriber.
PaaS abstracts compute and OS management, allowing subscribers to focus purely on application logic and dataset design.
3
Evaluate Software as a Service (SaaS) boundary
Determine that user authentication policies and data governance remain customer responsibilities.
Even when application hosting and infrastructure are completely managed by a vendor, data ownership and credential security never shift away from the customer.
4
Evaluate Cloud Service Provider baseline obligations
Identify physical datacenter security, power infrastructure, and hypervisor maintenance as universal provider duties.
The provider owns and manages the physical hardware and underlying virtualization layer supporting public cloud instances.

Anahtar Kavram

Cloud Shared Responsibility Model across Service Models (IaaS, PaaS, SaaS)
Soru 78Soru

An organization hosts a customer database in a cloud environment where the cloud provider manages the physical server hardware, data center access, and hypervisor virtualization layer. The organization's internal IT team remains responsible for configuring, updating, and patching the guest operating systems and application software. Which cloud service model is the organization currently using?

Cevabı ve açıklamayı göster

Cevap: Infrastructure as a Service (IaaS)

Cevap

Infrastructure as a Service (IaaS)
Infrastructure as a Service (IaaS) provides virtualized computing infrastructure over the cloud. Under the shared responsibility model for IaaS, the cloud provider secures the physical data center, networking gear, and hypervisors, whereas the enterprise customer retains full responsibility for managing the guest operating system, application patches, and network access rules.

Adım Adım Çözüm

1
Analyze the management boundary described in the scenario.
The cloud provider manages hardware and virtualization; the customer manages guest OS and application components.
Determining who manages the operating system layer defines the cloud service model boundary.
2
Map the responsibilities to the standard cloud service models.
Customer control of operating systems combined with provider control of physical hardware aligns specifically with IaaS.
IaaS supplies raw virtualized compute resources where the tenant maintains OS-level control.

Anahtar Kavram

Cloud Shared Responsibility Model in IaaS
Soru 79Soru

An enterprise organization is migrating its internal customer portal to a cloud environment utilizing a Platform as a Service (PaaS) deployment model. Under the cloud Shared Responsibility Model, which of the following security tasks remains the primary responsibility of the enterprise organization?

Cevabı ve açıklamayı göster

Cevap: Configuring application-level access controls and managing user data stored within the platform.

Cevap

Configuring application-level access controls and managing user data stored within the platform.
Under Platform as a Service (PaaS), the cloud service provider abstracts and manages the underlying hardware, network infrastructure, virtualization layer, and operating system. The enterprise customer retains full responsibility for application-layer security, user identity and access management, and data protection.

Adım Adım Çözüm

1
Identify the cloud service model referenced in the scenario.
The model is Platform as a Service (PaaS).
Security responsibilities shift based on whether the service model is IaaS, PaaS, or SaaS.
2
Determine the division of responsibilities under the PaaS Shared Responsibility Model.
The Cloud Service Provider (CSP) manages the hardware, physical data center, virtualization layer, operating system, and runtime execution environment. The customer manages data classification, account access, and application code.
PaaS abstracts the underlying operating system and hardware infrastructure away from the enterprise customer.
3
Select the task aligned with customer duties in PaaS.
Configuring application-level access controls and securing customer data.
Data governance and application security remain customer responsibilities in PaaS.

Anahtar Kavram

Cloud Shared Responsibility Model (PaaS)
Soru 80Soru

An organization is deploying a serverless Function-as-a-Service (FaaS) application in a public cloud environment to process customer images. According to the cloud Shared Responsibility Model, which TWO of the following tasks remain the responsibility of the customer? (Select TWO)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Configuring fine-grained Identity and Access Management (IAM) execution roles and access policies for the serverless function; Auditing and securing the custom application code deployed within the function against software vulnerabilities

Cevap

The customer is responsible for configuring IAM execution roles and policies for the serverless function, as well as auditing and securing the application code deployed within the function.
In Function-as-a-Service (FaaS) or serverless computing, the cloud provider abstracts away physical hardware, virtualization layers, and host operating systems. The customer retains full responsibility for identity and access management (such as function execution roles and permissions) and the security of the application code itself.

Adım Adım Çözüm

1
Analyze the cloud deployment architecture model
Identified the service model as Function-as-a-Service (FaaS) / Serverless Computing.
Understanding the service model determines where the demarcation line lies in the Shared Responsibility Model.
2
Determine Cloud Service Provider (CSP) responsibilities in serverless architectures
The CSP manages physical hardware, network infrastructure, host operating systems, and serverless runtime platforms.
Serverless abstracts away server management from the cloud customer.
3
Determine customer responsibilities in serverless architectures
The customer manages custom application code, data, and access permissions (IAM roles).
The customer retains control over identity governance and application logic regardless of infrastructure abstraction.

Anahtar Kavram

Shared Responsibility Model in Serverless (FaaS) Architectures
Tahmini Süre:1m 0s
ÖncekiSayfa 4 / 21Sonraki
Security Architecture Alıştırma Soruları — CompTIA Security+ — Sayfa 4 | Examkin