Courseiva

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

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

Page 2

Page 3 of 3

151
MCQmedium

Which metric should you monitor to determine if your application's load balancer is struggling with concurrent user connections?

A.Disk I/O throughput
B.Active connection count
C.Memory usage of the DB
D.Log write errors
AnswerB

Monitoring the number of concurrent connections shows if the load balancer is reaching its limits.

Why this answer

Connection counts or active flow metrics are the primary indicators of load balancer capacity.

152
Multi-Selectmedium

Which THREE services are typically involved in cloud infrastructure automation?

Select 3 answers
A.Microsoft Word
B.Adobe Photoshop
C.CloudFormation
D.Terraform
E.Ansible
AnswersC, D, E

CloudFormation provides AWS-native infrastructure templates.

Why this answer

Infrastructure automation relies on scripting languages, configuration management tools, and service orchestration.

153
MCQmedium

You need to restrict outgoing network traffic from a private subnet to only specific API endpoints. Which security component should be configured?

A.Route Table
B.VPC Peering
C.Security Group
D.Internet Gateway
AnswerC

Security groups function as virtual firewalls to control inbound and outbound traffic.

Why this answer

Network Access Control Lists (NACLs) or Security Groups can manage traffic, but specifically for egress control, Security Groups are typically applied to individual instances or resources.

154
MCQhard

Your organization uses a 'Shared Responsibility Model'. Which of the following is typically the customer's responsibility in the cloud?

A.Maintenance of the host OS kernel
B.Redundancy of the physical power grid
C.Physical security of the data center
D.Configuration of security groups
AnswerD

Customers are responsible for configuring their own network security and firewall rules.

Why this answer

In most cloud models, the provider manages the physical hardware, while the customer manages data, patches, and configurations.

155
MCQmedium

A company is migrating sensitive financial data to AWS and needs to ensure that all data is encrypted at rest using customer-managed keys. Which service should the administrator configure to manage these keys while maintaining audit logs for compliance?

A.AWS Secrets Manager
B.AWS CloudHSM
C.AWS Key Management Service (KMS)
D.AWS Certificate Manager (ACM)
AnswerC

KMS allows for the creation and management of customer-managed keys with integrated auditing.

Why this answer

AWS KMS is the standard service for managing cryptographic keys and provides audit logs through CloudTrail, satisfying compliance requirements for customer-managed keys.

156
Multi-Selectmedium

Which TWO advantages does a 'Community Cloud' offer over a 'Public Cloud'?

Select 2 answers
A.Higher level of security or compliance for a shared industry
B.Total control over the physical data center power grid
C.Unlimited access to all global regions
D.Ability to share costs across community members
E.Lower initial setup cost than public cloud
AnswersA, D

Shared standards reduce the burden of individual compliance audits.

Why this answer

Community clouds provide shared, specialized environments that meet the specific needs of a set of organizations, often with enhanced security.

157
MCQhard

An organization needs to extend its on-premises data center to a VPC while ensuring private connectivity that avoids the public internet. Which connectivity option is best?

A.Site-to-Site VPN
B.Client VPN
C.Direct Connect
D.Public IP peering
AnswerC

This is a private, dedicated network link.

Why this answer

A dedicated private connection like Direct Connect or ExpressRoute bypasses the public internet.

158
Multi-Selectmedium

Which TWO cloud service models are most appropriate for a developer who wants to focus solely on code?

Select 2 answers
A.PaaS
B.Serverless / FaaS
C.Bare Metal
D.IaaS
E.SaaS
AnswersA, B

Provides a platform for code deployment without OS management.

Why this answer

PaaS and Serverless abstract the infrastructure, letting the developer push code directly.

159
MCQeasy

A cloud architect is choosing between IaaS and SaaS for a new CRM system. What is the primary business advantage of selecting SaaS?

A.Lower initial implementation cost
B.Full control over the operating system
C.Reduced administrative overhead
D.Customizable hardware configuration
AnswerC

SaaS provides a managed application environment where the vendor handles updates and security patching.

Why this answer

SaaS removes the burden of infrastructure management, allowing the business to focus on core operations.

160
MCQhard

You are responsible for managing access keys for service accounts. You suspect a key has been compromised. What is the immediate operational step to take?

A.Deactivate/Rotate the key
B.Change the password of the user
C.Increase logging levels
D.Monitor CloudTrail logs
AnswerA

