Courseiva

CompTIA Cloud Essentials+ (CLO-002) (CLO-002) (CLO-002) — Questions 175

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

Page 1 of 3

Page 2
1
MCQmedium

An organization wants to use AWS Cost Explorer to identify cost-saving opportunities. Which filter should the administrator apply to find idle resources?

A.API Activity Log
B.Usage Type Group
C.Service Quotas
D.Resource Tagging
AnswerB

Usage Type Group allows you to aggregate costs for specific service components to identify idle or underutilized instances.

Why this answer

Cost Explorer allows filtering by usage type to identify services that are running without generating traffic.

2
MCQhard

A business is analyzing the TCO for a cloud migration. Which item is considered a recurring 'OpEx' cost?

A.Monthly service consumption charges
B.Data center construction
C.Hardware purchase price
D.Initial software licensing perpetual fee
AnswerA

Monthly utility bills for cloud usage are standard operational expenditures.

Why this answer

Monthly cloud subscription and consumption-based utility costs are classic examples of OpEx.

3
MCQmedium

A company is conducting a risk assessment and needs to determine the impact of a potential cloud service provider outage. Which document provides the provider's commitment to uptime?

A.Cloud Security Alliance (CSA) report
B.Service Level Agreement (SLA)
C.Acceptable Use Policy
D.Privacy Policy
AnswerB

The SLA is the binding contract regarding service performance and uptime.

Why this answer

The Service Level Agreement (SLA) defines the expected service availability and compensation for downtime.

4
MCQhard

A firm is deploying a web application across two different cloud providers to ensure business continuity. What is the most critical challenge they must overcome regarding data consistency?

A.Managing different billing cycles
B.Configuring identity federation
C.Scaling the CI/CD pipeline
D.Data synchronization and interoperability
AnswerD

Ensuring data is identical and accessible across disparate vendor architectures is the most difficult technical challenge.

Why this answer

Synchronizing data across different cloud environments (Data Gravity/Interoperability) is the primary hurdle in multi-cloud architectures, often requiring expensive egress and complex replication logic.

5
MCQhard

You need to store audit logs that are immutable and cannot be deleted for a set period. Which feature should you enable?

A.Access Logs
B.Versioning
C.Encryption
D.Object Lock
AnswerD

Object lock provides immutability.

Why this answer

Object locking (or WORM) prevents objects from being deleted or overwritten.

6
MCQeasy

A firm wants to avoid over-provisioning infrastructure. What feature should they enable to adjust resource counts based on demand?

A.Virtual LANs
B.Auto-scaling
C.Load balancing
D.Manual provisioning
AnswerB

Auto-scaling prevents over-provisioning by adding capacity only when needed.

Why this answer

Auto-scaling automatically adds or removes compute resources based on real-time traffic demand.

7
Multi-Selectmedium

Which TWO items represent 'Cloud-native' architectural practices?

Select 2 answers
A.Buying perpetual software licenses
B.Using a single large, monolithic server
C.Implementing automated CI/CD pipelines
D.Manual software installation
E.Decomposing apps into microservices
AnswersC, E

Automation is essential for cloud-native agility.

Why this answer

Microservices and automated CI/CD are key features of cloud-native design.

8
Multi-Selecthard

Which THREE services allow you to restrict network access in a cloud VPC?

Select 3 answers
A.Content Delivery Network
B.Auto Scaling Groups
C.Web Application Firewalls (WAF)
D.Network ACLs
E.Security Groups
AnswersC, D, E

Application-level traffic filtering.

Why this answer

Network security in the cloud is enforced through Security Groups, Network ACLs, and Firewalls.

9
MCQhard

A security engineer is setting up a Web Application Firewall (WAF) to protect a public-facing application. Which feature is most effective against common SQL injection attacks?

A.Rate Limiting
B.IP Blacklisting
C.SQL Injection Managed Rule Set
D.Geo-blocking
AnswerC

Managed rule sets contain updated patterns to detect and block SQL injection.

Why this answer

