Courseiva

(ISC)2 Information Systems Security Architecture Professional (CISSP-ISSAP, Aug 2025 blueprint) (ISC) (ISC) — Questions 76150

208 questions total · 3pages · All types, answers revealed

Page 1

Page 2 of 3

Page 3
76
Multi-Selecteasy

Which TWO elements are required to effectively document a security architecture for audit purposes? (Select TWO)

Select 2 answers
A.Developer social security numbers
B.Detailed design diagrams
C.Vendor marketing brochures
D.List of security controls
E.Employee cafeteria menu
AnswersB, D

Visual documentation is mandatory for audit.

Why this answer

Auditors require the design itself (diagrams) and the security controls implemented to protect the assets.

77
MCQeasy

In the context of the NIST Cybersecurity Framework (CSF) 2.0, which newly introduced function focuses on managing the supply chain and third-party risk?

A.Identify
B.Govern
C.Respond
D.Protect
AnswerB

Govern is the new core function in 2.0.

Why this answer

NIST CSF 2.0 added the 'Govern' function, which specifically includes Supply Chain Risk Management (SCRM) and governance strategy.

78
Multi-Selecthard

You are deploying a Zero Trust architecture for a remote workforce. Which THREE of the following technologies should be implemented to effectively enforce granular access control at the application layer?

Select 3 answers
A.Traditional VPN
B.Network Perimeter Firewall
C.Policy-Based Access Control (PBAC)
D.Identity-Aware Proxy (IAP)
E.Micro-segmentation
AnswersC, D, E

Uses attributes for fine-grained authorization decisions.

Why this answer

Micro-segmentation, Identity-Aware Proxy (IAP), and Policy-Based Access Control (PBAC) are pillars of modern Zero Trust architecture.

79
Multi-Selecthard

Which THREE of the following are risks associated with using shared cloud storage buckets?

Select 3 answers
A.Cloud provider outage.
B.Accidental public access.
C.Lack of encryption at rest.
D.Excessive bandwidth usage.
E.Missing object versioning.
AnswersB, C, E

A leading cause of data breaches.

Why this answer

Public access, lack of encryption, and missing object versioning are common risks.

80
MCQmedium

What is the benefit of using 'Scoped Access Tokens' in an OAuth architecture?

A.It enables automatic token rotation.
B.It eliminates the need for MFA.
C.It restricts the level of access granted to the client application.
D.It reduces the size of the token.
AnswerC

Scope-based access control is a security best practice.

Why this answer

Scopes limit the permissions (actions and resources) associated with a specific token, ensuring that if a token is compromised, the attacker's capabilities are restricted.

81
MCQhard

You are auditing an OAuth 2.0 implementation. You discover that the application uses the 'Implicit Grant' flow. Why is this considered an architectural security weakness?

A.It requires the client secret to be stored on the client side.
B.It exposes access tokens in the browser URL.
C.It relies on symmetric encryption for all token exchanges.
D.It does not support refresh tokens, limiting usability.
AnswerB

This is the primary vulnerability of the Implicit flow.

Why this answer

The Implicit Grant returns access tokens directly in the URL fragment, which is susceptible to browser history leaks, referrer header exposure, and interception via malicious extensions.

82
MCQeasy

A security administrator is hardening a Windows Server 2022 environment. They need to ensure that local administrative accounts cannot be used to remotely log into other servers in the domain. Which Active Directory Group Policy setting should be configured?

A.Minimum Password Length
B.Audit Logon Events
C.Account Lockout Threshold
D.User Rights Assignment: Deny log on through Remote Desktop Services
AnswerD

This policy prevents specific users or groups from using RDP to access the target machine.

Why this answer

Restricted Groups or the newer 'Group Policy Preferences > Local Users and Groups' can be used, but specifically, to mitigate lateral movement, 'Deny log on through Remote Desktop Services' is the standard hardening control for local admins.

83
MCQeasy

When implementing a Zero Trust Architecture in Google Cloud Platform (GCP), which component is the core Policy Decision Point (PDP) used to govern access to applications based on context-aware identity and device posture?

A.VPC Service Controls
B.Identity-Aware Proxy (IAP)
C.Access Context Manager
D.Cloud Resource Manager
AnswerC

This is the engine where access levels are defined for PDP decisions.

Why this answer

Access Context Manager is the policy engine in GCP that defines the context used by the BeyondCorp architecture to make access decisions.

84
MCQmedium

To ensure compliance with the Payment Card Industry Data Security Standard (PCI DSS) requirement for secure system component configuration, which AWS native service provides a dashboard to continuously monitor and remediate misconfigurations?

