Courseiva

CCNA Governance Risk And Compliance Questions

40 questions · Governance Risk And Compliance · All types, answers revealed

1
Multi-Selectmedium

When establishing a Third-Party Risk Management (TPRM) process, which THREE factors must be considered during the initial due diligence?

Select 3 answers
A.Vendor's physical office decor.
B.Vendor's SOC2 Type II report.
C.Vendor's marketing language.
D.Vendor's incident response plan summary.
E.Vendor's financial stability.
AnswersB, D, E

Provides assurance of control effectiveness.

Why this answer

TPRM requires understanding the vendor's security posture before onboarding.

2
Multi-Selecthard

When designing a secure multi-region cloud architecture, which THREE governance aspects must be clearly defined for data residency compliance?

Select 3 answers
A.Access rights for cross-region data transfers.
B.Backup retention policies.
C.The primary domain registration provider.
D.Local marketing team access.
E.Geographic location of storage nodes.
AnswersA, B, E

Prevents unauthorized data migration.

Why this answer

Data residency requires physical and logical controls to ensure data stays where it should.

3
MCQeasy

Which governance model is characterized by decision-making being centralized at the corporate level to ensure consistency across the entire organization?

A.Centralized Governance
B.Ad-hoc Governance
C.Federated Governance
D.Decentralized Governance
AnswerA

Focuses on uniformity from the top down.

Why this answer

Centralized governance provides consistent policy enforcement, though it may be less agile than decentralized models.

4
MCQhard

A firm wants to implement an 'Infrastructure-as-Code' security gate. Using AWS CloudFormation, which feature should be utilized to perform security checks on templates before they are provisioned?

A.AWS CloudTrail
B.AWS CloudFormation Guard
C.AWS Config
D.AWS Trusted Advisor
AnswerB

Designed specifically for template validation.

Why this answer

CloudFormation Guard is an open-source tool that lets developers define policy-as-code to validate CloudFormation templates before deployment.

5
MCQmedium

To implement governance for containerized workloads, which Kubernetes feature should an architect use to enforce that only images from a trusted registry are deployed?

A.Kubernetes Admission Controllers
B.Network Policies
C.Kubernetes Secrets
D.Role-Based Access Control (RBAC)
AnswerA

Intercepts requests to enforce policy.

Why this answer

Admission Controllers (specifically OPA/Gatekeeper) are the mechanism in Kubernetes to enforce policy at the point of request.

6
MCQhard

An organization must maintain HIPAA compliance in a hybrid cloud. Which architecture pattern best enables strict separation of duties between the administrative team and the data encryption keys?

A.AWS CloudHSM
B.Client-Side Encryption with local storage
C.Azure Key Vault
D.AWS KMS with Multi-Region keys
AnswerA

Provides physical control and separation of duties for keys.

Why this answer

Using an external HSM (Hardware Security Module) like AWS CloudHSM ensures that administrators of the cloud infrastructure have no access to the keys, fulfilling the separation of duties requirement.

7
Multi-Selecthard

To implement effective Risk Management integration into architecture using the FAIR (Factor Analysis of Information Risk) framework, which THREE metrics must an architect define for each identified scenario?

Select 3 answers
A.Vulnerability (Probability of Action)
B.Threat Event Frequency
C.Loss Magnitude
D.Software Patch Level
E.Network Throughput
AnswersA, B, C

Crucial for determining if a threat results in a loss event.

Why this answer

FAIR focuses on quantifying loss event frequency and magnitude, which requires specific variables.

8
Multi-Selecteasy

Which TWO factors are critical when establishing a Risk Appetite statement for a new cloud-native architecture?

Select 2 answers
A.Vendor support availability.
B.Regulatory and legal obligations.
C.Technical debt of legacy systems.
D.Business strategic objectives.
E.The number of cloud accounts.
AnswersB, D

These set the floor for minimum acceptable risk.

Why this answer

