Courseiva

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

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

Page 1

Page 2 of 3

Page 3
76
MCQmedium

When assessing cloud readiness, what is a 'Legacy' application characteristic that might make migration difficult?

A.Written in Java
B.Hard-coded IP addresses
C.Used by a small team
D.Web-based interface
AnswerB

Cloud environments rely on dynamic DNS and elastic IPs; hard-coded IPs lead to failure.

Why this answer

Hard-coded IP addresses break if the application is moved to a dynamic cloud environment.

77
Multi-Selectmedium

Which TWO business benefits are primarily driven by cloud computing's 'Agility'?

Select 2 answers
A.Automatically reducing taxes
B.Lowering the cost of the CEO's salary
C.Increasing the number of printers
D.Ability to experiment with lower risk
E.Reduced time-to-market for new features
AnswersD, E

Cloud's pay-as-you-go model makes failure cheap and experimentation easy.

Why this answer

Agility allows businesses to test ideas faster and deploy products to market quicker.

78
MCQmedium

A database is experiencing high I/O wait times. Which resource change is most appropriate?

A.Upgrade to a higher-performance storage volume
B.Increase CPU cores
C.Enable encryption
D.Reduce the number of users
AnswerA

Higher IOPS volumes reduce I/O wait times.

Why this answer

High I/O wait usually indicates slow storage; upgrading to a higher-performance storage tier (e.g., SSD) resolves this.

79
Multi-Selectmedium

Which TWO of the following are essential components of a Cloud Security Policy?

Select 2 answers
A.Cloud provider marketing strategy
B.Hardware procurement schedule
C.Data classification scheme
D.Network cable standards
E.Access management requirements
AnswersC, E

Defining data sensitivity is foundational to security policy.

Why this answer

Security policies must define both authorized access and the classification of data being protected.

80
MCQeasy

When following the Shared Responsibility Model, which security aspect is the customer's responsibility in an IaaS environment?

A.Hypervisor security
B.Physical security of the data center
C.Host OS patching
D.Guest OS patching
AnswerD

The customer is responsible for patching the OS they deploy.

Why this answer

In IaaS, the customer manages the guest OS, applications, and security group configurations.

81
MCQhard

Your organization is experiencing high latency for end-users accessing a global web application. The static assets are currently stored in a single bucket in the US-East region. Which architectural change will most effectively reduce latency for international users?

A.Moving the database to a NoSQL engine
B.Implementing a CDN
C.Switching to Private VCN peering
D.Vertical scaling of the web servers
AnswerB

CDNs serve content from geographically distributed locations, placing data closer to the user.

Why this answer

Implementing a Content Delivery Network (CDN) caches static content at Edge locations closer to the end-users, significantly reducing round-trip time.

82
MCQmedium

An architect is designing a system that must survive a complete data center failure. What should be utilized?

A.Local SSD storage
B.Multi-AZ deployment
C.Auto Scaling
D.Single AZ deployment
AnswerB

This provides data center fault tolerance.

Why this answer

Multi-AZ deployment ensures that if one data center fails, the application remains available in another.

83
Multi-Selecthard

When evaluating a cloud service provider (CSP), which TWO of the following business-focused documentation should be requested to verify the vendor's reliability and security posture?

Select 2 answers
A.The provider's quarterly stock earnings report
B.Employee payroll records
C.SOC 2 Type II reports
D.Internal office floor plans
E.Service Level Agreement (SLA) documentation
AnswersC, E

These reports provide independent verification of security and process controls.

Why this answer

To assess risk and reliability, organizations must review the CSP's audit reports (like SOC2) and their documented Service Level Agreements.

84
Multi-Selecthard

Which THREE regulatory or compliance frameworks might an enterprise need to audit a cloud provider for?

Select 3 answers
A.HIPAA (Healthcare)
B.Company dress code policy
C.PCI-DSS (Payment Cards)
D.SOC 2 Type II
E.The local library catalog system
AnswersA, C, D

Mandatory for healthcare data handling.

Why this answer

