Microsoft Implementing Microsoft Azure Infrastructure Solutions - 070-533 Exam Practice Test
You plan to deploy a new public-facing website on an Azure virtual machine (VM) by using the Azure Resource Manager (ARM). You have an existing cloud service and a storage account in the Azure subscription.
You need to create and deploy the VM.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You need to create and deploy the VM.
Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Correct Answer:

Explanation

A company plans to integrate Azure Active Directory and google apps using single sign-on (SSO).
You need to configure the federation and demonstrate (SSO) with an account named User1.
Which three actions should you perform in sequence?
You need to configure the federation and demonstrate (SSO) with an account named User1.
Which three actions should you perform in sequence?
Correct Answer: A,B,C
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
You manage an Azure Web App.
You need to move the Web App to a new App Service plan.
How should you complete the Azure PowerShell script? To answer, drag the appropriate Azure PowerShell cmdlets to the correct locations. Each Azure PowerShell cmdlets may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

You need to move the Web App to a new App Service plan.
How should you complete the Azure PowerShell script? To answer, drag the appropriate Azure PowerShell cmdlets to the correct locations. Each Azure PowerShell cmdlets may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Correct Answer:

Explanation

A company has multiple Azure virtual networks (VNets) in different regions and subscriptions. The company plans to implement VNet peering to restrict network traffic to the Azure network.
You need to identify the scenarios for which you can enable VNet peering.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

You need to identify the scenarios for which you can enable VNet peering.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Correct Answer:

Explanation

References:
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview#requirements-and-con
DRAG DROP
You have a virtual network and virtual machines that use the Resource Manager deployment model.
You plan to create a Network Security Group (NSG). You must apply rules to both inbound and outbound traffic.
You need to create the NSG.
In which order will the rules be applied to the virtual network? To answer, drag the appropriate option to the correct location. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

You have a virtual network and virtual machines that use the Resource Manager deployment model.
You plan to create a Network Security Group (NSG). You must apply rules to both inbound and outbound traffic.
You need to create the NSG.
In which order will the rules be applied to the virtual network? To answer, drag the appropriate option to the correct location. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Correct Answer:

Explanation

References:
https://azure.microsoft.com/en-gb/documentation/articles/virtual-networks-nsg/
You manage network routes in an Azure subscription.
You have the following routes:

You observe that traffic destined to the IP address 192.168.1.0 is being sent to the IP address 10.10.5.5.
You need to ensure that the user-defined route takes precedence.
What should you do?
You have the following routes:

You observe that traffic destined to the IP address 192.168.1.0 is being sent to the IP address 10.10.5.5.
You need to ensure that the user-defined route takes precedence.
What should you do?
Correct Answer: A
You are designing a Windows Azure application.
The application includes processes that communicate by using Windows Communications Foundation (WCF) services.
The WCF services must support streaming.
You need to recommend a host for the processes and a WCF binding.
Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
The application includes processes that communicate by using Windows Communications Foundation (WCF) services.
The WCF services must support streaming.
You need to recommend a host for the processes and a WCF binding.
Which two actions should you recommend? (Each correct answer presents part of the solution. Choose two.)
Correct Answer: A,D
A company uses azure to host web apps. The company plans to deploy a new web app using a kubernetes cluster. You create a new resource group for the cluster.
You need to deploy the application. Which three actions should you perform?
You need to deploy the application. Which three actions should you perform?
Correct Answer: A,B,E
Explanation: Only visible for TrainingDump members. You can sign-up / login (it's free).
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 sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company uses Azure to host virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier.
You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You specify a storage account in the Diagnostics XML file.
Does the solution meet the goal?
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
A company uses Azure to host virtual machines (VMS) and web apps. You have an app service named App1 that uses the Basic app service tier.
You need to ensure that diagnostic data for App1 is permanently stored.
Solution: You specify a storage account in the Diagnostics XML file.
Does the solution meet the goal?
Correct Answer: A
DRAG DROP
You manage an application hosted on cloud services. The development team creates a new version of the application. The updated application has been packaged and stored in an Azure Storage account.
You have the following requirements:
* Deploy the latest version of the application to production with the least amount of downtime.
* Ensure that the updated application can be tested prior to deploying to the Production site.
* Ensure that the original version of the application can be restored until the new version is verified.
Which four steps should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You manage an application hosted on cloud services. The development team creates a new version of the application. The updated application has been packaged and stored in an Azure Storage account.
You have the following requirements:
* Deploy the latest version of the application to production with the least amount of downtime.
* Ensure that the updated application can be tested prior to deploying to the Production site.
* Ensure that the original version of the application can be restored until the new version is verified.
Which four steps should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Correct Answer:

Explanation

Once you have uploaded the compiled package to Azure Storage, you would create a new staging deployment.
You can then provide the URL to the development team. Once approved, you would promote the new deployment to production by performing a VIP swap. You can then stop the instance of the old production deployment and keep it at hand in the staging slot.
References:
http://msdn.microsoft.com/en-us/library/ff803371.aspx