WAFs use specific rules or managed rule sets to inspect web traffic and filter out malicious SQL injection patterns.

10
Multi-Selecthard

Which THREE factors must be considered when estimating cloud costs?

Select 3 answers
A.Resource type (instance size)
B.Data center color
C.Number of end users
D.Data transfer out
E.Resource uptime
AnswersA, D, E

Hardware specs affect price.

Why this answer

Usage, region, and resource type are primary cost drivers.

11
MCQmedium

You need to ensure that a web server can only accept traffic on port 443. Where should this rule be defined?

A.Security Group
B.Route Table
C.Network ACL
D.VPC Peering
AnswerA

This defines inbound and outbound rules for an instance.

Why this answer

A security group acts as a firewall for instances, allowing port control.

12
MCQeasy

What is the benefit of 'measured service' for a business?

A.Increased security
B.Pay-as-you-go pricing
C.Free unlimited resources
D.Faster CPU performance
AnswerB

This is the core benefit of measuring usage.

Why this answer

Businesses only pay for the actual resources consumed, ensuring cost transparency.

13
MCQeasy

Which cloud computing concept best describes the ability to add and remove resources based on traffic demands to maintain performance?

A.Multi-tenancy
B.Elasticity
C.High Availability
D.Scalability
AnswerB

Elasticity allows for dynamic adjustment of capacity based on current load.

Why this answer

Elasticity is the defining characteristic of cloud computing that allows scaling based on demand.

14
MCQhard

A company requires that all cloud logs be retained for seven years for legal compliance. Which service should they configure to ensure logs are moved to the cheapest storage class long-term?

A.S3 Lifecycle Policies
B.CloudWatch Logs retention
C.IAM Policies
D.AWS CloudTrail
AnswerA

Lifecycle policies manage the movement of data between storage tiers automatically.

Why this answer

Lifecycle policies in object storage (like AWS S3) automatically transition objects to cheaper, colder storage tiers based on age.

15
MCQmedium

Which technology is primarily used to isolate applications while sharing the same OS kernel?

A.Bare Metal
B.Virtual Machines
C.Containers
D.Hypervisors
AnswerC

Containers share the host kernel.

Why this answer

Containers provide lightweight isolation using the same host kernel.

16
MCQeasy

An auditor requests evidence that an organization is managing cloud risks. Which document should the IT team provide as the primary evidence of risk mitigation strategies?

A.Risk Register
B.Cloud Service Level Agreement (SLA)
C.System Security Plan (SSP)
D.Network Topology Diagram
AnswerA

The Risk Register is the standard governance tool for tracking and managing risk.

Why this answer

The Risk Register is the formal document where identified risks, their impact, and mitigation strategies are documented.

17
MCQeasy

A company needs to store static website assets such as images and CSS files cheaply. Which service is appropriate?

A.Block storage
B.Ephemeral storage
C.Object storage
D.Relational database
AnswerC

Object storage is highly scalable and inexpensive for static file hosting.

Why this answer

Object storage (like S3 or Azure Blob) is designed for static assets and is very cost-effective.

18
MCQmedium

What is the primary difference between a 'Reserved Instance' and a 'Spot Instance'?

A.Spot instances can be reclaimed by the provider
B.Reserved instances are for short-term use
C.Reserved instances are more expensive
D.Spot instances provide better security
AnswerA

Spot instances utilize unused capacity and carry the risk of termination on short notice.

Why this answer

Spot instances are cheap but can be terminated by the provider at any time, whereas reserved instances are guaranteed capacity.

19
MCQmedium

To ensure that no single administrator has full control over the environment, which security practice should be implemented?

A.Encryption at rest
B.Multi-Factor Authentication (MFA)
C.Password Complexity Policy
D.Separation of Duties
AnswerD

This ensures critical administrative functions are split across different roles.

Why this answer

Separation of duties ensures that critical tasks are divided between multiple people to prevent fraud or error.

20
MCQeasy

What is the primary advantage of 'High Availability' in cloud architecture?