Enterprises must ensure the provider meets strict, verified standards like HIPAA, SOC, and PCI-DSS.

85
MCQhard

To comply with data sovereignty laws, a database must remain within a specific country's borders. Which architectural strategy ensures this?

A.Content Delivery Network (CDN)
B.Global Accelerator
C.Regional Resource Placement
D.VPC Peering
AnswerC

Ensuring resources are only deployed in regions within the specific country satisfies sovereignty requirements.

Why this answer

Selecting the appropriate cloud region ensures that data remains within the physical infrastructure of a specific legal jurisdiction.

86
Multi-Selecteasy

Which THREE items are considered part of cloud resource maintenance?

Select 3 answers
A.Patching operating systems
B.Deleting unused volumes
C.Buying new office desks
D.Cleaning the office kitchen
E.Monitoring health metrics
AnswersA, B, E

Essential for security and stability.

Why this answer

Maintenance includes keeping resources patched, removing unused assets, and monitoring health.

87
Multi-Selecthard

Which THREE items should be included in a disaster recovery plan?

Select 3 answers
A.Backup strategy
B.Customer marketing materials
C.Recovery Time Objective (RTO)
D.Recovery Point Objective (RPO)
E.Physical access badges
AnswersA, C, D

Essential for restoration.

Why this answer

RTO, RPO, and backup procedures are critical for recovery plans.

88
MCQmedium

An company is performing a cloud migration. What is the primary purpose of a 'Cloud Center of Excellence' (CCoE)?

A.Establishing best practices and governance
B.Managing physical server repairs
C.Executing code deployments
D.Directly handling all customer support tickets
AnswerA

A CCoE acts as a cross-functional team that provides leadership and standards for cloud adoption.

Why this answer

The CCoE defines standards, best practices, and governance to ensure cloud adoption is successful and consistent across the organization.

89
MCQmedium

An administrator needs to ensure that only authorized traffic enters a private subnet. Which network component should be configured as a first line of defense?

A.NAT Gateway
B.Security Group
C.Network ACL
D.Route Table
AnswerC

ACLs provide subnet-level traffic control.

Why this answer

Network ACLs act as a subnet-level firewall, providing the first layer of security for traffic entering or leaving a subnet.

90
MCQhard

An administrator needs to implement a centralized logging solution for multiple cloud accounts. Which service allows for aggregating security logs into a single security account?

A.AWS CloudTrail in individual accounts
B.AWS Transit Gateway
C.AWS Systems Manager OpsCenter
D.AWS Security Hub with Cross-Account Aggregation
AnswerD

Security Hub can aggregate findings from multiple accounts into a central location.

Why this answer

AWS Organizations and log shipping (using CloudWatch Logs or S3) allow for centralizing security data for auditing.

91
Multi-Selecthard

Which THREE actions are best practices for securing a cloud virtual machine?

Select 3 answers
A.Allowing all ports in Security Groups
B.Applying the principle of least privilege
C.Using public IPs for all services
D.Keeping the OS and software updated
E.Using strong key-based authentication
AnswersB, D, E

Restrict user/service permissions to only what is necessary.

Why this answer

Securing a VM involves minimizing attack surface, ensuring encryption, and managing access correctly.

92
MCQhard

A security auditor requests a solution to ensure that all data stored in the cloud is encrypted at rest. What should the administrator implement?

A.Server-side encryption
B.VPC Security Groups
C.SSL/TLS
D.Multi-factor authentication
AnswerA

This protects data at rest.

Why this answer

Server-side encryption ensures data is encrypted before being stored on disk.

93
MCQhard

What is the purpose of a VPC Endpoint?

A.To access cloud services privately
B.To connect two VPCs
C.To encrypt data transit
D.To provide public access
AnswerA

VPC endpoints keep traffic in the cloud network.

Why this answer

It allows private communication between a VPC and cloud services, avoiding the public internet.

94
MCQeasy

Which cloud characteristic allows a startup to automatically increase their compute resources during a marketing campaign and decrease them afterward without manual intervention?

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