A.AWS Security Hub
B.Amazon Inspector
C.AWS Config
D.AWS Artifact
AnswerA

This is the primary compliance dashboard for AWS standards.

Why this answer

AWS Security Hub aggregates compliance findings and provides a PCI DSS standard view with automated remediation workflows.

85
MCQmedium

Which document is the primary deliverable of the TOGAF 'Architecture Definition Document'?

A.Gap Analysis
B.Architecture Definition Document
C.Security Policy
D.Risk Register
AnswerB

The ADD serves as the comprehensive record of the architecture.

Why this answer

The ADD is the main container for all architectural descriptions and documentation.

86
Multi-Selecthard

When designing a secure cloud architecture, which TWO security services are essential for identity and access management? (Select TWO)

Select 2 answers
A.Physical security
B.Packet inspection
C.Role-Based Access Control
D.Data backup
E.Federated Identity
AnswersC, E

Standard for managing permissions.

Why this answer

IAM requires robust policy enforcement and federation for secure access.

87
MCQeasy

Which risk management framework is most commonly used for aligning business objectives with IT capabilities in large enterprises?

A.ITIL
B.NIST RMF
C.ISO/IEC 27005
D.COBIT
AnswerD

The framework for IT-business alignment.

Why this answer

COBIT is specifically designed to bridge the gap between IT and business requirements in large-scale enterprises.

88
MCQmedium

When using the 'Trike' methodology for threat modeling, which of the following is the main focus?

A.Risk management and balancing
B.Network perimeter defense
C.Code vulnerability discovery
D.Attack simulation
AnswerA

Trike aims to balance risk between stakeholder assets and security requirements.

Why this answer

Trike focuses on ensuring the risk management process is balanced between security, reliability, and functionality.

89
Multi-Selectmedium

Which TWO actions should be taken when designing a highly available IAM architecture?

Select 2 answers
A.Deploy identity services across multiple geographic regions.
B.Use a single, high-performance master node.
C.Implement geo-replication for the underlying directory service.
D.Store all session data in a local file system.
E.Disable MFA to ensure faster login times.
AnswersA, C

Ensures regional failure does not result in total outage.

Why this answer

Redundancy of the IdP (multi-region/multi-cloud) and geo-replication of the directory service are critical for high availability in IAM.

90
Multi-Selectmedium

When designing an architecture for GDPR compliance, which THREE technical controls should be prioritized to satisfy the 'Right to be Forgotten' requirement?

Select 3 answers
A.Data discovery and tagging tools.
B.Cryptographic erasure (crypto-shredding).
C.Single Sign-On (SSO) integration.
D.Database audit logs.
E.Automated data lifecycle policies.
AnswersA, B, E

Necessary to locate the user's data.

Why this answer

Right to be forgotten requires finding and securely deleting data across potentially distributed systems.

91
MCQmedium

When designing a privileged access management (PAM) solution using CyberArk, you must ensure that privileged credentials are never exposed to the end-user workstation. Which feature facilitates this?

A.CyberArk AIM (Application Identity Manager)
B.CyberArk PSM (Privileged Session Manager)
C.CyberArk EPM (Endpoint Privilege Manager)
D.CyberArk Vault Agent
AnswerB

PSM acts as a secure proxy to provide session isolation.

Why this answer

CyberArk PSM (Privileged Session Manager) provides an isolated 'jump' environment where the session is proxied, keeping the actual target credentials hidden from the end-user.

92
MCQmedium

What is the primary function of an 'Identity Bridge' in a hybrid architecture?

A.To store user passwords in a central vault.
B.To federate identity between on-premises and cloud environments.
C.To enforce network firewall rules.
D.To perform real-time user activity monitoring.
AnswerB

This is the core purpose of an identity bridge or connector.

Why this answer

An identity bridge connects disparate identity systems (e.g., on-premises AD and cloud-based IdP) to provide a unified authentication experience.

93
MCQeasy

Which document is the primary foundational document in the COBIT framework that provides a governance perspective on how information technology should support business objectives?

A.ISO/IEC 27001
B.ITIL 4
C.NIST CSF
D.COBIT 2019 Framework
AnswerD

The core framework document for governance.

Why this answer

COBIT 2019 Framework: Governance and Management Objectives is the primary document outlining business alignment.

94
Multi-Selecthard

A security architect is hardening a Linux-based server environment. Which TWO of the following kernel-level security modules should be configured to enforce mandatory access control?

Select 2 answers
A.AppArmor
B.iptables
C.SELinux
D.Auditd
E.PAM
AnswersA, C

AppArmor uses profiles to restrict programs to a limited set of resources.

Why this answer

