AZ-900 Flashcards
1
______ are physically separate datacenters within an azure region
Availability zones
Geographies
Region pairs
*Availability zones
Availability zones are physically separate datacenters within an azure region. Each availability zone is made up one or more datacenters equipped with independent power, cooling and networking.
In a region pair, a region is paired with another region in the same _____
Availability Zone
Datacenter
Geography
*Geography
Each Azure region is always paired with another region within the same geography, such as US, Europe or Asia at least 300 miles away.
Which two components are created in an Azure subscription? Each correct answer presents a completed solution
Microsoft Entra user accounts
Management groups
Resource groups
Resources
*Resource groups
*Resources
Resources can only be associated with a single subscription. Subscriptions may be grouped into management groups. An account may be associated with multiple subscriptions.
What is an azure storage account named storage001 an example of?
A resource
A resource group
A resource manager
*A resource
A resource is manageable item that is available through azure. Virtual machines, storage accounts, web apps, databases and virtual networks are examples of resources.
For which resource does azure generate separate billing reports and invoices by default?
Accounts
Management groups
Resource groups
Subscriptions
*Subscriptions
Azure generates separate billing reports and invoices for each subscription so that you can organize and manage costs. Resource groups can be used to group costs, but you will not receive a separate invoice for each resource group. Management groups are used to efficiently manage access, policies, and compliance for subscriptions. You can set up billing profiles to roll up subscriptions into invoice sections.
Which azure component allows you to replicate resources across a geography to ensure business continuity during a natural disaster at the primary site?
Availability sets
Availability zones
Azure virtual machine scale sets
Region pairs
*Region pairs
Region pairs allow the replication of Azure resources across geographies to help ensure that a secondary region is available in case of any disaster at the primary region
What can you use to connect azure resources such as Azure SQL databases, to an azure virtual network?
ExpressRoute
Network security groups
Peering
Service endpoints
*Service endpoints
Service endpoints are used to expose azure services to a virtual network providing communication between the two. Express Route is used to connect an on-premises network to azure. NSGs allow you to configure inbound and outbound rules for virtual networks and virtual machines. Peering allows you to connect virtual networks together.
How often should the Hot storage tier be accessed?
frequently
occasionally/ stored for at least 30 days
every 30 days
Rarely accessed
Accessed frequently
Hot tier is optimized for storing data that is accessed frequently
How often should the Cool storage tier be accessed?
Everyday
Every 90 days
frequently
infrequently accessed/ stored for at least 30 days
Infrequently accessed and stored for at least 30 days
How often should the Cold storage tier be accessed?
Frequently
Occasionally
Infrequently/stored for at least 30 days
Infrequently/stored for at least 90 days
Infrequently/stored for at least 90 days
How often should the Archive storage tier be accessed?
Frequently
Never
Infrequently/Stored for at least 90 days
Infrequently/Stored for at least 180 days with flexible latency req.
Infrequently/Stored for at least 180 days with flexible latency req.
Which two characteristics are common advantages of cloud computing
elimination of horizontal scaling
geo-distribution
high availability
Physical access to servers
SaaS
*geo-distribution
*high availability
Which two services can you use to establish network connectivity between an on-premises network and azure resources?
Azure bastion
Azure firewall
Azure vpn gateway
Expressroute
*Azure vpn gateway
*Expressroute
Expressroute connections and azure vpn gateway are two services that you can use to connect an on prem network to azure. Bastion provides a web interface to remote administer azure vms by using ssh/rdp. Azure firewall is a stateful firewall services used to protect vms
What two service allow you to run applications in containers? Each correct answer presents a complete solution
Azure container instances
Azure functions
Azure logic apps
Azure Kubernetes services
*Azure container instances
*Azure Kubernetes services
Containers are a virtualization environment. Much like running multiple vms on a single physical host, you can run multiple containers on a single physical or virtual host. Unlike virtual machines you do not manage the operating system for a container.
Which storage service should you use to store thousands of files containing text and images?
Azure blob storage
Azure disk storage
Azure queue storage
Azure table storage
*Azure blob storage
Azure blob storage is an object storage solution that you can use to store massive amounts of unstructured data such as text or binary
Which azure blob storage tier stores data offline and offers the lowest storage costs and the highest costs to access data?
Archive
Cool
Hot
*Archive
Archive storage tier stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access data. The host storage tier is optimized for storing data that is access frequently. Data in the cool access tier can tolerate slightly lower availability, but still requires high durability, retravel latency and throughput characteristics similar to hot data.
Which two scenarios are common use cases for azure blob storage?
Hosting aspx files for a website
Mounting a file storage share to be accessed as a virtual drive on multiple virtual machines
Serving images or documents directly to a browser
Storing data for backup and restore
*Serving images or documents directly to a browser
*Storing data for backup and restore
Low storage costs and unlimited file formats make blob storage a good location to store backups and archives. Blob storage can be reached from anywhere by using an internet connection. Azure disk storage provides disks for azure virtual machines.
Which Azure Blob storage service tier has the highest storage costs and the fastest access times for reading and writing data?
Archive
Cool
Hot
Cold
*Hot
The Hot tier is optimized for storing data that is accessed frequently. The Cool access tier has a slightly lower availability SLA and higher access costs compared to hot data, which are acceptable trade-offs for lower storage costs. Archive storage stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access data.
What can you use to ensure that a user can only access applications from compliant devices?
Conditional access
Hybrid identity
Mfa
Sso
*Conditional access
Conditional Access is a feature that Microsoft Entra uses to allow or deny access to resources based on identity signals, such as the device being used. SSO enables a user to sign in one time and use that credential to access multiple resources and applications from different providers
Which type of strategy uses a series of mechanisms to slow the advancement of an attack that aims to gain unauthorized access to data?
Defense in depth
Distributed denial of service
Least privileged access
*Defense in depth
A defense in depth strategy uses a series of mechanisms to slow the advancement of an attack that aims to gain unauthorized access to data.