Deactivating the key immediately halts unauthorized access.

Why this answer

The most effective and immediate way to stop unauthorized access is to rotate or deactivate the compromised credentials.

161
MCQmedium

You need to ensure that all virtual machines follow a consistent naming convention and have specific tags for cost tracking. What service should you use to enforce this?

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

Azure Policy allows you to mandate tags and naming conventions on resources.

Why this answer

Policy enforcement services like Azure Policy or AWS Service Control Policies (SCPs) can mandate tags and naming patterns.

162
MCQeasy

A startup needs to rapidly deploy a web application. Which cloud service model allows developers to deploy code without managing the underlying servers?

A.PaaS
B.IaaS
C.On-premises
D.SaaS
E.None of the above
AnswerA

PaaS allows developers to focus on the application layer while the cloud provider manages the runtime and infrastructure.

Why this answer

PaaS (Platform as a Service) provides the environment for developers to deploy code while the provider manages the OS and hardware.

163
MCQmedium

An application requires a database that can handle unstructured data and scale horizontally. Which database type is best?

A.Data Warehouse
B.NoSQL Database
C.In-memory Database
D.Relational Database
AnswerB

NoSQL handles unstructured data well.

Why this answer

NoSQL databases are designed for unstructured data and horizontal scaling.

164
Multi-Selecthard

Which TWO of the following are key steps in a Cloud Incident Response process?

Select 2 answers
A.Purchasing new hardware for the data center
B.Notifying the cloud provider's sales team
C.Conducting a post-incident review
D.Updating the company's social media
E.Identifying and containing the threat
AnswersC, E

Lessons learned help prevent future recurrences.

Why this answer

Incident response requires structured preparation, containment, and post-incident analysis.

165
Multi-Selecthard

Which TWO of the following are common threats to cloud-based data integrity?

Select 2 answers
A.Network latency increases
B.Unauthorized data modification
C.Code injection attacks
D.Database snapshot frequency
E.System-wide power failure
AnswersB, C

This directly impacts the integrity of the data.

Why this answer

Integrity threats include unauthorized modification of data and malicious code injection that alters application logic.

166
MCQmedium

A company is migrating an on-premises database to a public cloud. The database requires low latency and high IOPS. Which storage type should the architect select?

A.Cold Storage
B.Magnetic HDD
C.Object Storage
D.Provisioned IOPS SSD
AnswerD

This offers high IOPS for demanding databases.

Why this answer

Provisioned IOPS SSDs provide the consistent performance required for database workloads.

167
Multi-Selecthard

Which THREE of the following represent common compliance risks in a cloud environment?

Select 3 answers
A.Data sovereignty violations
B.Resource naming conventions
C.High monthly electricity bills
D.Cloud resource misconfiguration
E.Unauthorized access to sensitive data
AnswersA, D, E

Storing data in prohibited jurisdictions is a compliance risk.

Why this answer

Compliance risks involve misconfigurations, lack of data sovereignty, and unauthorized access to protected data.

168
MCQmedium

What is the primary risk mitigation strategy when storing data in a single availability zone?

A.Using stronger encryption
B.Implementing MFA
C.Increasing compute power
D.Multi-AZ deployment
AnswerD

Multi-AZ provides redundancy against localized facility failures.

Why this answer

If an entire availability zone fails, data in that zone is lost; using multi-AZ deployments mitigates this risk.

169
MCQhard

A startup is calculating the ROI for a migration project. They have calculated the Total Cost of Ownership (TCO) savings. What secondary financial factor must be included to accurately determine the overall ROI of the cloud adoption?

A.Current on-premises electricity costs
B.Projected marketing revenue
C.Initial migration and training costs
D.Cloud provider's stock price
AnswerC

ROI calculations require the total investment cost, which includes one-time migration and training expenses.

Why this answer

ROI is (Net Profit / Cost of Investment). To find the net benefit, you must factor in the migration costs (labor, refactoring, training) against the TCO savings.

170
Multi-Selecthard

Which THREE cloud management tools should be utilized to control costs?

Select 3 answers
A.Cost Explorer or similar visualization tool
B.Budgeting and forecasting alerts
C.A physical server monitoring camera
D.The company's external marketing agency
E.Resource tagging policies
AnswersA, B, E

Helps visualize and understand spending trends.

Why this answer

