MS Flashcards
______ are physically separate datacenters within an azure region
1.Availability zones
2.Geographies
3.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 _____
1.Availability Zone
2.Datacenter
3.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?
1.Microsoft Entra user accounts
2.Management groups
3.Resource groups
4.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?
1.A resource
2.A resource group
3.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?
1.Accounts
2.Management groups
3.Resource groups
4.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?
1.Availability sets
2.Availability zones
3.Azure virtual machine scale sets
4.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?
1.ExpressRoute
2.Network security groups
3.Peering
4.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?
1.frequently
2.occasionally/ stored for at least 30 days
3.every 30 daysRarely accessed
Accessed frequently
Hot tier is optimized for storing data that is accessed frequently
How often should the Cool storage tier be accessed?
1.Everyday
2.Every 90 days
3.frequently
4.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?1.Frequently
2.Occasionally
3.Infrequently/stored for at least 30 days
4.Infrequently/stored for at least 90 days
Infrequently/stored for at least 90 days
How often should the Archive storage tier be accessed?1.Frequently
2.Never
3.Infrequently/Stored for at least 90 days
4.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?
1.elimination of horizontal scaling
2.geo-distribution
3.high availability
4.Physical access to servers
5.SaaS
*geo-distribution
*high availability
Which two services can you use to establish network connectivity between an on-premises network and azure resources?
1.Azure bastion
2.Azure firewall
3.Azure vpn gateway
4.Expressroute
*Azure vpn gateway
*ExpressrouteExpressroute
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?
1.Azure container instances
2.Azure functions
3.Azure logic apps
4.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?
1.Azure blob storage
2.Azure disk storage
3.Azure queue storage
4.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?
1.Archive
2.Cool
3Hot
*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?
1.Hosting aspx files for a website
2.Mounting a file storage share to be accessed as a virtual drive on multiple virtual machines
3.Serving images or documents directly to a browser
4.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?
1.Archive
2.Cool
3.Hot
4.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?
1.Conditional access
2.Hybrid identity
3.Mfa
4.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