Skip to Content

AZ-900 Microsoft Azure Fundamentals Exam Questions and Answers – Page 6 Part 2

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 571

Match the cloud computing benefits to the appropriate descriptions.
To answer, drag the appropriate benefit from the column on the left to its description on the right. Each benefit may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.

Benefits:

  • Disaster recovery
  • Geo-distribution
  • High availability
  • Scalability

Answer Area:

  • Increase the compute capacity of apps in the cloud.
  • Provide a continuous user experience with no apparent downtime.
  • Ensure that users always have the best experience by deploying apps to all the regions where there are users.

Answer:

Scalability: Increase the compute capacity of apps in the cloud.

High availability: Provide a continuous user experience with no apparent downtime.

Geo-distribution: Ensure that users always have the best experience by deploying apps to all the regions where there are users.

Question 572

Which cloud computing benefit provides continuous user access to a cloud-based application with minimal downtime?

A. agility
B. scalability
C. elasticity
*D. high availability

Question 573

This question requires that you evaluate the underlined text to determine if it is correct.
Resource groups provide organizations with the ability to manage the compliance of Azure resources across multiple subscriptions.
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. Management groups
*C. Azure policies
D. Azure App Service plans

Explanation

Azure policies can be used to define requirements for resource properties during deployment and for already existing resources. Azure Policy controls properties such as the types or locations of resources.

Azure Policy is a service in Azure that you use to create, assign, and manage policies. These policies enforce different rules and effects over your resources, so those resources stay compliant with your corporate standards and service level agreements. Azure Policy meets this need by evaluating your resources for non- compliance with assigned policies. All data stored by Azure Policy is encrypted at rest.

For example, you can have a policy to allow only a certain SKU size of virtual machines in your environment. Once this policy is implemented, new and existing resources are evaluated for compliance. With the right type of policy, existing resources can be brought into compliance.

Question 574

Two Azure subscriptions can be merged into a single subscription.

A. Yes
*B. No

Explanation

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.

Question 575

You have several virtual machines in an Azure subscription.
You create a new subscription.

A. The virtual machines cannot be moved to the new subscription.
*B. The virtual machines can be moved to the new subscription.
C. The virtual machines can be moved to the new subscription only if they are all in the same resource group.
D. The virtual machines can be moved to the new subscription only if they run Windows Server 2016.

Explanation

You can move a VM and its associated resources to a different subscription by using the Azure portal.
Moving between subscriptions can be handy if you originally created a VM in a personal subscription and now want to move it to your company’s subscription to continue your work. You do not need to start the VM in order to move it and it should continue to run during the move.

Question 576

Availability zones can be implemented in all Azure regions.

A. Yes
*B. No

Explanation

Not all Azure regions support availability zones.

Question 577

Only virtual machines that run Windows Server can be created in availability zones.

A. Yes
*B. No

Explanation

Availability zones can be used with many Azure services, not just VMs.

Question 578

Availability zones are used to replicate data and applications to multiple regions.

A. Yes
*B. No

Explanation

Availability Zones are unique physical locations within a single Azure region.

Question 579

You plan to create an Azure virtual machine.

You need to identify which storage service must be used to store the unmanaged data disks of the virtual machine.

What should you identify?

You need to identify which storage service must be used to store the unmanaged data disks of the virtual machine.

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

*A. Containers: Scalable, cost-effective storage for unstructured data.
B. File shares: Serverless SMB file shares.
C. Tables: Tabular data storage.
D. Queues: Effectively scale apps according to traffic.

Containers/Blobs: REST-based object storage for unstructured data.

Explanation

Azure containers are the backbone of the virtual disks platform for Azure IaaS. Both Azure OS and data disks are implemented as virtual disks where data is durably persisted in the Azure Storage platform and then delivered to the virtual machines for maximum performance. Azure Disks are persisted in Hyper-V VHD format and stored as a page blob in Azure Storage.

Question 580

You plan to map a network drive from several computers that run Windows 10 to Azure Storage.
You need to create a storage solution in Azure for the planned mapped drive.
What should you create?

A. an Azure SQL database
B. a virtual machine data disk
*C. a File service in a storage account
D. a Blob service in a storage account

Explanation

Azure Files is Microsoft’s easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server.

To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or access it via its UNC path.

Unlike other SMB shares you may have interacted with, such as those hosted on a Windows Server, Linux Samba server, or NAS device, Azure file shares do not currently support Kerberos authentication with your Active Directory (AD) or Azure Active Directory (AAD) identity, although this is a feature we are working on.

Instead, you must access your Azure file share with the storage account key for the storage account containing your Azure file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you’re accessing, and for all file shares and other storage resources (blobs, queues, tables, etc) contained within your storage account.