SELinux and AppArmor are the two industry-standard Linux kernel security modules that enforce mandatory access control (MAC).

95
Multi-Selectmedium

Which THREE features are essential for a robust Privileged Access Management (PAM) architecture that adheres to the principle of least privilege?

Select 3 answers
A.Granular Role-Based Access Control (RBAC)
B.Automatic network topology mapping
C.Session Recording
D.Credential Vaulting
E.Public cloud storage for logs
AnswersA, C, D

Enforces least privilege by limiting access to only required systems/actions.

Why this answer

Credential vaulting, session recording, and granular access delegation are core pillars of PAM.

96
MCQmedium

When migrating to a Zero Trust architecture, what is the recommended approach for legacy applications that do not support modern authentication protocols (SAML/OIDC)?

A.Only allow access via VPN.
B.Rewrite the application source code.
C.Use an Identity-Aware Proxy (IAP).
D.Disable authentication for these apps.
AnswerC

IAP is the standard method for wrapping legacy apps in a modern ZT architecture.

Why this answer

An Identity-Aware Proxy (IAP) can act as a modern authentication frontend for legacy apps, handling the modern auth flow and passing the identity to the backend via headers or Kerberos.

97
MCQmedium

In the context of the CISSP-ISSAP, which architecture framework is most commonly used for federal government IT systems?

A.TOGAF
B.SABSA
C.FEAF
D.Zachman Framework
AnswerC

FEAF is the specific framework for federal enterprise architecture.

Why this answer

FEAF (Federal Enterprise Architecture Framework) is the standard for US federal government agencies.

98
MCQmedium

You are implementing an IdP-initiated SSO flow. What is the primary architectural requirement for the SP?

A.The SP must utilize LDAP over SSL for the assertion.
B.The SP must redirect the user to the IdP login page.
C.The SP must poll the IdP for a login event.
D.The SP must have a pre-configured trust relationship with the IdP's metadata.
AnswerD

Trust must exist for the SP to validate the incoming assertion.

Why this answer

The SP must be configured to receive and validate the unsolicited SAML assertion sent by the IdP to the assertion consumer service (ACS) endpoint.

99
Multi-Selecthard

Which THREE components are critical to implement an effective 'Security as Code' architecture?

Select 3 answers
A.Continuous monitoring and remediation.
B.Version control for security policies.
C.Physical security keys for all developers.
D.Manual approval boards for every change.
E.Automated security testing in the pipeline.
AnswersA, B, E

Automates the feedback loop.

Why this answer

Security as Code requires automation, testing, and continuous enforcement.

100
Multi-Selecthard

Which THREE mechanisms are commonly used to secure the 'Authorization Code' in an OAuth 2.0 flow?

Select 3 answers
A.Implementing PKCE (Proof Key for Code Exchange).
B.Using short-lived codes and tokens.
C.Storing the code in a public client's local storage.
D.Sending the code in the URL fragment of a redirect.
E.Enforcing TLS for all communication.
AnswersA, B, E

Prevents code injection/theft.

Why this answer

HTTPS (transport security), PKCE (binding code to request), and short-lived tokens/codes are standard security measures.

101
MCQmedium

You are configuring a load balancer for a secure web application. Which setting ensures that cookies are protected?

A.Enabling HTTP/2.
B.Increasing cookie expiration time.
C.Disabling session persistence.
D.Setting the 'Secure' and 'HttpOnly' flags.
AnswerD

These are essential for hardening cookies against interception and XSS.

Why this answer

The 'Secure' and 'HttpOnly' flags prevent cookies from being sent over unencrypted connections and restrict access via client-side scripts, mitigating XSS.

102
MCQhard

In a VMware NSX-T environment, you need to implement a 'Distributed Firewall' (DFW) policy that separates traffic based on the application tier regardless of which ESXi host the VM is running on. What is the primary object used to achieve this logical grouping?

A.VLAN ID
B.NSX Groups
C.Logical Switch Port ID
D.Physical NIC MAC Address
AnswerB

NSX Groups allow for dynamic membership based on tags or attributes, enabling policy application regardless of host location.

Why this answer

NSX-T uses 'Groups' based on dynamic criteria (tags, VM names, etc.) to apply DFW rules consistently across the infrastructure.

103
MCQmedium

A developer needs to store sensitive secrets for an application. Which approach is considered the industry standard for cloud environments?

A.Using a cloud provider's Secret Management service.
B.Hardcoding them in a secure configuration file.
C.Storing them in Git using an encrypted file.
D.Passing them as command-line arguments at runtime.
AnswerA

Managed services provide auditability, rotation, and lifecycle management.

Why this answer

