94 questions

Cloud Concepts

Which statement best describes the primary financial benefit of moving from an on-premises data center to the AWS Cloud?

  • a.It trades large upfront capital expenses for variable operating expenses that scale with usage
  • b.It guarantees that monthly bills will never change month to month
  • c.It eliminates all costs associated with running applications
  • d.It removes the need to monitor how many resources you consume

Cloud computing lets organizations avoid large upfront investments in hardware (CapEx) and instead pay only for the resources they actually use (OpEx). This variable cost model scales up or down with demand. Costs are not eliminated, and usage should still be monitored.

Cloud Concepts

A company can provision hundreds of servers in minutes and release them just as quickly when demand drops. Which cloud benefit does this describe?

  • a.Fixed capacity planning
  • b.Manual hardware procurement
  • c.Agility and elasticity
  • d.Long-term data-center leasing

Elasticity is the ability to acquire resources as you need them and release them when you no longer need them, in minutes rather than weeks. Combined with agility, this lets teams experiment and innovate faster than with traditional infrastructure.

Cloud Concepts

Because AWS aggregates usage from hundreds of thousands of customers, it can pass lower per-unit prices on to each customer. What is this advantage called?

  • a.Elastic load balancing
  • b.Economies of scale
  • c.Fault tolerance
  • d.High availability

Massive aggregated usage lets AWS achieve higher economies of scale, which translates into lower pay-as-you-go pricing for customers. Individual organizations could not achieve the same purchasing power on their own.

Cloud Concepts

Which of the following is a pillar of the AWS Well-Architected Framework?

  • a.Vendor lock-in
  • b.Operational excellence
  • c.Marketing effectiveness
  • d.Headcount reduction

The Well-Architected Framework has six pillars: operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability. Operational excellence focuses on running and monitoring systems to deliver business value.

Cloud Concepts

Which Well-Architected pillar focuses on using computing resources efficiently and avoiding unnecessary spending?

  • a.Operational excellence
  • b.Security
  • c.Reliability
  • d.Cost optimization

The cost optimization pillar helps you run systems that deliver business value at the lowest price point, such as by choosing the right pricing model and eliminating idle resources. Reliability and security address different concerns.

Cloud Concepts

A newer pillar of the AWS Well-Architected Framework addresses the long-term environmental impact of cloud workloads. Which pillar is this?

  • a.Sustainability
  • b.Compatibility
  • c.Portability
  • d.Scalability

Sustainability is the sixth pillar, added to help customers understand and minimize the environmental impacts of running cloud workloads. It encourages maximizing utilization and reducing the resources required.

Cloud Concepts

What does the term 'high availability' mean for a system running in the cloud?

  • a.The system remains operational and accessible for a very high percentage of time
  • b.The system can only be accessed by administrators
  • c.The system uses the cheapest possible resources
  • d.The system stores data in a single location

High availability means a system is designed to stay up and reachable with minimal downtime, often by removing single points of failure. On AWS this is commonly achieved by spreading resources across multiple Availability Zones.

Cloud Concepts

Which deployment model describes running some workloads on-premises while integrating with services in the AWS Cloud?

  • a.Pure public cloud
  • b.Serverless deployment
  • c.Hybrid cloud
  • d.Multi-region deployment

A hybrid deployment connects cloud resources with on-premises infrastructure, often used when data must remain local or during a gradual migration. A pure cloud model runs everything in the cloud.

Cloud Concepts

Which of the following best defines scalability in the context of cloud computing?

  • a.The ability of a system to handle increased load by adding resources
  • b.The ability to restrict user permissions
  • c.The ability to encrypt data at rest
  • d.The ability to generate monthly invoices

Scalability is a system's capacity to grow to meet increased demand, either by adding more resources (horizontal) or larger resources (vertical). Elasticity extends this by automatically scaling in and out with demand.

Cloud Concepts

A startup wants to launch a product globally without building data centers in each country. How does the AWS global infrastructure help?

  • a.It lets the company deploy applications close to users in many geographic Regions
  • b.It forces all traffic through one physical building
  • c.It removes the ability to choose where data is stored
  • d.It requires the company to pick a single country for all users

AWS operates Regions around the world, so companies can deploy applications near their users to reduce latency and meet local requirements. Customers choose which Regions to use for their workloads.

Cloud Concepts

Which statement correctly contrasts vertical scaling with horizontal scaling?

  • a.Both terms mean the same thing
  • b.Vertical scaling increases the size of a single resource; horizontal scaling adds more resources
  • c.Horizontal scaling only applies to databases
  • d.Vertical scaling adds more instances; horizontal scaling makes an instance smaller

