exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 15 question 3 discussion

Actual exam question from Microsoft's AZ-203
Question #: 3
Topic #: 15
[All AZ-203 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 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?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Instead ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subjectBeginsWith filter.
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.

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
colep
Highly Voted 5 years, 4 months ago
Should be A - Yes
upvoted 25 times
...
Jay_2pt0
Highly Voted 5 years, 2 months ago
Upon further analysis, I think the answer should be " Ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subjectBeginsWith filter."
upvoted 5 times
cbn
4 years, 4 months ago
Agree. "A topic is used for a collection of related events." (https://docs.microsoft.com/en-us/azure/event-grid/concepts#topics). Therefore, a single topic is enough for both event types and subscribers can filter out using subjectBeginsWith. However, it is up to the 'SignOut' subscriber to process those events quickly.
upvoted 1 times
...
[Removed]
5 years, 1 month ago
Is this to support the requirement "Sign outs must be processed as quickly as possible." ? I think using subscription with filter, we are just passing the responsibility of "quick processing" to message receiver? The answer seems right, I am trying to understand the details around it.
upvoted 3 times
...
...
sinh
Most Recent 4 years, 8 months ago
https://www.examtopics.com/discussions/microsoft/view/21683-exam-az-203-topic-24-question-25-discussion/
upvoted 2 times
...
nickbilak
5 years ago
in other similar question A is the answer. https://docs.microsoft.com/en-us/azure/event-grid/custom-topics - and here MS wrote: "For large solutions, create a custom topic for each category of related events."
upvoted 3 times
kirannep
4 years, 8 months ago
Exactly, that's what I don't understand.
upvoted 1 times
...
...
Iq
5 years, 1 month ago
Microsoft says that Topics should be created for related events, using this logic.... Sign in and out events are part of the umbrella of Authentication events so you would rather just want to filter by the subject of the event to get the signout event or signin event..this is my thought process to understanding the correct answer https://docs.microsoft.com/en-us/azure/event-grid/concepts
upvoted 2 times
...
riley5
5 years, 2 months ago
The answer is A.
upvoted 5 times
riley5
5 years, 2 months ago
Nope, it's B.
upvoted 6 times
...
...
Jay_2pt0
5 years, 2 months ago
I'm fairly certain this should be A.
upvoted 2 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 ...