Using a dedicated secret management service (e.g., AWS Secrets Manager, Azure Key Vault) allows for secure storage, automatic rotation, and granular access control.

104
Multi-Selectmedium

Which THREE features are essential for a modern IAM Lifecycle Management (LCM) system?

Select 3 answers
A.Automated de-provisioning upon employment termination.
B.Static account creation without audits.
C.Manual password resets via email.
D.Role-Based Access Control (RBAC) governance.
E.Automated user provisioning (JML process).
AnswersA, D, E

Prevents orphaned accounts.

Why this answer

Automated provisioning, role-based access assignment, and automated de-provisioning are pillars of IAM LCM.

105
Multi-Selectmedium

Which THREE components are typically included in an Enterprise Security Architecture (ESA) framework? (Select THREE)

Select 3 answers
A.Security Reference Architecture
B.Help Desk Ticket Log
C.Hardware Inventory
D.Security Governance Model
E.Architecture Design Methodology
AnswersA, D, E

Reference models provide reusable components.

Why this answer

ESA frameworks require governance, a design methodology, and a component reference library.

106
MCQeasy

In the context of the CISSP-ISSAP, which governance activity involves verifying that the architecture aligns with business requirements through regular audits?

A.Threat Modeling
B.Risk Acceptance
C.Architecture Peer Review
D.Compliance Monitoring
AnswerD

The activity of verifying alignment.

Why this answer

Compliance Monitoring is the governance activity that ensures the implemented system remains aligned with business requirements and regulatory standards.

107
MCQmedium

You are designing an Azure AD (Entra ID) Conditional Access policy to restrict access to sensitive applications. You need to ensure that only compliant, managed devices can access the resource. Which Grant control must be configured?

A.Require device to be marked as compliant
B.Require password change
C.Require approved client app
D.Require hybrid Azure AD joined device
AnswerA

This is the specific control for Intune compliance verification.

Why this answer

The 'Require device to be marked as compliant' control enforces that the device must be registered in Intune and meet all defined compliance policies before access is granted.

108
Multi-Selectmedium

You are configuring AWS S3 bucket security for sensitive data. Which THREE of the following are best practices to prevent unauthorized public access?

Select 3 answers
A.Apply a bucket policy with an explicit Deny for s3:PutObject for unauthenticated users
B.Enable S3 Block Public Access at the bucket level
C.Enable Server-Side Encryption with KMS
D.Enable S3 Block Public Access at the account level
E.Use IAM users for all S3 interactions
AnswersA, B, D

Explicit Deny statements always override Allow statements.

Why this answer

Block Public Access settings at the account level, using Bucket Policies with Deny statements, and enforcing S3 Block Public Access at the bucket level are the primary defense-in-depth measures.

109
Multi-Selecteasy

Which THREE of the following are considered 'Assets' in security architecture? (Select THREE)

Select 3 answers
A.Customer database
B.Janitorial services
C.Source code
D.Office light bulbs
E.Cloud infrastructure
AnswersA, C, E

A critical data asset.

Why this answer

Assets include data, hardware, software, and intellectual property.

110
MCQmedium

Which feature is essential for protecting against 'Credential Stuffing' attacks on an enterprise authentication portal?

A.Limiting the password character set.
B.Implementing Multi-Factor Authentication (MFA).
C.Increasing the session timeout.
D.Implementing a strong password policy.
AnswerB

MFA is the standard defense against stolen credentials.

Why this answer

Multi-Factor Authentication (MFA) is the most effective defense against credential stuffing because compromised passwords alone are insufficient to gain access.

111
Multi-Selecthard

Which TWO of the following are key requirements for securing a container orchestrator like Kubernetes?

Select 2 answers
A.Exposing the Kube API to the public internet.
B.Running all pods with root privileges.
C.Implementing Network Policies to restrict pod communication.
D.Disabling RBAC.
E.Securing the etcd datastore with encryption.
AnswersC, E

This enforces segmentation within the cluster.

Why this answer

Securing Kubernetes requires protecting the control plane and enforcing isolation through policies.

112
Multi-Selecthard

An ISSAP architect is designing a system that must be compliant with the General Data Protection Regulation (GDPR). Which THREE technical safeguards should be implemented to ensure data confidentiality?

Select 3 answers
A.Enforced TLS 1.2+ for data in transit.
B.Automated document printing services.
C.AES-256 encryption for data at rest.
D.Role-Based Access Control (RBAC).
E.Daily physical site tours.
AnswersA, C, D

Protects data during transport.

Why this answer

GDPR mandates technical and organizational measures for protection, specifically confidentiality via encryption and access control.

113
MCQeasy

What is the primary risk of 'Standing Privileges'?