Vertical scaling (scaling up) increases the capacity of an individual resource, such as moving to a larger instance type. Horizontal scaling (scaling out) adds more resources, such as more instances behind a load balancer.

Cloud Concepts

Which characteristic of cloud computing allows a developer to obtain compute and storage resources without human interaction with the provider?

  • a.On-demand self-service
  • b.Measured billing
  • c.Resource pooling
  • d.Broad network access

On-demand self-service means users can provision resources automatically through a console or API whenever needed, without contacting the provider. This is a defining feature of cloud computing.

Cloud Concepts

How does the cloud improve an organization's ability to experiment and innovate?

  • a.Low-cost, fast provisioning lowers the risk and cost of trying new ideas
  • b.It mandates that every experiment run in a physical lab
  • c.It prevents teams from deleting resources
  • d.It requires a multi-year commitment before any test can begin

Because resources can be spun up quickly and released when done, the cost of failure is low. Teams can test ideas rapidly and shut them down without wasted hardware, encouraging innovation.

Cloud Concepts

Which Well-Architected pillar is primarily concerned with a workload's ability to recover from failures and meet demand?

  • a.Performance efficiency
  • b.Reliability
  • c.Cost optimization
  • d.Sustainability

The reliability pillar focuses on ensuring a workload performs its intended function correctly and consistently, including recovering from disruptions and dynamically acquiring resources to meet demand.

Cloud Concepts

A company no longer wants to spend time racking, stacking, and powering servers so it can focus on its customers. Which cloud value proposition does this reflect?

  • a.Stop spending money running and maintaining data centers
  • b.Paying more for less capacity
  • c.Increasing time spent on undifferentiated tasks
  • d.Guaranteeing zero latency worldwide

A key benefit of cloud is to stop spending money on the undifferentiated heavy lifting of running data centers and instead focus on projects that differentiate the business, such as serving customers.

Cloud Concepts

Which cloud computing service model provides virtualized computing resources such as servers, storage, and networking that the customer manages?

  • a.Infrastructure as a Service (IaaS)
  • b.Software as a Service (SaaS)
  • c.Platform as a Service (PaaS)
  • d.Function as a Service

IaaS provides the fundamental building blocks of cloud IT (compute, storage, networking) and gives the customer the most control over the resources. SaaS delivers a finished application, while PaaS manages the underlying infrastructure for you.

Cloud Concepts

Which of the following is an example of the Software as a Service (SaaS) model?

  • a.A raw block storage volume
  • b.A bare virtual machine you must configure yourself
  • c.A physical network switch
  • d.A ready-to-use, web-based email application

SaaS delivers a complete, managed application that the customer simply uses, such as web-based email. The provider handles the underlying infrastructure, platform, and application maintenance.

Cloud Concepts

What is meant by 'loose coupling' as an architectural best practice in the cloud?

  • a.Designing components so a failure in one has limited impact on others
  • b.Making every component depend directly on every other component
  • c.Running all code on a single large server
  • d.Avoiding the use of any managed services

Loosely coupled architectures reduce interdependencies so that a change or failure in one component does not cascade to others. Services like queues and load balancers help decouple components and improve resilience.

Cloud Concepts

Which benefit describes AWS's ability to go global in minutes by deploying an application in multiple Regions?

  • a.Mandatory single-Region hosting
  • b.Increased speed and reach for a global user base
  • c.Reduced encryption strength
  • d.Elimination of all networking costs

Deploying across multiple Regions lets you place workloads closer to users worldwide, lowering latency and improving experience. This global reach can be achieved quickly without building physical infrastructure.

Cloud Concepts

Which Well-Architected design principle encourages testing systems at production scale and automating to make experimentation easier?

  • a.Keeping one large monolith
  • b.Avoiding failure testing
  • c.Automate to make architectural experimentation easier
  • d.Manually provisioning all infrastructure

Well-Architected design principles include automating with infrastructure as code, testing at production scale, and designing for failure. Automation makes it low-cost to create and replicate environments for experimentation.

Cloud Concepts

How does elasticity help a retailer that experiences large traffic spikes during holiday sales?

  • a.Capacity automatically scales out during spikes and scales in afterward, matching cost to demand
  • b.The retailer must manually order servers weeks ahead of each sale
  • c.Traffic spikes cause the application to be permanently oversized
  • d.Capacity is fixed at the peak level all year, wasting money off-season

Elasticity lets the retailer add capacity during peak periods and remove it when demand falls, so they pay only for what they need. This avoids both over-provisioning year-round and under-provisioning during spikes.

Cloud Concepts