Elasticity provides the automated resource adjustment capability requested.

Why this answer

Elasticity is the ability to automatically scale resources up or down based on current demand.

95
MCQmedium

An administrator needs to ensure that cloud resources are geographically separated to maintain availability during a regional disaster. Which feature should they configure?

A.Availability Zone replication
B.Load Balancer
C.Multi-Region deployment
D.Auto Scaling Group
AnswerC

This ensures regional fault tolerance.

Why this answer

Multi-region deployment provides disaster recovery across geographic boundaries.

96
MCQhard

You have a fleet of instances that need to automatically update their software patches. What is the best cloud-native approach to manage this?

A.Disabling updates
B.Re-deploying instances
C.Manual login and update
D.Automated patch management
AnswerD

Centralized patch management services automate the testing and deployment of updates.

Why this answer

Systems management tools like Systems Manager (AWS) or Azure Automation allow centralized, scheduled, and automated patching.

97
MCQhard

You notice that the latency of your web application is increasing. You have determined the database is the bottleneck. What is the most effective way to improve read performance?

A.Delete old indexes
B.Create read replicas
C.Enable multi-AZ failover
D.Increase primary instance size
AnswerB

Read replicas offload read operations from the primary instance.

Why this answer

Adding read replicas distributes query load, reducing the pressure on the primary database instance.

98
MCQeasy

Which cloud service model is best suited for end-users who want to use software via a browser?

A.SaaS
B.DaaS
C.IaaS
D.PaaS
AnswerA

SaaS is ready-to-use software.

Why this answer

SaaS delivers applications over the internet to end-users.

99
Multi-Selectmedium

Which THREE of the following are valid reasons for establishing a Cloud Center of Excellence (CCoE)?

Select 3 answers
A.Hiring software developers
B.Managing local desktop hardware
C.Centralizing security and governance
D.Standardizing cloud adoption patterns
E.Fostering cross-departmental collaboration
AnswersC, D, E

CCoE ensures consistency in security policy.

Why this answer

A CCoE helps standardize cloud best practices, fosters cross-team communication, and manages risk centrally.

100
MCQmedium

A cloud architect needs to ensure that all cloud resources are tagged with an 'Owner' and 'Environment' tag for governance. Which service helps automate the detection and remediation of non-compliant resources?

A.AWS CloudWatch
B.AWS Trusted Advisor
C.AWS Config
D.AWS Systems Manager
AnswerC

Config Rules can be set to flag resources missing specific tags.

Why this answer

AWS Config provides rules to check for tags and can trigger automation to remediate non-compliance.

101
MCQeasy

An administrator wants to ensure that a storage bucket is not accidentally deleted. Which feature should be enabled?

A.Public access block
B.Storage encryption
C.Bucket versioning
D.Cross-region replication
AnswerC

Versioning preserves previous states and allows recovery of deleted files.

Why this answer

Soft delete or bucket versioning ensures that data can be recovered if accidentally deleted.

102
Multi-Selectmedium

Which TWO benefits are associated with cloud storage object versioning?

Select 2 answers
A.Provides data encryption
B.Reduces storage costs
C.Increases read performance
D.Protects against accidental deletion
E.Allows recovery of previous file versions
AnswersD, E

You can restore deleted files.

Why this answer

Versioning protects against accidental deletions and allows for recovery of older data versions.

103
MCQmedium

A system administrator needs to automatically replace unhealthy EC2 instances in an AWS Auto Scaling group. Which component must be configured?

A.CloudWatch Alarms
B.Elastic Load Balancer
C.IAM Role
D.Auto Scaling Health Checks
AnswerD

Auto Scaling monitors instance health and replaces those that fail checks.

Why this answer

Health checks in an Auto Scaling group allow the service to detect unhealthy instances and trigger a replacement process.

104
MCQeasy

An organization is calculating the cost of cloud vs. on-premises. What is the benefit of 'economies of scale' provided by the cloud vendor?

