AZ-203 Dumps

AZ-203 Free Practice Test

Microsoft AZ-203: Developing Solutions for Microsoft Azure

QUESTION 11

You need to ensure that the solution can meet the scaling requirements for Policy Service. Which Azure Application Insights data model should you use?

Correct Answer: D

QUESTION 12

HOTSPOT
You have an Azure Batch project that processes and converts files and stores the
files in Azure storage. You are developing a function to start the batch job. You add the following parameters to the function:
< ><>>>>< >
Solution:
EnableJob
TaskFailure
Taskcompletion
ResourceFiles

Does this meet the goal?

Correct Answer: A

QUESTION 13

You need to resolve the delivery API error. What should you do?

Correct Answer: A
Scenario: The Delivery API intermittently throws the following exception:
<>>>(> >…><>…{<>……>………>………>………>() { >…}));<>>>

QUESTION 14

HOTSPOT
You are creating an app that uses Event Grid to connect with other services. Your app's event data will be sent to a serverless function that checks compliance. This function is maintained by your company.
You write a new event subscription at the scope of your resource. The event must be invalidated after 3 specific period of time. You need to configure Event Grid to ensure security.
What should you implement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point

Solution:
Box 1: SAS tokens
Custom topics use either Shared Access Signature (SAS) or key authentication. Microsoft recommends SAS, but key authentication provides simple programming, and is compatible with many existing webhook publishers.
In this case we need the expiration time provided by SAS tokens. Box 2: ValidationCode handshake
Event Grid supports two ways of validating the subscription:
ValidationCode handshake (programmatic) and ValidationURL handshake (manual).
If you control the source code for your endpoint, this method is recommended. Incorrect Answers:
ValidationURL handshake (manual): In certain cases, you can't access the source code of the endpoint to implement the ValidationCode handshake. For example, if you use a third-party service (like Zapier or IFTTT), you can't programmatically respond with the validation code.
References:
https://docs.microsoft.com/en-us/azure/event-grid/security-authentication

Does this meet the goal?

Correct Answer: A

QUESTION 15

You are developing an internal website for employees to view sensitive data. The website uses Azure Active Directory (AAD) for authentication. You need to implement multifactor authentication for the website.
What should you do? Each correct answer presents part of the solution. NOTE; Each correct selection is worth one point.

Correct Answer: CE