Which statement about the AWS shared model of benefits is correct regarding speed and agility?

  • a.Agility means resources can never be released
  • b.Agility refers only to how fast invoices are generated
  • c.New IT resources are always available only after a multi-week procurement cycle
  • d.In the cloud, new IT resources are a click away, reducing the time to make them available to developers

Cloud agility means developers can obtain new resources almost instantly instead of waiting weeks for hardware. This dramatically reduces the time and cost of making resources available, accelerating projects.

Cloud Concepts

Which of the following best describes 'fault tolerance' in a cloud architecture?

  • a.The system charges customers only for faults
  • b.The system stores only a single copy of data
  • c.The system requires manual restart after any error
  • d.The system continues operating properly even when some components fail

Fault tolerance is the ability of a system to keep running correctly despite the failure of one or more of its components, often through redundancy. It is closely related to, but stronger than, high availability.

Cloud Concepts

Which Well-Architected pillar focuses on using computing resources efficiently to meet requirements and maintaining efficiency as demand changes and technologies evolve?

  • a.Cost optimization
  • b.Security
  • c.Performance efficiency
  • d.Reliability

The performance efficiency pillar is about using computing resources efficiently to meet system requirements and sustaining that efficiency as demand shifts and technologies advance. It encourages selecting the right resource types and reviewing them over time.

Cloud Concepts

A company repeatedly bought too many or too few servers before it knew real demand. Which advantage of cloud computing directly addresses this?

  • a.Stop guessing about capacity
  • b.The ability to go global in minutes across Regions
  • c.Massive economies of scale from aggregated demand
  • d.Trading operating expense back into capital expense

In the cloud you scale up or down on demand, so you no longer over- or under-provision by guessing capacity in advance. This is one of the six advantages of cloud computing.

Cloud Concepts

A gaming startup wants low latency for players in Europe and Asia without building overseas data centers. Which of the six advantages applies?

  • a.Stop spending money running data centers
  • b.Go global in minutes
  • c.Benefit from massive economies of scale
  • d.Increase capacity through long procurement cycles

Deploying to multiple AWS Regions lets you reach users worldwide with low latency in minutes, rather than building foreign data centers.

Cloud Concepts

Why can AWS offer lower pay-as-you-go prices as more customers join the platform?

  • a.Aggregated demand from many customers lowers per-unit cost
  • b.Because AWS caps the number of customers per Region
  • c.Because customers each negotiate their own hardware pricing directly
  • d.Because every customer runs on isolated dedicated hardware

With hundreds of thousands of customers aggregated in the cloud, AWS achieves economies of scale that translate into lower pay-as-you-go prices.

Cloud Concepts

Which advantage means you pay only for the resources you actually consume?

  • a.Guaranteed flat monthly pricing regardless of how much you use
  • b.A mandatory three-year commitment for all resources
  • c.Unlimited capacity provided at no cost to enterprises
  • d.Trade fixed expense for variable expense

Instead of investing heavily in data centers before knowing usage, you pay a variable expense only for resources you consume.

Cloud Concepts

A company no longer wants to rack, power, and cool its own servers so it can focus on customers. Which advantage is this?

  • a.Guess future capacity needs more frequently
  • b.Reduce overall business agility and speed
  • c.Stop running and maintaining your own data centers
  • d.Spend more time on undifferentiated heavy-lifting tasks

Cloud removes the undifferentiated heavy lifting of running data centers, freeing teams to focus on customers and differentiating work.

Cloud Concepts

A team can obtain new IT resources in minutes instead of weeks. Which advantage of cloud computing is this?

  • a.Benefit from massive economies of scale
  • b.Increase speed and agility
  • c.Trade variable expense for fixed expense
  • d.Go global in minutes

Cloud agility means resources are available almost instantly, dramatically cutting the time to make them available to developers.

Cloud Concepts

When comparing on-premises with cloud, which cost concept accounts for hardware, power, cooling, staff, and space over time?

  • a.Gross margin
  • b.Marginal utility
  • c.Total cost of ownership (TCO)
  • d.An elastic amortization schedule

TCO captures all direct and indirect infrastructure costs; cloud often lowers TCO by removing data-center overhead and shifting to pay-as-you-go.

Cloud Concepts

Buying servers outright before you know how much you will use them is an example of what?

  • a.A pay-as-you-go usage charge
  • b.A variable operating expense
  • c.A consumption-based metered cost
  • d.A capital expenditure (CapEx)

CapEx is an upfront fixed purchase of assets like servers. Cloud replaces much CapEx with OpEx that scales with actual use.

Cloud Concepts

