Download Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack.70-537.SelfTestEngine.2019-07-29.37q.vcex

Vendor: Microsoft
Exam Code: 70-537
Exam Name: Configuring and Operating a Hybrid Cloud with Microsoft Azure Stack
Date: Jul 29, 2019
File Size: 417 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
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?
  1. Yes
  2. No
Correct answer: A
Explanation:
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-policyhttps://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-updates
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 2
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?
  1. Yes
  2. No
Correct answer: B
Explanation:
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-policyhttps://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-updates
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 3
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?
  1. Yes
  2. No
Correct answer: A
Explanation:
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
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 4
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?
  1. Yes
  2. No
Correct answer: B
Explanation:
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
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 5
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?
  1. The Extensible Authentication Protocol (EAP)
  2. a Kerberos token
  3. a service principal
  4. a password
Correct answer: D
Explanation:
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
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 6
You have an Azure Stack integrated system. 
You plan to use the Marketplace publishing tool. 
Which two parameters should you specify when you run the tool? Each correct answer presents part of the solution. 
NOTE: Each correct selection is worth one point.
  1. the Service Admin credentials
  2. the Azure Resource Manager endpoint
  3. the privileged endpoint
  4. a backup location for AzureDeploy.json
  5. the cloud administrator credentials
Correct answer: AB
Explanation:
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-marketplace-publisher#publish-marketplace-items
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-marketplace-publisher#publish-marketplace-items
Question 7
You have two Azure Stack integrated systems name Stack1 and Stack2. 
You create an Azure Resource Manager template that successfully deploys to Stack1. 
You attempt to deploy the template to Stack2, but the deployment fails. 
What is a possible cause of the deployment failure?
  1. Stack1 has Azure Marketplace syndication disabled and Stack2 has Azure Marketplace syndication enabled.
  2. The template was deployed to Stack2 by using Microsoft Visual Studio.
  3. The API version used in the template is a later version that the API version available on Stack2.
  4. Stack1 has Azure Marketplace syndication enabled and Stack2 has Azure Marketplace syndication disabled.
Correct answer: C
Explanation:
References: https://docs.microsoft.com/en-us/azure/azure-stack/user/azure-stack-considerations#version-requirements
References: https://docs.microsoft.com/en-us/azure/azure-stack/user/azure-stack-considerations#version-requirements
Question 8
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 question presents 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 development 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?
  1. For the Toronto development team, allow the inbound endpoints of the Azure Stack infrastructure on the New York office firewalls.
  2. Create a site-to-site VPN connection from Azure to the New York office.
  3. For the Toronto development team, allow ports 4443 and 8080 on the New York firewalls.
  4. Configure and enable iDNS.
Correct answer: B
Explanation:
References:https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-connect-vpnhttps://docs.microsoft.com/en-us/azure/azure-stack/user/azure-stack-solution-hybrid-connectivity
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 9
You have an Azure Stack integrated system that uses Microsoft Azure Active Directory (Azure AD) for authentication.  
You download and extract the Azure App Service files. 
You need to configure the system to support the deployment of Node.js applications and Azure functions.  
What should you do before you configure the resource provider?
  1. Install certificates. Register a service principal. Deploy and configure a file server. Create a relying party trust.
  2. Install certificates. Deploy and configure a file server. Deploy and configure a Microsoft SQL server. Create an Azure AD application.
  3. Install certificates. Register a service principal. Deploy and configure a Microsoft SQL server. Create a relying party trust.
  4. Register a service principal. Deploy and configure a file server. Implement and configure a MySQL resource provider. Configure the Azure functions.
Correct answer: B
Explanation:
Incorrect Answers:A, C: App Service on Azure Stack does not require a service principal or a relying party trust, but does require Microsoft SQL server for the App Service databases.D: App Service on Azure Stack requires certificates and Microsoft SQL server for the App Service databases.References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-app-service-before-you-get-started
Incorrect Answers:
A, C: App Service on Azure Stack does not require a service principal or a relying party trust, but does require Microsoft SQL server for the App Service databases.
D: App Service on Azure Stack requires certificates and Microsoft SQL server for the App Service databases.
References: https://docs.microsoft.com/en-us/azure/azure-stack/azure-stack-app-service-before-you-get-started
Question 10
You have an Azure Stack integrated system that uses Microsoft Azure Active Directory (Azure AD) for authentication. The system uses an external domain named cloud.contoso.com. 
You plan to provide tenant users with the ability to provision App Services and to use Kudu to develop the App Services.  
You need to create the Azure AD application for the planned deployment.  
What should you do?
  1. Run the Add-AzsRegistration cmdlet. From https://portal.cloud.contoso.com, create an App Service offer.
  2. Run the Create-AADIdentityApp.ps1 script. From https://portal.azure.com, modify the permissions of the Azure AD application.
  3. Run the Add-AzsRegistration cmdlet. From https://portal.azure.com, create a new App Service Environment.
  4. Run the Create-AADIdentityApp.ps1 script. From https://portal.cloud.contoso.com, create an App Service offer.
Correct answer: D
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!