Cloud Concepts, Value Proposition & Cloud Economics
The CLF-C02 exam loves to test the small wording differences between ideas that sound the same. CapEx vs OpEx, elasticity vs scalability, high availability vs fault tolerance, and the Region/AZ/Edge/Local-Zone hierarchy are the four traps that catch most people who are nearly ready. The trick is to match each scenario to the one term that fits exactly, not the one that "sounds close." This set drills those precise distinctions with realistic scenarios.
Q1 A company replaces its data center, where it bought servers every three years, with AWS where it pays only for compute hours actually used each month. Which economic shift best describes this change?
- It converts capital expense (CapEx) into variable operating expense (OpEx)
- It converts variable expense into fixed capital expense
- It eliminates all expenses through economies of scale
- It converts operating expense into a one-time capital purchase
- B — This reverses the direction; the company is moving toward variable cost, not toward fixed capital cost.
- C — Economies of scale lower prices but do not eliminate expenses; you still pay for usage.
- D — A pay-per-use model is the opposite of a one-time capital purchase.
Q2 An online store's traffic spikes every evening and drops overnight. They want the system to automatically add servers during the spike and remove them when traffic falls, so they never pay for idle capacity. Which cloud characteristic does this describe?
- Elasticity
- High availability
- Fault tolerance
- Loose coupling
- B — High availability is about staying online despite failures, not adjusting capacity to demand.
- C — Fault tolerance is about surviving component failures without interruption, not scaling with traffic.
- D — Loose coupling is a design style where components depend on each other minimally; it does not add or remove servers.
Q3 A team can describe their database as "scalable" but not "elastic." What does this most accurately mean?
- The database automatically shrinks capacity when demand drops
- The database can never increase in size
- The database is fault tolerant but not highly available
- The database can be grown to handle more load, but capacity changes are not automatic and on-demand
- A — Automatic shrinking is elasticity, which the question says this database lacks.
- B — Scalable means it can grow, so saying it can never increase contradicts the premise.
- C — Availability and fault tolerance are separate concepts unrelated to the scalable-vs-elastic distinction.
Q4 A payment system is designed so that if any single server fails mid-transaction, processing continues with zero interruption and no lost requests. Which characteristic does this describe?
- High availability
- Elasticity
- Fault tolerance
- Agility
- A — High availability minimizes downtime but tolerates brief interruptions; it does not promise zero impact during a failure.
- B — Elasticity is about scaling capacity with demand, not surviving failures.
- D — Agility is about speed of innovation and experimentation, not failure handling.
Q5 A startup wants the ability to try a new feature in days instead of waiting weeks to procure and rack hardware, and to throw it away cheaply if it fails. Which of the six advantages of cloud computing does this best illustrate?
- Trade fixed expense for variable expense
- Increase speed and agility
- Stop spending money running and maintaining data centers
- Go global in minutes
- A — Trading fixed for variable expense is about cost structure, not the speed of experimentation described.
- C — Stopping data-center maintenance is about offloading undifferentiated work, not the time-to-launch a feature.
- D — Going global in minutes is about deploying to multiple Regions worldwide, not about fast local experimentation.
Q6 Why can AWS offer lower per-unit prices than a single company running its own small data center, according to the cloud value proposition?
- Because AWS never charges for data transfer
- Because cloud resources never fail and need no maintenance
- Because all AWS services are always free under the Free Tier
- Because of economies of scale: many customers' aggregated usage lets AWS buy and operate at lower cost and pass savings on
- A — AWS does charge for much data transfer, especially data leaving a Region, so this is false.
- B — Hardware in the cloud still fails; AWS designs around failure rather than preventing it entirely.
- C — The Free Tier covers limited usage only, not all services forever.
Q7 A company wants AWS to manage the operating system, runtime, and underlying servers, while the company simply deploys its application code and data. Which cloud service model fits this need?
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service (SaaS)
- On-premises hosting
- A — With IaaS you still manage the operating system and runtime yourself; AWS only provides the raw compute, storage, and networking.
- C — SaaS delivers a finished application to end users; you would not be deploying your own code at all.
- D — On-premises means the company manages everything itself, the opposite of offloading the OS and servers.
Q8 Employees use a web-based email and document suite where they never touch any servers, operating systems, or application code, just the finished product in a browser. Which service model is this?
- Infrastructure as a Service (IaaS)
- Platform as a Service (PaaS)
- Software as a Service (SaaS)
- Hybrid deployment model
- A — IaaS gives you raw infrastructure to manage, not a finished application.
- B — PaaS gives a platform for you to deploy your own code; here the users write no code.
- D — Hybrid is a deployment model (mixing cloud and on-prem), not a way to describe consuming a finished app.
Q9 A bank keeps its core ledger in its own on-premises data center for regulatory reasons but bursts its analytics workloads into AWS, with the two connected over a secure link. Which deployment model is this?
- Public cloud (all-in)
- Private cloud only
- Multi-AZ
- Hybrid
- A — All-in public cloud would mean everything runs in AWS, but the ledger stays on-prem.
- B — Private cloud only would mean no use of AWS at all, contradicting the analytics workloads in AWS.
- C — Multi-AZ is a high-availability pattern inside AWS, not a cloud-vs-on-prem deployment model.
Q10 What is the correct relationship between an AWS Region and an Availability Zone?
- A Region is a single building inside an Availability Zone
- An Availability Zone is a geographic area that contains multiple Regions
- A Region is a geographic area that contains multiple, isolated Availability Zones
- A Region and an Availability Zone are two names for the same thing
- A — This inverts the hierarchy; the AZ is inside the Region, not the other way around.
- B — Again inverted; AZs do not contain Regions.
- D — They are clearly different scopes, not synonyms.
Q11 A media company wants to cache and deliver video content from points physically close to viewers worldwide to reduce latency, using Amazon CloudFront. Which part of AWS global infrastructure serves this content?
- Availability Zones
- Edge Locations
- AWS Regions
- Local Zones
- A — Availability Zones host your core compute and storage for redundancy, not CDN caching at the edge.
- C — Regions are the large geographic areas where workloads run, far fewer in number than edge sites.
- D — Local Zones place compute closer to specific metro areas for low-latency apps, not for CDN content caching.
Q12 A gaming studio needs single-digit-millisecond compute and storage extremely close to players in a large metro area that is far from the nearest Region. Which AWS infrastructure component is designed for this?
- Edge Locations
- An additional Availability Zone
- A second AWS Region on another continent
- AWS Local Zones
- A — Edge Locations cache and deliver content (CDN); they do not run general-purpose application compute.
- B — Adding an AZ keeps you within the same Region's geography, which is the wrong place if the metro is far away.
- C — A whole new Region on another continent is heavier than needed and may still not be near this specific metro.
Q13 When comparing on-premises to cloud, which statement is the most accurate per AWS's value proposition?
- On-premises typically requires upfront capacity planning and over-provisioning, while cloud lets you provision on demand and pay as you go
- On-premises lets you pay only for what you use with no upfront cost
- Cloud requires you to forecast capacity months ahead and over-provision for peak
- Cloud and on-premises have identical cost structures and provisioning speed
- B — Pay-as-you-go with no upfront cost describes the cloud, not on-premises.
- C — Forecasting months ahead and over-provisioning describes on-premises, not the cloud.
- D — Their cost and speed are clearly different; cloud provisions far faster and shifts cost to variable.
Q14 A company evaluates moving to AWS using Total Cost of Ownership (TCO). Which of the following is a cost that on-premises includes but the cloud largely removes or reduces?
- The cost of the application code the company writes itself
- Physical data center costs such as power, cooling, floor space, and hardware refresh
- The salaries of the company's own product designers
- The price the company charges its own customers
- A — You still write and maintain your own application code in the cloud, so this cost remains.
- C — Designer salaries are unrelated to infrastructure ownership and are not removed by AWS.
- D — What you charge customers is revenue/pricing, not an infrastructure cost in a TCO comparison.
Q15 A web application is built so the front end places work into a queue, and back-end workers pull from that queue, so a slow or failed worker does not crash the front end. Which design principle does this demonstrate?
- Tight coupling
- Vertical scaling
- Economies of scale
- Loose coupling
- A — Tight coupling is the opposite; components depend directly on each other, so one failure cascades.
- B — Vertical scaling means making a single server bigger, unrelated to the queue-based decoupling described.
- C — Economies of scale is a cost concept, not an application design pattern.
Q16 A team runs a critical database across two Availability Zones with automatic failover, so if one AZ has an outage the standby in the other AZ takes over within seconds with minimal downtime. Which characteristic does a Multi-AZ design primarily provide?
- Elasticity
- High availability
- Lower latency for end users
- Read scaling for heavy query traffic
- A — Elasticity is about scaling capacity with demand, not surviving a zone outage.
- C — Multi-AZ is for resilience, not for reducing user latency; that would involve edge or local placement.
- D — Adding read capacity comes from read replicas, not from a Multi-AZ standby (the standby is for failover, not serving reads).
Q17 A retailer wants to launch its app in Europe, North America, and Asia so each region's users get low-latency access, and to do this within a day rather than building data centers abroad. Which cloud advantage does this represent?
- Go global in minutes
- Trade capital expense for variable expense
- Benefit from massive economies of scale
- Stop guessing capacity
- B — Trading capital for variable expense is about cost structure, not worldwide deployment.
- C — Economies of scale explains lower prices, not the ability to deploy globally fast.
- D — Stop guessing capacity is about right-sizing to demand, not about geographic reach.
Q18 A finance team stopped buying excess servers "just in case" and now adds capacity only when actual demand grows, eliminating wasted spend on idle hardware. Which of the six advantages of cloud computing does this best match?
- Increase speed and agility
- Go global in minutes
- Stop guessing capacity
- Trade capital expense for variable expense
- A — Speed and agility is about launching and experimenting faster, not about ending capacity guesswork.
- B — Going global is about worldwide deployment, which is not what this scenario describes.
- D — Trade capital for variable expense is closely related but is about the cost structure (own vs rent), while this scenario emphasizes not over-provisioning and matching demand.