Vendor | : | Microsoft |
Exam Code | : | 70-537 |
Exam Name | : | Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack |
Questions and Answers | : | 85 Q & A |
Updated On | : | Click to Check Update |
PDF Download Mirror | : | 70-537 Brain Dump |
Get Full Version | : | Pass4sure 70-537 Full Version |
Question: 72
Note: This question-is part of a series of questions that use the same scenario. For your convenience, the scenario is repeated in each question. Each questionpresents a different goal and answer choices, but the text of the scenario is exactly the same in each question-in this series.
Start of repeated scenario.
Your company has a main office in New York and a branch office in Toronto. Each office has a dedicated connection to the Internet. Each office has a firewall that uses inbound and outbound rules.
The company has an on-premises network that contains several datacenters. The datacenters contain multiple hypervisor deployments, including Window Server
2016 Hyper-V. The network uses Microsoft System Center for monitoring and Windows Azure Pack for self-service.
The company has a Microsoft Azure subscription that contains several workloads. You use Azure Resource Manager templates and other automated processes to create and manage the resources in Azure.
You have an Azure Stack integrated system in the New York office. The company has a deployment team in the Toronto office and a development team in the New York office. The system has an offer named Offer1. Several tenants have subscriptions based on Offer1.
You have a Hyper-V host named Server1 that runs Windows Server 2012 R2. Server1 is used for testing. The hardware on Server1 can support the deployment of the Azure Stack Development Kit.
You have a Generation 1 virtual machine named VM1 that runs Windows Server 2012 R2. VM1 is deployed to a Hyper-V host that runs Windows Server 2016. VM1 has a fixed size disk named VM1.vhdx that is 200 GB.
End of repeated scenario.
The development team in the Toronto office fails to access the Azure Stack integrated system. The team successfully accesses the Azure subscriptions. The development team in the New York office successfully accesses the Azure Stack integrated system.
You need to ensure that the Toronto development team can access the system. What should you do?
Answer: B
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-connect-vpn https://docs.microsoft.com/en-us/azure/azure-stack/user/azure-stack-solution-hybrid-connectivity Question: 73
You plan to create a Linux virtual machine on an Azure Stack integrated system. You download an Ubuntu Server image.
Which authentication method can use to access the Linux virtual machine by using SSH?
Answer: D
When you create you Linux VM via the portal or the CLI, you have two authentication choices. If you choose a password for SSH, Azure configures the VM to allow logins via passwords. If you chose to use an SSH public key, Azure configures the VM to only allow logins via SSH keys and disables password logins. To secure your Linux VM by only allowing SSH key logins, use the SSH public key option during the VM creation in the portal or CLI.
References: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/overview
Question: 74
You have an Azure Stack integrated system.
A tenant requires assistance managing a subscription.
The tenant needs to create a custom RBAC role definition. What should you instruct the tenant to do?
Run the New-AzureRmPolicySetDefinition cmdlet and the New-AzureRoleTemplate cmdlet.
Create a JSON file that contains the permission definitions. Run the New-AzureRmRoleDefinition cmdlet.
Create an XML file that contains the permission definitions. Run the New-AzureRmRoleDefinition cmdlet
Run the New-AzureRmPolicySetDefinition cmdlet and the New-AzureRoletemplate cmdlet.
Answer: B
The New-AzureRmRoleDefinition cmdlet creates a custom role in Azure Role-Based Access Control. Provide a role definition as an input to the command as a JSON file or a PSRoleDefinition object.
Incorrect Answers:
A: New-AzureRoleTemplate creates web and worker role templates. This has nothing to do with RBAC. C: The permission definitions should be contained in a JSON file, not an XML file.
D: New-AzureRoleTemplate creates web and worker role templates. This has nothing to do with RBAC.
References: https://docs.microsoft.com/en-us/powershell/module/azurerm.resources/new-azurermroledefinition?view=azurermps-6.2.0
Question: 75
You have an Azure Stack integrated system that has 100 tenants. You create a new offer that is Private.
You need to provide the offer to a tenant. What should you do?
Answer: B
When you create an offer, you must include at least one base plan, but you can also create add-on plans that users can add to their subscription. A subscription is how users access your offers.
After you create an offer, users need a subscription to that offer before they can use it.
You can create subscriptions for both public and private offers. If do not want your tenants to create their own subscriptions, make all of your offers private, and then create subscriptions on behalf of your tenants. This approach is common when integrating Azure Stack with external billing or service catalog systems.
After you create a subscription for a user, that user can log into the user portal and will find that they are subscribed to the offer. Incorrect Answers:
A: As the Azure Stack operator, you can delegate the creation of offers and users to other users by using the delegation functionality.
C: The New-AzsOffer cmdlet creates an offer composing of the specified base plans and add-on plans. D: The Set-AzsSubscription cmdlet modifies the current logged-in user’s tenant subscription.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-delegated-provider https://docs.microsoft.com/en- za/powershell/module/azurerm.azurestackadmin/new-azsoffer?view=azurestackps-1.2.11
https://docs.microsoft.com/en-za/powershell/module/azurerm.azurestackadmin/set-azssubscription?view=azurestackps-1.2.11 https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-subscribe-plan-provision-vm
Question: 76
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 integrated system that uses a Microsoft Azure Active Directory (Azure AD) domain named contoso.com as the identify provider. The system has a tenant subscription that contains several resources.
In contoso.com, you can create a new user named User1.
User1 reports that when signed in to the Azure stack user portal, no resources are displayed. You need to ensure that User1 can view the resources on the portal.
Solution: On the Default Provider Subscription, you assign a role to User1. Does this meet the goal?
Answer: B
There are two portals in Azure Stack; the administrator portal and the user portal (sometimes referred to as the tenant portal.)
The Default Provider Subscription is the administrator portal. The user needs to be assigned a role in the tenant (user) subscription, not the Default Provider (admin) subscription.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-manage-portals
Question: 77
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 integrated system that uses a Microsoft Azure Active Directory (Azure AD) domain named contoso.com as the identify provider. The system has a tenant subscription that contains several resources.
In contoso.com, you can create a new user named User1.
User1 reports that when signed in to the Azure stack user portal, no resources are displayed. You need to ensure that User1 can view the resources on the portal.
Solution: On the tenant subscription, you assign the Reader role to User1. Does this meet the goal?
Answer: A
A user needs at least the reader role to be able to view resources in a tenant subscription.
Question: 78
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 integrated system that contains four nodes named Node1, Node2, Node3 and Node4. You plan to replace Node2.
You need to drain the active workloads that run on Node2.
Solution: You connect to the BMC web interface on Node2 and power off the node. Does this meet the goal?
Answer: B
The Drain action evacuates all active workloads by distributing them among the remaining nodes in that particular scale unit. To run the drain action through PowerShell, use the Disable-AzsScaleUnitNode cmdlet.
Incorrect Answers:
A: The BMC web interface on Node2 can be used to power off the node. This does not send a shutdown signal to the operating system. For planned power off operations, make sure you drain a scale unit node first.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-replace-node
Question: 79
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 integrated system that contains four nodes named Node1, Node2, Node3 and Node4. You plan to replace Node2.
You need to drain the active workloads that run on Node2.
Solution: From the hardware lifecycle host, you run the Disable-AzsScaleUnitNode cmdlet. Does this meet the goal?
Answer: A
The Drain action evacuates all active workloads by distributing them among the remaining nodes in that particular scale unit. To run the drain action through PowerShell, use the Disable-AzsScaleUnitNode cmdlet.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-replace-node
Question: 80
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 integrated system that contains four nodes named Node1, Node2, Node3 and Node4. You plan to replace Node2.
You need to drain the active workloads that run on Node2.
Solution: From Node1, you run the Repair-AzsScaleUnitNode cmdlet. Does this meet the goal?
Answer: B
The Drain action evacuates all active workloads by distributing them among the remaining nodes in that particular scale unit. To run the drain action through PowerShell, use the Disable-AzsScaleUnitNode cmdlet.
Incorrect Answers:
A: The Repair-AzsScaleUnitNode cmdlet repairs the node. It does not drain the node. References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-replace-node Question: 81
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 integrated system that contains four nodes named Node1, Node2, Node3 and Node4.
You plan to replace Node2.
You need to drain the active workloads that run on Node2.
Solution: From the hardware lifecycle host, you run the Stop-AzsScaleUnitNode cmdlet. Does this meet the goal?
Answer: B
The Drain action evacuates all active workloads by distributing them among the remaining nodes in that particular scale unit. To run the drain action through PowerShell, use the Disable-AzsScaleUnitNode cmdlet.
Incorrect Answers:
A: The Stop-AzsScaleUnitNode cmdlet turns off the node. It’s the same as if you press the power button. It does not send a shutdown signal to the operating system. For planned power off operations, make sure you drain a scale unit node first.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-replace-node
Question: 82
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 integrated system that runs in a connected environment.
You need to recommend an interval for installing Microsoft software update packages to Azure Stack. The solution must ensure that you can receive Microsoft support.
Solution: You recommend that Microsoft software updates be installed every three months. Does this meet the goal?
Answer: A
For your Azure Stack deployment to remain in support, it must run the most recently released update version or run either of the two preceding update versions. Microsoft will release update packages for Azure Stack integrated systems on a regular cadence that will typically fall on the fourth Tuesday of every month. Thus to remain in support you must be running one of the last three update versions and, as an update version is released every month, you need to install updates at least every three months.
References:
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-servicing-policy https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack- updates
Question: 83
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 integrated system that runs in a connected environment.
You need to recommend an interval for installing Microsoft software update packages to Azure Stack. The solution must ensure that you can receive Microsoft support.
Solution: You recommend that Microsoft software updates be installed every 12 months. Does this meet the goal?
Answer: B
For your Azure Stack deployment to remain in support, it must run the most recently released update version or run either of the two preceding update versions. Microsoft will release update packages for Azure Stack integrated systems on a regular cadence that will typically fall on the fourth Tuesday of every month. Thus to remain in support you must be running one of the last three update versions and, as an update version is released every month, you need to install updates at least every three months.
References:
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-servicing-policy https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack- updates
Question: 84
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 integrated system that runs in a connected environment.
You need to recommend an interval for installing Microsoft software update packages to Azure Stack. The solution must ensure that you can receive Microsoft support.
Solution: You recommend that Microsoft software updates be installed monthly. Does this meet the goal?
Answer: A
For your Azure Stack deployment to remain in support, it must run the most recently released update version or run either of the two preceding update versions. Microsoft will release update packages for Azure Stack integrated systems on a regular cadence that will typically fall on the fourth Tuesday of every month. Thus to remain in support you must be running one of the last three update versions and, as an update version is released every month, you need to install updates at least every three months.
References:
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-servicing-policy https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack- updates
Question: 85
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 integrated system that runs in a connected environment.
You need to recommend an interval for installing Microsoft software update packages to Azure Stack. The solution must ensure that you can receive Microsoft support.
Solution: You recommend that Microsoft software updates be installed every six months. Does this meet the goal?
Answer: B
For your Azure Stack deployment to remain in support, it must run the most recently released update version or run either of the two preceding update versions. Microsoft will release update packages for Azure Stack integrated systems on a regular cadence that will typically fall on the fourth Tuesday of every month. Thus to remain in support you must be running one of the last three update versions and, as an update version is released every month, you need to install updates at least every three months.
References:
https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-servicing-policy https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack- updates