exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 8 question 62 discussion

Actual exam question from Microsoft's AZ-400
Question #: 62
Topic #: 8
[All AZ-400 Questions]

DRAG DROP -
You have a web app named App1 that is hosted on multiple servers. App1 uses Application Insights in Azure Monitor.
You need to compare the daily CPU usage from the last week for all servers.
How should you complete the query? To answer, drag the appropriate values to the correct targets. Each value 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:

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
Darkeh
Highly Voted 2 years, 8 months ago
Correct answer: https://docs.microsoft.com/en-us/azure/azure-monitor/app/performance-counters
upvoted 8 times
...
Gooldmember
Most Recent 6 months, 3 weeks ago
Answer is correct 1. bin(timestamp, 1d) 2. render timechart
upvoted 1 times
...
vsvaid
1 year, 5 months ago
1. bin(timestamp, 1d) 2. render timechart
upvoted 2 times
...
gabo
1 year, 8 months ago
there is no visualization called "chart" so the option is "timechart"
upvoted 3 times
...
zellck
1 year, 11 months ago
1. bin(timestamp, 1d) 2. render timechart https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/binfunction Rounds values down to an integer multiple of a given bin size. https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/renderoperator?pivots=azuredataexplorer#visualization - timechart Line graph. First column is x-axis, and must be datetime. Other (numeric) columns are y-axes.
upvoted 4 times
...
syu31svc
2 years, 8 months ago
"daily CPU usage from the last week" Answer is correct
upvoted 4 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 ...