A.Reducing the total cost of ownership
B.Improving security posture
C.Increasing processing speed
D.Minimizing downtime during system failures
AnswerD

High availability designs include redundancy to ensure services stay online during localized failures.

Why this answer

High availability ensures that a service remains accessible even if a component (like a server or zone) fails.

21
MCQmedium

A security administrator needs to ensure that all traffic between their on-premises data center and their cloud environment is encrypted and traverses a dedicated, private connection. What should they implement?

A.A public load balancer
B.A public internet VPN
C.A standard cloud gateway
D.A dedicated private circuit with VPN encryption
AnswerD

This combination ensures both privacy via the circuit and encryption via the VPN.

Why this answer

A dedicated connection like AWS Direct Connect or Azure ExpressRoute provides the private, non-internet-based link, while VPNs provide the encryption over that tunnel.

22
Multi-Selecthard

Which THREE security controls are the responsibility of the cloud user under the Shared Responsibility Model?

Select 3 answers
A.Data encryption
B.Identity and Access Management
C.Hypervisor patching
D.Firewall configuration
E.Physical data center security
AnswersA, B, D

User responsibility.

Why this answer

Users are responsible for data, configurations, and identity/access management.

23
MCQhard

When evaluating cloud providers, what is the significance of the 'Region' concept?

A.Meeting data residency and sovereignty requirements
B.Increasing the number of available users
C.Automating security updates
D.Reducing service cost
AnswerA

Regions allow customers to anchor data in specific locations to comply with regional laws.

Why this answer

Regions are geographically distinct areas that allow for data sovereignty compliance and lower latency for global users.

24
MCQmedium

Which document is essential for cloud vendor selection and outlines specific performance, security, and financial requirements?

A.Service Level Agreement (SLA)
B.Request for Proposal (RFP)
C.Public cloud price list
D.Marketing brochure
AnswerB

The RFP details technical and business requirements to ensure the chosen vendor meets organizational goals.

Why this answer

A Request for Proposal (RFP) is the formal document used to solicit bids from vendors based on specific business needs.

25
Multi-Selectmedium

Which THREE factors influence cloud resource scalability decisions?

Select 3 answers
A.Traffic patterns
B.The developer's preferred OS
C.Budgetary cost limits
D.The color of the UI
E.Application performance metrics
AnswersA, C, E

Peak usage times drive scaling requirements.

Why this answer

Scaling decisions are driven by demand patterns, application performance, and cost constraints.

26
Multi-Selecteasy

Which THREE cloud service models require different levels of operational management from the customer?

Select 3 answers
A.Infrastructure as a Service (IaaS)
B.Software as a Service (SaaS)
C.People as a Service
D.Hardware as a Service (HaaS)
E.Platform as a Service (PaaS)
AnswersA, B, E

Requires full OS and app management.

Why this answer

IaaS, PaaS, and SaaS represent different levels of abstraction and customer responsibility.

27
Multi-Selectmedium

Which TWO of the following are benefits of using tags on cloud resources?

Select 2 answers
A.Improved cost allocation
B.Automatic software updates
C.Better resource organization
D.Automatic data encryption
E.Increased processing speed
AnswersA, C

Tags allow you to group costs by department or project.

Why this answer

Tags are critical for cost allocation (billing) and resource organization (management).

28
MCQeasy

Which of the following is an example of 'Infrastructure as Code'?

A.Manual console configuration
B.Cloud provider dashboard
C.Using Terraform files
D.Automatic scaling alerts
AnswerC

Terraform is a primary tool for writing infrastructure definitions as code.

Why this answer

IaC uses machine-readable definition files to manage and provision data center infrastructure.

29
MCQeasy

What is the benefit of moving from an on-premises data center to a cloud provider?

A.Reduced physical infrastructure management
B.No need for networking
C.Guaranteed 100% uptime
D.Elimination of software updates
AnswerA

The provider handles hardware.

Why this answer

Cloud providers assume the physical maintenance, allowing users to focus on apps.

30
MCQmedium

What is the primary difference between vertical and horizontal scaling?

