Unit 5: Testing, Monitoring, and Deployment of AI Agents - Subjective Questions

CSE476 — Agentic Ai And Intelligent Automation • Practice Questions with Detailed Answers

20 questions

1

Define AI agent workflow testing. Explain the major levels at which an agentic workflow should be tested.

2

Describe a systematic strategy for testing a multi-step AI agent that uses external tools and maintains conversational memory.

3

Explain the principal debugging techniques used for AI agents. How does debugging an agent differ from debugging conventional deterministic software?

4

Distinguish between logging, monitoring, observability, and telemetry in the context of production AI agent systems.

5

What telemetry should be collected for an AI agent? Discuss how telemetry can be collected without compromising privacy or security.

6

Explain how distributed tracing can be applied to a multi-agent or tool-using AI workflow.

7

Define hallucination in AI agents and describe techniques for detecting hallucinated outputs.

8

Design a hallucination detection and mitigation pipeline for a retrieval-augmented AI agent.

9

Compare rule-based, model-based, and human-in-the-loop validation methods for AI agent outputs.

10

Explain suitable offline and online evaluation metrics for assessing an AI agent in production. Include relevant equations.

11

Compare common deployment strategies for AI agents: recreate, rolling, blue-green, canary, and shadow deployment.

12

Describe how an AI agent can be deployed on Microsoft Azure using appropriate managed services.

13

Explain how an AI agent should be exposed as a secure and reliable API.

14

Design a CI/CD pipeline for a production AI agent. Explain the quality gates that should be applied before release.

15

Discuss the principal scalability considerations for an AI agent system that receives a rapidly increasing workload.

16

Explain methods for optimizing the latency, throughput, and cost of an AI agent without significantly reducing response quality.

17

Derive the concepts of availability, error rate, and service-level objective compliance for an AI agent service. How can error budgets guide releases?

18

Explain resilience and failure-recovery mechanisms required in a production-ready AI agent system.

19

What are the essential characteristics of a production-ready AI agent system? Provide a comprehensive readiness checklist.

20

Describe how production drift and regressions can be detected and managed in an AI agent system.