Bird
0
0

What will be the output if a dashboard widget is configured as:

medium📝 Command Output Q5 of 15
Agentic AI - Agent Observability
What will be the output if a dashboard widget is configured as:
{"type": "table", "columns": ["agentId", "status"], "data": [{"agentId": "agent_03", "status": "active"}]}
AA blank dashboard with no data
BAn error due to missing metric field
CA chart showing agent_03 CPU usage
DA table showing agent_03 with status active
Step-by-Step Solution
Solution:
  1. Step 1: Analyze widget type and data

    Type is 'table' with columns agentId and status, data includes one agent entry.
  2. Step 2: Determine expected display

    The table will show one row with agent_03 and status active.
  3. Final Answer:

    A table showing agent_03 with status active -> Option D
  4. Quick Check:

    Table widget displays data rows correctly [OK]
Quick Trick: Tables show data rows matching columns [OK]
Common Mistakes:
  • Expecting charts from table type
  • Assuming missing metric causes error here

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Agentic AI Quizzes