Skip to Content

AZ-900 Microsoft Azure Fundamentals Exam Questions and Answers – Page 9 Part 1

The latest Microsoft AZ-900 Azure Fundamentals certification actual real practice exam question and answer (Q&A) dumps are available free, which are helpful for you to pass the Microsoft AZ-900 Azure Fundamentals exam and earn Microsoft AZ-900 Azure Fundamentals certification.

Question 831

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: A single Microsoft account can be used to manage multiple Azure subscriptions: Yes
Statement 2: Two Azure subscriptions can be merged into a single subscription: No
Statement 3: A company can use resources from multiple subscriptions: Yes

Explanation

Statement 1: A single Microsoft account can be used to manage multiple Azure subscriptions: Yes
You can use the same account to manage multiple subscriptions. You can create an additional subscription for your account in the Azure portal. You may want an additional subscription to avoid hitting subscription limits, to create separate environments for security, or to isolate data for compliance reasons.

Statement 2: Two Azure subscriptions can be merged into a single subscription: No
You cannot merge two subscriptions into a single subscription. However, you can move some Azure resources from one subscription to another. You can also transfer ownership of a subscription and change the billing type for a subscription.

Statement 3: A company can use resources from multiple subscriptions: Yes
A company can have multiple subscriptions and store resources in the different subscriptions. However, a resource instance can exist in only one subscription.

Question 832

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: An Azure subscription can be associated to multiple Azure Active Directory (Azure AD) tenants: No
Statement 2: You can change the Azure Active Directory (Azure AD) tenant to which an Azure subscription is associated: Yes
Statement 3: When an Azure subscription expires, the associated Azure Active Directory (Azure AD) tenant is deleted automatically: No

Explanation

Statement 1: An Azure subscription can be associated to multiple Azure Active Directory (Azure AD) tenants: No
An Azure AD tenant can have multiple subscriptions but an Azure subscription can only be associated with one Azure AD tenant.

Statement 2: You can change the Azure Active Directory (Azure AD) tenant to which an Azure subscription is associated: Yes

Statement 3: When an Azure subscription expires, the associated Azure Active Directory (Azure AD) tenant is deleted automatically: No

If your subscription expires, you lose access to all the other resources associated with the subscription. However, the Azure AD directory remains in Azure. You can associate and manage the directory using a different Azure subscription.

Question 833

You plan to extend your company’s network to Azure. The network contains a VPN appliance that uses an IP address of 131.107.200.1.

You need to create an Azure resource that defines the VPN appliance in Azure.

Which Azure resource should you create?

Which Azure resource should you create?

Answer: Local network gateways

Local network gateways

Explanation

A Local Network Gateway is an object in Azure that represents your on-premise VPN device. A Virtual Network Gateway is the VPN object at the Azure end of the VPN. A ‘connection’ is what connects the Local Network Gateway an the Virtual Network Gateway to bring up the VPN.

The local network gateway typically refers to your on-premises location. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your on-premises network changes or you need to change the public IP address for the VPN device, you can easily update the values later.

Learn  Azure  Networking  VPN Gateway Tutorial: Create a site-to-site VPN connection in the Azure portal

Question 834

To answer, select the appropriate options in the answer area.

You have an Azure environment that contains 10 web apps. To which URL should you connect to manage all the Azure resources?

https://<box 1> <box 2> com

Answer Area for <box 1>:

  • admin.
  • portal.
  • www.

Answer Area for <box 2>:

  • azure.
  • azurewebsites.
  • microsoft.

Answer: https://portal.azure.com

Explanation

The Azure portal is a web-based management interface where you can view and manage all your Azure resources in one unified hub, including web apps, databases, virtual machines, virtual networks, storage and Visual Studio team projects.

The URL of the Azure portal is https://portal.azure.com.

Question 835

You plan to store 20 TB of data in Azure. The data will be accessed infrequently and visualized by using Microsoft Power BI.

You need to recommend a storage solution for the data.

Which two solutions should you recommend?

*A. Azure Data Lake
B. Azure Cosmos DB
*C. Azure SQL Data Warehouse
D. Azure SQL Database
E. Azure Database for PostgreSQL

Explanation

You can use Power BI to analyze and visualize data stored in Azure Data Lake and Azure SQL Data Warehouse.

Azure Data Lake includes all of the capabilities required to make it easy for developers, data scientists and analysts to store data of any size and shape and at any speed, and do all types of processing and analytics across platforms and languages. It removes the complexities of ingesting and storing all your data while making it faster to get up and running with batch, streaming and interactive analytics. It also integrates seamlessly with operational stores and data warehouses so that you can extend current data applications.

Question 836

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: Azure resources can only access other resources in the same resource group: No
Statement 2: If you delete a resource group, all the resources in the resource group will be deleted: Yes
Statement 3: A resource group can contain resources from multiple Azure regions: Yes

Explanation

Statement 1: Azure resources can only access other resources in the same resource group: No
A resource can interact with resources in other resource groups.

Statement 2: If you delete a resource group, all the resources in the resource group will be deleted: Yes
Deleting the resource group will remove the resource group as well as all the resources in that resource group. This can be useful for the management of resources. For example, a virtual machine has several components (the VM itself, virtual disks, network adapter etc.). By placing the VM in its own resource group, you can delete the VM along with all its associated components by deleting the resource group.

Another example is when creating a test environment. You could place the entire test environment (Network components, virtual machines etc.) in one resource group. You can then delete the entire test environment by deleting the resource group.

Statement 3: A resource group can contain resources from multiple Azure regions: Yes
Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.

Question 837

Your company plans to migrate all its data and resources to Azure.

The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.

You need to deploy an Azure environment that meets the company’s migration plan.

What should you create?

A. Azure virtual machines, Azure SQL databases, and Azure Storage accounts.
B. an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed.
*C. an Azure App Service and Azure SQL databases.
D. Azure storage account and web server in Azure virtual machines.

Explanation

Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.

Question 838

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: Microsoft SQL Server 2019 installed on an Azure virtual machine is an example of platform as a service (PaaS): No
Statement 2: Azure SQL Database is an example of platform as a service (PaaS): Yes
Statement 3: Azure Cosmos DB is an example of software as a service (SaaS): Yes

Question 839

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: You can create a resource group inside of another resource group: No
Statement 2: An Azure virtual machine can be in multiple resource groups: No
Statement 3: A resource group can contain resources from multiple Azure regions: Yes

Explanation

Statement 1: You can create a resource group inside of another resource group: No

Statement 2: An Azure virtual machine can be in multiple resource groups: No
Each resource can exist in only one resource group.

Statement 3: A resource group can contain resources from multiple Azure regions: Yes
Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.

Question 840

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Statement 1: With software as a service (SaaS), you must apply software updates: No
Statement 2: With infrastructure as a service (IaaS), you must install the software that you want to use: Yes
Statement 3: Azure Backup is an example of platform as a service (PaaS): Yes

Difference between SaaS, PaaS, and IaaS in Azure.