Risk appetite must align with business goals and legal requirements to be effective.

9
Multi-Selectmedium

Which TWO actions should be taken when integrating a new cloud service into an existing GRC program?

Select 2 answers
A.Increase the organization's total headcount.
B.Conduct a formal risk assessment of the new service.
C.Immediately decommission the old service.
D.Rename the existing risk registers.
E.Map the service's controls to existing compliance frameworks.
AnswersB, E

Required to identify new threats.

Why this answer

New cloud services require updated risk assessments and governance mapping.

10
MCQhard

An organization is building a microservices architecture. To ensure compliance with GDPR, where should the data classification metadata be enforced to ensure that PII is not stored in non-compliant regions?

A.Database schema constraints
B.Container image manifests
C.Application service mesh proxy tags
D.Infrastructure tags and cloud policy enforcement
AnswerD

Tags provide metadata for policy-based resource control.

Why this answer

Enforcing classification at the infrastructure level (e.g., tags or resource policies) allows automated tools to restrict data placement.

11
MCQmedium

When using Google Cloud, which service is the primary point of integration for security policies to be applied across the entire organization hierarchy?

A.Google Cloud Identity
B.Cloud Logging
C.Organization Policy Service
D.Cloud Resource Manager
AnswerC

Centralized policy management for GCP.

Why this answer

Organization Policy Service allows for hierarchical policy enforcement across projects and folders.

12
MCQmedium

An architect is deploying a global application and needs to ensure that all HTTP traffic is redirected to HTTPS. Which service in AWS should be used to enforce this compliance globally?

A.Route 53
B.AWS Certificate Manager
C.AWS Shield
D.Amazon CloudFront Viewer Protocol Policy
AnswerD

Enforces HTTPS at the CDN edge.

Why this answer

AWS WAF (Web Application Firewall) attached to CloudFront can enforce protocols, but the most direct way to enforce HTTPS at the edge is via CloudFront Viewer Protocol Policy.

13
MCQeasy

Which document is considered the authoritative 'System Security Plan' (SSP) for an information system undergoing a formal authorization process?

A.Risk Assessment Report (RAR)
B.System Security Plan (SSP)
C.Plan of Action and Milestones (POA&M)
D.Authority to Operate (ATO)
AnswerB

The formal document required for authorization.

Why this answer

The SSP is the primary document that details how security controls are met for a system.

14
MCQmedium

An organization is migrating sensitive workloads to Azure. The compliance team mandates that all storage account keys be rotated automatically. Which service should the architect configure to meet this requirement?

A.Azure Key Vault
B.Azure Policy
C.Microsoft Entra ID Privileged Identity Management
D.Azure Monitor
AnswerA

This is the specific feature for automated key rotation.

Why this answer

Azure Key Vault managed storage account keys provide automated rotation for shared keys, aligning with security governance requirements.

15
Multi-Selectmedium

Which THREE components are critical for an ISSAP architect when designing an audit trail that meets the legal requirements for non-repudiation?

Select 3 answers
A.Synchronized time sources (NTP).
B.Digitally signed logs.
C.Immutable storage (e.g., WORM).
D.Regular log rotation cycles.
E.Local write-only hard drives.
AnswersA, B, C

Ensures accurate ordering for forensic analysis.

Why this answer

Non-repudiation requires evidence of identity and content integrity that cannot be challenged.

16
MCQhard

A firm needs to ensure that only approved machine images (AMIs) are used in production. Which AWS service should be used to create a golden image pipeline that enforces compliance before images are shared?

A.AWS Systems Manager
B.AWS Service Catalog
C.EC2 Image Builder
D.AWS Lambda
AnswerC

Designed for standardizing image creation.

Why this answer

EC2 Image Builder allows for the creation of an automated pipeline to build, test, and distribute hardened AMIs.

17
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.

18
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.

19
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.

20
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.

21
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.

22
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.

