CV0-003 · Question #792
A cloud administrator is supporting an application that has several reliability issues. The administrator needs visibility into the performance characteristics of the application. Which of the followi
The correct answer is D. Metrics and time-series data measuring key performance indicators. Performance dashboards rely on structured metrics and time-series data to visualize KPIs, not raw log files or historical test results.
Question
A cloud administrator is supporting an application that has several reliability issues. The administrator needs visibility into the performance characteristics of the application. Which of the following will MOST likely be used in a reporting dashboard?
Options
- AData from files containing error messages from the application
- BResults from the last performance and workload testing
- CDetail log data from syslog files of the application
- DMetrics and time-series data measuring key performance indicators
How the community answered
(29 responses)- A3% (1)
- B7% (2)
- D90% (26)
Why each option
Performance dashboards rely on structured metrics and time-series data to visualize KPIs, not raw log files or historical test results.
Files containing error messages are unstructured log artifacts that require parsing before they can be visualized, making them unsuitable as a primary dashboard data source.
Performance and workload testing results are point-in-time historical snapshots and do not provide the continuous, real-time visibility a dashboard requires.
Raw syslog data is verbose, unstructured text intended for troubleshooting, not for aggregating into dashboard KPI visualizations.
Metrics and time-series data are the foundation of performance dashboards in cloud monitoring platforms such as Azure Monitor or AWS CloudWatch. They provide structured, queryable data points over time that map directly to key performance indicators like latency, throughput, and error rates. This enables real-time visualization and alerting, which is the primary purpose of a reporting dashboard.
Concept tested: Cloud monitoring metrics and time-series dashboards
Source: https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/data-platform-metrics
Topics
Community Discussion
No community discussion yet for this question.