DA0-001 Communicating Data Insights • Set 7
DA0-001 Communicating Data Insights Practice Test 7 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. A data analyst is reviewing the configuration of an executive dashboard. The dashboard refreshes daily at 6:00 AM. Which of the following best describes a potential issue with this dashboard for executive use?
{
"dashboardName": "ExecutiveOverview",
"refreshSchedule": "daily 06:00",
"dataSources": ["SalesDB", "CustomerDB"],
"visualizations": [
{"type": "bar", "title": "Revenue by Region", "field": "revenue_region"},
{"type": "line", "title": "Monthly Trend", "field": "monthly_revenue"},
{"type": "table", "title": "Top Customers", "field": "customer_data"}
],
"alerts": [
{"metric": "revenue", "condition": "< 1000000", "severity": "high"}
]
}