AZ-900 Practice Test B - Results
Return to review
Attempt 1
All knowledge areas
All questions
Question 1: Skipped
Select the way(s) to increase the security of a traditional user id and password system?
Require users to change their passwords more frequently.
(Correct)
Use multi-factor authentication which requires an additional device (something you have) to
verify identity.
(Correct)
Require longer and more complex passwords.
(Correct)
Do not allow users to log into an application except using a company registered device.
(Correct)
Explanation
All of these are ways to increase the security on an account.
For more info:
https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-
password-ban-bad
https://docs.microsoft.com/en-us/azure/active-directory-domain-services/password-
policy
https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-sspr-
policy
Question 2: Skipped
What does ARM stand for in Azure?
Azure Resource Manager
(Correct)
Advanced RISC Machine
Account Resource Manager
Availability, Reliability, Maintainability
Explanation
Azure Resource Manager (ARM) - this is the common resource deployment model that
underlies all resource creation or modification; no matter whether you use the portal,
powershell or the SDK, the Azure Resource Manager takes those commands and
executes them
For more info: https://docs.microsoft.com/en-us/azure/azure-resource-manager/
management/overview
Question 3: Skipped
What is the minimum charge for having an Azure Account each month, even if you
don't use any resources?
$1
Negotiated with your enterprise manager
$0
(Correct)
$200
Explanation
An Azure account can cost nothing if you don't use any resources or only use free
resources
For more info: https://azure.microsoft.com/en-us/pricing/
Question 4: Skipped
True or false: Azure Cloud Shell allows access to the Bash and Powershell consoles in
the Azure Portal
FALSE
TRUE
(Correct)
Explanation
Cloud Shell - allows access to the Bash and Powershell consoles in the Azure Portal
For more info: https://docs.microsoft.com/en-us/azure/cloud-shell/overview
Question 5: Skipped
Why is a user id and password sometimes not enough to prove someone is who they
say they are?
Some people might choose the same user id and password
User id and password can be used by anyone such as a co-worker, ex-employee or hacker
half-way around the world
(Correct)
Passwords are usually easy to forget
Passwords must be encrypted before being stored
Explanation
The truth is that someone can find a way to get a user id and password, even guess it,
and that can be used by another person.
For more information on other ways to prove self-identification such as Multi-Factor
Authentication: https://docs.microsoft.com/en-us/azure/active-directory/
authentication/concept-mfa-howitworks
Question 6: Skipped
Which of the following is not a feature of Azure Functions?
Designed for backend batch applications that are continuously running
(Correct)
Can trigger the function based off of Azure events such as a new file being saved to a
storage account blob container
Can edit the code right in the Azure Portal using a code editor
Can possibly cost you nothing as there is a generous free tier
Explanation
Functions are designed for short pieces of code that start and end quickly.
For more info: https://docs.microsoft.com/en-us/azure/azure-functions/
Question 7: Skipped
Which Azure service is the recommended Identity-as-a-Service offering inside Azure?
Azure Front Door
Azure Active Directory (AD)
(Correct)
Identity and Access Management (IAM)
Azure Portal
Explanation
Azure AD is the identity service designed for web protocols, that you can use for your
applications.
For more
info: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-
directory-whatis
Question 8: Skipped
Which of the following is considered a downside to using Capital Expenditure (CapEx)?
You can deduct expenses as they occur
It does not require a lot of up front money
You must wait over a period of years to depreciate that investment on your taxes
(Correct)
You are not guaranteed to make a profit
Explanation
One of the downsides of CapEx is that the money invested cannot be deducted
immediately from your taxes
For more info: https://docs.microsoft.com/en-us/learn/modules/principles-cloud-
computing/3c-capex-vs-opex
Question 9: Skipped
Approximately how many regions does Azure have around the world?
10
40
60+
(Correct)
25
Explanation
There are 60+ Azure regions currently, in 10+ geographies
For more info: https://docs.microsoft.com/en-us/azure/availability-zones/az-region
Question 10: Skipped
Windows servers use "remote desktop protocol" (RDP) in order for administrators to get
access to manage the server. Linux servers use SSH. What is the recommendation for
ensuring the security of these protocols?
Do not enable SSH access for Linux servers
Disable RDP access using the Windows Services control panel admin tool
Ensure strong passwords on your Windows admin accounts
Do not allow public Internet access over the RDP and SSH ports directly to the server.
Instead use a secure server like Bastion to control access to the servers behind.
(Correct)
Explanation
You need to either control access to the RDP and SSH ports to a very specific range of
IPs, enable the ports only when you are using it, or use a Bastion server/jump box to
protect those servers.
For more info: https://docs.microsoft.com/en-us/azure/bastion/bastion-overview
Question 11: Skipped
What is the service level agreement for two or more Azure Virtual Machines that have
been manually placed into different Availability Zones in the same region?
99.90%
99.99%
(Correct)
100%
99.95%
Explanation
99.99%
For more info: https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/
v1_9/
Question 12: Skipped
Each person has their own user id and password to log into Azure. But how many
subscriptions can a single account be associated with?
10
250 per region
One
No limit
(Correct)
Explanation
There is not a limit to the number of subscriptions a single user can be included on.
For more info: https://docs.microsoft.com/en-us/azure/azure-resource-manager/
management/azure-subscription-service-limits
Question 13: Skipped
Which tool within Azure is comprised of : Azure Status, Service Health and Resource
Health?
Azure Monitor
Azure Service Health
(Correct)
Azure Advisor
Azure Dashboard
Explanation
Azure Service Health - lets you know about any Azure-related service issues including
region-wide downtime
For more info: https://docs.microsoft.com/en-us/azure/service-health/
Question 14: Skipped
What is the benefit of using a command line tool like Powershell or CLI as opposed to
the Azure portal?
Automation
(Correct)
Quicker to deploy VMs
Cheaper
Explanation
The real benefit is automation. Being able to write a script to do something is better
than having to do it manually each time.
For more info on Azure CLI: https://docs.microsoft.com/en-us/cli/azure/what-is-azure-
cli?view=azure-cli-latest
For more info on Azure
Powershell: https://docs.microsoft.com/en-us/powershell/azure/?view=azps-4.5.0
Question 15: Skipped
What types of files can a Content Delivery Network speed up the delivery of?
Videos
(Correct)
PDFs
(Correct)
Images
(Correct)
JavaScript files
(Correct)
Explanation
All of them. Any static file that doesn't change.
For more info: https://docs.microsoft.com/en-us/azure/cdn/cdn-overview
Question 16: Skipped
What is the concept of being able to get your applications and data running in another
environment quickly?
Business Continuity / Disaster Recovery (BC/DR)
(Correct)
Azure Devops
Azure Blueprint
Reproducible deployments
Explanation
Disaster Recovery - the ability to recover from a big failure within an acceptable period
of time, with an acceptable amount of data lost
For more info on Backup and Disaster
Recovery: https://azure.microsoft.com/en-us/solutions/backup-and-disaster-recovery/
For more info on Azure’s built-in disaster recovery as a service
(DRaaS): https://azure.microsoft.com/en-us/services/site-recovery/
Question 17: Skipped
What does it mean if a service is in General Availability (GA) mode?
Anyone can use the service but it must not be for production use
You have to apply to get selected in order to use that service
The service has now reached public preview, and Microsoft will provide support for it
Anyone can use the service for any reason
(Correct)
Explanation
Anyone can use a GA service. It is fully supported and can be used for production.
For more info: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-
terms/
Question 18: Skipped
What is a benefit of economies of scale?
The more you buy of something, the cheaper it is for you
(Correct)
Prices of cloud servers and services are always going down. It'll be cheaper next year than it
is this year.
Big companies don't need to make a profit on every sale
Big companies don't need to make a profit on the first product they sell you, because they
will make a profit on the second
Explanation
Economies of Scale - the more of an item that you buy, the cheaper it is per unit
For more info: https://docs.microsoft.com/en-us/learn/modules/principles-cloud-
computing/3b-economies-of-scale
Question 19: Skipped
Besides Azure Service Health, where else can you find out any issues that affect the
Azure global network that affect you?
Install the Azure app on your phone
Azure Updates Blog
Azure will email you
Each Virtual Machine has a Resource Health blade
(Correct)
Explanation
Each Virtual Machine has a Resource Health blade
For more info: https://docs.microsoft.com/en-us/azure/service-health/resource-health-
overview
Question 20: Skipped
Which of the following is a good example of a Hybrid cloud?
Your users are inside your corporate network but your applications and data are in the
cloud.
A server runs in your own environment, but places files in the cloud so that it can extend the
amount of storage it has access to.
(Correct)
Your code is a mobile app that runs on iOS and Android phones, but it uses a database in
the cloud.
Technology that allows you to grow living tissue on top of an exoskeleton, making
Terminators impossible to spot among humans.
Explanation
Hybrid Cloud - A mixture between your own private networks and servers, and using the
public cloud for some things. Typically used to take advantage of the unlimited,
inexpensive growth benefits of the public cloud.
For more info: https://azure.microsoft.com/en-us/overview/what-is-hybrid-cloud-
computing/
Question 21: Skipped
Within the context of privacy and compliance, what does the acronym ISO stand for, in
English?
Information Systems Officer
International Organization for Standardization
(Correct)
Intelligence and Security Office
Instead of
Explanation
ISO is a standards body, International Organization for Standardization
For more info: https://www.iso.org/about-us.html
Question 22: Skipped
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?
Azure App Services
Azure Logic Apps
Load Balancer or Application Gateway
(Correct)
Virtual Network
Explanation
This is the core feature of either a Load Balancer or Application Gateway
For more info: https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-
overview
Question 23: Skipped
What makes estimating the cost of an unmanaged storage account difficult?
There is no way to predict the amount of data in the account
The cost of storage changes frequently
You are charged for data leaving Azure, and it's difficult to predict that
(Correct)
You are charged for data coming into Azure, and it's difficult to predict that
Explanation
There is a cost for egress (bandwidth out) and it's hard to estimate how many bytes will
be counted leaving an Azure network
For more info: https://azure.microsoft.com/en-us/pricing/details/storage/page-blobs/
Question 24: Skipped
In which US state is the East US 2 region?
Iowa
Virginia
(Correct)
Texas
California
Explanation
East US 2 is in the Eastern state of Virginia, close to Washington DC
For more info: https://azure.microsoft.com/en-us/global-infrastructure/data-residency/
Question 25: Skipped
What is the concept of Availability?
A system that can scale up and scale down depending on customer demand
A system must have 100% uptime to be considered available
The percentage of time a system responds properly to requests, expressed as a percentage
over time
(Correct)
A system that has a single point of failure
Explanation
Availability - what percentage of time does a system respond properly to requests,
expressed as a percentage over time
For more information on region and availability zones
see: https://docs.microsoft.com/en-us/azure/availability-zones/az-overview
For more information on availability options for virtual machines
see: https://docs.microsoft.com/en-us/azure/virtual-machines/availability
Question 26: Skipped
What is the benefit of using Powershell over CLI?
More powerful commands
Cheaper
Quicker to deploy VMs
No benefit, it's the same
(Correct)
Explanation
There is no benefit, only a matter of personal choice.
For more info on Azure CLI: https://docs.microsoft.com/en-us/cli/azure/what-is-azure-
cli?view=azure-cli-latest
For more info on Azure
Powershell: https://docs.microsoft.com/en-us/powershell/azure/?view=azps-4.5.0
Question 27: Skipped
Why is Azure App Services considered Platform as a Service?
You give Azure the code and configuration, and you have no access to the underlying
hardware
(Correct)
You can decide on what type of virtual machine it runs - A-series, or D-series, or even H-
series
You are responsible for keeping the operating system up to date with the latest patches
Azure App Services is not PaaS, it's Software as a Service.
Explanation
You give Azure the code and configuration, and you have no access to the underlying
hardware
For more info: https://docs.microsoft.com/en-us/azure/app-service/overview
Question 28: Skipped
Where do you go within the Azure Portal to find all of the third-party virtual machine
and other offers?
Choose an image when creating a VM
Azure Marketplace
(Correct)
Bing
Azure mobile app
Explanation
Azure Marketplace contains thousands of services you can rent within the cloud
For more info: https://azuremarketplace.microsoft.com/en-us
Question 29: Skipped
Which free Azure security service checks all traffic travelling over a subnet against a
set of rules before allowing it in, or out.
Azure Firewall
Network Security Group
(Correct)
Advanced Threat Protection (ARP)
Azure DDoS Protection
Explanation
Network Security Group (NSG) - a fairly basic set of rules that you can apply to both
inbound traffic and outbound traffic that lets you specify what sources, destinations and
ports are allowed to travel through from outside the virtual network to inside the virtual
network
For more info: https://docs.microsoft.com/en-us/azure/virtual-network/security-
overview
Question 30: Skipped
What two types of DDoS protection services does Azure provide? Select two.
Standard
(Correct)
Basic
(Correct)
Premium
Advanced
Explanation
Azure DDos Protection Basic is free, while you can upgrade to Standard for a fee.
For more info: https://docs.microsoft.com/en-us/azure/virtual-network/ddos-
protection-overview
Question 31: Skipped
What does it mean if a service is in Public Preview mode?
Anyone can use the service for any reason
You have to apply to get selected in order to use that service
The service is generally available for use, and Microsoft will provide support for it
Anyone can use the service but it must not be for production use
(Correct)
Explanation
Public Preview is for anyone to use, but it is not supported nor guaranteed to continue
to be available
For more info: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-
terms/
Question 32: Skipped
What Azure product allows you to autoscale virtual machines from 1 to 1000
instances, and also provides load balancing services built in?
Azure App Services
Azure Virtual Machines
Application Gateway
Virtual Machine Scale Sets
(Correct)
Explanation
Virtual Machine Scale Sets - these are a set of identical virtual machines (from 1 to
1000 instances) that are designed to auto-scale up and down based on user demand;
IaaS
For more info: https://azure.microsoft.com/en-us/services/virtual-machine-scale-sets/
Question 33: Skipped
What is the maximum amount of Azure Storage space a single subscription can store?
2 TB
5 PB
Virtually unlimited
(Correct)
500 GB
Explanation
A single Azure subscription can have up to 250 storage accounts per region, and each
storage account can store up to 5 Petabytes. That is 31 million Terabytes. This is
probably 15-20 times what Google, Amazon, Microsoft and Facebook use combined.
That's a lot.
For more info: https://docs.microsoft.com/en-us/azure/azure-resource-manager/
management/azure-subscription-service-limits#storage-limits
Question 34: Skipped
What database service is specifically designed to be extremely fast in responding to
requests for small amounts of data (called low latency)?
SQL Server in a VM
SQL Database
SQL Data Warehouse
Cosmos DB
(Correct)
Explanation
Cosmos DB - extremely low latency (fast) storage designed for smaller pieces of data
quickly; SaaS
For more info: https://docs.microsoft.com/en-us/azure/cosmos-db/
Question 35: Skipped
What is the Azure SLA for two or more Virtual Machines in an Availability Set?
99.99%
99.95%
(Correct)
100%
99.90%
Explanation
99.95%
For more info: https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/
v1_9/
Question 36: Skipped
Select all features part of Azure AD?
Custom banned password list
(Correct)
Log Alert Rule
Device Management
(Correct)
Single sign-on
(Correct)
Smart lockout
(Correct)
Explanation
The Log Alert Rule is not a feature of Azure AD.
See: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-
directory-whatis#which-features-work-in-azure-ad
Question 37: Skipped
True or false: Azure charges for bandwidth used "inbound" to Azure
TRUE
FALSE
(Correct)
Explanation
Ingress bandwidth is free. You pay for egress (outbound).
For more info: https://azure.microsoft.com/en-us/pricing/details/bandwidth/
Question 38: Skipped
How many regions does Azure have in Brazil?
1
4
0
2
(Correct)
Explanation
There are now 2 regions in Brazil.
For more info: https://azure.microsoft.com/en-us/global-infrastructure/geographies/
Question 39: Skipped
What is the concept of paired regions?
When you deploy your code to one region of the world, it is automatically deployed to the
paired region as an emergency backup.
Each region in the world has at least one other region in which is shares an extremely high
speed connection, and where there is coordinated action by Azure not to do anything that
will bring them both down at the same time.
(Correct)
Each region of the world has one other region, usually in a completely separate country and
geography, where it makes the most sense to place your backups. Like East US 2 is paired
with South Korea.
Azure employees in those regions sometimes go on picnics together.
Explanation
Paired regions are usually in the same geo (not always) but are the most logical place to
store backups because they have a high speed connection and Azure staggers the
service updates to those regions.
For more info: https://docs.microsoft.com/en-us/azure/best-practices-availability-
paired-regions
Question 40: Skipped
In what way does Multi-Factor Authentication increase the security of a user account?
It doesn't. Multi-Factor Authentication is more about access and authentication than
account security.
It requires single sign-on functionality
It requires users to be approved before they can log in for the first time.
It requires the user to possess something like their phone to read an SMS, use a mobile app,
or biometric identification.
(Correct)
Explanation
MFA requires that the user have access to their mobile phone for using SMS or an app.
For more
info: https://docs.microsoft.com/en-us/azure/active-directory/authentication/concept-
mfa-howitworks
Question 41: Skipped
What is the new data privacy and information protection regulation that took effect
across Europe in May 2018?
FedRAMP
GDPR
(Correct)
PCI DSS
ISO 9001:2015
Explanation
The General Data Protection Regulation (GDPR) took effect in Europe in May 2018.
For more info: https://docs.microsoft.com/en-us/microsoft-365/compliance/gdpr?
view=o365-worldwide
Question 42: Skipped
Which of the following elements is considered part of the "perimeter" layer of security?
Keep operating systems up to date with patches
Use a firewall
(Correct)
Separate servers into distinct subnets by role
Locks on the data center doors
Explanation
Firewall is part of the perimeter security
For more information on the layered approach to network
security: https://docs.microsoft.com/en-us/learn/modules/intro-to-security-in-azure/5-
network-security
Question 43: Skipped
What would be a good reason to have multiple Azure subscriptions?
There is one person/credit card paying for resources, but many people who have accounts
in Azure, and you need to separate out resources between clients so that there is absolutely
no chance of resources being exposed between them.
(Correct)
There is one person/credit card paying for resources, and only one person who logs into
Azure to manage the resources, but you want to be able to know which resources are used
for which client project.
Explanation
Having multiple subscriptions can technically be done for any reason, but it only makes
sense if you have to separate billing directly, or have actual clients logging into the
Portal to manage their resources.
For more
info: https://docs.microsoft.com/en-us/microsoft-365/enterprise/subscriptions-
licenses-accounts-and-tenants-for-microsoft-cloud-offerings?view=o365-worldwide
Question 44: Skipped
If you are a US federal, state, local, or tribal government entities and their solution
providers, which Azure option should you be looking to register for?
Azure Government
(Correct)
Azure Public Portal
Azure is not available for government officials
Azure Department of Defence
Explanation
Hopefully, it's clear that US Federal, State, Local and Tribal governments can use the US
Government portal
For more
info: https://docs.microsoft.com/en-us/azure/azure-government/documentation-
government-welcome
Question 45: Skipped
Application Gateway contains what additional optional security feature over a regular
Load Balancer?
Advanced DDoS Protection
Web Application Firewall (or WAF)
(Correct)
Azure AD Advanced Information Protection
Multi-Factor Authentication
Explanation
Application Gateways also comes with an optional Web Application Firewall (or WAF)
as a security benefit
For more info: https://docs.microsoft.com/en-us/azure/web-application-firewall/ag/ag-
overview
Question 46: Skipped
What is the concept of Big Data?
A small sensor or other device that constantly sends it's status and other data to the cloud
A set of Azure services that allow you to use execute code in the cloud but don’t require (or
even allow) you to manage the underlying server
A form of artificial intelligence (AI) that allows systems to automatically learn and improve
from experience without being explicitly programmed.
An extremely large set of data that you want to ingest and do analysis on; traditional
software like SQL Server cannot handle Big Data as efficiently as specialized products
(Correct)
Explanation
Big Data - a set of open source (Apache Hadoop) products that can do analysis on
millions and billions of rows of data; current tools like SQL Server are not good for this
scale
For more
info: https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/
big-data
Question 47: Skipped
Which of the following cloud computing models requires the highest level of
involvement in maintaining the operating system and file system by the customer?
PaaS
FaaS
SaaS
IaaS
(Correct)
Explanation
IaaS or Infrastructure as a service requires you to keep your OS patched, close ports,
and generally protect your own server
For more info: https://azure.microsoft.com/en-us/overview/what-is-iaas/
Question 48: Skipped
How do you get access to services in Private Preview mode?
You cannot use private preview services.
You must agree to a terms of use first.
You must apply to use them.
(Correct)
They are available in the marketplace. You simply use them.
Explanation
Private Preview means you must apply to use them.
For more info: https://azure.microsoft.com/en-us/support/legal/preview-supplemental-
terms/
Question 49: Skipped
Which of the following scenarios would Azure Policy be a recommended method for
enforcement?
Allow only one specific roles of users to have access to a resource group
Prevent certain Azure Virtual Machine instance types from being used in a resource group
(Correct)
Require a virtual machine to always update to the latest security patches
Add an additional prompt when creating a resource without a specific tag to ask the user if
they are really sure they want to continue?
Explanation
Azure Policy can add restrictions on storage account SKUs, virtual machine instance
types, and rules relating to tagging of resources and groups. It cannot prompt a user to
ask them if they are sure.
For more info: https://docs.microsoft.com/en-us/azure/governance/policy/overview
Question 50: Skipped
Which of the following is not an example of Infrastructure as a Service?
Azure SQL Database
(Correct)
Virtual Network
SQL Server in a VM
Virtual Machine
Virtual Machine Scale Sets
Explanation
With Azure SQL Database, the infrastructure is not in your control
For more info: https://docs.microsoft.com/en-us/azure/azure-sql/azure-sql-iaas-vs-
paas-what-is-overview
Continue
Retake test
Fullscreen