Practice Free AZ-900 Exam Online Questions
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure subscription named Subscription1. You sign in to the Azure portal and create a resource group named RG1.
From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 — image
UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From a command prompt, sign in to Azure and then run the command.
Does this meet the goal?
- A . Yes
- B . No
You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises virtual machines and the Azure virtual machines connect to each other.
Which type of cloud model is this?
- A . hybrid
- B . public
- C . private
What are two benefits of cloud computing? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
- A . enables the rapid provisioning of resources
- B . has increased administrative complexity
- C . has the same configuration options as on-premises
- D . shifts capital expenditures (CAPEX) to operating expenditures (OPEX)
HOTSPOT
You need to create a new user for an Azure subscription.
What should you use? To answer, select the service in the answer area.

Explanation:
Subscription
At the Azure portal, select Subscriptions. Select the subscription you want to assign and then select Access Control. Select Add to add a user to the subscription
https://learn.microsoft.com/en-us/partner-center/assign-azure-subscriptions#:~:text=At%20the%20Azure%20portal%2C%20select,the%20user%20will%20have%20 access.
This question requires that you evaluate the underlined text to determine if it is correct.
Your Azure trial account expired last week. You are now unable to create additional Azure Active Directory (Azure AD) user accounts.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
- A . No change is needed
- B . start an existing Azure virtual machine
- C . access your data stored in Azure
- D . access the Azure portal
B
Explanation:
A stopped (deallocated) VM is offline and not mounted on an Azure host server. Starting a VM mounts the VM on a host server before the VM starts. As soon as the VM is mounted, it becomes chargeable. For this reason, you are unable to start a VM after a trial has expired.
HOTSPOT
Several support engineers plan to manage Azure by using the computers shown in the following table:
You need to identify which Azure management tools can be used from each computer.
What should you identify for each computer? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Explanation:
Section: Understand Core Azure Services
Reference: https://buildazure.com/2016/08/18/powershell-now-open-source-and-cross-platform-linux-macos-windows/
What can you use to identify underutilized or unused Azure virtual machines?
- A . Azure Advisor
- B . Azure Cost Management + Billing
- C . Azure reservations
- D . Azure Policy
Which service provides network traffic filtering across multiple Azure subscriptions and virtual networks?
- A . Azure Firewall
- B . an application security group
- C . Azure DDoS protection
- D . a network security group (NSG)
A
Explanation:
You can restrict traffic to multiple virtual networks in multiple subscriptions with a single Azure firewall.
Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. It’s a fully stateful firewall as a service with built-in high availability and unrestricted cloud scalability.
You can centrally create, enforce, and log application and network connectivity policies across subscriptions and virtual networks. Azure Firewall uses a static public IP address for your virtual network resources allowing outside firewalls to identify traffic originating from your virtual network.
https://docs.microsoft.com/en-us/azure/firewall/overview
You have an Azure web app.
You need to manage the settings of the web app from an iPhone.
What are two Azure management tools that you can use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point
- A . Azure CLI
- B . the Azure portal
- C . Azure Cloud Shell
- D . Windows PowerShell
- E . Azure Storage Explorer