Cost tools, budgeting alerts, and resource tagging are the trio for effective cost governance.

171
Multi-Selecteasy

Which TWO things should be checked when a cloud service is exceeding its budget?

Select 2 answers
A.Cost allocation reports
B.The provider's marketing website
C.Internet speed tests
D.Internal employee email logs
E.Resource utilization metrics
AnswersA, E

Identify exactly which resources are consuming the budget.

Why this answer

Budget overruns are typically caused by either runaway resource usage or inefficient resource selection.

172
Multi-Selecteasy

Which THREE factors are primary drivers for cloud cost management?

Select 3 answers
A.Employee salary
B.Data transfer rates
C.Internet browser choice
D.Resource type and size
E.Geographic region
AnswersB, D, E

Egress traffic is a major hidden cost.

Why this answer

Cloud costs are primarily driven by the resources provisioned, the performance tier chosen, and the geographic location of the data.

173
MCQhard

Which tool provides a 'Right-sizing' recommendation for an underutilized virtual machine?

A.IAM Policy Generator
B.CloudFront
C.Compute Optimizer
D.Network ACLs
AnswerC

Compute Optimizer uses machine learning to identify instances that are too large for their actual workload.

Why this answer

Cloud providers' cost management tools (e.g., AWS Compute Optimizer) analyze usage metrics to suggest smaller, cheaper instances.

174
MCQmedium

A company is migrating to the cloud to scale for seasonal traffic spikes. Which cloud characteristic best addresses this business need?

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

Elasticity is the core cloud feature that handles varying workloads by scaling resources dynamically.

Why this answer

Elasticity allows the system to automatically scale resources up or down based on current demand.

175
MCQmedium

To ensure that all data is encrypted before being sent to the cloud, which encryption method should the organization employ?

A.Server-side encryption
B.TLS 1.2
C.Transparent Data Encryption (TDE)
D.Client-side encryption
AnswerD

Encrypting before transit ensures that even the provider cannot read the plaintext.

Why this answer

Client-side encryption ensures that data is encrypted at the source, before it enters the cloud provider's network.

176
MCQhard

An organization is migrating to a cloud environment and needs to maintain strict control over its encryption keys. Which service should they utilize?

A.Identity and Access Management (IAM)
B.Security Groups
C.Public Key Infrastructure (PKI)
D.Key Management Service (KMS)
AnswerD

KMS allows customers to create and manage their own encryption keys for data protection.

Why this answer

Key Management Service (KMS) or a Hardware Security Module (HSM) allows the customer to manage their own keys, fulfilling compliance requirements.

177
MCQhard

Your organization requires that a specific cloud environment be isolated from the internet, yet it must access a private service hosted on another cloud provider. Which networking configuration is most appropriate?

A.NAT Gateway
B.Public IP address assignment
C.Internet Gateway
D.Private Link / Private Endpoint
AnswerD

Private endpoints allow secure, internal-only communication to services.

Why this answer

A Private Link or a VPN/Direct Connect link allows connectivity without traversing the public internet.

178
MCQeasy

When a cloud service experiences a global outage, which document should you check to verify the current status of the provider's infrastructure?

A.Internal IT wiki
B.Billing report
C.Service Level Agreement (SLA) doc
D.Cloud provider status dashboard
AnswerD

The status dashboard is the authoritative source for service availability.

Why this answer

Cloud providers maintain a public Status Dashboard to track the real-time health of their services.

179
MCQeasy

An administrator is setting up a new cloud account. What is the first security best practice they should implement?

A.Increase instance capacity
B.Create a support ticket
C.Enable MFA on the root account
D.Upload a custom logo
AnswerC

MFA is the most critical security control for any administrative account.

Why this answer

Enabling MFA is the most critical first step to secure any account access.

180
MCQmedium

A company requires a highly available database that replicates data synchronously across availability zones. Which setting should be chosen?

A.Auto Scaling
B.Multi-AZ deployment
C.Read replica
D.Database snapshot
AnswerB

This provides synchronous high availability.

Why this answer

Multi-AZ deployment ensures synchronous replication for high availability.

181
Multi-Selectmedium

Which TWO items are typically included in a cloud 'Cloud Adoption Strategy' document?

Select 2 answers
A.Migration roadmap and timeline
B.The history of the telephone
C.List of office coffee brands
D.Business goals and success criteria
E.The personal email addresses of all employees
AnswersA, D