A.Horizontal adds nodes
B.Vertical is always cheaper
C.Horizontal is limited by hardware
D.Vertical adds nodes
AnswerA

Horizontal scaling is scaling out.

Why this answer

Vertical adds power to an existing node; horizontal adds more nodes.

31
Multi-Selecthard

Which THREE items should be included in an incident response plan?

Select 3 answers
A.Monitoring and alerting thresholds
B.Communication plan
C.Defined roles and responsibilities
D.Employee training manuals
E.Budget approval workflows
AnswersA, B, C

Essential for detecting when an incident occurs.

Why this answer

An incident plan must define who does what (roles), how they identify the issue (monitoring), and how they communicate.

32
MCQmedium

Your team needs to share a large, sensitive file with an external partner. What is the secure way to share this file in the cloud?

A.Give the partner your root credentials
B.Use a pre-signed URL
C.Email the file as an attachment
D.Make the bucket public
AnswerB

Pre-signed URLs allow temporary, secure access to private files.

Why this answer

Pre-signed URLs or temporary access links allow secure, limited-time access to specific objects in cloud storage.

33
MCQhard

A company needs to store backups for compliance purposes for seven years. Access is rarely required. What is the most cost-effective storage class?

A.Reduced Redundancy Storage
B.Intelligent-Tiering
C.Archive/Glacier Storage
D.Standard Storage
AnswerC

This is the cheapest for long-term storage.

Why this answer

Archive storage classes offer the lowest price for long-term retention.

34
Multi-Selecthard

Which THREE components are typically included in the cloud provider's 'Shared Responsibility Model' as the CUSTOMER'S responsibility?

Select 3 answers
A.Identity and access management (IAM) policies
B.Client-side data encryption
C.Operating system patch management
D.Global network physical cabling
E.Physical data center security
AnswersA, B, C

The customer manages users and their permissions.

Why this answer

The customer is responsible for everything they put 'in' the cloud, including data, apps, and OS configurations.

35
MCQmedium

You are troubleshooting a connectivity issue where an application cannot reach a database. Which tool allows you to trace the network path and identify the specific point of failure?

A.Instance health checks
B.IAM Policy simulator
C.VPC Flow Logs
D.CloudWatch Metrics
AnswerC

Flow logs provide visibility into network traffic flows, helping identify if traffic is blocked by security groups.

Why this answer

Network tracing tools like Traceroute or cloud-native Flow Logs help diagnose where traffic is blocked.

36
MCQmedium

To meet compliance requirements, a firm must store log files for seven years in a read-only state. Which storage configuration provides this level of immutability?

A.S3 Object Lock in Compliance Mode
B.S3 Intelligent Tiering
C.S3 Standard Storage Class
D.S3 Cross-Region Replication
AnswerA

Compliance mode prevents any user, including root, from deleting the object until the retention period expires.

Why this answer

Object locking or WORM (Write Once Read Many) policies are designed for regulatory compliance in storage.

37
MCQeasy

What does 'Multi-tenancy' in a public cloud mean?

A.Multiple customers, shared hardware
B.One customer, multiple regions
C.Multiple clouds, one company
D.Multiple applications, one customer
AnswerA

This is the definition of multi-tenancy.

Why this answer

Multiple customers share the same underlying hardware resources.

38
MCQhard

Which strategy minimizes 'vendor lock-in' when designing a cloud-native architecture?

A.Relying on proprietary database engines
B.Using vendor-specific serverless functions
C.Containerization
D.Single-cloud architecture
AnswerC

Containers allow applications to run consistently across any environment, reducing cloud-specific dependencies.

Why this answer

Using containerization (e.g., Kubernetes) makes applications portable across different cloud providers, reducing dependency on a single vendor's proprietary APIs.

39
MCQhard

A security audit requires that all database queries be logged and stored securely. Which feature should be enabled to meet this requirement in a relational database service?

A.Storage encryption
B.Database auditing/Query logging
C.Automated backups
D.Connection pooling
AnswerB

Auditing captures detailed activity for compliance.

Why this answer