A.Unlimited bandwidth
B.Elimination of all maintenance
C.Guaranteed 100% uptime
D.Lower unit costs for resources
AnswerD

Massive purchasing power allows providers to offer lower resource prices than an individual firm could achieve.

Why this answer

Cloud providers pass on savings to customers because they buy hardware and power at massive scales.

105
MCQeasy

A firm needs to ensure they pay only for the compute cycles used by their batch processing job. Which pricing model is most cost-effective?

A.Reserved Instances
B.Fixed monthly subscription
C.Dedicated Hosts
D.Pay-as-you-go
AnswerD

Pay-as-you-go billing ensures you are only charged for the time the process is actively executing.

Why this answer

Serverless or on-demand execution is ideal for intermittent batch processing where resources are only active when needed.

106
MCQeasy

When a data breach occurs in a cloud environment, who is responsible for notifying the regulatory authorities?

A.The local ISP
B.The cloud customer
C.The cloud provider
D.The software vendor
AnswerB

The customer is the data controller and is legally liable.

Why this answer

The customer is generally the Data Controller and holds the legal responsibility for data breach notifications, even if the cloud provider is the data processor.

107
MCQeasy

An organization is conducting a cost-benefit analysis for moving data storage to the cloud. They find that the cloud provider offers a 'Tiered Storage' model. What is the primary business benefit of this feature?

A.Ensuring 100% data availability
B.Increasing compute performance
C.Optimizing storage costs based on data access frequency
D.Automating data encryption
AnswerC

Tiering matches data value to storage cost, ensuring the business doesn't overpay for rarely accessed data.

Why this answer

Tiered storage allows businesses to place data on the most cost-effective storage class based on access frequency, directly impacting cloud spend efficiency.

108
MCQeasy

An IT manager is reviewing the monthly cloud invoice and notices high costs associated with 'Egress'. What does this cost component represent in a business context?

A.The cost of idle virtual machine instances
B.Data ingestion into the cloud
C.Subscription fees for security software
D.Data leaving the cloud provider's network
AnswerD

Egress charges are levied when data is pulled out of the cloud environment.

Why this answer

Egress refers to data being transferred out of the cloud provider's network, which is often a billable event that impacts the overall TCO.

109
Multi-Selectmedium

Which THREE of the following are common benefits of adopting a Cloud Governance framework?

Select 3 answers
A.Consistent risk management
B.Lower hardware maintenance costs
C.Better alignment with business goals
D.Increased cloud deployment speed
E.Improved auditability and compliance
AnswersA, C, E

Frameworks standardize how risks are identified and mitigated.

Why this answer

Governance frameworks improve accountability, compliance, and risk management across cloud operations.

110
MCQeasy

A project manager is reviewing cloud resource usage to ensure compliance with a budget governance policy. Which cloud service dashboard provides the most direct view of current resource costs and budget alerts?

A.AWS Cost Explorer
B.AWS Trusted Advisor
C.AWS CloudTrail
D.AWS Config
AnswerA

Cost Explorer allows for detailed visualization and budget monitoring.

Why this answer

Cloud providers use budget services to track spending and send notifications when limits are approached.

111
Multi-Selectmedium

Which THREE of the following tools or methods are used to secure data in transit in the cloud?

Select 3 answers
A.TLS 1.2/1.3
B.Direct Connect with MACsec
C.Server-side encryption at rest
D.User access logs
E.VPN Tunnels (IPsec)
AnswersA, B, E

Industry standard for transport layer encryption.

Why this answer

Data in transit is secured using encryption protocols (TLS/SSL) and private networking methods (VPN/Direct Connect).

112
Multi-Selecthard

Which THREE types of costs should be included in a thorough TCO analysis for cloud migration?

Select 3 answers
A.Application refactoring and development labor
B.Marketing budget for the migration project
C.Physical office building rent
D.Data egress and ingress network charges
E.Cloud service subscription and consumption costs
AnswersA, D, E

The effort to rewrite apps is a major migration expense.

Why this answer

A complete TCO involves hardware, software, and the human cost of management and transition.

