Azure Fundamentals (AZ-900) — All Questions
Sở hữu trọn bộ hướng dẫn Microsoft Azure Fundamentals (AZ-900) — PDF + EPUB, $14.99 →
← Back to practice96 questions
Which cloud service model gives you the most control over the operating system, networking, and installed software, while the provider manages only the physical hardware?
- a.Function as a Service (FaaS)
- b.Software as a Service (SaaS)
- c.Infrastructure as a Service (IaaS)✓
- d.Platform as a Service (PaaS)
IaaS provides virtualized compute, storage, and networking, leaving the customer responsible for the operating system and everything above it. The provider only manages the underlying physical infrastructure. This gives the greatest flexibility but also the most administrative overhead.
In which cloud service model does the provider deliver a complete, ready-to-use application over the internet, such as a hosted email or CRM product?
- a.Infrastructure as a Service (IaaS)
- b.Platform as a Service (PaaS)
- c.Software as a Service (SaaS)✓
- d.Desktop as a Service (DaaS)
SaaS delivers finished software that users simply consume, usually through a web browser. The provider manages everything from the hardware up to the application itself. Customers only configure settings and manage their own data and users.
A development team wants to deploy code without managing the underlying servers, operating system patches, or runtime. Which model best fits this need?
- a.Infrastructure as a Service (IaaS)
- b.Colocation hosting
- c.Platform as a Service (PaaS)✓
- d.Software as a Service (SaaS)
PaaS provides a managed platform including the operating system, runtime, and middleware, so developers focus only on their application code and data. The provider handles patching and infrastructure maintenance. This accelerates development while reducing operational burden.
What is the primary financial benefit of the cloud's consumption-based (pay-as-you-go) pricing model?
- a.Hardware must be purchased upfront for the year
- b.You pay only for the resources you actually use, converting capital expense into operating expense✓
- c.You receive a fixed monthly bill regardless of usage
- d.Costs are hidden until an annual audit
Consumption-based pricing charges you only for the compute, storage, and services you consume. This shifts spending from large upfront capital expenditure (CapEx) to flexible operating expenditure (OpEx). It lets organizations avoid over-provisioning and align cost with demand.
Which cloud benefit describes the ability to quickly add or remove resources to match changing demand?
- a.Scalability and elasticity✓
- b.High latency
- c.Manual provisioning
- d.Vendor lock-in
Scalability lets you increase capacity as workloads grow, while elasticity automatically adds or removes resources in response to demand. Together they ensure applications perform well during spikes and save money during quiet periods. This responsiveness is a core advantage of cloud computing.
What does the term 'high availability' primarily refer to in cloud computing?
- a.Keeping applications running and accessible with minimal downtime✓
- b.Encrypting data at rest
- c.Reducing the number of servers to save money
- d.Storing data in a single location
High availability means designing systems so they remain operational even when individual components fail. Cloud platforms achieve this through redundancy, load balancing, and distribution across fault domains. The goal is to minimize service interruptions and meet uptime commitments.
In the shared responsibility model, which task is ALWAYS the customer's responsibility regardless of the service model used?
- a.Maintaining the physical datacenter security
- b.Securing the physical network cabling
- c.Replacing failed physical hard drives
- d.Managing the data, accounts, and access identities✓
The customer always retains responsibility for their own data, user accounts, and identity/access management no matter which service model is chosen. The provider is always responsible for the physical datacenter and hardware. Responsibilities in between shift depending on IaaS, PaaS, or SaaS.
Under the shared responsibility model for IaaS, who is responsible for patching the guest operating system on a virtual machine?
- a.No patching is required in the cloud
- b.The customer✓
- c.The hardware vendor
- d.The cloud provider
With IaaS, the customer manages the virtual machine's operating system, including applying security patches and updates. The provider only maintains the physical host and hypervisor. This division is central to understanding cloud security obligations.
Which type of cloud deployment combines on-premises infrastructure with public cloud resources, allowing data and applications to move between them?
- a.Private cloud only
- b.Community cloud
- c.Hybrid cloud✓
- d.Public cloud only
A hybrid cloud connects private, on-premises environments with public cloud services so workloads can span both. This lets organizations keep sensitive systems local while bursting to the public cloud for scale. It is popular for gradual migration and regulatory needs.
What is a defining characteristic of a public cloud deployment?
- a.Hardware is dedicated exclusively to one organization on-premises
- b.Resources are owned and operated by a third-party provider and shared among multiple organizations✓
- c.It cannot connect to the internet
- d.It requires the customer to own the datacenter
In a public cloud, a third-party provider owns the infrastructure and offers services to many customers over the internet. Resources are multi-tenant and delivered on demand. This model offers low upfront cost and virtually unlimited scale.
Which deployment model dedicates cloud infrastructure to a single organization, often for stricter control or compliance?
- a.Private cloud✓
- b.Public cloud
- c.Hybrid cloud
- d.Multi-tenant SaaS
A private cloud provides computing resources used exclusively by one organization, whether hosted on-premises or by a provider. It offers greater control and isolation, which helps meet strict security or regulatory requirements. The trade-off is typically higher cost and management effort.
What is meant by 'agility' as a benefit of cloud computing?
- a.The requirement to sign multi-year hardware contracts
- b.The ability to rapidly develop, test, and deploy applications✓
- c.The guarantee of zero cost
- d.The elimination of all security concerns
Agility refers to how quickly you can provision resources and bring solutions to market in the cloud. Instead of waiting weeks to procure hardware, teams spin up environments in minutes. This speed accelerates innovation and experimentation.
Which concept describes distributing resources across multiple physical datacenters so a single failure does not take down a service?
- a.Data sovereignty
- b.Consumption-based billing
- c.Fault tolerance and redundancy✓
- d.Vertical scaling
Fault tolerance uses redundant components and locations so the failure of one does not disrupt the overall service. Cloud providers replicate resources across isolated fault domains. This design keeps applications available during hardware or facility failures.
What distinguishes 'vertical scaling' from 'horizontal scaling'?
- a.They are identical terms
- b.Vertical scaling adds more instances, while horizontal scaling adds CPU/RAM
- c.Vertical scaling adds power (CPU/RAM) to an existing resource, while horizontal scaling adds more instances✓
- d.Vertical scaling only applies to storage
Vertical scaling (scaling up) increases the capacity of a single machine by adding CPU, memory, or disk. Horizontal scaling (scaling out) adds more machines or instances to share the load. Cloud platforms support both, but scaling out is often more resilient.
Which of the following is an example of an operating expense (OpEx) enabled by the cloud?
- a.A one-time purchase of physical servers
- b.Buying a datacenter building
- c.A monthly bill for the compute hours consumed✓
- d.Purchasing networking hardware upfront
OpEx refers to ongoing, usage-based spending such as a monthly cloud bill for consumed services. This contrasts with CapEx, which is a large upfront purchase of assets. The cloud's pay-as-you-go model favors OpEx, improving cash flow and flexibility.
What does 'disaster recovery' in the cloud primarily help an organization achieve?
- a.Restoring systems and data quickly after a major outage or failure✓
- b.Eliminating the need for backups
- c.Reducing the monthly subscription cost
- d.Increasing application latency
Disaster recovery is the practice of restoring IT systems and data after a significant disruptive event. Cloud services make this easier and more affordable by replicating data to other regions. This minimizes downtime and data loss during major incidents.
Which cloud characteristic allows many customers to share the same physical infrastructure while remaining logically isolated?
- a.Single-tenancy
- b.Multi-tenancy✓
- c.Colocation
- d.On-premises hosting
Multi-tenancy means multiple customers (tenants) share the same underlying physical resources while their data and workloads stay logically separated. This efficient use of hardware lowers costs for everyone. Providers enforce strong isolation to keep tenants secure from one another.
A company wants to avoid the cost and effort of maintaining physical servers. Which cloud advantage most directly addresses this?
- a.Longer procurement times
- b.Increased hardware ownership
- c.Reduced infrastructure management responsibility✓
- d.Higher capital expenditure
By moving to the cloud, organizations offload the purchase, maintenance, and refresh of physical hardware to the provider. This reduces the management burden and staffing needed for datacenters. Teams can then focus on applications and business value instead of infrastructure.
What is the main purpose of a service-level agreement (SLA) offered by a cloud provider?
- a.It lists the provider's employees
- b.It formally defines the expected performance and uptime guarantees for a service✓
- c.It encrypts customer data automatically
- d.It sets the price of physical hardware
An SLA is a formal commitment that specifies metrics such as guaranteed uptime and availability for a service. If the provider fails to meet these targets, customers may receive service credits. SLAs help organizations plan for reliability and set expectations.
Which of the following best describes 'elasticity' in cloud computing?
- a.Applications must be manually restarted daily
- b.Resources remain fixed regardless of load
- c.Storage is limited to a single disk
- d.Resources automatically expand or contract to match real-time demand✓
Elasticity is the automatic scaling of resources up or down in response to workload changes. During a traffic spike, more capacity is added; when demand falls, capacity is released. This keeps performance steady while avoiding payment for idle resources.
In the shared responsibility model for SaaS, which responsibility shifts almost entirely to the provider?
- a.Managing the application, runtime, and operating system✓
- b.Setting data-sharing permissions
- c.Choosing which users get accounts
- d.Managing user access and data classification
In SaaS, the provider manages nearly the entire stack including the application, runtime, and operating system. The customer's remaining duties center on their data, users, and access configuration. This makes SaaS the lowest-maintenance model for consumers.
Why is 'geographic distribution' of datacenters valuable to cloud customers?
- a.It increases the physical distance data must travel
- b.It forces all data into one country
- c.It lets applications serve users from nearby locations, reducing latency and improving resilience✓
- d.It removes the need for redundancy
Providers operate datacenters around the world so applications can run close to their users. This lowers latency and improves the user experience. Geographic spread also supports disaster recovery and compliance with data-residency requirements.
Which statement about capital expenditure (CapEx) is correct?
- a.It is a recurring monthly usage charge
- b.It only applies to cloud subscriptions
- c.It is a large upfront investment in physical assets like servers and datacenters✓
- d.It eliminates the need to own hardware
CapEx is spending on tangible assets, such as buying servers or building a datacenter, that are used over many years. Traditional on-premises IT relies heavily on CapEx. Cloud computing reduces CapEx by shifting toward pay-as-you-go OpEx.
What is a key reason organizations adopt cloud computing for 'reliability'?
- a.Built-in redundancy and backups keep services running and recoverable during failures✓
- b.It makes applications run offline permanently
- c.It guarantees the code has no bugs
- d.It removes the need for testing
Reliability in the cloud comes from redundant infrastructure, automated backups, and the ability to recover quickly from failures. Providers design their platforms to keep services available and data protected. This lets organizations meet uptime and continuity goals more easily.
A workload experiences predictable spikes every weekday morning. Which cloud capability lets it automatically add capacity during those spikes and remove it afterward?
- a.Data archiving
- b.Static provisioning
- c.Autoscaling✓
- d.Manual server purchasing
Autoscaling monitors demand and adjusts the number of running resources automatically. During predictable morning spikes it adds instances, then removes them when traffic subsides. This maintains performance while controlling cost, a hallmark of elastic cloud design.
Which of the following is generally NOT considered a benefit of moving to the public cloud?
- a.Full ownership and physical control of the underlying hardware✓
- b.Reduced upfront capital costs
- c.Scalability on demand
- d.Global reach and availability
Public cloud customers do not own or physically control the hardware; that stays with the provider. The recognized benefits include on-demand scalability, lower upfront costs, and global reach. Trading physical control for these advantages is the essence of the public cloud model.
Which statement best defines a consumption-based (pay-as-you-go) pricing model?
- a.You must estimate and pay for peak capacity even when it sits completely idle
- b.You pay only for the resources you use, with no upfront commitment✓
- c.A fixed yearly fee is paid in advance regardless of how much you actually use
- d.Billing is based on the number of employees in the organization
Consumption-based pricing charges you only for the compute, storage, and services you actually consume. There is no large upfront commitment, so spending tracks real usage. This lets organizations avoid paying for idle, over-provisioned capacity.
Which spending shift best characterizes moving from an on-premises datacenter to a pay-as-you-go cloud model?
- a.From variable usage-based costs to fixed hardware purchases
- b.From subscription billing to one-time perpetual software licenses
- c.From capital expenditure (CapEx) to operating expenditure (OpEx)✓
- d.From operating expenditure (OpEx) to capital expenditure (CapEx)
On-premises IT relies on CapEx: large upfront purchases of servers and facilities. The cloud shifts spending to OpEx, an ongoing usage-based cost. This improves cash flow and removes the need to buy assets years ahead of demand.
Which of the following is the clearest example of Software as a Service (SaaS)?
- a.A managed database platform where you still deploy your own schema and application code
- b.A bare-metal server hosted in a colocation facility that you fully manage
- c.A ready-to-use, web-based email service accessed through a browser✓
- d.Renting a virtual machine on which you install and maintain your own applications yourself
SaaS delivers a finished application that users simply consume, usually through a browser. The provider manages everything from hardware up to the application. Hosted email or CRM products are classic SaaS examples.
A company wants full control of the operating system and installed software but does not want to buy or maintain physical servers. Which model fits?
- a.Platform as a Service (PaaS)
- b.Infrastructure as a Service (IaaS)✓
- c.Software as a Service (SaaS)
- d.A fully managed, ready-to-use application delivered over the internet
IaaS provides virtualized compute, storage, and networking while the provider maintains the physical hardware. The customer controls the OS and everything above it. This offers maximum flexibility without owning servers.
In the cloud shared responsibility model, which item is ALWAYS the provider's responsibility across every service model?
- a.The configuration of user access permissions
- b.The classification and protection of the customer's data
- c.The management of user accounts and identities
- d.The physical security of the datacenters and hardware✓
No matter the service model, the provider always secures the physical datacenter and hardware. Data, identities, and access remain the customer's responsibility. Layers in between shift depending on IaaS, PaaS, or SaaS.
How does consumption-based pricing help organizations avoid wasted spending?
- a.You pay only for what you use, avoiding over-provisioning for peak demand✓
- b.It charges a flat fee that never changes regardless of how much you use
- c.It bills based on the number of datacenters the provider operates worldwide
- d.It requires you to buy three years of capacity in advance for every workload
Because you pay only for what you consume, you no longer buy hardware sized for peak load that sits idle most of the time. Costs scale up and down with demand. This eliminates the waste of traditional over-provisioning.
Which statement is TRUE of the public cloud deployment model?
- a.It can only be used by a single organization inside its own building
- b.A third-party provider owns the infrastructure and offers it to many customers✓
- c.The customer owns, maintains, and refreshes all of the underlying physical hardware
- d.It cannot scale beyond a small fixed amount of capacity
In a public cloud, a third-party provider owns and operates the infrastructure and offers it to many tenants over the internet. Resources are shared and delivered on demand. This gives low upfront cost and vast scale.
An organization needs computing resources used exclusively by itself for compliance reasons, hosted either on-premises or by a provider. Which model is this?
- a.Community cloud shared by several agencies
- b.Private cloud✓
- c.Multi-tenant SaaS
- d.Public cloud
A private cloud dedicates infrastructure to a single organization, whether hosted internally or by a provider. This isolation supports strict security and compliance needs. The trade-off is usually higher cost and management effort.
What is a key advantage of a hybrid cloud approach?
- a.It forces all data to remain permanently in a single datacenter
- b.It eliminates the ability to use any public cloud services
- c.It lets sensitive workloads stay on-premises while bursting to the public cloud for scale✓
- d.It completely removes the need for any form of internet connectivity between sites
Hybrid cloud links private, on-premises environments with public cloud services. Sensitive systems can stay local while workloads burst to the cloud for extra capacity. It suits gradual migration and regulatory requirements.
Which description best matches elasticity rather than plain scalability?
- a.Storage is limited to one physical disk per server
- b.Resources automatically grow and shrink in near real time as demand changes✓
- c.An administrator manually places an order for additional servers whenever demand rises
- d.Capacity is fixed at deployment and never changes afterward
Elasticity is the automatic, demand-driven expansion and contraction of resources. Scalability is the broader ability to grow capacity, which can be manual. Elasticity specifically implies near real-time, hands-off adjustment.
Which design choice most directly increases the high availability of an application?
- a.Running the application on a single server with no backups at all
- b.Storing every copy of the data on one disk in one datacenter
- c.Deploying redundant instances across multiple fault domains✓
- d.Disabling monitoring and health checks to reduce operating cost
High availability comes from redundancy so that no single failure takes the service down. Spreading instances across fault domains keeps the app running during hardware faults. Monitoring and backups support, but do not by themselves create, availability.
A startup can launch a new test environment in minutes instead of waiting weeks for hardware. Which cloud benefit does this illustrate?
- a.Multi-tenancy
- b.Agility✓
- c.Data sovereignty
- d.Vendor lock-in
Agility is the ability to provision resources and deliver solutions quickly. Instead of long hardware procurement, environments spin up in minutes. This speeds experimentation and time to market.
Which practice best supports disaster recovery for a cloud-hosted application?
- a.Turning off all backups permanently to reduce monthly cost
- b.Replicating data and workloads to a geographically separate region✓
- c.Relying on users to email themselves copies of important files
- d.Keeping only one single copy of all production data in one primary region
Disaster recovery restores systems and data after a major outage. Replicating to a separate region protects against a whole-region failure such as a natural disaster. This minimizes downtime and data loss.
Which of the following is an example of a capital expenditure (CapEx)?
- a.A one-time purchase of physical servers for a datacenter✓
- b.A per-second charge for a running container instance
- c.A usage-based fee for outbound data transfer
- d.A recurring monthly invoice for the cloud compute hours actually consumed
CapEx is an upfront purchase of long-lived assets such as servers or datacenter equipment. It is depreciated over years. The cloud reduces CapEx by replacing it with usage-based OpEx.
Which characteristic describes operating expenditure (OpEx) in a cloud context?
- a.Ongoing, usage-based costs that scale with consumption✓
- b.A large upfront purchase of hardware assets
- c.A fixed asset that is depreciated over several years
- d.A one-time perpetual software license bought outright
OpEx is ongoing spending that rises and falls with usage, like a monthly cloud bill. It contrasts with CapEx, a big upfront asset purchase. The pay-as-you-go cloud model favors OpEx.
Under PaaS, which responsibility typically remains with the customer?
- a.Managing their application code and data✓
- b.Maintaining the physical network hardware in the datacenter
- c.Patching the underlying host operating system
- d.Replacing failed physical disks in the datacenter
With PaaS the provider manages the OS, runtime, and infrastructure. The customer focuses on their application code and data. This reduces operational overhead while keeping control of the app.
Adding more identical web server instances behind a load balancer to handle more users is an example of what?
- a.Archiving cold data to lower tiers
- b.Horizontal scaling (scaling out)✓
- c.Reducing redundancy across the system
- d.Vertical scaling (scaling up)
Horizontal scaling, or scaling out, adds more instances to share the load. Vertical scaling instead adds CPU or memory to a single machine. Scaling out is often more resilient and elastic.
How does fault tolerance differ from disaster recovery?
- a.Disaster recovery prevents any failure from ever happening at all
- b.Fault tolerance only applies to monthly billing calculations
- c.Fault tolerance keeps a system running through component failures; disaster recovery restores it after a major outage✓
- d.They are exactly the same concept and are fully interchangeable in every single situation
Fault tolerance uses redundancy so individual component failures do not stop the service. Disaster recovery is about restoring service and data after a large disruptive event. They are complementary reliability strategies.
If a cloud service offers a higher composite SLA, what does that generally indicate?
- a.It consumes less electricity in the datacenter
- b.It offers a stronger guarantee of uptime and availability✓
- c.It costs nothing at all to run each month
- d.It is far more likely to contain unpatched security vulnerabilities over time
An SLA is the provider's formal commitment to a level of uptime and availability. A higher SLA means a stronger guarantee and less allowed downtime. Failing to meet it can entitle customers to service credits.
Why does multi-tenancy help lower costs in the public cloud?
- a.Because it removes the need for any security controls whatsoever
- b.Because each and every customer is given fully dedicated physical hardware of their own
- c.Because it stores all data on the customer's own premises
- d.Because many customers share the same underlying infrastructure efficiently✓
Multi-tenancy lets many customers share pooled physical resources while staying logically isolated. This high utilization spreads cost across tenants. Providers enforce strong isolation to keep tenants secure from one another.
Cloud providers can often offer lower per-unit prices than a single company running its own datacenter. Why?
- a.Because they never invest in any new hardware at all
- b.Economies of scale from operating massive, shared datacenters✓
- c.Because customers must pay for all unused capacity upfront
- d.Because they avoid every electricity and cooling cost entirely
Providers operate at enormous scale, buying and running hardware far more efficiently than a single firm. These economies of scale lower the per-unit cost. Savings are passed on through competitive pricing.
A team wants to build and deploy a web app while letting the provider handle OS patching, runtime, and scaling. Which model should they choose?
- a.Infrastructure as a Service (IaaS)
- b.On-premises bare metal
- c.Colocation hosting
- d.Platform as a Service (PaaS)✓
PaaS provides a managed platform including OS, runtime, and scaling. Developers deploy code without managing servers. This accelerates delivery and cuts operational work.
With a SaaS product, what does the customer still control?
- a.The physical servers running the service
- b.The operating system patching schedule and the maintenance windows for the servers
- c.The application's underlying source code
- d.Their own data and which users have accounts✓
In SaaS the provider manages almost the entire stack. The customer's remaining responsibilities center on their data, users, and access settings. This makes SaaS the lowest-maintenance model for consumers.
Which billing behavior is characteristic of many serverless and consumption-based cloud services?
- a.A single flat annual license fee that applies regardless of how much you actually use
- b.Charges that accrue per execution or per second of actual use✓
- c.Charges that occur only when you buy new physical hardware
- d.A single fixed fee for truly unlimited usage forever
Serverless and consumption services bill on granular actual usage, such as per execution or per second. There is no charge when nothing runs. This tightly aligns cost with real demand.
A hospital must keep certain patient records on infrastructure it fully controls but wants cloud scale for its public website. Which model fits both needs?
- a.SaaS only
- b.Public cloud only
- c.Hybrid cloud✓
- d.A single private cloud with no internet access at all
A hybrid cloud lets the hospital keep sensitive records on controlled infrastructure while using public cloud scale for the website. Data and apps can move between the two. This balances compliance with flexibility.
How does deploying to multiple global regions improve the user experience?
- a.It increases the distance data must travel to users
- b.It removes the need for any redundancy in the design
- c.It forces all traffic through one single country
- d.It places resources closer to users, lowering latency✓
Running resources in regions near users reduces network latency. It also supports resilience and data-residency compliance. Global reach is a core advantage of large cloud platforms.
In a traditional on-premises datacenter (not cloud), who is responsible for the physical security of the servers?
- a.No one is responsible for it in that model
- b.The external cloud provider that hosts the organization's other workloads
- c.The internet service provider that supplies connectivity
- d.The organization that owns the datacenter✓
On-premises, the owning organization is fully responsible for physical security, hardware, and everything else. Moving to the cloud shifts physical security to the provider. This is a key difference in the shared responsibility model.
During off-peak hours, an elastic system automatically removes unused instances. What is the main benefit?
- a.Lower cost by not paying for idle capacity✓
- b.A guarantee that the customer owns the physical hardware
- c.Permanently fixed capacity that never changes
- d.Consistently higher latency and slower response times for all end users
Elasticity releases resources when demand falls so you stop paying for idle capacity. Capacity returns automatically when demand rises. This keeps performance steady while controlling cost.
Which cloud capability most improves reliability during a hardware failure?
- a.Turning off all health monitoring to save money
- b.Deleting older backups on a regular schedule to conserve storage space
- c.Automatic failover to redundant resources✓
- d.Using only a single availability zone for all resources
Reliability during failures depends on redundancy and automatic failover. When one component fails, traffic shifts to healthy resources. This keeps the service available with minimal disruption.
What does 'scalability' primarily describe?
- a.The ability to increase capacity to handle growing workloads✓
- b.The ability to encrypt data both at rest and in transit automatically
- c.The ability to physically own the underlying servers
- d.The ability to disable all logging across the system
Scalability is the capacity to grow resources to meet increasing demand. It can be achieved by scaling up or scaling out. It ensures applications keep performing as workloads expand.
Why might a growing startup prefer the cloud's OpEx model over large CapEx purchases?
- a.It locks them into rigid ten-year hardware purchase and maintenance contracts
- b.It requires buying a full datacenter building first before any deployment
- c.It preserves cash by avoiding large upfront hardware investments✓
- d.It guarantees the software they build will contain no bugs
The OpEx model spreads cost over time as usage-based charges. This preserves cash and avoids risky upfront hardware bets. Startups can scale spending gradually as they grow.
You deploy a virtual machine using IaaS. Who applies security updates to the guest operating system?
- a.The hardware manufacturer handles it automatically
- b.The provider does it silently on your behalf
- c.No operating system updates are ever needed in IaaS
- d.You, the customer✓
With IaaS the customer manages the guest OS, including patching. The provider only maintains the physical host and hypervisor. This division is central to cloud security responsibilities.
An enterprise gradually moving workloads to the cloud over several years, keeping some systems on-premises meanwhile, is using which approach?
- a.A hybrid cloud migration✓
- b.Colocation hosting only
- c.SaaS used exclusively for everything
- d.Pure public cloud adopted from day one
Running some systems on-premises while others move to the cloud is a hybrid approach. It supports phased migration and reduces risk. Workloads can be shifted as they are ready.
In disaster recovery planning, what does the Recovery Time Objective (RTO) represent?
- a.The target time to restore a system after an outage✓
- b.The total number of users on the system
- c.The total amount of storage the system uses
- d.The total monthly cost of the service including data transfer charges
RTO is the maximum acceptable time to restore service after a disruption. It guides how fast recovery mechanisms must work. A related metric, RPO, defines acceptable data loss.
Compared with pay-as-you-go, what do you trade for a discount when you reserve capacity for one or three years?
- a.You automatically lose all technical support entitlements
- b.You must immediately move to a competing cloud provider
- c.You commit to a term in exchange for lower rates✓
- d.You receive noticeably worse performance for the same reserved workloads
Reservations give a discount in return for committing to a one- or three-year term. They suit steady, predictable workloads. The trade-off is reduced flexibility, not reduced performance.
Which of the following is NOT typically a benefit of public cloud computing?
- a.Reduced upfront capital cost through a pay-as-you-go consumption model
- b.Global reach across many regions
- c.On-demand scalability of resources
- d.Full physical control over the underlying hardware✓
Public cloud customers give up physical control of hardware to the provider. The recognized benefits include scalability, lower upfront cost, and global reach. Trading physical control for these advantages defines the model.
Regardless of using IaaS, PaaS, or SaaS, which security duty stays with the customer?
- a.Securing the physical building and its entrances
- b.Cooling and powering the physical datacenter
- c.Replacing failed network switches and other hardware in the server racks
- d.Managing their own user identities and access✓
Across every model the customer remains responsible for their data, identities, and access. The provider always handles the physical facility and hardware. Understanding this boundary is essential to cloud security.
An online retailer's site automatically adds capacity on a busy shopping holiday and releases it afterward. This is a direct example of what?
- a.Fixed, static provisioning of resources
- b.Data residency requirements
- c.Elasticity✓
- d.Vendor lock-in to a single provider
Automatically adding and removing capacity in response to demand is elasticity. It keeps the site fast during spikes and cheap during lulls. This is a hallmark of well-designed cloud systems.
What is a common trade-off of choosing a private cloud over the public cloud?
- a.It cannot enforce any security controls at all
- b.It usually costs more and requires more management effort✓
- c.It always provides completely unlimited capacity at no additional cost whatsoever
- d.It removes the ability to control who has access
Private clouds offer greater control and isolation but typically cost more and demand more management. Capacity is limited by what the organization provisions. The benefit is control; the cost is effort and expense.
How does cloud agility support innovation?
- a.By locking teams into one fixed design permanently
- b.By letting teams quickly spin up and tear down environments to experiment✓
- c.By actively preventing any experimentation by teams
- d.By requiring long hardware procurement cycles before any new idea can be tested
Agility lets teams create and discard environments in minutes. Cheap, fast experimentation lowers the cost of trying new ideas. This accelerates innovation and learning.
How do high availability and disaster recovery differ?
- a.High availability only relates to monthly billing
- b.They are two identical concepts that mean exactly the same thing in every practical case
- c.High availability minimizes downtime day to day; disaster recovery restores service after a major event✓
- d.Disaster recovery guarantees that downtime can never occur
High availability keeps services running through routine failures with minimal downtime. Disaster recovery focuses on restoring service after a major, often regional, disruption. Robust designs use both.
When comparing on-premises to cloud, which cost is often overlooked but included in a true total cost of ownership?
- a.The particular color and finish chosen for the server chassis
- b.Power, cooling, and datacenter staffing✓
- c.The brand of coffee in the office kitchen
- d.The number of company holidays each year
Total cost of ownership includes hidden operational costs like electricity, cooling, and staff. These are easy to overlook when comparing to cloud pricing. Accounting for them gives a fairer comparison.
What is one risk of the consumption-based model if usage is not monitored?
- a.Physical theft of hardware directly from the provider's secured datacenter
- b.Unexpectedly high bills from unmonitored usage✓
- c.Guaranteed perfectly fixed bills every month
- d.A complete inability for costs to change at all
Because charges scale with usage, unmonitored growth can lead to surprise bills. Cost controls, budgets, and alerts help prevent this. Monitoring spending is a key cloud discipline.
Several government agencies with shared compliance needs pool infrastructure used only among themselves. This is best described as what?
- a.A pure public cloud open to everyone
- b.A SaaS application
- c.A community cloud✓
- d.A strictly single-tenant private cloud for one agency
A community cloud is shared by several organizations with common requirements, such as compliance. It sits between private and public models. Costs and governance are shared among the members.
What distinguishes autoscaling from manual scaling?
- a.Autoscaling requires placing a phone call to the provider's support team each time
- b.Manual scaling needs no human action whatsoever
- c.Autoscaling adjusts capacity automatically based on defined rules✓
- d.Autoscaling can only reduce capacity and never increase it
Autoscaling changes capacity automatically according to metrics or schedules. Manual scaling requires a person to act. Autoscaling supports elasticity with minimal operational effort.
Automated, regular backups in the cloud primarily support which goal?
- a.Data durability and recoverability✓
- b.Reduced font sizes in applications
- c.Faster graphics rendering for video editing workloads on the desktop
- d.Lower physical screen brightness on monitors
Regular backups protect against data loss and enable recovery after failures or mistakes. They underpin reliability and disaster recovery. Cloud platforms make backups easy to automate.
Shifting IT spending from CapEx to OpEx can improve which business measure?
- a.The total square footage of the company's physical office building space
- b.Cash flow and financial flexibility✓
- c.The design of the company logo
- d.The number of parking spaces available to staff
Replacing large upfront purchases with pay-as-you-go spending improves cash flow. Money is not tied up in depreciating hardware. This flexibility helps organizations adapt to change.
As you move from IaaS to PaaS to SaaS, how does the customer's share of responsibility generally change?
- a.It increases steadily at each step
- b.It only becomes the provider's responsibility after a continuous ten-year period
- c.It decreases as more is managed by the provider✓
- d.It stays exactly the same across all three models
Moving from IaaS toward SaaS, the provider manages more of the stack. The customer's responsibilities shrink accordingly. SaaS leaves the customer mainly responsible for data and access.
Which term specifically implies automatic, demand-driven adjustment rather than a one-time capacity increase?
- a.Colocation of servers
- b.Vertical scaling of a single machine
- c.Capital expenditure on new hardware
- d.Elasticity✓
Elasticity means resources automatically expand and contract with demand. A one-time capacity increase is scaling, not necessarily elastic. Elasticity is the automatic, real-time form.
A common way to describe the agility benefit of cloud is improved…
- a.datacenter floor tiling and paint
- b.time to market for new solutions✓
- c.network cable color coding standards
- d.physical server weight and the total rack loading in the facility
Agility shortens the time from idea to deployed solution. Fast provisioning removes long hardware delays. This improved time to market is a central cloud advantage.
Which feature most directly enables recovery of data after a regional disaster?
- a.Disabling geo-replication to reduce complexity
- b.Storing exactly one single copy of the data in the local datacenter only
- c.Cross-region replication of data✓
- d.Turning off all scheduled backups permanently
Replicating data across regions ensures a copy survives a whole-region failure. This underpins disaster recovery. Keeping only a single local copy leaves data vulnerable.
In a public cloud IaaS scenario, which task does the provider handle?
- a.Maintaining the physical host servers✓
- b.Configuring your virtual firewall and network security rules
- c.Managing your users' passwords and sign-in
- d.Applying patches and updates to your own custom application code
In IaaS the provider maintains the physical hosts, hypervisor, and facility. The customer handles the OS, applications, network config, and identities. Knowing the split clarifies who does what.
Which capability is essential to make a hybrid cloud function as one environment?
- a.Avoiding the internet entirely at all times
- b.Permanently deleting all of the organization's existing on-premises systems first
- c.Using only paper-based records for data
- d.Secure network connectivity between on-premises and cloud✓
A hybrid cloud needs secure, reliable connectivity linking on-premises and cloud resources. This lets workloads and data move between them. Without it, the two environments cannot act as one.
Which pricing behavior best reflects 'pay for what you use'?
- a.Paying the full three-year cost upfront in advance
- b.A fixed flat fee that applies no matter how much or how little you actually use
- c.A flat one-time perpetual license bought outright
- d.Being charged for the gigabytes of storage actually consumed each month✓
Paying for the gigabytes actually consumed is consumption-based pricing. Cost tracks real usage rather than a fixed fee. This is a defining trait of cloud economics.
If a service promises 99.9% availability, roughly how much downtime does that allow per year?
- a.Zero downtime is guaranteed
- b.About 8.76 hours per year✓
- c.About 3.65 days per year
- d.About 87 days per year
99.9% (three nines) allows roughly 8.76 hours of downtime per year. Each added nine reduces allowed downtime by about tenfold. Higher SLAs mean tighter downtime limits.
Which pairing correctly matches a service model to an example?
- a.PaaS is a managed app-hosting platform for your code✓
- b.IaaS is a ready-to-use webmail application accessed in a browser
- c.SaaS is a raw virtual machine with no operating system installed
- d.PaaS is a bare-metal server you rack and cable yourself
PaaS provides a managed platform where you deploy your code. Webmail is SaaS, and a raw VM is IaaS. Matching examples to models is a common exam skill.
Who is responsible for classifying data as sensitive or public in any cloud model?
- a.No data classification is ever needed in the cloud
- b.The internet service provider classifies it
- c.The provider always classifies it for you
- d.The customer✓
Data classification and protection always remain the customer's responsibility. The provider secures infrastructure but does not know your data's sensitivity. This holds true across IaaS, PaaS, and SaaS.
By offloading infrastructure management to a cloud provider, an IT team can focus more on what?
- a.Cooling and powering the datacenter facility
- b.Rewiring the server racks in the datacenter
- c.Replacing failed hard drives and other spare parts inside the servers
- d.Delivering business value and applications✓
When the provider handles hardware and facilities, IT teams spend less time on maintenance. They can focus on applications and business outcomes. This shift in focus is a major cloud benefit.
Why should disaster recovery plans be tested periodically?
- a.To intentionally increase the organization's monthly electricity and cooling bills
- b.To confirm systems can actually be restored within the expected time✓
- c.To reduce the amount of available storage on purpose
- d.To deliberately slow down the corporate network
Testing verifies that recovery procedures work and meet the RTO. Untested plans often fail during real incidents. Regular drills build confidence and reveal gaps.
A purchased physical server is treated in accounting as what?
- a.A recurring monthly usage charge that appears on every cloud invoice
- b.A consumable expense billed each hour of use
- c.A per-second billing line item
- d.A capital asset that depreciates over time✓
A bought server is a capital asset that is depreciated across its useful life. That is CapEx. Cloud usage, by contrast, is expensed as OpEx as it is consumed.
Elasticity works best for workloads that have what characteristic?
- a.No users and no activity of any kind
- b.A demand level that never varies even slightly
- c.Variable or unpredictable demand✓
- d.Perfectly constant, completely unchanging demand at all hours
Elasticity shines when demand fluctuates, adding capacity for spikes and removing it during lulls. Perfectly steady workloads gain less from it. Variable demand is where elasticity saves the most.
The main reason an organization chooses a private cloud is usually greater…
- a.control and isolation✓
- b.electricity usage in the datacenter
- c.vendor lock-in to a single supplier
- d.font selection in applications
Private clouds provide dedicated resources with greater control and isolation. This helps meet strict security and compliance needs. The trade-off is typically higher cost and effort.
Because cloud environments can be created and deleted quickly, failed experiments cost less. This reflects which benefit?
- a.Encryption of stored data
- b.Data residency compliance
- c.Multi-tenancy of shared hardware
- d.Agility✓
Fast, disposable environments make experimentation cheap and low-risk. This is a direct expression of cloud agility. Teams can try, learn, and discard quickly.
Which is the core principle behind high availability?
- a.Using exactly one single server to handle every workload in the environment
- b.Removing all backups to save storage space
- c.Eliminating single points of failure through redundancy✓
- d.Disabling automatic failover mechanisms
High availability removes single points of failure by adding redundancy. If one component fails, another takes over. This keeps services accessible with minimal downtime.
A major advantage of aligning cost with actual usage is that you…
- a.only pay for resources while they are running✓
- b.always pay a single fixed maximum amount regardless of real consumption levels
- c.pay continuously for idle servers running overnight
- d.must buy all hardware upfront before use
Paying only for running resources ties cost to real demand. Idle resources can be stopped to save money. This usage alignment is central to cloud cost efficiency.
Which deployment model description is correct?
- a.Community cloud: dedicated to a single company only
- b.Private cloud: infrastructure shared freely and openly with the general public
- c.Hybrid cloud: environments that have no connection between them
- d.Public cloud: shared, provider-owned infrastructure over the internet✓
Public cloud is provider-owned, shared, and delivered over the internet. Private is dedicated to one organization, hybrid connects both, and community is shared by a group. Only the public cloud description here is accurate.
For a SaaS email product, which layer does the provider manage?
- a.The application, runtime, OS, and infrastructure✓
- b.Only the customer's data and none of the underlying application components
- c.Nothing at all in the stack
- d.Only the list of end users
In SaaS the provider manages nearly the whole stack: application, runtime, OS, and infrastructure. The customer manages data, users, and access. This makes SaaS the most hands-off model.
Cloud providers publish SLAs primarily so customers can…
- a.plan around guaranteed levels of uptime and support✓
- b.learn the provider's corporate home mailing address
- c.review the confidential architectural blueprints of the physical datacenter
- d.choose the color of the physical servers
An SLA communicates the provider's uptime and support commitments. Customers use it to plan for reliability and set expectations. Composite SLAs help estimate an overall solution's availability.
How does elasticity reduce the need for traditional capacity planning?
- a.You must still purchase enough hardware for the highest peak every single year
- b.Resources adjust automatically, so you need not provision for peak in advance✓
- c.It forces manual resizing of every server daily
- d.It requires large fixed hardware orders each quarter
Elasticity adds capacity on demand, so you do not have to size for peak ahead of time. This lessens the guesswork of capacity planning. You avoid both shortages and costly over-provisioning.
Which best summarizes why many organizations adopt the cloud economically?
- a.To increase their upfront capital spending significantly
- b.To convert large upfront costs into flexible, usage-based spending✓
- c.To deliberately lengthen the hardware procurement and approval cycles across teams
- d.To buy and operate more physical datacenters of their own
A core economic driver is turning big CapEx into flexible OpEx. Spending then tracks actual usage instead of upfront bets. This improves cash flow and agility.