Azure -900 - 2 Flashcards
(637 cards)
A platform as a service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications.
Answer Options:
β Yes
β No
No
π‘ Explanation:
In PaaS, Azure manages the underlying infrastructure and operating system.
You only manage the application and its data, not the OS or VM configuration.
A platform as a service (PaaS) solution that hosts web apps in Azure provides the ability to scale the platform automatically.
Answer Options:
β Yes
β No
Yes
π‘ Explanation:
Azure PaaS services like App Service support autoscaling based on usage/load.
This allows automatic scaling of resources without manual intervention.
A platform as a service (PaaS) solution that hosts web apps in Azure provides professional development services to continuously add features to custom applications.
Answer Options:
β Yes
β No
Yes
π‘ Explanation:
Azure PaaS provides integrated tools and services such as DevOps, SDKs, APIs, CI/CD pipelines, and environment management that help developers build, test, and continuously enhance custom applications.
Azure provides flexibility between capital expenditure (CapEx) and operational expenditure (OpEx).
Answer Options:
β Yes
β No
β
Correct Answer:
β Yes
π§ Explanation:
Azure enables organizations to shift from upfront capital expenses (CapEx) to a pay-as-you-go OpEx model, allowing better budgeting and financial flexibility.
If you create two Azure virtual machines that use the B2S size, each virtual machine will always generate the same monthly costs.
Answer Options:
β Yes
β No
β
Correct Answer:
β No
π§ Explanation:
Even if two VMs are the same size, their total cost can vary depending on differences in:
Disk type/size
Network usage
Additional resources like backup, monitoring, etc.
B2S is one of the VM sizes offered in Azure under the B-series (Burstable) virtual machines.
VM Size | vCPU | RAM | Ideal For |
| ββββ | βββ | ββ- | βββββββββββ |
| B2S | 2 | 4 GB | Dev/test, low-to-medium web apps |
When an Azure virtual machine is stopped, you continue to pay storage costs associated to the virtual machine.
Answer Options:
β Yes
β No
β
Correct Answer:
β Yes
π§ Explanation:
Stopping a VM halts compute billing, but disk storage, snapshots, and diagnostic data are still charged.
When you are implementing a Software as a Service (SaaS) solution in Azure, what are you responsible for?
Options:
β Configuring high availability
β Defining scalability rules
β Installing the SaaS solution
β Configuring the SaaS solution
β
Correct Answer:
β Configuring the SaaS solution
π‘ Explanation:
In a SaaS model, the cloud provider manages:
- Infrastructure
- Middleware
- Application software
- Data
High availability and scalability
The customerβs only responsibility is to configure and use the application to suit business needs.
Installing the SaaS solution
- Sometimes, but only the client-side component β not the actual application backend or infrastructure.
You have an on-premises network that contains several servers.
You plan to migrate all the servers to Azure.
You need to recommend a solution to ensure that some of the servers are available if a single Azure
data center goes offline for an extended period.
What should you include in the recommendation?
- A. fault tolerance
- B. elasticity
- C. scalability
- D. low latency
β
Correct Answer:
β A. Fault tolerance
π‘ Explanation:
Fault tolerance ensures that your system continues to run even when part of it fails (like a data center).
In Azure, this is achieved using Availability Zones, which replicate servers across physically separate locations.
This protects against single-point failures and helps meet a 99.99% uptime SLA.
β Incorrect Options:
Elasticity β Automatically adds/removes resources based on demand (not about availability).
Scalability β Grows resources for performance, but doesnβt protect against failures.
Low latency β Related to speed, not availability or failover.
An organization that hosts its infrastructure [select one] no longer requires a data center.
Options:
β In a private cloud
β In a hybrid cloud
β In the public cloud
β On a Hyper-V host
β
Correct Answer:
β In the public cloud
π‘ Explanation:
Public cloud (like Microsoft Azure) is fully managed by the cloud provider.
β No need for on-premises hardware or data centers.
Private cloud and Hybrid cloud still involve owning or managing some on-prem infrastructure.
Hyper-V host refers to virtualization on-premises β still needs data center resources.
What are two characteristics of the public cloud?
(Each correct selection is worth one point.)
Options:
β A. Dedicated hardware
β B. Unsecured connections
β C. Limited storage
β D. Metered pricing
β E. Self-service management
β
Correct Answers:
β D. Metered pricing
β E. Self-service management
π‘ Explanation:
A. Dedicated hardware β Incorrect β Public cloud uses shared hardware, not dedicated.
B. Unsecured connections β Incorrect β Public cloud connections are secured using encryption and firewalls.
C. Limited storage β Incorrect β Public cloud offers virtually unlimited storage capacity.
D. Metered pricing β Correct β You pay only for what you use, known as pay-as-you-go or OpEx.
E. Self-service management β Correct β You can provision and manage resources without provider interaction.
When planning to migrate a public website to Azure, you must plan to:
Options:
β Deploy a VPN
β Pay monthly usage costs
β Pay to transfer all the website data to Azure
β Reduce the number of connections to the website
β
Correct Answer:
β Pay monthly usage costs
π‘ Explanation:
Azure uses a pay-as-you-go (OpEx) model.
When hosting a website on Azure, youβre billed monthly based on usage β including:
Compute time
Storage
Bandwidth (outbound data)
Other services used (like databases or load balancers)
- No VPN is required for public website hosting. A public website is meant to be accessible over the internet, without the need for private network access.
- Data ingress to Azure is free, while data egress may incur charges
- The primary, ongoing cost is monthly usage.
- Cloud solutions are designed for high availability and scalability, which means handling more connections, not fewer.
Your company plans to migrate all its data and resources to Azure.
The companyΧβ¬TMs migration plan states that only Platform as a Service (PaaS) solutions must be used in
Azure.
You need to deploy an Azure environment that meets the company migration plan.
Solution: You create an Azure App Service and Azure SQL databases.
Does this meet the goal?
- A. Yes
- B. No
β
Correct Answer: A. Yes
π‘ Explanation:
Azure App Service is a Platform as a Service (PaaS) offering for hosting web apps, REST APIs, and mobile back ends.
Azure SQL Database is also a PaaS service β it provides a fully managed relational database without the need to manage infrastructure, patching, or backups.
These two services meet the requirement to use only PaaS solutions in Azure.
Your company plans to migrate all its data and resources to Azure.
The companyΧβ¬TMs migration plan states that only Platform as a Service (PaaS) solutions must be used in
Azure.
You need to deploy an Azure environment that meets the company migration plan.
Solution: You create an Azure App Service and Azure virtual machines that have Microsoft SQL Server
installed.
Does this meet the goal?
- A. Yes
- B. No
Yes
Azure App Service is a PaaS (Platform as a Service) service.
Azure virtual machines are an IaaS
(Infrastructure as a Service) service, and a Paas service.
Therefore, this solution does meet the goal
Your company plans to migrate all its data and resources to Azure.
The companyΧβ¬TMs migration plan states that only Platform as a Service (PaaS) solutions must be used in
Azure.
You need to deploy an Azure environment that meets the company migration plan.
Solution: You create an Azure App Service and Azure Storage accounts.
Does this meet the goal?
- A. Yes
- B. No
Answer: β Yes
Reason:
Both App Service and Storage Account are PaaS offerings and require no infrastructure management.
Your company hosts an accounting application named App1 that is used by all the customers of the
company.
App1 has low usage during the first three weeks of each month and very high usage during the last week
of each month.
Which benefit of Azure Cloud Services supports cost management for this type of usage pattern?
- A. high availability
- B. high latency
- C. elasticity
- D. load balancing
β Answer: C. Elasticity
Explanation:
Elasticity allows Azure to automatically scale resources up or down based on demand.
This means you only pay for what you use β reducing costs during low usage and meeting performance needs during peak times.
You plan to migrate a web application to Azure. The web application is accessed by external users.
You need to recommend a cloud deployment solution to minimize the amount of administrative effort
used to manage the web application.
What should you include in the recommendation?
- A. Software as a Service (SaaS)
- B. Platform as a Service (PaaS)
- C. Infrastructure as a Service (IaaS)
- D. Database as a Service (DaaS)
β Answer: B. Platform as a Service (PaaS)
Explanation:
PaaS (like Azure App Service) handles infrastructure, OS, and runtime management, so you only manage your app and data β greatly reducing administrative overhead while keeping control over app configuration.
Which cloud deployment solution applies to the following Azure services?
- Azure Virtual Machines
- Azure SQL Databases
β Answers:
Azure Virtual Machines β β Infrastructure as a Service (IaaS)
Azure SQL Databases β β Platform as a Service (PaaS)
π‘ Explanation:
Azure Virtual Machines -> IaaS -> You manage the OS and VM; Azure provides the infrastructure.
Azure SQL Database -> PaaS -> Fully managed DB engine
backups, patching, and scaling are handled by Azure.
You need to recommend a solution that provides additional resources to your users. The solution must
minimize capital and operational expenditure costs.
What should you include in the recommendation?
- A. a complete migration to the public cloud
- B. an additional data center
- C. a private cloud
- D. a hybrid cloud
β Answer: D. A hybrid cloud
π‘ Quick Explanation:
Hybrid cloud lets you keep existing on-prem infrastructure and add resources in the public cloud, reducing CapEx (no need for physical servers) and OpEx (only pay for what you use).
Options B and C increase CapEx.
Option A may reduce CapEx, but full migration increases OpEx and complexity.
To achieve a hybrid cloud model, must a company always migrate from a private cloud?
- A. Yes
- B. No
β Answer: No
Hybrid cloud can start from either private or public and combine with the other β no strict order.
Hybrid cloud = Integration of on-premises infrastructure (physical OR private cloud) + public cloud (like Azure)
A company can extend the capacity of its internal network by using the public cloud.
- A. Yes
- B. No
True
A company can use the public cloud to extend internal capacity, often by connecting via VPN or hybrid networking solutions.
The statement refers to scaling up resources and capabilities (not networks) by integrating the public cloud with the internal environment.
More virtual machines
More storage space
More databases
Not about increasing the number of networks or subnets
Not about simply creating more LANs or VLANs
In a public cloud model, only guest users at your company can access the resources in the cloud.
- A. Yes
- B. No
False
In a public cloud model, any authorized user (not just guests) can access cloud resources using Azure AD or federated identities.
β You plan to migrate several servers from an on-premises network to Azure.
What is an advantage of using a public cloud service over an on-premises network?
Options:
A. The public cloud is owned by the public, NOT a private corporation
B. The public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the cloud
C. All public cloud resources can be freely accessed by every member of the public
D. The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud
β Correct Answer: D.
The public cloud is a shared model, where resources (servers, storage, networking) are owned and managed by a cloud provider (like Microsoft) and shared among multiple tenants.
β Why the other options are incorrect:
A. The public cloud is owned by private companies (e.g., Microsoft, Amazon), not by the public.
B. It is not crowd-sourced β users consume services, but do not contribute infrastructure.
(Crowdsourcing = Gathering input/resources from the public or community)
C. Public cloud resources are not openly accessible β only authorized users with subscriptions can access them.
What does Azure Site Recovery provide for virtual machines?
Options:
A. Fault tolerance
B. Disaster recovery
C. Elasticity
D. High availability
β B. Disaster Recovery
Explanation:
Azure Site Recovery (ASR) replicates VMs to another region or site. In case of a failure (like power outage or disaster), you can fail over to the backup site and fail back later. It helps ensure business continuity, not real-time uptime.
Why not the others?
β Fault tolerance: Requires no downtime (ASR has some downtime).
β Elasticity: About scaling resources automatically β not ASRβs purpose.
β High availability: Keeps services running constantly β ASR kicks in after failure.