113
Multi-Selecthard

Which TWO of the following are key considerations for cloud operational compliance?

Select 2 answers
A.Ignoring regional laws
B.Policy enforcement automation
C.Avoiding cloud providers
D.Regular security audits
E.Using only one password
AnswersB, D

Ensuring rules are automatically applied.

Why this answer

Compliance requires regular auditing and ensuring that policies are enforced across all resources.

114
MCQmedium

An organization is migrating to the cloud and decides to use 'Reserved Instances'. What is the main business benefit?

A.Instant scalability for spikes
B.Elimination of identity management
C.Ability to move between cloud providers
D.Significant cost savings over long-term usage
AnswerD

Reserved instances offer deep discounts for committed capacity over 1-3 years.

Why this answer

Reserved instances provide a significant cost discount in exchange for a long-term commitment.

115
MCQmedium

You are tasked with automating a script that runs every night at 2 AM to clean up temporary files. Which service is most appropriate for triggering this task?

A.AWS SNS
B.AWS IAM
C.AWS Lambda + EventBridge
D.AWS SQS
AnswerC

EventBridge can trigger Lambda functions on a recurring time-based schedule.

Why this answer

Event-driven scheduling tools like EventBridge (AWS) or Azure Automation run tasks based on cron-like schedules.

116
MCQhard

A developer needs to host a static website on AWS S3. Which configuration is required to make the objects publicly accessible?

A.Enable Static Website Hosting
B.Configure a NAT Gateway
C.Attach an Elastic IP
D.Create an EC2 instance
AnswerA

This allows S3 to serve content as a website.

Why this answer

Enabling static website hosting and updating the bucket policy is necessary for public access.

117
MCQmedium

A company is preparing a cloud business case and must justify migrating an on-premises legacy application. The finance department requires a direct comparison of current hardware refresh costs versus cloud consumption models. Which metric should the cloud architect prioritize to demonstrate the financial benefit?

A.Capital Expenditure (CapEx) reduction
B.Service Level Agreement (SLA) uptime
C.Return on Investment (ROI)
D.Mean Time to Repair (MTTR)
AnswerA

TCO analysis highlights how moving from CapEx to OpEx optimizes cash flow.

Why this answer

Total Cost of Ownership (TCO) analysis allows the organization to compare the full lifecycle costs of maintaining on-premises hardware against the operational expenditure of cloud services.

118
Multi-Selectmedium

Which TWO of the following are key responsibilities of a Cloud Governance Committee?

Select 2 answers
A.Installing OS patches
B.Managing individual virtual machine performance
C.Establishing security and compliance standards
D.Writing application source code
E.Defining cloud investment policies
AnswersC, E

Governance establishes the rules for security and compliance.

Why this answer

The committee manages the strategic alignment of cloud costs and security policies.

119
MCQhard

An administrator needs to securely manage access to cloud resources. Which service should be used to create groups, users, and roles?

A.Key Management Service
B.Security Groups
C.Identity and Access Management
D.Active Directory
AnswerC

IAM manages credentials and permissions.

Why this answer

Identity and Access Management (IAM) is the central service for user and access control.

120
MCQmedium

A business is analyzing cloud provider pricing. What is 'Metering' in this context?

A.Limiting the speed of a network connection
B.Allocating dedicated physical hardware
C.Creating security firewall rules
D.Measurement of resource consumption
AnswerD

Cloud providers track usage of CPU, memory, and data to ensure accurate billing.

Why this answer

Metering is the process of measuring resource usage (time, bandwidth, storage) to determine the cost at the end of the billing cycle.

121
Multi-Selectmedium

Which TWO factors should be considered when conducting a cost-benefit analysis for cloud adoption?

Select 2 answers
A.Initial migration and transition labor costs
B.Number of employees in the company
C.Office furniture costs
D.Cloud provider color scheme
E.Potential long-term reduction in physical maintenance expenses
AnswersA, E

Labor for refactoring and data transfer is a significant upfront cost.

Why this answer