Database auditing or query logging features track user access and query execution for security analysis.

40
Multi-Selecteasy

An IT team is conducting a cost-benefit analysis. Which THREE of the following are considered 'hidden' or 'indirect' costs that must be accounted for when moving to the cloud?

Select 3 answers
A.Staff training and skill acquisition
B.Operating system license fees
C.Data migration and integration efforts
D.Dedicated network connectivity (e.g., Direct Connect)
E.Office furniture for the IT department
AnswersA, C, D

Personnel need time and money to learn new cloud-native skill sets.

Why this answer

Cloud costs are not just the subscription; they include human capital (training), integration efforts, and connectivity requirements.

41
MCQeasy

Which cloud principle refers to the ability to pay for only the compute power you consume?

A.Rapid elasticity
B.Resource pooling
C.On-demand self-service
D.Measured service
AnswerD

This allows per-use billing.

Why this answer

Measured service/Pay-as-you-go allows for precise cost tracking based on consumption.

42
MCQmedium

Which cloud characteristic allows an organization to rapidly increase resources during a spike in traffic and decrease them when traffic drops?

A.Resource pooling
B.Broad network access
C.Elasticity
D.Measured service
AnswerC

This is the definition of scaling.

Why this answer

Elasticity is the ability to scale resources up and down based on demand.

43
MCQhard

Which cloud architectural practice helps minimize the impact of a total regional outage?

A.Single-zone deployment
B.Vertical scaling
C.Private connection via Direct Connect
D.Multi-region deployment
AnswerD

Spreading resources across regions ensures that if one fails, the other remains operational.

Why this answer

Multi-region deployment allows for failover to a different geographical region, ensuring business continuity.

44
MCQhard

When performing a TCO analysis for migrating a legacy on-premises database to Azure SQL, which hidden cost is most likely to be overlooked?

A.Power and cooling
B.Data egress fees
C.Software licensing
D.Hardware maintenance
AnswerB

Egress fees for transferring data out of the cloud provider to on-premises systems are often underestimated.

Why this answer

Data egress fees are often excluded from initial calculations but significantly impact the long-term TCO of cloud-based database systems.

45
MCQmedium

A security analyst notices unauthorized changes to cloud infrastructure. Which service should be analyzed to identify which IAM user made the changes?

A.AWS IAM Access Analyzer
B.AWS CloudWatch
C.AWS CloudTrail
D.AWS Security Hub
AnswerC

CloudTrail logs every API request made in the AWS account.

Why this answer

CloudTrail captures API logs, providing a trail of who performed which action in the account.

46
MCQmedium

When conducting a cloud readiness assessment, what is the most important stakeholder to involve early in the process?

A.HR department
B.Security/Compliance team
C.Marketing department
D.Customer service representatives
AnswerB

Security and compliance are foundational and must be integrated into the architecture design from the start.

Why this answer

Security teams must be involved early to define governance and compliance standards, preventing costly redesigns later.

47
MCQhard

A company is comparing two cloud providers. Which contractual document should be reviewed to understand uptime guarantees and service credits?

A.Privacy Policy
B.Service Level Agreement (SLA)
C.Master Service Agreement (MSA)
D.Acceptable Use Policy (AUP)
AnswerB

SLAs outline the performance metrics and guarantees provided by the service provider.

Why this answer

The SLA defines the expected uptime (e.g., 99.99%) and the financial consequences for the provider if they fail to meet it.

48
Multi-Selecthard

Which THREE risks are associated with a 'Lift and Shift' (re-hosting) migration strategy?

Select 3 answers
A.Lower security
B.Increased hardware maintenance
C.Lower performance than on-premises
D.Failure to optimize costs
E.Missing out on cloud-native features
AnswersC, D, E

Without refactoring, the app may not be optimized for cloud networking/storage.

Why this answer

Lifting and shifting fails to take advantage of cloud-native benefits and often results in higher costs.

49
MCQmedium

A project manager is calculating the cloud adoption strategy using a 'Re-platform' approach. What is the expected outcome?