Which cost-optimization practice lowers spend by matching instance types and sizes to the actual workload requirements?

  • a.Right-sizing resources
  • b.Always buying the largest instances available
  • c.Over-provisioning for safety
  • d.Paying upfront for unused reserved capacity indefinitely

Right-sizing selects the least expensive resource that still meets performance needs, a core cost-optimization practice.

Cloud Concepts

What is the main financial advantage of the pay-as-you-go model?

  • a.You pay only for resources you consume
  • b.You prepay for maximum peak capacity for the entire year regardless of use
  • c.You must reserve all capacity three years in advance
  • d.You are billed one fixed enterprise fee each month

Pay-as-you-go converts large fixed costs into variable costs that rise and fall with usage, avoiding paying for idle capacity.

Cloud Concepts

What is the primary purpose of the AWS Cloud Adoption Framework (CAF)?

  • a.To automatically provision and scale EC2 instances for you
  • b.To encrypt all customer data at rest using managed keys
  • c.To guide organizations through cloud adoption
  • d.To monitor application performance logs in real time

The AWS CAF provides guidance and best practices across business and technical perspectives to help plan a successful cloud transformation.

Cloud Concepts

The AWS Cloud Adoption Framework organizes guidance into how many foundational capability perspectives?

  • a.Six
  • b.Ten
  • c.Three
  • d.Twelve

The CAF has six perspectives: Business, People, Governance, Platform, Security, and Operations.

Cloud Concepts

Which three CAF perspectives focus on business capabilities rather than technical ones?

  • a.Platform, Security, and Operations
  • b.Reliability, Security, and Cost
  • c.Compute, Storage, and Networking
  • d.Business, People, and Governance

In the CAF, Business, People, and Governance address business capabilities, while Platform, Security, and Operations address technical capabilities.

Cloud Concepts

Under the AWS CAF, which perspective helps you achieve the confidentiality, integrity, and availability of data and workloads?

  • a.The People perspective
  • b.The Business perspective
  • c.The Security perspective
  • d.The Operations perspective

The CAF Security perspective helps structure the selection and implementation of controls to protect data and meet compliance goals.

Cloud Concepts

Which CAF perspective focuses on culture, organizational structure, leadership, and workforce skills for cloud adoption?

  • a.Platform
  • b.Governance
  • c.People
  • d.Operations

The People perspective bridges technology and business, addressing culture, roles, and the skills needed to adopt cloud successfully.

Cloud Concepts

In AWS migration planning, the '6 R's' (or 7 R's) are a set of what?

  • a.Application migration strategies
  • b.The available AWS Support plan tiers
  • c.Security and compliance certification frameworks
  • d.The pillars of the Well-Architected Framework

The 6/7 R's (Rehost, Replatform, Repurchase, Refactor, Retire, Retain, and Relocate) describe strategies for migrating applications to the cloud.

Cloud Concepts

Moving an application to AWS with little or no change, often called 'lift and shift,' is which migration strategy?

  • a.Refactor
  • b.Retire
  • c.Rehost
  • d.Repurchase

Rehosting (lift and shift) moves an application as-is to the cloud, typically the fastest strategy and a common first step before later optimization.

Cloud Concepts

Making a few cloud optimizations, such as moving a database to Amazon RDS, without changing the core architecture is called what?

  • a.Retiring the application entirely
  • b.Retaining it on-premises for now
  • c.Repurchasing a SaaS replacement
  • d.Replatforming

Replatforming ('lift and reshape') makes targeted optimizations while keeping the application's core architecture intact.

Cloud Concepts

Replacing a self-managed application by moving to a different product, often a SaaS offering ('drop and shop'), is which strategy?

  • a.Repurchase
  • b.Refactor
  • c.Retain
  • d.Rehost

Repurchasing means switching to a different, often SaaS, product, for example moving from a self-hosted CRM to a subscription CRM.

Cloud Concepts

During a migration assessment you find applications that are no longer needed. Which strategy applies?

  • a.Repurchase equivalent SaaS tools
  • b.Rehost them on EC2
  • c.Retire them
  • d.Refactor them into microservices

Retire means decommissioning applications that provide no value, reducing cost and the migration surface area.

Cloud Concepts

Which migration strategy means keeping certain applications in their current environment for now, perhaps to revisit later?

  • a.Retain
  • b.Replatform onto managed services
  • c.Rehost onto right-sized EC2 instances
  • d.Repurchase a SaaS equivalent

Retain (sometimes 'revisit') keeps an application where it is, useful when there is no immediate business case to migrate it yet.

Cloud Concepts

