Courseiva

CCNA Cloud Security Fundamentals And Shared Responsibility Questions

40 questions · Cloud Security Fundamentals And Shared Responsibility · All types, answers revealed

1
Multi-Selectmedium

Which TWO of the following are primary security benefits of using cloud-native security tools? (Choose two)

Select 2 answers
A.Total elimination of all security threats
B.Reduction of provider cost
C.Manual approval for every single API call
D.Automated security policy enforcement
E.Unified visibility across cloud assets
AnswersD, E

Essential for speed and consistency.

Why this answer

Automation and unified visibility are key benefits of cloud-native tools.

2
MCQeasy

Which type of encryption should be used to protect data at rest in a cloud storage bucket?

A.Network-level encryption
B.Client-side encryption only
C.Physical security locks
D.Server-side encryption
AnswerD

This is the built-in way to protect data at rest.

Why this answer

Server-side encryption is the standard method for ensuring data is encrypted before being stored on the provider's disk.

3
Multi-Selecthard

Which THREE of the following are critical components of a comprehensive Cloud Security strategy? (Choose three)

Select 3 answers
A.Identity and Access Management
B.Cloud Governance
C.Continuous Security Monitoring
D.Relying solely on external audits
E.Ignoring container-based workloads
AnswersA, B, C

The new security perimeter.

Why this answer

Governance, Identity, and Detection form the foundation of a robust strategy.

4
Multi-Selectmedium

Which THREE of the following are required to maintain a secure cloud-native environment? (Choose three)

Select 3 answers
A.Physical access to the server room
B.Automated security guardrails
C.Robust identity governance
D.Continuous visibility into resources
E.Manual firewall rule entry
AnswersB, C, D

Prevents human error at scale.

Why this answer

Visibility, automation, and identity governance are key components.

5
MCQhard

When using Azure Key Vault to store secrets, which entity holds the responsibility for the protection of the underlying hardware security module (HSM)?

A.The Azure Tenant Administrator
B.The Customer
C.Microsoft
D.The Security Auditor
AnswerC

Microsoft manages the physical HSM infrastructure.

Why this answer

While the customer manages the keys and secrets, the underlying physical infrastructure and the HSM management are the responsibility of the cloud provider.

6
MCQmedium

You are configuring a security group in AWS. What is the default behavior for inbound traffic?

A.Allow all traffic by default
B.Allow only SSH and RDP traffic
C.Allow traffic from the VPC CIDR
D.Deny all traffic by default
AnswerD

Security groups block all incoming traffic unless specified.

Why this answer

AWS security groups are stateful and default to denying all inbound traffic until an explicit allow rule is added.

7
MCQmedium

In the context of 'Shared Responsibility', what does the customer typically manage in a SaaS (Software as a Service) offering?

A.The application code
B.The physical network cables
C.User access and data
D.The underlying operating system
AnswerC

Data and access are almost always the user's responsibility.

Why this answer

In SaaS, the provider manages almost everything except the user access and the data itself.

8
MCQhard

What is the primary function of a Cloud Security Posture Management (CSPM) tool?

A.To manage employee identity lifecycle
B.To perform deep packet inspection of encrypted traffic
C.To detect and remediate configuration drift
D.To block DDoS attacks
AnswerC

CSPM provides visibility and remediation for cloud misconfigurations.

Why this answer

CSPM tools are designed to continuously monitor cloud environments to detect and remediate configuration risks and compliance violations.

9
MCQhard

When implementing a 'Zero Trust' architecture in cloud, which component is most critical for verifying requests?

A.Static IP allow-lists
B.Identity-based access policies
C.Default open network ports
D.Physical firewalls
AnswerB

Verifying identity is the core of Zero Trust.

Why this answer

Zero Trust requires continuous verification of every request, which is typically handled by an Identity and Access Management (IAM) system integrated with context-aware policies.

10
MCQeasy

Which of the following is a benefit of using 'Identity and Access Management' (IAM) groups?

A.To encrypt user passwords
B.To simplify permission management for multiple users
C.To provide physical access to the cloud
D.To prevent unauthorized login attempts
AnswerB

Groups aggregate permissions, reducing complexity.

Why this answer

IAM groups allow for the efficient management of permissions for a collection of users with similar job functions.

11
MCQmedium

You are deploying a workload on Azure and need to ensure that the underlying hardware maintenance is handled by Microsoft. Which aspect of the Shared Responsibility Model does this represent?

A.Provider responsibility for physical infrastructure
B.Shared responsibility for data encryption
C.Customer responsibility for OS patching
D.Customer responsibility for identity management
AnswerA

