AZ-900 Practice Test Questions Flashcards
(40 cards)
What type of documents does the Microsoft Service Trust Portal provide?
A list of standards that Microsoft follows, pen test results, security assessments, white papers, FAQs, and other documents that can be used to show Microsoft’s compliance efforts
What feature of a system makes it elastic?
The ability of it to add and reduce capacity based on actual demand
What Azure tool gives you the ability to manage multiple subscriptions into nested hierarchies?
Management Groups
Microsoft Entra ID
Enterprise identity service that provides SSO and MFA
Azure’s preferred Identity/Authentication service
Azure Policy
Can add restrictions on storage account SKUs, virtual machine instance types, and rules relating to tagging of resources and groups
True or False: Azure PowerShell scripts and CLI scripts are entirely compatible with each other
FALSE- these are different languages
Resource Locks
Affect your ability to make changes to a resource within Azure but do not affect the resource itself.
A resource lock on a VM still allows it to operate, but prevents someone from restarting it.
What affect does using a “read only” resource lock on an Azure Storage Account have?
The storage account cannot have its properties altered but it doesn’t affect the data itself.
Cloud Shell
Allows access to the CLI and PowerShell consoles in the Azure Portal
True or False: Azure is a public cloud, and has no private cloud offerings
FALSE- Azure Government and DoD services are private
True or False: you can create your own policies if built-in Azure Policy is not sufficient to your needs
TRUE, can create policies using JSON
Azure charges for ____ bandwidth
Egress/Outbound
Azure Monitor
Collects all of the logs from various resources into a central dashboard, where you can run queries, view graphs, and create alerts on certain events
Azure Service Health
Lets you know about any Azure-related service issues including region-wide downtime
AzCopy
Allows you to copy files between two Azure Storage accounts without having to download the files to your local machine
What is Single Sign-On?
The ability to log in once and use the existing userid and password to sign in to other applications, and not have to create/memorize a new one
ARM
Azure Resource Manager
Common resource deployment model that underlies all resource creation or modification
No matter whether you use the portal, PowerShell or the SDK, ARM takes those commands and executes them
Resource Groups
A folder structure in Azure in which you organize resources like databases, virtual machines, virtual networks, or almost any resource
Why would someone prefer a consumption-based pricing model as opposed to a time-based (fixed) pricing model?
You can save a lot of money if you don’t use the resource often as opposed to having it available for use 24/7
Azure Availability Zones
A feature of Azure that allows you to manually specify into which data center your virtual machines are placed, which allows you to achieve higher availability than any other option
Microsoft Entra ID provides what licenses?
Free
P1
P2
Governance
What Azure Resources are required in order to have a virtual machine?
Virtual Network
Storage Account
Network Interface Card (NIC)
How many availability zones are there in each region (for regions that have them)?
3
What Azure resource allows you to evenly split traffic coming in and direct it to several identical virtual machines to do the work and respond to the request?
Load Balancer or Application Gateway