exam questions

Exam AZ-204 All Questions

View all questions & answers for the AZ-204 exam

Exam AZ-204 topic 19 question 2 discussion

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

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

  • A. an Application Insights dependency
  • B. an Application Insights event
  • C. an Application Insights trace
  • D. an Application Insights metric
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Kitkit
Highly Voted 3 years, 4 months ago
Answer is correct. User can use metric telemetry to get different application metrics like: requestsPerSecond, requestsInQueue, and use these values to know when to scale https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-model-metric-telemetry
upvoted 25 times
...
mlantonis
Highly Voted 3 years ago
Application Insights provides three additional data types for custom telemetry: - Trace: used either directly, or through an adapter to implement diagnostics logging using an instrumentation framework that is familiar to you, such as Log4Net or System.Diagnostics. - Event: typically used to capture user interaction with your service, to analyze usage patterns. - Metric: used to report periodic scalar measurements. Scenario: Policy service must use Application Insights to automatically scale with the number of policy actions that it is performing. So, it is D.
upvoted 19 times
mlantonis
3 years ago
Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-model https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-model-metric-telemetry
upvoted 5 times
...
...
NombreFalso
Most Recent 1 year, 3 months ago
Selected Answer: D
Always metric
upvoted 6 times
...
OPT_001122
1 year, 6 months ago
Selected Answer: D
Answer is correct
upvoted 2 times
...
coffecold
1 year, 7 months ago
"Policy service" is a web app that needs to scale automatically depending on the usage I agree metrics will provide you the information (so answer D is best), but that is only part of the solution. What about the rest ? How is it scaled and how is it scaled automatically? I'm missing the words "Monitor-respond-autoscale-rules"
upvoted 1 times
macobuzi
9 months, 1 week ago
Agree, this is confusing as hell!
upvoted 1 times
...
...
SivajiTheBoss
2 years, 3 months ago
çorrect answer provided: Application Insights metric
upvoted 1 times
...
UnknowMan
3 years ago
Correct and useful for Scaling requirements
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 ...