A.Moving VMs without any changes
B.Replacing the application with a third-party service
C.Optimize application performance by migrating to managed services
D.Complete rewrite of the application code
AnswerC

Re-platforming allows for leveraging managed services like RDS or Azure SQL while maintaining the original application architecture.

Why this answer

Re-platforming involves making minimal changes to the application to run it on a cloud-native platform (like managed SQL) without changing the core code.

50
MCQeasy

A developer needs to monitor real-time CPU utilization across a fleet of virtual machines in Azure. Which service should be used to capture and visualize these metrics?

A.Azure Advisor
B.Azure Monitor
C.Azure Policy
D.Azure Resource Graph
AnswerB

Azure Monitor provides the infrastructure to collect and visualize VM metrics.

Why this answer

Azure Monitor is the primary service for collecting, analyzing, and acting on telemetry data from Azure resources.

51
Multi-Selectmedium

Which THREE of the following are effective methods for mitigating risks associated with cloud adoption?

Select 3 answers
A.Performing periodic penetration tests
B.Reducing the number of cloud regions used
C.Using only one cloud provider
D.Implementing automated compliance monitoring
E.Requiring multi-factor authentication for all users
AnswersA, D, E

Testing identifies vulnerabilities before attackers do.

Why this answer

Risk mitigation includes regular audits, automated security controls, and strict identity management.

52
MCQhard

After a security incident, it is discovered that a S3 bucket was publicly accessible. Which feature should be used to prevent this from happening in the future?

A.Access Control Lists (ACLs)
B.S3 Block Public Access
C.IAM User Policies
D.Bucket Policy
AnswerB

This feature provides a centralized control to prevent public access regardless of individual bucket policies.

Why this answer

S3 Block Public Access is a setting that overrides bucket-level permissions to prevent public exposure.

53
MCQeasy

A company wants to move their legacy on-premises application to the cloud without refactoring the code. Which service model should they choose to minimize operational burden while maintaining application compatibility?

A.SaaS
B.PaaS
C.Serverless
D.IaaS
AnswerD

IaaS provides the compute, storage, and networking infrastructure needed to host legacy applications as-is.

Why this answer

IaaS allows the organization to migrate virtual machines or disk images directly to the cloud, maintaining the existing OS and application environment without code changes.

54
MCQmedium

An organization is migrating to a public cloud but has a small amount of highly sensitive data that cannot reside in a public environment. Which strategy should they use?

A.Hybrid cloud strategy
B.Full public cloud migration
C.Multi-tenant public cloud
D.Edge computing
AnswerA

Hybrid models allow organizations to balance security/compliance needs with public cloud scalability.

Why this answer

A hybrid cloud approach allows for keeping sensitive data on-premises while using the public cloud for other application components.

55
MCQhard

A healthcare company must comply with HIPAA. When selecting a cloud provider, which document provides the best assurance of compliance?

A.Vendor marketing brochure
B.SOC 2 Type II report
C.Service Level Agreement (SLA)
D.Public pricing catalog
AnswerB

SOC 2 reports provide independent assurance regarding security, availability, and processing integrity.

Why this answer

The SOC 2 Type II report details the operational effectiveness of security controls over a period of time.

56
MCQeasy

Which cloud service model would a company use if they want to manage their application code and data but leave the OS, runtime, and hardware management to the provider?

A.IaaS
B.PaaS
C.SaaS
D.Serverless
AnswerB

PaaS removes OS management responsibilities.

Why this answer

PaaS allows developers to focus on the code while the provider manages the stack.

57
MCQeasy

A company is moving from a 'Buy' to a 'Rent' model for software. Which model are they adopting?

A.IaaS
B.PaaS
C.On-premises
D.SaaS
AnswerD

SaaS is a software delivery model where applications are licensed on a subscription basis.

Why this answer

SaaS (Software as a Service) is a subscription-based 'rent' model, replacing the need to purchase permanent licenses.

58
Multi-Selecthard

Which TWO components are essential for a robust cloud disaster recovery plan?