Hidden transition costs and long-term operational savings are critical for a realistic comparison.

122
MCQmedium

A developer needs a storage solution for high-frequency trading logs that must be instantly accessible for analysis, with high IOPS, and low latency. Which storage type is most appropriate?

A.Archive Storage
B.File Storage
C.Object Storage
D.Block Storage
AnswerD

Block storage is designed for applications requiring high performance and low-latency access to data volumes.

Why this answer

Block storage provides the performance characteristics required for high-frequency applications that need low-latency, random I/O access.

123
Multi-Selecthard

Which TWO of the following are valid strategies for cloud data migration?

Select 2 answers
A.Printing all data as paper records
B.Network-based migration
C.Hard-coding all database rows
D.Deleting all local hardware
E.Physical transfer devices
AnswersB, E

Moving data over the WAN/VPN.

Why this answer

Data migration can involve physical transfer of devices or network-based replication.

124
MCQeasy

A company requires a private cloud solution for strict regulatory data isolation. Which deployment model should they choose?

A.Private cloud
B.Community cloud
C.Public cloud
D.Hybrid cloud
AnswerA

Private clouds provide dedicated physical resources, which are essential for high-security regulatory requirements.

Why this answer

A private cloud model provides dedicated infrastructure for a single organization, ensuring isolation.

125
MCQhard

A compliance officer needs to generate a report showing all instances that are not compliant with a standard CIS benchmark. Which service should be used?

A.AWS Config
B.AWS Security Hub
C.AWS Systems Manager
D.AWS CloudTrail
AnswerB

Security Hub provides a central compliance dashboard against industry standards.

Why this answer

AWS Security Hub aggregates findings from services like Inspector to report on compliance against benchmarks like CIS.

126
MCQmedium

A company needs to ensure that only authorized devices can access internal cloud applications. Which mechanism verifies device posture before granting access?

A.Conditional Access Policies
B.Security Groups
C.MFA (Multi-Factor Authentication)
D.IAM Role Assumption
AnswerA

These policies can check if a device is managed and compliant before granting access.

Why this answer

Endpoint management and Conditional Access policies look at device state (e.g., compliant, patched) before allowing access.

127
Multi-Selectmedium

Which TWO of the following are common cloud deployment patterns?

Select 2 answers
A.Blue/Green deployment
B.Deleting the cloud account
C.Rolling update
D.Manual copy-paste
E.Physical shipping
AnswersA, C

Switching traffic between two identical environments.

Why this answer

Deployment patterns determine how updates are rolled out; Blue/Green and Rolling updates are standard industry practices.

128
MCQhard

A multinational corporation is evaluating cloud vendors for compliance with international data residency laws. Which selection criterion is most critical to ensure legal compliance during vendor selection?

A.Geographic availability of data centers
B.Vendor market share in the industry
C.Availability of proprietary development tools
D.Cost of egress fees
AnswerA

This allows the business to choose regions that comply with specific data residency regulations.

Why this answer

Data sovereignty/residency laws dictate that data must stay within physical or jurisdictional borders. Verifying the cloud provider's regional data center footprint is essential.

129
MCQmedium

An organization is evaluating cloud providers based on 'Shared Responsibility Model' documentation. What does the cloud provider typically remain responsible for?

A.Physical hardware and infrastructure security
B.Data encryption at rest
C.Guest operating system patches
D.Identity and Access Management (IAM) configuration
AnswerA

The cloud provider manages the physical data centers, networking, and virtualization hosts.

Why this answer

The provider is responsible for the 'security of the cloud', which includes physical hardware and underlying virtualization layers.

130
MCQmedium

To ensure that all virtual machines in a cloud environment comply with corporate security standards (e.g., specific OS versions), which tool should be used to enforce configuration policies automatically?

A.Azure Backup
B.Azure Policy
C.Azure Resource Manager templates
D.Azure Monitor
AnswerB

Azure Policy is designed to enforce rules and effects over resources to ensure compliance.

Why this answer

Policy engines allow for the automated enforcement of configurations to ensure continuous compliance.

