Question 6 of 265

You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines.

Your company has three cost centers named Manufacturing, Sales, and Finance.

You need to associate each virtual machine to a specific cost center.

What should you do?

    Correct Answer: C

    To associate each virtual machine with a specific cost center, you should assign tags to the virtual machines. Tags allow you to categorize and manage resources in your Azure subscription by applying metadata to them. This makes it easier to organize resources according to different criteria such as cost centers, making cost tracking and management straightforward.

Question 7 of 265

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 within an Azure subscription, you need to navigate to the Deployments section within the Resource Group. Selecting Programmatic Deployment from the Subscriptions blade provides options for initiating programmatic deployments, not for viewing the history of already deployed resources. Therefore, the solution does not meet the goal of viewing the creation date and time of resources in RG1.

Question 8 of 265

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 Resource providers.

Does this meet the goal?

    Correct Answer: B

    To view the date and time when resources were created in a resource group in Azure, you need to navigate to the Resource Group (RG1 in this case) and then check the deployments section. This will show a history of all deployments, including the dates and times when resources were created. Selecting the subscription and clicking on Resource providers in the Subscriptions blade will not provide this information; it only shows the providers registered within the Azure subscription.

Question 9 of 265

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 Automation script.

Does this meet the goal?

    Correct Answer: B

    To view the date and time when resources were created in a resource group in an Azure subscription, you need to access the deployment history of the resource group. This can be found under the 'Deployments' section in the resource group blade. The 'Automation script' option will not provide the date and time of resource creation. Therefore, the solution of clicking on 'Automation script' does not meet the goal.

Question 10 of 265

HOTSPOT -

You have an Azure subscription.

You plan to use Azure Resource Manager templates to deploy 50 Azure virtual machines that will be part of the same availability set.

You need to ensure that as many virtual machines as possible are available if the fabric fails or during servicing.

How should you configure the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Use two fault domains.

    2 or 3 is max value, depending on which region you are in.

    Use 20 for platformUpdateDomainCount

    Increasing the update domain (platformUpdateDomainCount) helps with capacity and availability planning when the platform reboots nodes. A higher number for the pool (20 is max) means that fewer of their nodes in any given availability set would be rebooted at once.

    References:

    https://www.itprotoday.com/microsoft-azure/check-if-azure-region-supports-2-or-3-fault-domains-managed-disks https://github.com/Azure/acs-engine/issues/1030