Select 2 answers
A.A dedicated office space
B.A defined failover procedure
C.Regular data backups
D.Hardware procurement contracts
E.Increased marketing budget
AnswersB, C

Knowing how to recover is as important as having backups.

Why this answer

Disaster recovery requires data redundancy and a well-defined process for failing over traffic.

59
Multi-Selectmedium

Which THREE of the following are cloud security best practices?

Select 3 answers
A.Automating security configuration audits
B.Storing passwords in plain text files
C.Granting 'Full Access' to all developers
D.Enforcing the principle of least privilege
E.Encrypting all sensitive data at rest
AnswersA, D, E

Continuous audit is necessary in dynamic environments.

Why this answer

Best practices include least privilege, automation, and continuous monitoring of the environment.

60
Multi-Selectmedium

Which TWO of the following are benefits of using a Content Delivery Network (CDN)?

Select 2 answers
A.Decreased load on origin servers
B.Reduced latency for end users
C.Direct database access
D.Encryption of data at rest
E.Automated server patching
AnswersA, B

Offloading requests to the edge reduces origin traffic.

Why this answer

CDNs improve performance by caching content closer to users and reduce the load on the origin server.

61
Multi-Selecthard

Which THREE factors should a cloud architect consider when designing for high availability?

Select 3 answers
A.Centralizing all resources in a single region
B.Fixed-capacity hardware provisioning
C.Multi-region deployment
D.Automated health checks and failover
E.Load balancing across availability zones
AnswersC, D, E

Geographical distribution protects against regional outages.

Why this answer

High availability requires redundancy at multiple layers, geographical distribution, and automated failure detection.

62
Multi-Selecthard

Which THREE of the following are characteristics of a 'Defense in Depth' security strategy?

Select 3 answers
A.Multiple layers of security controls
B.Relying on a single firewall for all protection
C.Focusing only on the network perimeter
D.Using different types of controls (physical, technical, administrative)
E.Implementing security at the application, network, and data levels
AnswersA, D, E

This is the core definition of defense in depth.

Why this answer

Defense in depth uses multiple overlapping layers of security so that if one fails, others provide protection.

63
MCQhard

An organization is subject to GDPR and needs to ensure that personal data stored in an Azure SQL Database is protected against unauthorized access. Which feature should be enabled to identify potential vulnerabilities and anomalies?

A.Azure Information Protection
B.Azure AD Conditional Access
C.Azure Firewall
D.Azure SQL Advanced Data Security
AnswerD

This feature includes vulnerability assessments and threat detection specific to database security.

Why this answer

Azure SQL Advanced Data Security provides vulnerability assessment and advanced threat protection, essential for GDPR compliance.

64
MCQhard

An enterprise is planning a multi-cloud strategy. What is the primary management risk associated with this approach?

A.Lower data redundancy
B.Increased operational complexity
C.Simplified security auditing
D.Decreased network latency
AnswerB

Operating in multiple clouds requires managing disparate interfaces, security models, and billing structures.

Why this answer

Managing multiple cloud platforms increases complexity in security policies, cost management, and operational workflows.

65
Multi-Selecthard

Which TWO of the following scenarios represent a breach of the Shared Responsibility Model?

Select 2 answers
A.Provider has a data center power outage
B.Customer leaves a database port open to the public
C.Customer fails to rotate IAM access keys
D.Customer deploys code in a private VPC
E.Provider fails to patch their physical hardware firmware
AnswersB, C

Firewall configuration is the customer's responsibility.

Why this answer

Shared responsibility requires the customer to manage what is in their control; failing to do so creates security gaps.

66
MCQmedium

A large enterprise is transitioning to a hybrid cloud architecture. The CIO mandates that the cloud adoption strategy must minimize vendor lock-in. Which architectural approach best achieves this requirement?

A.Migrating to a single cloud-native database
B.Implementing vendor-specific identity management
C.Utilizing container orchestration platforms
D.Adopting serverless functions
AnswerC

Containers abstract the application from the underlying infrastructure, facilitating portability.

Why this answer