131
Multi-Selectmedium

Which THREE of the following are primary business drivers for adopting a cloud computing model?

Select 3 answers
A.Reduced time-to-market for new features
B.Mandatory hardware ownership
C.Increasing fixed infrastructure costs
D.Agility to scale resources on-demand
E.Shift from CapEx to OpEx financial models
AnswersA, D, E

Cloud platforms provide rapid deployment capabilities.

Why this answer

Business drivers for cloud include operational flexibility, financial optimization, and rapid delivery of services to market.

132
MCQmedium

Which cloud service model provides a platform for developers to deploy applications without managing the underlying infrastructure?

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

PaaS abstracts the infrastructure.

Why this answer

PaaS provides the development and runtime environment.

133
MCQhard

You are troubleshooting a connectivity issue where an application in a private subnet cannot reach the internet to download updates. Which component is missing?

A.Internet Gateway
B.NAT Gateway
C.VPC Endpoint
D.Route Table
AnswerB

NAT allows private instances to access the internet.

Why this answer

A NAT Gateway is required to allow outbound traffic from private subnets to the internet.

134
MCQmedium

A developer needs to update a database schema without losing any existing data. Which concept is essential for this operational task?

A.Database snapshots
B.Caching layer purge
C.Database migration scripts
D.Full database replication
AnswerC

Version-controlled migration scripts manage schema changes safely.

Why this answer

Database migrations ensure that schema changes are applied safely across environments, preserving data integrity.

135
MCQmedium

Which protocol is most commonly used for secure, encrypted remote management of Linux-based virtual machines in the cloud?

A.SSH
B.FTP
C.HTTP
D.Telnet
AnswerA

SSH provides encrypted communication for remote management.

Why this answer

SSH (Secure Shell) is the industry standard for secure remote access to Linux servers.

136
MCQeasy

An organization wants to implement an Identity Provider (IdP) to allow employees to use their corporate credentials for cloud logins. Which protocol is typically used for this purpose?

A.SNMP
B.SSH
C.SAML
D.ICMP
AnswerC

SAML is the standard protocol for web-based SSO.

Why this answer

SAML (Security Assertion Markup Language) is the industry standard for federated identity management and Single Sign-On (SSO).

137
Multi-Selectmedium

Which TWO advantages does a public cloud provide for a small business?

Select 2 answers
A.Ability to scale instantly
B.Total control over hardware
C.Guaranteed data privacy
D.No internet connectivity needed
E.Lower barrier to entry
AnswersA, E

Elasticity benefit.

Why this answer

Public cloud offers lower upfront costs and operational flexibility (elasticity).

138
Multi-Selectmedium

Your organization is reviewing the shared responsibility model. Which TWO of the following are typically the responsibility of the cloud service provider?

Select 2 answers
A.Configuration of customer firewall rules
B.Management of customer guest OS
C.Maintenance of the host virtualization layer
D.Physical security of the data center
E.User access management
AnswersC, D

The hypervisor/host layer is managed by the provider.

Why this answer

The provider is responsible for the underlying infrastructure (physical hardware and data center security).

139
MCQhard

You need to allow temporary access to a file stored in a private bucket for a third party. What is the most secure method?

A.Create an IAM user for them
B.Email the file
C.Create a Pre-signed URL
D.Make the bucket public
AnswerC

This is secure and temporary.

Why this answer

A pre-signed URL generates a temporary link with limited time-bound access.

140
MCQeasy

What is the primary purpose of a cloud provider's region?

A.To provide low latency to specific users
B.To provide a single point of failure
C.To simplify the billing structure
D.To lower the cost of hardware
AnswerA

Regions keep data closer to the end-user.

Why this answer

A region is a geographic collection of data centers that provide low latency to users in that area.

141
Multi-Selectmedium

Which TWO financial models are typical for cloud resource billing?

Select 2 answers
A.One-time hardware purchase
B.Pay-as-you-go / On-demand
C.Barter system
D.Lifetime license purchase
E.Reserved capacity / Subscription
AnswersB, E