Re-architecting an application to be cloud-native, such as breaking a monolith into serverless microservices, is which strategy?

  • a.Rehosting with no code changes at all
  • b.Retiring the workload permanently
  • c.Retaining it unchanged on-premises
  • d.Refactoring

Refactoring (re-architecting) significantly changes an application to take full advantage of cloud-native features; it usually costs the most effort but can yield the biggest benefits.

Cloud Concepts

What is the main purpose of the AWS Well-Architected Framework?

  • a.To provision and patch all infrastructure automatically for you
  • b.To eliminate the need for any monitoring or logging tools
  • c.To guide building secure, reliable, efficient workloads
  • d.To automatically bill customers for every architecture review performed

The Well-Architected Framework offers best practices across six pillars to help design and operate reliable, secure, efficient, cost-effective, and sustainable systems.

Cloud Concepts

How many pillars does the AWS Well-Architected Framework currently have?

  • a.Nine
  • b.Twelve
  • c.Six
  • d.Four

The six pillars are operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability.

Cloud Concepts

Which pillar focuses on running and monitoring systems and continually improving processes and procedures?

  • a.Reliability
  • b.Cost optimization
  • c.Operational excellence
  • d.Performance efficiency

Operational excellence covers running, monitoring, and continuously improving operations, using practices like operations as code and small, frequent changes.

Cloud Concepts

Protecting information and systems through confidentiality, integrity, and privilege management falls under which pillar?

  • a.Reliability
  • b.Security
  • c.Performance efficiency
  • d.Sustainability

The security pillar covers protecting data, systems, and assets, including identity management, detective controls, and data protection.

Cloud Concepts

Which Well-Architected best practice improves reliability by assuming components will fail?

  • a.Design for failure with automated recovery
  • b.Avoid redundancy entirely to minimize monthly cost
  • c.Manually restart the system after every component fault
  • d.Consolidate everything onto one large server for simplicity

Anticipating failure with redundancy and automated recovery lets systems withstand component failures, a key reliability practice.

Cloud Concepts

Using auto scaling so you no longer over- or under-provision enables which Well-Architected design principle?

  • a.Keep infrastructure static
  • b.Stop guessing capacity
  • c.Increase manual capacity planning
  • d.Refuse to test at scale

With cloud automation you add or remove capacity to match demand, so you stop guessing and avoid paying for idle or under-sized resources.

Cloud Concepts

Adopting a consumption model and measuring overall efficiency are practices in which pillar?

  • a.Cost optimization
  • b.Operational excellence
  • c.Reliability
  • d.Security

Cost optimization includes adopting a consumption model, measuring efficiency, and stopping spend on undifferentiated heavy lifting.

Cloud Concepts

Maximizing utilization of provisioned resources to reduce energy use supports which pillar?

  • a.Security
  • b.Reliability
  • c.Performance efficiency
  • d.Sustainability

The sustainability pillar reduces the environmental impact of workloads, such as by maximizing utilization and choosing efficient resources and Regions.

Cloud Concepts

Which factor is NOT typically a reason to choose one AWS Region over another?

  • a.The color scheme of the AWS Console
  • b.Availability of specific services in that Region
  • c.Data residency and compliance requirements
  • d.Proximity to end users to reduce latency

You choose Regions based on latency, compliance and data residency, service availability, and cost, not cosmetic factors.

Cloud Concepts

To design for high availability within a Region, across how many Availability Zones should you distribute resources?

  • a.Exactly one AZ per Region
  • b.At least two AZs
  • c.Zero AZs
  • d.A single AZ is sufficient

Deploying across at least two Availability Zones lets a workload survive the failure of one AZ, since AZs are physically isolated.

Cloud Concepts

Amazon CloudFront primarily uses which part of the AWS global infrastructure to cache content near users?

  • a.Local storage gateways
  • b.Edge locations
  • c.Availability Zones
  • d.Dedicated Hosts

Edge locations (points of presence) cache content close to users to lower latency for CloudFront and speed up DNS with Route 53.

Cloud Concepts

Which infrastructure option places compute and storage closer to a specific large metro area for single-digit-millisecond latency?

  • a.Reserved Instances
  • b.S3 Glacier
  • c.AWS Artifact
  • d.AWS Local Zones

AWS Local Zones extend a Region to place latency-sensitive resources near large metro areas, useful for media, gaming, and real-time applications.

Cloud Concepts

A regulated customer must keep some workloads physically on-premises but wants AWS services and APIs there. Which offering fits?

  • a.AWS Global Accelerator
  • b.Amazon CloudFront
  • c.Amazon Route 53
  • d.AWS Outposts

AWS Outposts brings AWS infrastructure and services to your own data center, supporting hybrid workloads that must remain on-premises.

