AZ-203 Developing Solutions for Microsoft Azure

Loading demo links...

Showing 7–9 of 13 questions

Question 7 (Mixed Questions)

You are developing a mobile instant messaging app for a company.

The mobile app must meet the following requirements:

Support offline data sync.

Update the latest messages during normal sync cycles.

You need to implement Offline Data Sync.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Select all that apply, then click Submit answer.

  • Retrieve records from Offline Data Sync on every call to the PullAsync method.

  • Retrieve records from Offline Data Sync using an Incremental Sync.

  • Push records to Offline Data Sync using an Incremental Sync.

  • Return the updatedAt column from the Mobile Service Backend. Sort data based on the updatedAt column.

  • Return the updatedAt column from the Mobile Service Backend. Sort data based on the message id.

Question 8 (Mixed Questions)

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 question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You need to ensure that authentication events are triggered and processed according to the authentication events policy.

Solution: Create a new Azure Event Grid subscription for all authentication that delivers messages to an Azure Event Hub. Use the subscription to process signout events.

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No

Question 9 (Case Study 11)

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 ensure that authentication events are triggered and processed according to the authentication events policy.

Solution: Create separate Azure Event Grid topics and subscriptions for sign-in and sign-out events.

Does the solution meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No