Microsoft Architecting Microsoft Azure Solutions - 070-535 Exam Practice Test

Question 1
You use a virtual network to extend an on-premises IT environment into the cloud. The virtual network has two virtual machines (VMs) that store sensitive data.
The data must only be available using internal communication channels. Internet access to those VMs is not permitted.
You need to ensure that the VMs cannot access Internet.
Which two options should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Correct Answer: A,C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 2
You deploy a Kubernetes Azure Container Service cluster.
You need to manage the cluster by using the Kubernetes command-line client.
Solution: You run the following Azure Command-Line Interface (Azure CLI) command:

Does the solution meet the goal?

Correct Answer: B
Question 3
You need to ensure that authentication requirements are met.
What should you do?

Correct Answer: A
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 4
You have an Azure website that runs on several instances. You have a WebJob that provides additional functionality to the website.
The WebJob must run on all instances of the website.
You need to ensure that the WebJob runs even when the website is idle for long periods of time.
How should you create and configure the WebJob object? To answer, select the appropriate options in the answer area.
Correct Answer:

Explanation

* You can run programs or scripts in WebJobs in your App Service web app in three ways: on demand, continuously, or on a schedule.
* For continuous WebJobs there is an important feature called "always on" which is only available for a Standard Website, this will make sure your Website and WebJob are always up.
References:
http://azure.microsoft.com/en-us/documentation/articles/web-sites-create-web-jobs/
Question 5
You need to support the disaster recovery requirements of the web application and API.
Which two actions should you perform? Each correct answer presents part of the solution.

Correct Answer: D,E
Question 6
You are migrating an on-premises application to Azure. The application requires secure storage of database connection strings. When the application is running locally, the connection strings are encrypted with an X509 certificate prior to being stored on disk. The X509 certificate is part of a trust chain to allow the certificate to be revoked by the Certificate Authority of a security breech is suspected.
The application must run on Azure. The X509 certificate must never be stored on disk or in RAM memory. A Certificate Authority must be able to revoke the certificate.
You need to configure Azure Key value.
How should you construct the Azure PowerShell script? To answer, select the appropriate Azure PowerShell commands in the answer area.
Correct Answer:

Explanation
Question 7
An app uses a virtual network with two subnets. One sub net is used for the application server. The other subnet is used for a database server. A network virtual appliance (NVA) is used as a firewall.
Traffic destined for one specific address prefix is routed to the NVA and then to an on-premises database server that stores sensitive data. A Border Gateway protocol (BGP) route is used for the traffic to the on-premises database server.
You need to recommend a method for creating the user defined route.
Which two options should you recommend? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

Correct Answer: A,C
Question 8
You are designing an Azure application that processes graphical image files. The graphical Images are processed in batches by remote applications that run on multiple servers.
You have the following requirements:
*The application must remain operational during batch-processing operations.
*Users must be able to roll back each image to a previous version.
You need to ensure that each remote application has exclusive access to an image while the application processes the image. Which type of storage should you use to store the images?

Correct Answer: C
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).
Question 9
You need to design the notification service for the customer-facing mobile app.
Which three 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

Azure Notification Hubs provide an easy-to-use infrastructure that enables you to send mobile push notifications from any backend (in the cloud or on-premises) to any mobile platform.
Configuration steps include:
1. Configure your Notification Hub
2. Connecting your app to the Notification Hub
3. Send notification from your back-end
You can send notifications using Notification Hubs from any back-end using the REST interface. You do this through a script, not a configuration of Mobile Services. Use Java or PHP for the script.
References:
https://azure.microsoft.com/en-us/documentation/articles/notification-hubs-windows-store-dotnet-get-started/#se
Question 10
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 need to prevent security attacks based on the Tabular Data Stream (TDS) Protocol.
Solution: Use certificate-based authentication for all Azure SQL instances.
Does the solution meet the goal?

Correct Answer: B
Explanation: Only visible for Actualtests4sure members. You can sign-up / login (it's free).