Cloud Concepts

Why are Availability Zones within a Region physically separated by a meaningful distance?

  • a.So all zones can share one common power source
  • b.To force every network request through a single building
  • c.So one AZ's disaster is unlikely to impact the others
  • d.To deliberately increase network latency between the zones

AZs are far enough apart to be isolated from disasters yet close enough for low-latency links, enabling both resilience and synchronous replication.

Cloud Concepts

Which AWS service is global rather than tied to a single Region?

  • a.Amazon EC2
  • b.AWS IAM
  • c.Amazon EBS
  • d.Amazon RDS

IAM is a global service; users, roles, and policies are not confined to one Region, whereas EC2, RDS, and EBS are Regional or zonal.

Cloud Concepts

How does the cloud lower the cost of failure for new experiments?

  • a.By requiring lengthy hardware approval cycles before testing
  • b.By forcing a multi-year commitment before any experiment begins
  • c.Resources are provisioned quickly and released when done
  • d.By charging a large penalty whenever resources are deleted

Fast provisioning and release mean a failed experiment costs little, encouraging rapid, low-risk innovation.

Cloud Concepts

Which cloud characteristic means usage is monitored, controlled, and reported so you can be billed for exactly what you use?

  • a.Rapid elasticity
  • b.Measured service
  • c.Resource pooling
  • d.Broad network access

Measured service meters usage transparently, enabling pay-as-you-go billing and giving both provider and customer visibility into consumption.

Cloud Concepts

Which cloud characteristic describes AWS serving many customers from a shared pool of physical resources, abstracted from the customer?

  • a.Measured, metered service billing
  • b.On-demand self-service provisioning through the console
  • c.Rapid elasticity that scales in and out automatically
  • d.Resource pooling

Resource pooling lets AWS serve many tenants from shared, dynamically assigned physical resources while keeping each customer logically isolated.

Cloud Concepts

Which CAF perspective helps you manage and measure cloud investments, control risk, and align cloud spend with business outcomes?

  • a.Governance
  • b.People
  • c.Operations
  • d.Platform

The Governance perspective orchestrates cloud initiatives while maximizing value and minimizing risk, covering portfolio, program, and financial management.

Cloud Concepts

Which CAF perspective helps build an enterprise-grade, scalable cloud platform and modernize workloads?

  • a.Governance
  • b.Business
  • c.People
  • d.Platform

The Platform perspective focuses on building a scalable hybrid cloud platform and modernizing existing and new workloads.

Cloud Concepts

Ensuring cloud services are delivered and operated at a level that meets business needs falls under which CAF perspective?

  • a.Security
  • b.People
  • c.Operations
  • d.Business

The Operations perspective ensures cloud services are delivered and operated reliably to meet business requirements, including observability and incident management.

Cloud Concepts

In an on-premises model, who bears the risk of buying too much or too little capacity?

  • a.No one, because capacity is automatic
  • b.The end users of the application
  • c.The hardware manufacturer that originally supplied the physical servers
  • d.The organization that owns the data center

On-premises, the organization must forecast and buy capacity, bearing the cost of over- or under-provisioning; the cloud shifts this to elastic consumption.

Cloud Concepts

What distinguishes elasticity from basic scalability?

  • a.Elasticity scales capacity out and back in automatically
  • b.Elasticity applies exclusively to object storage services
  • c.Elasticity means the capacity level can never change at all
  • d.Elasticity can only ever add capacity, never remove it

Scalability is the capacity to grow; elasticity adds and removes resources automatically in response to real-time demand.

Cloud Concepts

A service with 'four nines' availability is designed to be up about what percentage of the time?

  • a.90%
  • b.9.9%
  • c.99.99%
  • d.50%

'Four nines' means 99.99% availability, roughly 52 minutes of downtime per year; more nines mean less allowable downtime.

Cloud Concepts

In disaster-recovery planning, what does Recovery Time Objective (RTO) measure?

  • a.The target time to restore service after disruption
  • b.The total monthly cost of storing all backups offsite
  • c.The number of Availability Zones available in a given Region
  • d.The maximum acceptable amount of data loss measured in time

RTO is how quickly you must recover service after an outage; RPO, by contrast, is how much data loss in time is acceptable.

Cloud Concepts

What does Recovery Point Objective (RPO) describe?

  • a.The maximum acceptable data loss, in time
  • b.The hourly on-demand price of an EC2 instance type
  • c.The total number of concurrent users a given system can support
  • d.How fast the network can transfer data between Regions worldwide

RPO defines how much recent data you can afford to lose, guiding backup and replication frequency.

