Microsoft Azure Infrastructure and Deployment

Here you have the best Microsoft AZ-100 practice exam questions

  • You have 91 total questions to study from
  • Each page has 5 questions, making a total of 19 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 11, 2024
Question 1 of 91

You have an Azure subscription that contains 10 virtual machines.

You need to ensure that you receive an email message when any virtual machines are powered off, restarted, or deallocated.

What is the minimum number of rules and action groups that you require?

    Correct Answer: C

    To receive an email message when any virtual machines are powered off, restarted, or deallocated, you need to set up monitoring rules for each of these conditions. Therefore, you require three rules, each one corresponding to one of these states (powered off, restarted, deallocated). However, you only need a single action group to handle the email notification for all three rules. This setup ensures that each rule can trigger the same action group to send an email, minimizing the number of action groups required.

Question 2 of 91

You have an Azure subscription that contains two resource groups named RG1 and RG2. RG2 does not contain any resources. RG1 contains the resources in the following table.

Which resource can you move to RG2?

    Correct Answer: D

    The correct option is W10. The virtual machine W10 can be moved as it is not restricted by any locks that prevent movement. Although it has a Delete lock, this type of lock only prevents deletion and does not hinder moving the resource. Other resources cannot be moved due to specific limitations: VNet1 has a ReadOnly lock, and resources with a ReadOnly lock cannot be moved; VNet3 is a classic virtual network, and classic virtual networks cannot be moved; W10_OsDisk cannot be moved by itself because managed disks need to be moved together with the virtual machine they are attached to.

Question 3 of 91

You have 100 Azure subscriptions. All the subscriptions are associated to the same Azure Active Directory (Azure AD) tenant named contoso.com.

You are a global administrator.

You plan to create a report that lists all the resources across all the subscriptions.

You need to ensure that you can view all the resources in all the subscriptions.

What should you do?

    Correct Answer: D

    To view all resources across all subscriptions, you need to ensure you have the appropriate level of access in your Azure AD tenant. By modifying the properties of the Azure AD tenant from the Azure portal, you can elevate your access permissions. This can be done by enabling the global administrator role to have read access to all Azure resources in all subscriptions related to the tenant. This approach aligns with role-based access control (RBAC) best practices.

Question 4 of 91

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. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment.

Does this meet the goal?

    Correct Answer: B

    To view the date and time when the resources were created in a resource group in Azure, you need to access the Activity Log, which tracks all the create, update, and delete operations for resources. Selecting the subscription and clicking on Programmatic deployment does not provide the information about the creation date and time of the resources. Therefore, the provided solution does not meet the goal.

Question 5 of 91

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. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.

You need to view the date and time when the resources were created in RG1.

Solution: From the RG1 blade, you click Deployments.

Does this meet the goal?

    Correct Answer: A

    To view the date and time when resources were created in an Azure resource group, you can check the deployment history. By navigating to the RG1 blade and clicking on Deployments, you will see a history of all the deployments, including the times they were created. This satisfies the stated goal of viewing the creation timestamps of the resources in RG1.