Standard usage-based billing model.

Why this answer

Cloud billing is almost exclusively based on consumption-based models (pay-as-you-go) and long-term commitment discounts (reserved).

142
Multi-Selectmedium

Which TWO factors contribute to the risk of 'Vendor Lock-in'?

Select 2 answers
A.Using standard HTTP protocols
B.Usage of proprietary APIs
C.Using open-source software
D.Use of custom, vendor-specific database formats
E.Hiring many employees
AnswersB, D

Proprietary interfaces are not compatible with other cloud providers.

Why this answer

Proprietary APIs and tightly coupled data formats prevent easy migration.

143
MCQmedium

When using an Auto Scaling group, what metric is most commonly used to trigger an increase in server instances?

A.CPU utilization
B.Total cost
C.Network latency
D.Number of concurrent users
AnswerA

CPU is the most common scaling trigger.

Why this answer

CPU utilization is the standard metric for scaling compute capacity.

144
MCQmedium

A developer needs a serverless environment to run event-driven code. What should they choose?

A.Managed Kubernetes
B.Elastic Compute Cloud
C.FaaS (e.g., Lambda)
D.Relational Database
AnswerC

FaaS is the event-driven serverless choice.

Why this answer

Function-as-a-Service (FaaS) is the serverless model for event-driven code.

145
MCQhard

You are designing a high-availability architecture. Which configuration ensures that your application is resilient to the failure of an entire physical data center?

A.Multi-AZ deployment
B.Vertical scaling
C.Single AZ deployment
D.Local caching
AnswerA

Multi-AZ provides redundancy across physically separate data centers.

Why this answer

Deploying across multiple Availability Zones (AZs) ensures that the application remains online even if one data center fails.

146
Multi-Selecthard

Which THREE items are generally included in a cloud provider's 'Service Level Agreement' (SLA)?

Select 3 answers
A.The provider's CEO's performance review
B.Financial service credits for outages
C.Uptime percentage guarantee
D.The office address of the customer
E.Definition of 'covered' services
AnswersB, C, E

The remedy provided when the SLA is breached.

Why this answer

SLAs include uptime percentages, financial credits, and service scope definitions.

147
MCQeasy

A company is evaluating the risk of moving to the cloud. Which business driver is most relevant to 'Agility' in a cloud adoption context?

A.Increased server uptime
B.Faster time-to-market for new features
C.Reduced capital expenditure
D.Improved compliance reporting
AnswerB

Agility enables rapid development and deployment.

Why this answer

Agility refers to the ability to provision resources quickly, allowing for faster experimentation and time-to-market.

148
Multi-Selectmedium

Which TWO of the following are benefits of using Infrastructure as Code (IaC) for compliance?

Select 2 answers
A.Increasing the speed of physical repairs
B.Automatically detecting insider threats
C.Ensuring consistent and repeatable deployments
D.Reducing the number of cloud regions
E.Providing a clear audit trail of configuration changes
AnswersC, E

IaC prevents 'configuration drift' by using templates.

Why this answer

IaC allows for version control and consistent, repeatable deployments that can be audited for compliance.

149
MCQmedium

You have a microservices architecture. How can you effectively manage the deployment of configuration changes across hundreds of containers without manual intervention?

A.Rebooting the instances
B.Centralized configuration management
C.Manual SSH access
D.Hard-coding values
AnswerB

Tools like Kubernetes ConfigMaps or Consul manage configuration across distributed containers.

Why this answer

Configuration management tools or orchestration platforms (like Kubernetes) use templates to propagate changes.

150
MCQeasy

You are notified that an unused storage volume is incurring costs. What is the standard operational procedure to stop these charges?

A.Encrypt the volume
B.Rename the volume
C.Move to a different region
D.Delete the volume
AnswerD

Deleting an unused resource stops the charges immediately.

Why this answer

Deleting or detaching and deleting the orphaned resource is the standard way to stop billing.

Page 1

Page 2 of 3

Page 3

All pages