exam questions

Exam AZ-203 All Questions

View all questions & answers for the AZ-203 exam

Exam AZ-203 topic 11 question 2 discussion

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

DRAG DROP -
You need to implement telemetry for non-user actions.
How should you complete the Filter class? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation
Scenario: Exclude non-user actions from Application Insights telemetry.

Box 1: ITelemetryProcessor -
To create a filter, implement ITelemetryProcessor. This technique gives you more direct control over what is included or excluded from the telemetry stream.

Box 2: ITelemetryProcessor -

Box 3: ITelemetryProcessor -

Box 4: RequestTelemetry -

Box 5: /health -
To filter out an item, just terminate the chain.
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-filtering-sampling

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
malawneh
Highly Voted 4 years, 10 months ago
I passed today with score 860, i got this in my exam. My answer was: Same Answer mentioned here
upvoted 16 times
...
SuperPetey
Most Recent 4 years, 1 month ago
Am I crazy? The question *explicitly* states to monitor non-user activity for telemetry. So why exclude the non-user activity /health probe from the telemetry? Isn't this event that should be processed?
upvoted 1 times
ks321
1 year, 11 months ago
Need to implement telemetry for *non user* activity, so anything that is non user will be short circuited
upvoted 1 times
...
...
funfun
4 years, 5 months ago
According to https://docs.microsoft.com/en-us/azure/azure-monitor/app/api-filtering-sampling (see Failed Authentication part), 4th box should be RequestTelemetry
upvoted 2 times
bhushan_786
4 years, 5 months ago
Same is mentioned in answer area :)
upvoted 1 times
...
...
sinh
4 years, 8 months ago
https://vceguide.com/wp-content/uploads/2020/05/Microsoft-AZ-203-date-05-08-2020_Page_204_Image_0001.jpg
upvoted 2 times
...
RaedKazan
5 years, 3 months ago
options please
upvoted 3 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 ...