The strategy must include the plan and phases of the transition.

Why this answer

A strategy document needs to define the business objectives and the roadmap for execution.

182
Multi-Selectmedium

Which THREE of the following are necessary to manage multi-cloud deployments effectively?

Select 3 answers
A.Ignoring one cloud provider
B.Unified monitoring tools
C.Printing physical logs
D.Infrastructure as Code
E.Centralized identity management
AnswersB, D, E

Seeing all metrics in one dashboard.

Why this answer

Multi-cloud management requires unified visibility, standardized IaC, and consistent identity management.

183
MCQeasy

Which cloud service model would best suit a company that needs complete control over the network configuration and operating system but wants to avoid physical server maintenance?

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

IaaS offers the most flexibility for network and OS control while abstracting physical hardware.

Why this answer

IaaS provides virtualized computing resources where the vendor manages the hardware, but the customer retains control over the OS and network.

184
Multi-Selectmedium

Which TWO cloud deployment models allow for a hybrid cloud setup?

Select 2 answers
A.Public Cloud
B.IaaS
C.Community Cloud
D.Serverless
E.Private Cloud
AnswersA, E

Public cloud is a core hybrid component.

Why this answer

Hybrid clouds connect on-premises data centers to either private or public cloud environments.

185
MCQeasy

What is the primary benefit of using a Managed Service (like RDS) over a self-managed database on a virtual machine?

A.Access to underlying OS
B.Lower cost
C.Reduced operational overhead
D.Unlimited performance
AnswerC

Managed services automate routine maintenance, updates, and backups.

Why this answer

Managed services handle operational tasks like patching, backups, and maintenance, reducing the operational burden on the user.

186
MCQhard

A company uses a hybrid cloud. They need to move a database workload to the cloud that has strict regulatory requirements. Which deployment model is most appropriate?

A.Public cloud multi-tenant
B.Community cloud
C.Private cloud deployment
D.Serverless functions
AnswerC

Private cloud offers the required isolation.

Why this answer

A private cloud or a dedicated host within a cloud is best for strict regulatory requirements.

187
MCQmedium

A cloud administrator is tasked with reducing idle resource costs in AWS. Which tool should be configured to provide specific rightsizing recommendations for EC2 instances based on historical utilization data?

A.AWS Cost Explorer
B.AWS Trusted Advisor
C.AWS Budgets
D.AWS Compute Optimizer
AnswerD

Compute Optimizer is the specific service designed for rightsizing recommendations.

Why this answer

AWS Compute Optimizer uses machine learning to analyze historical utilization metrics to provide rightsizing recommendations for EC2 instances.

188
MCQhard

You are migrating a legacy application to the cloud. The application requires an OS that is no longer supported by the provider. Which migration strategy is most appropriate?

A.Re-hosting (Lift and Shift)
B.Re-platforming
C.Retaining
D.Retiring
AnswerB

Updating the application to a supported platform is a standard migration strategy.

Why this answer

Re-platforming or re-architecting is often necessary for legacy apps that can't run on modern cloud-native OS templates.

189
MCQhard

You are managing a multi-cloud environment using Terraform. You need to ensure that the infrastructure state is locked to prevent concurrent modifications during CI/CD pipeline runs. Which backend component should you implement to achieve state locking?

A.DynamoDB table
B.S3 Versioning
C.Terraform Cloud Workspaces
D.IAM Policy
AnswerA

DynamoDB is the required service for state locking when using S3 as a Terraform backend.

Why this answer

In Terraform, state locking is handled by the backend. When using AWS S3, you must use a DynamoDB table to provide the state locking mechanism.

190
MCQmedium

A company is using a SaaS application for email. Which part of the security responsibility remains with the company?

A.Identity and access management
B.Server physical security
C.Patching the application software
D.Database engine version
AnswerA

The customer must manage who can access their data within the SaaS app.

Why this answer

In SaaS, the provider manages the application and infrastructure, but the customer retains responsibility for identity and data access.

191
MCQhard

A global company needs to ensure compliance with GDPR. Which feature of a cloud provider is most critical for compliance?

A.Data residency controls
B.Auto-scaling groups
C.Multi-region replication
D.Public IP addresses
AnswerA

Selecting specific geographic regions ensures that personal data remains within the legal jurisdiction required by GDPR.

Why this answer