A.They are too difficult to configure.
B.They increase the attack surface by allowing 24/7 access.
C.They are not compatible with cloud IAM.
D.They prevent MFA from working correctly.
AnswerB

This is the core risk of persistent access.

Why this answer

Standing privileges are permissions that remain active indefinitely, providing a permanent window for an attacker to exploit if the account is compromised.

114
MCQmedium

When configuring Cisco ASA firewalls for high availability, which protocol is used to maintain state information between the primary and standby units?

A.Stateful Failover (Failover Link)
B.HSRP
C.OSPF
D.VRRP
AnswerA

The failover link specifically synchronizes firewall connection state tables.

Why this answer

The Cisco Failover Link is used to synchronize the state table, session information, and configuration between the active and standby units.

115
MCQhard

An organization is using Azure to host sensitive data. To prevent data exfiltration, the architect needs to restrict storage account access to only the corporate network. Which feature should be used?

A.Azure AD Conditional Access
B.Azure Policy
C.Azure Bastion
D.Azure Storage Firewalls and Virtual Networks
AnswerD

Provides granular network control.

Why this answer

Virtual Network service endpoints or Azure Private Link allow for restricted network access, preventing data exfiltration to the public internet.

116
MCQeasy

Which type of diagram is used to represent the different zones in an architecture?

A.Sequence diagram
B.Class diagram
C.Trust Boundary Diagram
D.Activity diagram
AnswerC

This clearly shows zones of differing security requirements.

Why this answer

A trust boundary diagram or network architecture diagram is used to illustrate security zones.

117
MCQhard

A security engineer is designing a zero-trust architecture for a hybrid environment. They need to ensure that local service-to-service communication is encrypted without modifying application code. Which tool should be used?

A.Implement IPsec tunnels between all application servers.
B.Hardcode SSL libraries into each application binary.
C.Deploy a global VPN concentrator for all intra-datacenter traffic.
D.Configure Istio with an mTLS PeerAuthentication policy.
AnswerD

This enforces mTLS for all services within the mesh automatically.

Why this answer

A service mesh, such as Istio, provides mutual TLS (mTLS) for all service-to-service communication transparently through sidecar proxies, requiring no application changes.

118
MCQmedium

You are configuring a Palo Alto Networks NGFW to secure traffic between a database zone and an application zone. To ensure that only specific SQL queries are allowed while preventing SQL injection, which specific security feature must be configured within the Security Profile?

A.Vulnerability Protection Profile
B.Data Filtering Profile
C.URL Filtering Profile
D.App-ID based policy enforcement
AnswerA

Vulnerability protection profiles include signature-based matching to detect and block exploits such as SQL injection.

Why this answer

Vulnerability protection profiles allow for specific signatures to be applied to block SQL injection attempts at the application layer.

119
MCQhard

An ISSAP architect is configuring Azure AD (Entra ID) Conditional Access policies to enforce Zero Trust. The requirement is to ensure that users accessing sensitive applications are verified as compliant with Intune device status. Which assignment condition is required?

A.Require Azure AD Joined device
B.Require device to be marked as compliant
C.Require multi-factor authentication
D.Require Hybrid Azure AD joined device
AnswerB

This condition forces the user to have a device that has successfully passed Intune compliance policies.

Why this answer

The 'Require device to be marked as compliant' grant control is the specific mechanism in Entra ID to bridge device compliance state from Intune to access decisions.

120
Multi-Selectmedium

Which THREE elements are essential to define a trust boundary? (Select THREE)

Select 3 answers
A.Different access privileges
B.Operating system type
C.Different authentication requirements
D.Hardware vendor
E.Network zone separation
AnswersA, C, E

Transitioning between privilege levels requires a boundary.

Why this answer

A trust boundary is defined by the transition between levels of access, authentication, or network zones.

121
MCQhard

An ISSAP architect is designing a multi-region deployment on AWS. To ensure data sovereignty compliance for GDPR, which S3 configuration strategy must be enforced using Service Control Policies (SCPs)?

A.Enable S3 Object Lock in compliance mode.
B.Utilize S3 Access Points per region.
C.Enforce s3:RequestedRegion in a Deny statement.
D.Configure S3 Cross-Region Replication with filter.
AnswerC

This explicitly prevents bucket creation in unauthorized regions.

Why this answer

Using 's3:RequestedRegion' in an SCP allows for the restriction of bucket creation to specific geographic regions, which is a common requirement for data sovereignty.

122
MCQmedium

What is the purpose of 'JWT Validation' on a resource server?

A.To encrypt the token payload.
B.To store the user's session data.
C.To generate a new token.
D.To ensure the token is authentic and valid.
AnswerD

