PrepAway - Latest Free Exam Questions & Answers

Category: 70-532 (v.5)

Briefing 70-532: Developing Microsoft Azure Solutions (update November 23th, 2017)

What should you use?

HOTSPOTNote: 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.
You are developing an Azure application.
The image below represents the process flow for the application.

What should you use? To answer, select the appropriate options in the answer area.
Each correct selection is worth one point.
Hot Area:

You need to download a compressed collection of the dia…

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.
You have a web app that is deployed to Azure.
You need to download a compressed collection of the diagnostic logs.
What should you use?

You need to reduce the recurring monthly Azure costs wi…

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.
You administer an Azure environment that includes six Azure Resource Manager (ARM) virtual machines
(VMs) that support development. The development team uses Azure SQL databases and Azure Queues for
application storage. All Azure resources are grouped within a single subscription and resource group.
You need to reduce the recurring monthly Azure costs without degrading server performance. You mustminimize the administrative effort involved.
What should you do?

Does the solution meet the goal?

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.
You develop an enterprise application that will be used only by the employees of a company. The application is
not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.
You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Application Gateway.
Does the solution meet the goal?

Does the solution meet the goal?

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.
You develop an enterprise application that will be used only by the employees of a company. The application is
not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.
You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Traffic Manager and Application Gateway.
Does the solution meet the goal?

Does the solution meet the goal?

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.
You develop an enterprise application that will be used only by the employees of a company. The application is
not Internet-facing. You deploy instances of the application to Azure datacenters on two continents.You must implement a load balancing solution that meets the following requirements:
Provide network-level distribution of traffic across all instances of the application.
Support HTTP and HTTPS protocols.
Manage all inbound and outbound connections.
Any back-end virtual machine (VM) must be able to service requests from the same user or client session.
Solution: You implement Traffic Manager.
Does the solution meet the goal?

You need to resolve the issue

Background
Contoso, Ltd. is developing a patient monitoring solution for a hospital. The solution consists of an Azure Web
App and a set of mobile applications that health care providers use to monitor patients remotely.
Monitoring devices that run the embedded version of Windows will be attached to patients. The devices will
collect information from patients and will transmit real-time continuous data to a service that runs on Azure. The
service collects and distributes data. The data that the service provides must be accessible by the website and
by the mobile applications.
Business Requirements
Patients
All patient data must be stored securely on Azure. Data security must meet or exceed Health Insurance
Portability and Accountability Act of 1996 (HIPAA) standards in the United States and must meet or exceed
ISO/ICE 27002 data security standards in the rest of the world.
Contractors
Third-party contractors will develop the mobile applications. All contractors must develop the applications by
using virtual machines (VMs) that are hosted on Azure. Only authorized contractors and authorized IP
addresses are permitted to access the VMs. The contractors can use Near Field Communication (NFC) tags to
launch Remote Desktop (RD) connections to the VMs from NFC-enabled devices. For testing purposes,
contractors must be able to run multiple instances of mobile applications within the VMs.
Data Collection and Distribution Service
The service must monitor the patient data and send out alerts to health care providers when specific conditions
are detected. The service must send the alerts to mobile applications and to the website in real time so that
doctors, nurses, and caregivers can attend to the patient. Partner organizations and diagnostic laboratories
must be able to securely access the data and the website from remote locations.
Current Issues
A partner that is testing a prototype of the website reports that after signing in to the website, the partner is
redirected to the settings page instead of to the home page.
The data from the patient devices is slow to appear on the website and does not always appear. All patient
devices online have active connections to the data collection service.
Technical Requirements
Contractors
All contractors will use virtual machines that are initially configured as size A3. Contractors must sign in to the
assigned VM by using IP addresses from a list of preapproved addresses.
Data Collection and Distribution Service
The service runs Node.js in a worker role.
The service must use at least 2048-bit encryption and must use port 8888.
All patient information must be encrypted and stored by using a NoSQL data store.
Data must be stored and retrieved securely by using RESTful endpoints.
Data must NOT be stored within a virtual machine.
All deployed services must send an alert email to watchguard@contoso.com when any of the following
conditions is met:
The CPU Percentage metric is at or above 85 percent for at least 10 minutes.
The Network In metric is at or above 2 KB for at least 10 minutes.
The Network Out metric is at or above 2 KB for at least 10 minutes.
The Disk Write metric is at or above 1 KB/sec for at least 30 minutes.
The Disk Read metric is at or above 1 KB/sec for at least 30 minutes.Website and Mobile Devices
The website must be secure and must be accessible only within the hospital’s physical grounds. All mobile
applications and websites must be responsive. All websites must produce error logs that can be viewed
remotely.
Virtual Machines
All Azure instances must be deployed and tested on staging instances before they are deployed to
production instances.
All deployed instances must scale up to the next available CPU instance at a CPU usage threshold of 90
percent and scale down when the usage is below 10 percent.
Application Structure
Relevant portions of the application files are shown in the following code segments. Line numbers in the code
segments are included for reference only and include a two-character prefix that denotes the specific file to
which they belong.

The Web App does not receive alerts quickly enough.
There is a lengthy delay between the time an alert is sent and when it is received by the Web App.
You need to resolve the issue.
What should you do?

Which four actions should you perform in sequence?

DRAG DROP
You are developing a business-to-business (B2B) solution by using an Azure Logic App. You plan to use the
Enterprise Integration Pack to allow the exchange of the X12 industry standard message format within your
Logic App workflow. You start by creating a new Azure Resource Manager (ARM) resource group and Azure
App Service plan.
You need to create the B2B solution.
Which four 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.
Select and Place:

Which metric Should you use?

You are developing an Azure-hosted application that processes request messages for multiple office locations.
You create an Azure Service Bus topic named Requests. The topic has a maximum size of 5 gigabytes (GB)
and a default message time to live (TTL) of 5 minutes. You also create subscriptions named PriorityRequest
and StandardRequest and include appropriate logic to route the messages.
Users report that the application has not processed messages from PriorityRequest in several days.
You need to retrieve the number of messages in the PriorityRequest subscription.
Which metric Should you use?

Which two values should you provide?

You develop an Azure App Service Mobile App.
The Azure App Service must use Twitter as an authentication provider. You start by registering your application
with Twitter.
You need to update your app’s authentication and authorization in the Azure Portal.
Which two values should you provide? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.


Page 1 of 2112345...1020...Last »