Microsoft manages physical security and hardware maintenance.

Why this answer

Hardware maintenance, such as physical server upkeep and datacenter security, falls under Microsoft's responsibility in the IaaS model.

12
MCQmedium

Which service should you use to monitor for potential unauthorized API calls in your AWS account?

A.AWS WAF
B.AWS Lambda
C.AWS Direct Connect
D.AWS CloudTrail
AnswerD

CloudTrail captures API activity logs.

Why this answer

AWS CloudTrail records all API activity within an account, which is the primary source for detecting unauthorized or suspicious actions.

13
MCQeasy

You are auditing a cloud environment where a developer has created an S3 bucket with public read access. Under the AWS Shared Responsibility Model, who is responsible for configuring the bucket policy to restrict this access?

A.The Customer
B.The AWS Support Team
C.AWS
D.The Cloud Service Provider (CSP) Shared Responsibility Framework
AnswerA

Configuring S3 bucket policies is a customer responsibility under data security.

Why this answer

The customer is responsible for the security of data in the cloud, including the configuration of S3 bucket policies.

14
MCQhard

In a Google Cloud environment using Cloud SQL, which task remains the customer's responsibility?

A.Physical datacenter security
B.Host operating system hardening
C.Database user access control
D.Database software patching
AnswerC

Access control and user permissions are the customer's responsibility.

Why this answer

While Google manages the underlying OS and database software patching, the customer is responsible for managing database user permissions and access control.

15
Multi-Selectmedium

Which TWO of the following are common risks associated with misconfigured cloud storage buckets? (Choose two)

Select 2 answers
A.Hardware failure
B.Regulatory compliance violations
C.Decreased storage performance
D.Public data exposure
E.Increased cloud latency
AnswersB, D

Sensitive data leaks lead to compliance issues.

Why this answer

Data breaches and compliance violations are the most significant risks.

16
Multi-Selecthard

Which THREE of the following are pillars of a Zero Trust approach? (Choose three)

Select 3 answers
A.Use least privilege access
B.Trust all internal network traffic
C.Assume breach
D.Verify explicitly
E.Deploy only physical perimeter firewalls
AnswersA, C, D

Core principle of Zero Trust.

Why this answer

Zero Trust is based on verify explicitly, least privilege access, and assuming breach.

17
MCQmedium

You are analyzing a security risk in a multi-cloud environment. What is the most significant challenge regarding the Shared Responsibility Model?

A.The lack of API documentation
B.Varying shared responsibility boundaries
C.Too many cloud-native services
D.Consistent provider pricing
AnswerB

Inconsistent definitions create security gaps between clouds.

Why this answer

The biggest challenge is that different cloud providers (AWS, Azure, GCP) have different boundaries for shared responsibility, leading to potential gaps if not clearly understood.

18
Multi-Selecteasy

Which TWO of the following are common cloud-native security practices? (Choose two)

Select 2 answers
A.Shift-left security testing
B.Using static firewall rules only
C.Automated vulnerability scanning
D.Manual password rotations
E.Disabling cloud logging
AnswersA, C

Testing early in the pipeline.

Why this answer

Shift-left security and automated testing are standard practices.

19
MCQmedium

When securing a containerized application, where should you place the primary focus for security?

A.The container image and runtime
B.The office network firewall
C.The physical server power supply
D.The datacenter cooling system
AnswerA

These are the core components of the application workload.

Why this answer

Securing the container image, the registry, and the container runtime is critical for securing the workload itself.

20
MCQeasy

A security administrator is evaluating the shared responsibility model for an AWS deployment. Which task remains the sole responsibility of the customer when using Amazon RDS?

A.Physical maintenance of the underlying server hardware
B.Configuring database user authentication and access control
C.Patching the underlying database engine operating system
D.Managing network isolation of the RDS instances
AnswerB

IAM policies and database-level permissions remain the responsibility of the customer.

Why this answer

In managed services like Amazon RDS, AWS manages the underlying OS and patching, but the customer retains responsibility for data encryption and access management.

21
MCQmedium

When using 'Infrastructure as Code' (IaC), what is a key security risk if templates are shared publicly?

A.The templates may include hardcoded secrets or misconfigurations
B.Public templates are automatically deleted
C.The templates will not compile
D.The templates will incur higher costs
AnswerA

This is a common IaC security vulnerability.

Why this answer

Publicly shared IaC templates often contain hardcoded credentials or overly permissive security group rules that can lead to immediate compromise.

