exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 24 question 25 discussion

Actual exam question from Microsoft's AZ-203
Question #: 25
Topic #: 24
[All AZ-203 Questions]

You need to ensure that authentication events are triggered and processed according to the authentication events policy.
What should you do?

  • A. Ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subjectBeginsWith filter.
  • B. Create a new Azure Event Grid topic and add a subscription for the events.
  • C. 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.
  • D. Create separate Azure Event Grid topics and subscriptions for sign-in and sign-out events.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Scenario: Authentication events are used to monitor users signing in and signing out. All authentication events must be processed by Policy service. Sign outs must be processed as quickly as possible.
References:
https://docs.microsoft.com/en-us/azure/event-grid/subscription-creation-schema
Connect to and Consume Azure Services and Third-party Services

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nutties93
Highly Voted 5 years ago
I think its D. Both sign in and sign out.
upvoted 14 times
...
chaudh
Highly Voted 4 years, 11 months ago
D is incorrect: sign in/out events can be grouped into 1 category (e.g authentication). Thus, only 1 subscription is enough. Even, if those events are grouped into different categories, for such small solutions, you might prefer to send all events to a single topic. Event subscribers can filter for the event types they want. C is incorrect. Don't need to use Event Hub. B is incorrect. App Service is producer for sign in/out events and this supports for built-in system topic. You don't need to create custom topic (https://docs.microsoft.com/en-us/azure/event-grid/system-topics) A is correct for sure.
upvoted 8 times
MiniLa92
1 year, 7 months ago
As per the question statement " The application reacts to events from Azure Event Grid and performs policy actions based on those events." So if I understood the question correctly, here Azure App Service is not the producer of events, rather it the consumer.
upvoted 1 times
...
...
Elecktrus
Most Recent 4 years, 9 months ago
The same question is asked as 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. In the serie, A y D are true, and B y C are false. Probably, D is more efficient (you dont have to apply any filter), but you need two subscription
upvoted 4 times
...
Raevex
4 years, 11 months ago
Additional Info: See discussion notes question #3 in the following two links: https://www.examtopics.com/exams/microsoft/az-202/view/14/ https://www.examtopics.com/exams/microsoft/az-203/view/26/ Based on the discussions it looks like the correct answer is D.
upvoted 2 times
Cornholioz
4 years, 6 months ago
Based on your 2nd link, looks like it is not D. This is yet another confusing question.
upvoted 1 times
...
...
saeza100
5 years ago
D is correct
upvoted 6 times
...
Kashu
5 years ago
Is the Answer not C?
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...