This is the essential gatekeeping step for RS.

Why this answer

Validation ensures that the JWT is authentic (signature check), has not expired (exp claim), and was issued by a trusted entity (iss claim) before granting access.

123
MCQhard

You are designing an OIDC implementation. An application needs to obtain user profile information without including it in the ID Token to keep the token size small. Which endpoint should the application call?

A.The UserInfo Endpoint
B.The Authorization Endpoint
C.The Discovery Endpoint
D.The Token Endpoint
AnswerA

The UserInfo endpoint returns claims based on the provided Access Token.

Why this answer

The UserInfo endpoint is the OIDC standard for fetching claims about the authenticated user using an Access Token.

124
MCQmedium

When designing a secure API, which protocol is recommended for authorization?

A.RADIUS.
B.SAML 2.0.
C.OAuth 2.0.
D.LDAP.
AnswerC

OAuth 2.0 is designed specifically for API authorization delegation.

Why this answer

OAuth 2.0 is the industry-standard authorization framework for enabling third-party applications to obtain limited access to an HTTP service.

125
MCQmedium

A security architect is configuring IPsec VPN tunnels between two data centers. Which encryption standard provides the best balance of security and modern performance?

A.AES-GCM.
B.3DES
C.Blowfish
D.DES
AnswerA

AES-GCM is a modern, authenticated encryption standard.

Why this answer

AES-GCM is the preferred choice for modern IPsec tunnels because it provides both confidentiality and authentication (AEAD) with hardware acceleration.

126
MCQmedium

An ISSAP architect is designing a cloud environment that must comply with PCI-DSS 4.0. Which specific AWS feature should be configured within the AWS Control Tower to ensure that all new member accounts automatically inherit the necessary preventative guardrails for non-compliant S3 bucket configurations?

A.IAM Permission Boundaries
B.AWS Config Rules
C.Service Control Policies (SCPs)
D.AWS Security Hub Standards
AnswerC

SCPs are the preventative mechanism within Control Tower to restrict actions across member accounts.

Why this answer

AWS Control Tower uses Service Control Policies (SCPs) via Guardrails to enforce preventative controls across the landing zone, which is the standard architectural approach for automated PCI compliance enforcement.

127
Multi-Selectmedium

Which THREE items should be included in a thorough Architecture Decision Record (ADR)? (Select THREE)

Select 3 answers
A.Decision Status
B.Consequences
C.Personal performance review
D.Context/Problem Description
E.Budget approval code
AnswersA, B, D

Tracks if the decision is proposed or accepted.

Why this answer

ADRs need to document the decision, the context, and the consequences of the decision.

128
Multi-Selecthard

An organization is migrating to Azure and must align with NIST SP 800-53 controls. Which THREE actions should the architect perform within Microsoft Defender for Cloud to facilitate continuous compliance posture management?

Select 3 answers
A.Enable the NIST SP 800-53 regulatory compliance standard in the Environment Settings.
B.Configure workflow automation for continuous assessment findings.
C.Configure Log Analytics workspace to export to Sentinel.
D.Deploy Azure Policy guest configuration extensions to VMs.
E.Assign the 'Security Reader' role to the compliance auditor.
AnswersA, B, D

This enables the specific control mapping and monitoring.

Why this answer

Defender for Cloud provides integrated regulatory compliance dashboards for NIST 800-53, requiring specific setup steps.

129
Multi-Selectmedium

Which THREE types of claims are typically included in a JSON Web Token (JWT)?

Select 3 answers
A.Private claims (custom app-specific claims).
B.Registered claims (e.g., 'iss', 'exp').
C.Public claims (e.g., custom namespaces).
D.Hardware serial number claims.
E.Root password claims.
AnswersA, B, C

Claims defined by the application.

Why this answer

Registered claims (standardized), Private claims (custom), and Public claims (namespaced) are the types of claims in JWT.

130
Multi-Selectmedium

Which THREE criteria are most important when selecting a Cloud Service Provider (CSP) based on the Shared Responsibility Model for an ISSAP architect?

Select 3 answers
A.The CSP's physical office location.
B.Capability to export logs and audit data.
C.Availability of third-party audit reports (SOC2/ISO).
D.Native security features and API maturity.
E.Market share size.
AnswersB, C, D

Essential for oversight and compliance.

Why this answer

Architects must ensure their CSP selection supports the organization's specific compliance and security needs.

131
MCQmedium

You are designing a reference architecture for a cloud environment. Which NIST document provides the most relevant framework for cloud security architecture?

A.NIST SP 800-30
B.NIST SP 800-144
C.NIST SP 800-53
D.NIST SP 800-160
AnswerB