Region/Data Residency controls allow organizations to specify exactly where their data is stored, which is a requirement for GDPR.

192
MCQhard

You are utilizing Infrastructure as Code (IaC) templates. You notice that a specific resource update is causing service downtime. Which deployment pattern should you adopt to verify updates in a controlled environment before rolling out to production?

A.Canary release
B.In-place upgrade
C.Rolling update
D.Blue/Green deployment
AnswerD

This pattern allows testing and seamless switching, minimizing downtime.

Why this answer

Blue/Green deployment allows you to deploy the new version in a separate environment (Green) and switch traffic only after verification.

193
Multi-Selecthard

Which THREE are key characteristics of cloud computing?

Select 3 answers
A.Measured service
B.Broad network access
C.Static hardware provisioning
D.Physical media access
E.Rapid elasticity
AnswersA, B, E

Usage-based billing.

Why this answer

Broad network access, elasticity, and measured service are foundational characteristics.

194
MCQmedium

A developer is writing code that accesses an API key. Instead of hardcoding the key, which service should they use to retrieve it securely at runtime?

A.AWS Secrets Manager
B.Environment Variables
C.Parameter Store
D.IAM Roles
AnswerA

Secrets Manager provides secure storage and dynamic retrieval for credentials.

Why this answer

Secrets Manager is specifically designed to store and retrieve API keys, database credentials, and secrets securely.

195
Multi-Selecthard

Which THREE activities are included in the 'Cloud Adoption Strategy' planning phase?

Select 3 answers
A.Updating the break room menu
B.Buying office chairs for the staff
C.Identifying security and compliance requirements
D.Selecting the cloud service provider
E.Performing a TCO analysis
AnswersC, D, E

Crucial to define guardrails for the environment.

Why this answer

Planning requires assessing the current state, defining the target, and analyzing the business case.

196
MCQeasy

Which of the following represents a major benefit of cloud computing where resources are shared among multiple customers?

A.Local area networking
B.Resource pooling
C.Static provisioning
D.Dedicated hosting
AnswerB

This is the core of multi-tenancy.

Why this answer

Resource pooling allows providers to serve multiple customers efficiently using the same physical hardware.

197
MCQmedium

Which IAM entity should be created to delegate temporary access to a third-party service provider without sharing long-term credentials?

A.IAM Role
B.IAM Group
C.IAM Access Key
D.IAM User
AnswerA

Roles allow for temporary access, ideal for third-party delegation.

Why this answer

IAM Roles are designed for temporary, cross-account, or service-based access via tokenized credentials.

198
MCQeasy

You want to receive an email alert whenever your monthly cloud spending exceeds $500. Which service should you configure?

A.AWS Cost Explorer
B.AWS Budgets
C.AWS Trusted Advisor
D.AWS CloudTrail
AnswerB

AWS Budgets allows setting cost thresholds and alert notifications.

Why this answer

Budgeting services allow you to set cost thresholds and trigger alerts via SNS or email.

199
MCQmedium

A cloud architect is defining a security group for a web server. To adhere to the principle of least privilege, which inbound rule should be configured to allow only standard HTTPS traffic?

A.Allow TCP 443 from 0.0.0.0/0
B.Allow TCP 80 from 0.0.0.0/0
C.Allow all TCP from 0.0.0.0/0
D.Allow UDP 443 from 0.0.0.0/0
AnswerA

Allowing only port 443 ensures secure traffic access.

Why this answer

HTTPS traffic uses TCP port 443; limiting the rule to this specific port minimizes the attack surface.

200
Multi-Selecthard

Which THREE factors can lead to 'Cloud Sprawl' (unmanaged resource accumulation)?

Select 3 answers
A.Shadow IT usage
B.High internet speed
C.Over-hiring of IT personnel
D.Lack of centralized resource tagging
E.Failure to decommission development environments
AnswersA, D, E

Business units creating resources outside of IT governance.

Why this answer

Lack of tagging, shadow IT, and poor automated cleanup lead to uncontrolled resource growth.

201
Multi-Selectmedium

Which TWO scenarios are appropriate for using a load balancer?

Select 2 answers
A.To store persistent data
B.To reduce network latency to the internet
C.To distribute traffic across multiple instances
D.To improve fault tolerance
E.To encrypt data at rest
AnswersC, D

Core function of an LB.

Why this answer

Load balancers distribute traffic for high availability and to prevent server overload.