22
Multi-Selecteasy

Which THREE of the following are examples of cloud-native security concepts?

Select 3 answers
A.Immutable infrastructure
B.Identity-based security perimeters
C.Traditional perimeter-based network security
D.Manual patch management cycles
E.Infrastructure as Code (IaC) security
AnswersA, B, E

A core cloud-native security concept where components are replaced rather than updated.

Why this answer

Cloud-native security relies on immutable infrastructure, automated policy enforcement, and identity-centric perimeters.

23
MCQeasy

Which cloud security concept allows for the rapid restoration of services after a security incident?

A.Manual provisioning
B.Security through obscurity
C.Infrastructure as Code
D.Local backup storage
AnswerC

IaC enables rapid, consistent reconstruction of environments.

Why this answer

Infrastructure as Code (IaC) allows for the repeatable and rapid deployment of secure environments, which is essential for fast recovery.

24
MCQmedium

A security team is implementing 'Shift Left' security. What is the fundamental shift in responsibility for the development team?

A.Taking ownership of security compliance during the design and build phase
B.Disabling all security controls to prioritize development velocity
C.Transferring all risk to the cloud provider's management console
D.Waiting for the security team to perform manual penetration tests after deployment
E.Outsourcing security scanning to the cloud provider
AnswerA

Shift left involves building security into the development process.

Why this answer

Shift left moves security responsibility earlier in the lifecycle, requiring developers to ensure code and infrastructure definitions (IaC) are secure before deployment.

25
Multi-Selecteasy

Which TWO of the following are examples of customer responsibilities in the AWS Shared Responsibility Model? (Choose two)

Select 2 answers
A.Physical security of the data center
B.Server hardware maintenance
C.Securing data in the cloud
D.Host OS patching for managed services
E.Managing IAM users and permissions
AnswersC, E

Customer responsibility.

Why this answer

Data security and IAM configuration are fundamental customer responsibilities.

26
MCQeasy

What is the primary goal of the 'Principle of Least Privilege' in a cloud environment?

A.To minimize the attack surface by limiting permissions
B.To automate the revocation of keys
C.To reduce the number of IAM users
D.To increase the complexity of password requirements
AnswerA

This directly defines the purpose of least privilege.

Why this answer

Least privilege ensures that users and services have only the minimum permissions necessary to perform their tasks, reducing the blast radius of a credential compromise.

27
MCQeasy

When evaluating Cloud-Native Security Platforms (CNSP), which area is primarily the responsibility of the cloud provider?

A.Host-level physical security and hypervisor integrity
B.Application-level vulnerability scanning
C.Encryption of data in transit at the application layer
D.Security configuration of virtual network firewalls
AnswerA

This is the responsibility of the cloud provider.

Why this answer

Cloud providers are responsible for the physical security and the underlying virtualization layer (the 'Security of the Cloud').

28
MCQeasy

Which of the following is a core characteristic of cloud-native security?

A.Relying on manual configuration audits
B.Integrating security into the CI/CD pipeline
C.Using only on-premises security appliances
D.Focusing exclusively on perimeter security
AnswerB

DevSecOps/automation is a pillar of cloud-native security.

Why this answer

Cloud-native security is designed to be automated and integrated into the CI/CD pipeline, rather than treated as an afterthought.

29
MCQmedium

In the context of AWS, which tool provides visibility into compliance and configuration drift?

A.AWS CloudTrail
B.AWS Config
C.AWS Shield
D.Amazon Inspector
AnswerB

Config monitors and records resource configurations.

Why this answer

AWS Config is the service designed to track resource configuration changes and evaluate them against compliance rules.

30
Multi-Selecteasy

Which TWO of the following are effective ways to secure access to your cloud management console? (Choose two)

Select 2 answers
A.Share one root account password among all admins
B.Use strong, unique passwords
C.Enable Multi-Factor Authentication (MFA)
D.Access the console only from public Wi-Fi
E.Disable all logging
AnswersB, C

Reduces risk of brute force.

Why this answer

MFA and strong password policies are the standard methods for securing console access.

31
MCQhard

You are analyzing a Prisma Cloud deployment to enforce compliance. You discover that a developer has created a public S3 bucket containing sensitive data. Which principle of the cloud security model is being violated?

A.The customer's responsibility for resource configuration and data security
B.The shared responsibility for data center perimeter security
C.The provider's responsibility for identity and access management
D.The provider's responsibility for infrastructure availability
AnswerA

Securing the configuration of cloud resources is a core customer responsibility.