This specifically addresses cloud security architecture and guidelines.

Why this answer

NIST SP 800-144 is the standard reference for cloud computing security and architecture guidelines.

132
MCQmedium

You need to protect a legacy web application that cannot be patched. What is the best strategy?

A.Disable all logging.
B.Deploy a WAF to provide virtual patching.
C.Migrate the app to a new language.
D.Isolate the server on an isolated VLAN.
AnswerB

Virtual patching through a WAF is the standard defense for unpatchable legacy apps.

Why this answer

Placing a Web Application Firewall (WAF) or an RASP solution in front of the application can filter malicious traffic before it reaches the vulnerable application.

133
MCQmedium

A healthcare provider is deploying a multi-tenant application on GCP. To comply with data isolation requirements, which service should the architect use to ensure traffic between VPCs is strictly governed by network policy?

A.Cloud Interconnect
B.Shared VPC
C.VPC Service Controls
D.Cloud Armor
AnswerC

Enforces network perimeters and data isolation.

Why this answer

VPC Service Controls provides a security perimeter that prevents data exfiltration and enforces strict network boundary compliance in GCP.

134
MCQhard

You are designing a secure data enclave using Confidential Computing. Which technology allows you to verify that the code running inside the TEE (Trusted Execution Environment) has not been tampered with?

A.Remote Attestation.
B.Encrypted Page Tables.
C.Hardware Root of Trust (RoT).
D.Signed firmware updates.
AnswerA

Remote attestation is the mechanism to verify code integrity in a TEE.

Why this answer

Remote Attestation allows a third party to verify the measurement (hash) of the code and the state of the TEE before providing sensitive keys.

135
MCQmedium

An organization is deploying Azure Kubernetes Service (AKS). To enforce organizational compliance, they must restrict which container images can be deployed. What is the most effective approach?

A.Assign RBAC roles to all developers to prevent image pull actions.
B.Modify the Kubelet configuration files directly on the nodes.
C.Configure the Azure CLI to deny access to unauthorized ACR registries.
D.Use the Azure Policy add-on for Kubernetes to enforce an 'Allowed Container Images' policy.
AnswerD

This acts as an admission controller to block non-compliant deployments.

Why this answer

Azure Policy for Kubernetes provides built-in policies to restrict container image registries and enforce image tagging, ensuring only trusted images are deployed.

136
MCQmedium

An organization is using Infrastructure as Code (IaC) to deploy resources. How can they ensure that developers do not introduce insecure configurations?

A.Only allow senior architects to deploy resources.
B.Relying on developers to perform self-audits.
C.Automated Policy-as-Code scanning in the CI/CD pipeline.
D.Manual code review of all commits.
AnswerC

This provides early, consistent, and scalable security validation.

Why this answer

Integrating automated policy-as-code tools (e.g., Checkov, Open Policy Agent) into the CI/CD pipeline enables automatic detection of misconfigurations before deployment.

137
MCQeasy

Which security principle is enforced when you restrict an application's ability to modify system files?

A.Least privilege
B.Defense in depth
C.Economy of mechanism
D.Complete mediation
AnswerA

Restricting access to only necessary files is least privilege.

Why this answer

Least privilege ensures that the application has only the permissions required for its function, preventing system-wide modifications.

138
Multi-Selecthard

Which THREE of the following are critical for a secure identity architecture?

Select 3 answers
A.Enforcing Multi-Factor Authentication (MFA).
B.Sharing accounts between users.
C.Regular audit of identity permissions.
D.Using passwords as the only factor.
E.Granting least privilege access.
AnswersA, C, E

Standard for securing identities.

Why this answer

Multi-factor authentication, least privilege, and robust auditing are required for identity security.

139
Multi-Selectmedium

Which THREE of the following are valid security controls for a database?

Select 3 answers
A.Allowing anonymous access for testing.
B.Enabling audit logging.
C.Storing database credentials in plain text.
D.Encryption at rest.
E.Strong access control lists (ACLs).
AnswersB, D, E

Essential for monitoring and accountability.

Why this answer

Encryption, auditing, and access control are fundamental database security controls.

140
MCQhard

In the context of the SABSA framework, what is the relationship between the 'Security Services' and 'Business Attributes'?

A.Attributes drive services
B.Attributes describe technical vulnerabilities
C.Services drive attributes
D.They are independent
AnswerA

SABSA maps business requirements (attributes) to security services.

Why this answer

The business attributes (what the business needs) drive the requirement for specific security services.

141
MCQhard

When designing for 'Availability' in a distributed architecture, which pattern is used to handle service failure gracefully?

