Bird
0
0

Given this dashboard widget code snippet:

medium📝 Command Output Q13 of 15
Agentic AI - Agent Observability
Given this dashboard widget code snippet:
{"type": "chart", "metric": "cpu_usage", "agentId": "agent_02"}

What will this widget display?
AA status indicator for agent_02
BA log list for agent_02
CA chart showing CPU usage for agent_02
DAn error message because of missing fields
Step-by-Step Solution
Solution:
  1. Step 1: Identify widget type

    The type is "chart", so it shows a graph or chart.
  2. Step 2: Check metric and agent

    Metric is "cpu_usage" for agent "agent_02", so it charts CPU usage for that agent.
  3. Final Answer:

    A chart showing CPU usage for agent_02 -> Option C
  4. Quick Check:

    Chart type + cpu_usage metric = CPU usage chart [OK]
Quick Trick: Widget type 'chart' means graph display [OK]
Common Mistakes:
  • Confusing chart with logs or status
  • Assuming missing fields cause errors here
  • Ignoring the metric field

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Agentic AI Quizzes