202
MCQmedium

A company is moving from a capital expenditure model to an operational expenditure model. What is the primary benefit?

A.Increased control over hardware
B.Removal of upfront capital costs
C.Predictable monthly billing
D.No hardware maintenance
AnswerB

OpEx removes the need for hardware procurement capital.

Why this answer

OpEx allows for pay-as-you-go billing, which avoids large upfront costs.

203
MCQhard

An organization is evaluating the 'Total Cost of Ownership' of a cloud migration. What is a 'Hidden' administrative cost?

A.Employee retraining and upskilling
B.Cloud service provider fees
C.Internet bandwidth cost
D.Cloud storage costs
AnswerA

Staff must learn new platforms, tools, and security processes, which incurs significant time and cost.

Why this answer

The cost of training existing staff to manage new cloud-native tools is a significant but often overlooked TCO factor.

204
MCQeasy

You are managing a fleet of cloud servers and notice that CPU usage is consistently at 95% during peak hours. What operational action should you take to restore performance?

A.Scale out the application
B.Change the time zone
C.Reduce the logging level
D.Disable the firewall
AnswerA

Adding more instances to the pool spreads the load, reducing the burden on individual servers.

Why this answer

Horizontal scaling (adding more instances) or vertical scaling (increasing instance size) are standard responses to high utilization.

205
MCQeasy

A startup is looking for a cloud deployment model where they pay only for resources used and share underlying hardware with other tenants. What model is this?

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

Public cloud is multi-tenant and consumption-based.

Why this answer

This is the definition of a public cloud model.

206
Multi-Selectmedium

Which TWO criteria are essential when selecting a cloud vendor for an enterprise?

Select 2 answers
A.Availability of free trial gifts
B.The number of employees at the cloud company
C.The physical location of the cloud company's headquarters
D.Compliance and regulatory certifications
E.Service Level Agreement (SLA) guarantees
AnswersD, E

Enterprises must ensure the provider meets their specific industry regulations.

Why this answer

Reliability (uptime/SLA) and compliance certifications are primary drivers for enterprise adoption.

207
MCQhard

An application is suffering from high latency for users across the globe. Which service can help cache content closer to the users?

A.Auto Scaling Group
B.VPC Peering
C.Load Balancer
D.Content Delivery Network
AnswerD

CDN caches data at the edge.

Why this answer

A Content Delivery Network (CDN) caches content at edge locations globally.

208
MCQmedium

You are implementing a disaster recovery strategy. You need to ensure that database backups are stored in a different geographic region than the primary production database. What is this concept known as in cloud management?

A.Geo-redundancy
B.Horizontal scaling
C.Availability Zone failover
D.Local data caching
AnswerA

Storing data in a separate geographic region provides regional disaster protection.

Why this answer

Geographic redundancy or cross-region replication is the practice of storing data in a different physical location to survive regional disasters.

209
Multi-Selectmedium

When evaluating a cloud-based database service, which TWO of the following are key benefits compared to self-managed databases?

Select 2 answers
A.Automated patching and maintenance
B.Ability to modify the database source code
C.Lower network latency
D.Simplified backup and disaster recovery
E.Unlimited database schema design control
AnswersA, D

Managed services handle OS and database engine updates.

Why this answer

Managed database services reduce the operational overhead of patching and backups.

210
MCQeasy

A company is shifting from CapEx to OpEx for its infrastructure. Which financial metric should the CFO prioritize to justify this transition?

A.Debt-to-Equity Ratio
B.Return on Investment (ROI)
C.Internal Rate of Return (IRR)
D.Net Present Value (NPV)
AnswerB

ROI helps evaluate the efficiency of the capital investment in cloud services versus traditional hardware.

Why this answer

Moving to OpEx allows companies to align costs with revenue generation rather than long-term asset depreciation.

211
MCQhard

An organization is migrating to a hybrid cloud model. They require a dedicated, private connection between their on-premises data center and the cloud provider to reduce latency. Which service should be provisioned?

A.Direct Connect
B.Software-Defined Networking
C.Content Delivery Network
D.Site-to-Site VPN
AnswerA

Direct Connect establishes a private, physical connection from the data center to the cloud.

Why this answer

Direct Connect (AWS) or ExpressRoute (Azure) provides a dedicated physical connection to the cloud, bypassing the public internet.

Page 2

Page 3 of 3

All pages