Microsoft AZ-600 Practice Test - Questions Answers, Page 2

List of questions
Question 11

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 Stack Hub integrated system that connects to the Internet. The integrated system uses an Enterprise Agreement (EA) for licensing. You are creating an Azure Resource Manager template to generate a marketplace item for a virtual machine that runs Windows Server 2019 Datacenter and a custom application. You need to ensure that Windows Server is licensed by using the bring-your-own-license model.
Solution: You add licenseType: Windows_Server to the Azure Resource Manager template.
Does this meet the goal?
Question 12

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 Stack Hub integrated system that connects to the Internet. The integrated system uses an Enterprise Agreement (EA) for licensing. You are creating an Azure Resource Manager template to generate a marketplace item for a virtual machine that runs Windows Server 2019 Datacenter and a custom application. You need to ensure that Windows Server is licensed by using the bring-your-own-license model.
Solution: You remove the licenseType section from the Azure Resource Manager template.
Does this meet the goal?
Question 13

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 Stack Hub integrated system that connects to the Internet.
You need to update the Azure Event Hubs service.
Solution: From an internet-connected computer, you run the Update-AzureRmManagementGroup cmdlet.
Does this meet the goal?
Question 14

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 Stack Hub integrated system that connects to the Internet.
You need to update the Azure Event Hubs service.
Solution: From a privileged endpoint (PEP) session, you run the Install-AzsUpdate cmdlet.
Does this meet the goal?
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-update-monitor?view=azs-2008
Question 15

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 Stack Hub integrated system that connects to the Internet.
You need to update the Azure Event Hubs service.
Solution: From the Updates blade of the administrator portal, you select the latest update in the infrastructure section. Does this meet the goal?
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/resource-provider-apply-updates?view=azs-2008
Question 16

In which three situations should you update the registration of an Azure Stack Hub integrated system? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-registration?view=azs-2008&tabs=az1%2Caz2%2Caz3%2Caz4&pivots=state-connected#renew-or-change-registration
Question 17

You have an Azure Stack Hub integrated system that has the following configurations:
A deployment prefix of AzS
A physical prefix of AzP
You need to renew the certificates for the integrated system.
To which virtual machine should you establish a PowerShell session?
https://docs.microsoft.com/en-gb/learn/modules/manage-azure-stack-hub-use-privilegedendpoints/2-connect-privileged-endpoint
Question 18

You plan to deploy an Azure Stack Hub integrated system that will connect to the Internet.
You need to define the public VIP pool.
What is the smallest subnet mask that you can use for the public VIP pool?
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-network?view=azs-2008
Question 19

Your company is a Cloud Solution Provider (CSP).
You are planning the deployment of a multitenant Azure Stack Hub integrated system that will host internal company workloads and customer workloads. You need to register the integrated system.
Which type of Azure subscription should you use for the registration?
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-add-manage-billing-as-acsp?view=azs-2008
Question 20

You plan to deploy an Azure Stack Hub integrated system that will use an Azure Active Directory (Azure AD) identity provider. You obtain certificates for the deployment.
You need to ensure that the certificates meet the prerequisites for Azure Stack Hub.
Which PowerShell cmdlet should you run?
Reference:
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-validate-pki-certs?view=azs-2008To validate certificates for other Azure Stack Hub services, change the value for -CertificateType. Forexample:
# App Services
Invoke-AzsHubAppServicesCertificateValidation -CertificatePath C:\Certificates\AppServices - pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com # DBAdapter
Invoke-AzsHubDBAdapterCertificateValidation -CertificatePath C:\Certificates\DBAdapter - pfxPassword $pfxPassword -RegionName east -FQDN azurestack.contoso.com # EventHubs
Invoke-AzsHubEventHubsCertificateValidation -CertificatePath C:\Certificates
https://docs.microsoft.com/en-us/azure-stack/operator/azure-stack-validate-pki-certs?view=azs-2108#perform-core-services-certificate-validation
Question