13 questions · pass mark 80% · 20 minute limit. The timer auto-submits at zero.
Time remaining: 20:00
Question 1easy
Why do LLM apps need observability beyond ordinary logging?
Question 2easy
In LLM observability, what is a trace vs. a span?
Question 3medium
What should you capture for each LLM span? (Select all that apply)
Select all that apply.
Question 4medium
Why capture the exact prompt/context, not just the output?
Question 5medium
How does a nested agent trace support the 'check retrieval first' diagnostic?
Question 6medium
How is the cost of an LLM call computed for a dashboard?
Question 7hard
Which operational questions do cost/latency dashboards answer? (Select all that apply)
Select all that apply.
Question 8hard
What is the key payoff of connecting production traces to evaluation?
Question 9medium
Which are purpose-built LLM observability tools?
Question 10hard
Why are traces a data-governance concern?
Question 11hard
A trace shows the retrieve span returned the correct chunk and the prompt included it, but the output contradicts it. What does this localize the bug to?
Question 12medium
What is the nested-step unit within a trace called (one word)?
Question 13hard
Which latency percentile (e.g. p__) is commonly watched to catch tail-latency spikes? Give the number.