Unit 6: Evaluation, Safety and Deployment of LLM and Agentic Systems - Subjective Questions

CSE473 — Large Language Models And Agentic Ai • Practice Questions with Detailed Answers

20 questions

1

Define the key metrics used to evaluate an LLM-driven agent. Explain why task accuracy alone is insufficient.

2

Explain how precision, recall, and the score can be used to evaluate safety filters in an LLM system.

3

Distinguish between input guardrails, execution guardrails, and output guardrails in an agentic AI system.

4

Describe prompt filtering and discuss its limitations as a safety mechanism.

5

Explain prompt injection in retrieval-augmented and tool-using agents. Propose a layered defense strategy.

6

What is explainability in autonomous agentic systems? Describe techniques for explaining an agent's decisions without exposing hidden chain-of-thought.

7

Compare interpretability, explainability, transparency, and auditability in the context of LLM-based agents.

8

Discuss the major ethical risks of deploying LLM and agentic AI systems and suggest suitable mitigations.

9

Explain the principles of Responsible AI and how they apply throughout the lifecycle of an agentic system.

10

Describe a comprehensive testing strategy for an LLM-driven agent.

11

Distinguish between offline evaluation and online evaluation of LLM and agentic systems.

12

What is red teaming for LLM and agentic systems? Explain how a red-team exercise should be organized.

13

Explain the architecture and desirable features of a scalable serving framework for LLM applications.

14

Compare horizontal scaling, vertical scaling, model parallelism, and request batching for serving LLMs.

15

Describe the monitoring system required for a production LLM agent. Which metrics, logs, and traces should be collected?

16

Derive availability and latency indicators suitable for setting service-level objectives for an LLM service.

17

Explain model, data, and behavior drift in deployed LLM systems. How can drift be detected and managed?

18

Describe the principles for deploying a reliable LLM-driven agent in a high-impact application.

19

Explain the role of human-in-the-loop control, approval gates, and fallback mechanisms in safe agent deployment.

20

Design an end-to-end deployment and incident-response workflow for an LLM-based autonomous agent.