Using containers and orchestrators like Kubernetes allows applications to be portable across different cloud providers, minimizing dependency on proprietary cloud services.

67
MCQeasy

Which cloud operation task is primarily responsible for ensuring that the cloud environment adheres to corporate security and regulatory standards?

A.Cost optimization
B.Load balancing
C.Compliance management
D.Capacity planning
AnswerC

Compliance management specifically manages regulatory and policy adherence.

Why this answer

Compliance management involves auditing and enforcing rules to ensure the environment stays within defined regulatory boundaries.

68
MCQmedium

A company is implementing a 'Cloud-First' strategy. During the migration assessment, they identify that several applications require low-latency communication with on-premises legacy systems. Which cloud deployment model should they select?

A.Public Cloud
B.Private Cloud
C.Multi-Cloud
D.Hybrid Cloud
AnswerD

Hybrid cloud provides the necessary connectivity between private infrastructure and public cloud services.

Why this answer

A hybrid cloud model allows the business to keep latency-sensitive applications on-premises while leveraging the cloud for scalable services, balancing business needs and performance.

69
MCQeasy

A firm wants to ensure its cloud spend is aligned with specific business units. Which feature should they implement?

A.Instance types
B.User permissions
C.Resource tagging
D.Virtual private clouds
AnswerC

Tags act as metadata that allows for cost allocation and reporting per department.

Why this answer

Tagging resources by department or cost center allows for granular billing reports.

70
Multi-Selecteasy

Which TWO of the following are common cloud monitoring tasks?

Select 2 answers
A.Auditing API access logs
B.Purchasing new hardware
C.Automating user salary payments
D.Tracking CPU and RAM utilization
E.Designing marketing collateral
AnswersA, D

Security auditing is essential for compliance monitoring.

Why this answer

Monitoring involves both resource performance tracking and security event auditing.

71
MCQeasy

Which document is essential to review to understand the scope and limitations of a cloud provider's commitment to service uptime?

A.Pricing sheet
B.Support contact list
C.Architecture diagram
D.Service Level Agreement (SLA)
AnswerD

The SLA defines the expected uptime standards.

Why this answer

The Service Level Agreement (SLA) outlines the uptime guarantee and the remedies if that guarantee is not met.

72
MCQhard

An enterprise is deploying a hybrid cloud model and must ensure that data moving between the on-premises data center and the cloud provider is encrypted. Which mechanism is most appropriate?

A.VPC Peering
B.IGW (Internet Gateway)
C.Direct Connect
D.Site-to-Site VPN
AnswerD

Site-to-Site VPN creates an encrypted IPsec tunnel for secure hybrid traffic.

Why this answer

A VPN tunnel provides an encrypted connection over the public internet, essential for hybrid connectivity security.

73
MCQhard

A firm must perform a third-party security audit. What type of document should they obtain from the cloud provider to prove compliance with ISO 27001?

A.Annual Financial Report
B.SOC 2 / ISO Certification Report
C.Network Infrastructure Diagram
D.Service Level Agreement
AnswerB

These independent audit reports provide validation of the provider's security controls.

Why this answer

A SOC 2 report or an ISO certification document provided by the cloud provider is the standard for proving compliance to auditors.

74
MCQeasy

What is the primary benefit of 'Elasticity' for an e-commerce company during a major sale?

A.Reducing the number of required database admins
B.Dynamically scaling resources to meet demand
C.Ensuring the website never experiences any latency
D.Decreasing the need for network security
AnswerB

Elasticity ensures the system handles spikes without manual intervention or over-provisioning.

Why this answer

Elasticity allows the company to automatically increase capacity during a traffic spike and scale down afterward, saving money.

75
MCQmedium

Which cloud networking component allows an instance in a public subnet to communicate with the internet?

A.NAT Gateway
B.Peering Connection
C.VPC Endpoint
D.Internet Gateway
AnswerD

Required for public subnet access.

Why this answer

An Internet Gateway allows traffic between a VPC and the internet.

Page 1 of 3

Page 2

All pages