A.Circuit Breaker
B.Sharding
C.Load Balancing
D.Encryption
AnswerA

This pattern prevents cascading failures in distributed systems.

Why this answer

The Circuit Breaker pattern prevents an application from repeatedly trying to execute an operation that is likely to fail.

142
MCQmedium

Which protocol is the industry standard for automating the exchange of user identity information between an Identity Provider and a Service Provider?

A.RADIUS
B.SAML
C.SCIM
D.LDAP
AnswerC

SCIM is the standard for identity provisioning.

Why this answer

SCIM (System for Cross-domain Identity Management) is the standard designed to facilitate the exchange of user identity information between systems.

143
MCQmedium

You are designing a VPC architecture in AWS. You need to ensure that database instances in a private subnet can download patches from the internet without being directly reachable from the public internet. Which architecture component should you deploy?

A.Internet Gateway
B.VPC Endpoint
C.NAT Gateway
D.Egress-Only Internet Gateway
AnswerC

A NAT Gateway is specifically designed to allow private instances to initiate outbound traffic while blocking inbound requests.

Why this answer

A NAT Gateway allows instances in a private subnet to connect to the internet (e.g., for software updates) while preventing the internet from initiating a connection with those instances.

144
Multi-Selectmedium

Which THREE of the following items should be addressed when designing a secure remote access architecture for a hybrid cloud environment using a VPN gateway?

Select 3 answers
A.Public IP address assignment for all internal nodes
B.AES-256 encryption for the IKE/IPsec tunnel
C.Multi-Factor Authentication (MFA) integration
D.Role-Based Access Control (RBAC) at the gateway
E.Disabling logging to reduce overhead
AnswersB, C, D

Strong encryption is required to protect the confidentiality of the transit traffic.

Why this answer

A secure design requires robust authentication (MFA), transport security (encryption), and granular authorization (least privilege).

145
MCQeasy

Which threat modeling technique is best described as focusing on the attacker's perspective and their motivation?

A.System-centric
B.Attacker-centric
C.Capability-centric
D.Data-centric
AnswerB

This focuses on the threat actors and their goals.

Why this answer

Attacker-centric threat modeling starts with the adversary and their specific objectives.

146
Multi-Selecteasy

Which TWO are common challenges in Enterprise Security Architecture? (Select TWO)

Select 2 answers
A.Organizational silos
B.Alignment with business strategy
C.Cable length limitations
D.OS license costs
E.Lack of hardware vendors
AnswersA, B

Silos prevent consistent security architecture implementation.

Why this answer

Managing organizational silos and maintaining alignment with changing business needs are top challenges.

147
MCQeasy

What is the primary function of an Information Security Steering Committee (ISSC) in the context of enterprise security governance?

A.To write firewall rules.
B.To patch servers.
C.To set security strategy and approve policy.
D.To conduct incident response drills.
AnswerC

Governance is the primary function.

Why this answer

The ISSC provides high-level direction, prioritizes security initiatives, and ensures alignment with business goals.

148
MCQeasy

When designing a secure network, which zone should host public-facing services to minimize the risk of lateral movement to internal networks?

A.Management LAN.
B.DMZ (Demilitarized Zone).
C.User Access Subnet.
D.Back-end database subnet.
AnswerB

The DMZ is the classic architectural pattern for isolating public-facing services.

Why this answer

The DMZ (Demilitarized Zone) acts as a buffer, isolating public services from the internal trusted network.

149
MCQhard

In a SAML 2.0 federation, an Identity Provider (IdP) is failing to authenticate users because the Service Provider (SP) cannot verify the assertion integrity. The SP requires the IdP to sign the assertion. What must be exchanged to solve this?

A.Configure the SP to use the NameID format
B.Exchange the IdP's public signing certificate
C.Exchange the SP's private key with the IdP
D.Enable encrypted assertions using the SP's public key
AnswerB

The SP uses the IdP public key to verify the digital signature on the SAML assertion.

Why this answer

For the SP to verify the IdP's signature on an assertion, the SP must possess the IdP's public certificate.

150
MCQhard

When using an API Gateway as a Policy Enforcement Point (PEP), where should the authorization decision logic be offloaded to ensure central governance?

A.Hardcoded within the API Gateway configuration.
B.Within the backend microservice code.
C.To a centralized Policy Decision Point (PDP).
D.Inside the client's browser.
AnswerC

Centralized PDP ensures uniform enforcement.

Why this answer

The gateway should delegate authorization decisions to a Policy Decision Point (PDP), such as an Open Policy Agent (OPA) server, to maintain consistent policy across services.

Page 1

Page 2 of 3

Page 3

All pages