observability
FDE interview questions tagged observability, across every topic.
22 questions · 2 unlocked for you
Concepts behind "observability"
The curriculum that explains the ideas these questions test.
Core
Observability for AI SystemsYou cannot operate what you cannot see, and an AI system has failure modes a normal service does not: the prompt, the retrieved context, the model output, and the slow drift in quality over time. Observability for AI means logging and tracing every stage of the chain with a shared request ID, so when an answer is wrong you can reconstruct exactly why.⚙️ System Design for AI in ProductionSign in
Core
Model MonitoringModel monitoring is watching a deployed model's health the way you watch a service: prediction distributions, input drift, latency, error and abstain rates, and the business metric the model is supposed to move. The skill interviewers test is triage: telling a model problem apart from a data or pipeline problem, and knowing which signal fires first.🔁 MLOps & LifecycleSign in
Advanced
AG-UI: The Agent-User Interaction ProtocolAn agent's work is long-running and partial, so a request/response API cannot express it: the interface needs to show thinking, a tool call in flight, a half-written answer, and state that changed underneath. AG-UI standardizes that as one stream of typed events, which is what lets you ship an agent into a customer's own frontend instead of rebuilding a UI per deployment.🤖 Retrieval & Agents🔒 Premium
Advanced
SLOs, SLIs and Error BudgetsAn SLI is the measurement, an SLO is the target you hold yourself to, and an SLA is the contract you sign. The error budget is what the SLO leaves over, and treating it as an allowance to spend rather than a line to defend is what separates teams that ship from teams that freeze.⚙️ System Design for AI in Production🔒 Premium
