Microsoft 70-532 Exam Practice Questions (P. 2)
- Full Access (217 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
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:

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:

send
light_mode
delete
Question #7
You deploy a website to Azure. When the website starts, it loads and caches common data.
Updates to the website must occur without downtime or performance degradation that is noticeable to users.
You need to upgrade to a new version of website code.
What should you do?

Updates to the website must occur without downtime or performance degradation that is noticeable to users.
You need to upgrade to a new version of website code.
What should you do?

send
light_mode
delete
Question #8
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?

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?

send
light_mode
delete
Question #9
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 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:

send
light_mode
delete
Question #10
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?
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?
- AAzure Service Bus Queue
- BAzure Service Bus Relay
- CAzure Service Bus Topics
- DAzure Service Bus Namespace
Correct Answer:
C
C
send
light_mode
delete
All Pages