Cloud Concepts

Why is the cloud's variable-cost model especially valuable to a new startup?

  • a.It avoids large upfront hardware spending to launch
  • b.It contractually guarantees the startup will become profitable
  • c.It requires purchasing three full years of capacity upfront
  • d.It removes the need to write or maintain any software

Startups can launch without buying data centers, paying only as they grow, freeing capital and reducing risk.

Cloud Concepts

'Performing operations as code' is a design principle of which pillar?

  • a.Performance efficiency and cost optimization considered together as one
  • b.Sustainability
  • c.Operational excellence
  • d.Cost optimization

Operational excellence encourages defining operations as code so procedures are consistent, repeatable, and can be triggered automatically.

Cloud Concepts

Which reliability design principle uses monitoring to trigger remediation from failure?

  • a.Avoid horizontal scaling
  • b.Test only in production without monitoring
  • c.Automatically recover from failure
  • d.Provision infrastructure manually

Reliability best practices include automatically recovering from failure by monitoring key indicators and triggering remediation.

Cloud Concepts

Which performance-efficiency practice involves trying new instance types, storage, or services to find the best fit?

  • a.Never change the initial choice
  • b.Always buy the largest resource
  • c.Experiment more often using on-demand resources
  • d.Always provision the largest possible instances regardless of the workload

Performance efficiency encourages experimenting with different resource types and configurations to keep matching technology to the workload.

Cloud Concepts

Which of the following is one of the six advantages of cloud computing described by AWS?

  • a.Eliminate all customer security responsibilities entirely
  • b.Guarantee zero downtime and zero failures forever
  • c.Remove the need to write any application code
  • d.Benefit from economies of scale

The six advantages include economies of scale, trading capital for variable expense, stopping capacity guessing, increasing agility, avoiding data-center spend, and going global in minutes.

Cloud Concepts

Which is a common reason an organization adopts a hybrid cloud model?

  • a.To keep some data on-premises for latency or compliance
  • b.To avoid using any AWS or cloud services whatsoever
  • c.To eliminate its corporate network infrastructure completely
  • d.To intentionally make all of its data publicly accessible online

Hybrid architectures keep sensitive or latency-critical workloads on-premises while extending to the cloud for scale and new capabilities.

Cloud Concepts

Running an application entirely on AWS with no on-premises components is best described as which deployment model?

  • a.Multi-tenant colocation
  • b.Hybrid
  • c.Cloud (all-in)
  • d.On-premises

A cloud (or all-in) deployment runs entirely in the cloud, versus hybrid (mixed) or on-premises (private) models.

Cloud Concepts

What is a key benefit of choosing AWS managed services over self-managing the same software?

  • a.You must manually patch the underlying operating system yourself
  • b.You permanently lose the ability to scale the workload
  • c.You must give up all encryption and data-protection options
  • d.AWS handles patching, backups, and scaling for you

Managed services offload operational heavy lifting so teams focus on business logic instead of infrastructure.

Cloud Concepts

The AWS CAF describes transformation across domains such as technology, process, organization, and what else?

  • a.Product
  • b.Geography
  • c.Weather
  • d.Currency

The CAF identifies four transformation domains: technology, process, organization, and product.

Cloud Concepts

Turning off non-production environments (like dev and test) outside business hours is an example of what?

  • a.A reduction in the security posture of the account
  • b.The migration strategy formally known as Retire
  • c.Cost optimization by cutting idle-resource spend
  • d.A deliberate increase in capital expenditure over time

Shutting down idle resources aligns spend with actual need, a core cost-optimization tactic enabled by the cloud's on-demand model.

Cloud Concepts

Which AWS tool lets you review your workloads against Well-Architected best practices and get improvement guidance?

  • a.AWS Snowball
  • b.AWS Pricing Calculator
  • c.AWS Well-Architected Tool
  • d.Amazon Inspector

The AWS Well-Architected Tool guides you through questions per pillar, identifies risks, and recommends improvements for your workloads.

Cloud Concepts

How does increased agility from the cloud create business value?

  • a.By helping teams deliver features and adapt faster
  • b.By locking every team into fixed annual infrastructure plans
  • c.By requiring substantially more upfront hardware capacity planning
  • d.By deliberately slowing product releases for extra safety review

Agility lets organizations experiment, iterate, and ship faster, turning IT speed into competitive advantage.

Cloud Concepts

Which statement about the AWS global infrastructure is accurate?

  • a.A single Availability Zone spans several different Regions
  • b.Each Region is made up of exactly one single data center
  • c.Regions each contain multiple Availability Zones
  • d.Edge locations fully replace Availability Zones for compute