Why this answer

The customer is responsible for 'Security in the Cloud', which includes misconfiguration management and data exposure risks, even if the platform provides the security tools.

32
MCQmedium

You are auditing an Azure environment. You need to ensure that the security of your guest operating systems is maintained. Under the shared responsibility model, what is the customer's primary responsibility for IaaS Virtual Machines?

A.Managing the physical security of the data center
B.Patching the host server virtualization layer
C.Applying security patches to the guest operating system
D.Managing the hypervisor configuration
AnswerC

Patching the OS is a customer responsibility in the IaaS model.

Why this answer

For IaaS in Azure, the customer is responsible for guest OS updates, application security, and configuration, while Azure manages the host hardware and virtualization layer.

33
MCQhard

In AWS, what is the best way to grant a temporary role to an external third-party auditor without creating permanent IAM users?

A.Using an IAM Role with a trust policy
B.Creating an IAM user with long-term keys
C.Giving them your root password
D.Configuring a site-to-site VPN
AnswerA

This is the best practice for cross-account access.

Why this answer

Using IAM Roles with 'AssumeRole' and an external ID is the standard, secure method for granting cross-account access.

34
MCQhard

Which of the following is a critical step when performing a 'Cloud-Native' threat model?

A.Reviewing physical datacenter floor plans
B.Updating local workstation antivirus
C.Ordering new network hardware
D.Identifying trust boundaries between microservices
AnswerD

Microservices communication is a primary attack vector.

Why this answer

Mapping data flows and identifying trust boundaries between microservices is a fundamental step in modern cloud threat modeling.

35
MCQeasy

What is the primary function of 'Multi-Factor Authentication' (MFA) in a cloud environment?

A.To speed up the login process
B.To automatically lock accounts after three attempts
C.To encrypt cloud data
D.To provide an additional layer of identity verification
AnswerD

This is the definition of MFA.

Why this answer

MFA adds a layer of defense by requiring two or more pieces of evidence to verify a user's identity, protecting against password-only compromises.

36
Multi-Selecthard

Which THREE of the following tasks are exclusively the responsibility of the cloud provider in a SaaS model?

Select 3 answers
A.Patching the application software
B.Management of the underlying server hardware
C.Encrypting the data stored within the application
D.Physical security of the data center
E.Configuration of user access roles
AnswersA, B, D

Provider responsibility.

Why this answer

In a SaaS model, the provider manages almost everything except the user's data and access.

37
MCQmedium

A security architect is designing a multi-cloud strategy on GCP. Which component must the customer configure to ensure data protection within the shared responsibility model for Google Cloud Storage?

A.Implementation of physical disk encryption at rest
B.Configuration of IAM bucket-level permissions
C.Redundancy of the data across physical regions
D.Management of the underlying storage hardware lifecycle
AnswerB

The customer is responsible for defining who can access the data.

Why this answer

While Google secures the infrastructure, the customer must define access policies (IAM) and enable encryption settings to protect data stored in buckets.

38
MCQhard

When configuring 'VPC Service Controls' in GCP, what is the main security benefit?

A.To automate disk backups
B.To manage virtual machine CPU allocation
C.To provide high-speed network routing
D.To prevent data exfiltration by defining service perimeters
AnswerD

Service perimeters block unauthorized data transfers.

Why this answer

VPC Service Controls help mitigate data exfiltration risks by creating a security perimeter around sensitive services, even if identity credentials are stolen.

39
MCQhard

A company is migrating a legacy application to a containerized environment using Amazon EKS. Under the shared responsibility model, which action must the customer perform to secure the control plane?

A.Applying security patches to the Kubernetes API server
B.Physical maintenance of the underlying master node servers
C.Updating the underlying host OS of the managed master nodes
D.Defining and enforcing Kubernetes RBAC and network policies
AnswerD

The customer is responsible for the security configuration within the cluster.

Why this answer

While AWS manages the EKS control plane (master nodes), the customer remains responsible for managing the Kubernetes RBAC, network policies, and the worker node security.

40
MCQeasy

In GCP, what is the primary purpose of 'Organization Policy Service'?

A.To manage user credentials
B.To monitor network traffic
C.To enforce centralized configuration guardrails
D.To patch virtual machine kernels
AnswerC

It provides centralized governance for cloud resources.

Why this answer

The Organization Policy Service allows administrators to set guardrails and restrictions on resources across the entire organization to ensure compliance.

Ready to test yourself?

Try a timed practice session using only Cloud Security Fundamentals And Shared Responsibility questions.