23
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.

24
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.

25
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.

26
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.

27
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.

28
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.

29
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.

30
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.

31
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.

32
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.

33
Multi-Selectmedium

To satisfy SOC2 Type II requirements regarding access lifecycle management, which TWO configurations should an architect verify within Okta for all privileged administrative accounts?

Select 2 answers
A.Enable self-service password reset.
B.Enforce Phishing-resistant MFA (FIDO2).
C.Configure password complexity to 16 characters.
D.Configure group-based assignments for all apps.
E.Enable Just-In-Time (JIT) access requests.
AnswersB, E

This mitigates credential theft, a key SOC2 requirement.

Why this answer

SOC2 requires strict lifecycle management and authentication assurance for privileged accounts.

34
MCQmedium

When using Azure Policy to enforce governance, which effect type should be used if the architect wants to log non-compliance without blocking the deployment of resources?

A.Audit
B.Deny
C.DeployIfNotExists
D.Append
AnswerA

Logs compliance without blocking.

Why this answer

The 'Audit' effect is specifically designed to log events without impacting the deployment action.

35
MCQhard

An organization requires that all cloud storage assets are encrypted using customer-managed keys. Which service should the architect configure to track the key usage and verify compliance?

A.AWS CloudTrail
B.AWS Inspector
C.AWS Trusted Advisor
D.AWS Systems Manager
AnswerA

Logs key usage and API activities.

Why this answer

CloudTrail is the service that logs all API calls to KMS, providing the audit trail needed to prove key usage and compliance.

36
Multi-Selecthard

An architect is evaluating compliance for an enterprise multi-cloud environment. Which THREE capabilities must be included in a centralized GRC platform for it to be effective?

Select 3 answers
A.API-based integration with cloud providers.
B.Encrypted email notification system.
C.Integrated risk assessment workflow.
D.Automated mapping of controls to multiple standards.
E.Manual spreadsheet uploading only.
AnswersA, C, D

Allows for real-time compliance polling.

Why this answer

Centralized GRC platforms must integrate with infrastructure to remain relevant and accurate.

37
MCQmedium

An ISSAP architect is working with developers to ensure that the code repository is compliant with secure coding standards. Which tool within the GitHub ecosystem is specifically designed to detect secrets (e.g., API keys) before they are committed?

A.GitHub Advanced Security Secret Scanning
B.GitHub Actions
C.GitHub Dependabot
D.GitHub Codespaces
AnswerA

This is the specific feature for secret detection.

Why this answer

GitHub Secret Scanning is the native tool designed to identify and block secrets from being pushed to repositories.

38
MCQmedium

When designing an architecture to meet NIST 800-53 controls, which AWS service should be used to enforce resource tagging for all assets to ensure proper cost and compliance tracking?

A.AWS CloudFormation
B.AWS Config
C.AWS IAM
D.AWS Organizations
AnswerB

Provides rule-based enforcement for tags.

Why this answer

AWS Config is the primary tool that can enforce tagging policies and alert on or remediate non-compliant resources.

39
MCQeasy

What is the primary objective of a 'Compliance Gap Analysis' in a cloud migration project?

A.To reduce cloud costs.
B.To document differences between current state and requirements.
C.To increase the migration speed.
D.To select the best cloud provider.
AnswerB

The core purpose of a gap analysis.

Why this answer

A gap analysis identifies where the current architecture deviates from the target compliance framework.

40
MCQeasy

What is the primary role of a 'Compliance Liaison' in an enterprise architecture team?

A.To update firewall configurations.
B.To facilitate communication between technical teams and audit.
C.To perform penetration testing.
D.To manage the budget for security projects.
AnswerB

The primary role is communication and alignment.

Why this answer

A liaison bridges the gap between technical teams and audit requirements, ensuring that compliance is understood and implemented.

Ready to test yourself?

Try a timed practice session using only Governance Risk And Compliance questions.