The infrastructure is Regions (geographic areas) containing Availability Zones (isolated data-center clusters), plus a large network of edge locations.

Cloud Concepts

A European company must keep customer data within the EU. What does the AWS global infrastructure let it do?

  • a.Store all of its data exclusively at network edge locations
  • b.Rely entirely on AWS to choose the Region on their behalf
  • c.Automatically relocate data anywhere in the world for speed
  • d.Select an EU Region so data resides there

Customers control which Region stores their data, so they can meet data-residency and compliance requirements by choosing an in-region location.

Cloud Concepts

Compared with communication between two AWS Regions, communication between Availability Zones in the same Region generally has what?

  • a.Higher latency
  • b.Identical latency to cross-continent links
  • c.Lower latency
  • d.No connectivity at all

AZs in a Region are linked by high-bandwidth, low-latency networking, so intra-Region AZ traffic is faster than cross-Region traffic.

Cloud Concepts

Choosing a Region powered by renewable energy and consolidating workloads to raise utilization supports which pillar?

  • a.Sustainability
  • b.Cost optimization only
  • c.Security
  • d.Reliability

The sustainability pillar considers environmental impact, including selecting efficient Regions and maximizing utilization.

Cloud Concepts

The AWS CAF describes a transformation journey with phases such as Envision, Align, Launch, and what?

  • a.Refactor
  • b.Retire
  • c.Scale
  • d.Rehost

The CAF transformation phases are Envision, Align, Launch, and Scale, moving from identifying opportunities to delivering and then expanding cloud value.

Cloud Concepts

Removing 'undifferentiated heavy lifting' primarily allows an organization to do what?

  • a.Substantially increase its data-center operations staffing
  • b.Spend considerably more time managing physical server hardware
  • c.Focus more on work that differentiates the business
  • d.Deliberately slow the pace of product development work

Offloading commodity infrastructure work lets teams invest effort in the products and features that set the business apart.

Cloud Concepts

Auto Scaling combined with pay-as-you-go pricing primarily helps a business achieve what?

  • a.Fixed spending regardless of demand
  • b.Cost that closely follows actual demand
  • c.Permanent over-provisioning of capacity
  • d.Guaranteed lowest price only for reserved terms

Elastic scaling with usage-based pricing means you provision to match demand, so cost rises and falls with real usage rather than a fixed peak.

Cloud Concepts

Which operational-excellence practice reduces risk when improving a system?

  • a.Never test any changes before releasing to users
  • b.Change every component simultaneously in production
  • c.Deploy large, infrequent changes all at once each quarter
  • d.Make small, reversible changes often

Frequent, small, reversible changes limit blast radius and make it easy to roll back.

Cloud Concepts

Which design increases the risk to reliability?

  • a.Automating detection and recovery from failures
  • b.Using a load balancer in front of several healthy targets
  • c.Relying on one server with no redundancy
  • d.Distributing the workload across multiple Availability Zones

A single point of failure with no redundancy undermines reliability; distributing across AZs and automating recovery are the recommended alternatives.

Cloud Concepts

Which of the following is NOT a benefit of cloud computing as described by AWS?

  • a.The ability to deploy and go global within minutes
  • b.Removing the customer's duty to secure their own data
  • c.Increased overall speed and business agility in delivery
  • d.Trading upfront capital expense for variable operating expense

Security is a shared responsibility; customers always remain responsible for securing their data. The others are genuine cloud benefits.

How hard is the exam?

The AWS Certified Cloud Practitioner (CLF-C02) is a foundational exam: 65 questions (50 scored plus 15 unscored) in 90 minutes, scored on a 100-1,000 scale where 700 passes. The exam fee is $100. It is broad but introductory — no coding — covering cloud concepts, security, core AWS services and billing.

Recommended study hours
20-40 hours for most; more if cloud computing is entirely new to you.
Pass rate
We read AWS's own published material in September 2026 and there is no pass rate in it. The phrase “pass rate” does not appear in the AWS Certification FAQ or in the CLF-C02 exam guide. Do not mistake AWS’s line that it “does not publish exam passing scores” for a statement about pass rates — that one is about the cut score, and the exam guide states it anyway: “The minimum passing score is 700.”Source: AWS — Certification FAQs · AWS — Certified Cloud Practitioner (CLF-C02) Exam Guide (PDF)
Where to focus first
Cloud Technology & Services (34%) and Security & Compliance (30%) are the two largest domains — together about two-thirds of the exam.

Fees and salaries are approximate and change over time. The pass rate above is quoted from the source linked beside it, for the period that source covers — where we have not checked a source, we say so and give no number.

Report