PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-532 (update August 15th, 2017)

Exam 70-532: Developing Microsoft Azure Solutions (update August 15th, 2017)

Which service should you use?

You maintain an application that is used by local food delivery companies. When a customer requests a
delivery, the application sends a message to all of the delivery companies. One company accepts the request
and fulfills the order.
The application currently supports orders of 100 products or fewer. Some of the delivery companies can now
deliver large orders that contain up to 500 products.
You must modify the application so that it supports both small orders and large orders. Messages about large
orders should be sent to only delivery companies that can fulfill them. Messages about small orders should be
sent to all delivery companies.
Which service should you use?

Hot Area:

HOTSPOT
You plan to migrate a website named Contoso from one hosting plan to another hosting plan. The website is
currently in a hosting plan named webhostingplan1. You create a resource group named ContosoGroup.
You create the following PowerShell script by using the Azure PowerShell tools. Line numbers are included for
reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:

You need to configure the environment to ensure that th…

You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding
website instances.
Only newly signed in users are routed to the recently added website instances. Users must be evenly
distributed among all of the instances.
You need to configure the environment to ensure that the load balancer evenly distributes requests.
What should you do?

How should you complete the relevant code?

HOTSPOT
You use the storage client library to develop an application that manages Azure table storage data.
The application reports error codes when it saves data. You must use a custom retry policy to handle the error
codes.
The custom retry policy must meet the following requirements:Retry when a conflict error code is encountered.
Retry when a storage exception is encountered.
Retry until the maximum number of retry attempts is reached.
You create the following code segment. Line numbers are included for reference only.

You need to insert code at line 14 to implement the retry policy.
How should you complete the relevant code? To answer, select the appropriate option or options in the answer
area.
Hot Area:

How should you complete the relevant code?

DRAG DROP
The Azure Queue service hosts a queue named userRegistrationQueue. You are developing a web job to
process messages from the queue. You create a new console application by using Microsoft Visual Studio. You
also create an Azure storage connection string and store the connection string in the application configuration
file.
All trigger listeners and jobs must run on the current thread.
You need to ensure that the web job processes the messages from the queue.
How should you complete the relevant code? To answer, drag the appropriate code segments to the correct
location or locations. Each code segment 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.
Select and Place:

which three actions should you perform in sequence?

DRAG DROP
You create a new web application by using a single Azure website deployment. The deployment uses the
shared web hosting plan. User activity varies significantly and unpredictably.
The application must automatically scale to a maximum of eight virtual machines based on CPU utilization.
You need to configure the environment.
In the Azure management portal, 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.
Select and Place:

Which two approaches will achieve the goal?

You have an ASP.NET application that runs in a cloud service. A new version of the application is ready for
release. The new version contains code changes and new SSL certificates. The application consists of six
instances of a web role and four instances of a worker role.
The application performs at or near full capacity. The cloud service uses the default number of fault domains
and upgrade domains.
You plan to deploy the new version of the application. The performance and capacity of the web roles must not
degrade during the deployment. Temporary degradation of the worker roles is acceptable. The deployment
must take a maximum of six hours.
You need to deploy the new version of the ASP.NET application to the cloud service.
Which two approaches will achieve the goal? Each correct answer presents a complete solution.

Which code segment should you insert at line 21?

You develop a service that runs on a worker role in Azure. The service caches a large amount of data from a
database at startup. The service has a configuration file that includes two settings named ConnectionString and
SleepInterval.
The service must restart when the value of the ConnectionString setting changes. The service must NOT
restart when the value of the SleepInterval setting changes.
You have the following code. Line numbers are for reference only.

You need to configure the service.
Which code segment should you insert at line 21?


Page 10 of 14« First...89101112...Last »