Unit 1: Foundations of LLMs and Agentic Systems - Subjective Questions

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

20 questions

1

Define an intelligent agent. Explain the key characteristics that make an agent rational and autonomous.

2

Describe the major types of intelligent agents and provide a suitable example of each.

3

Explain the emergence of Agentic AI and identify the technological developments that made it possible.

4

Distinguish between a conventional LLM-based chatbot and an agentic AI system.

5

Describe the basic architecture of a Transformer and explain the functions of its principal components.

6

Explain the self-attention mechanism and derive the scaled dot-product attention equation.

7

What is multi-head attention? Explain why multiple attention heads are useful in Transformers.

8

Explain why Transformers require positional information. Compare absolute positional embeddings and relative or rotary positional approaches.

9

Define tokenization and explain why it is important in the design and operation of LLMs.

10

Compare word-level, character-level, and subword tokenization approaches.

11

Describe how Byte Pair Encoding (BPE) constructs a subword vocabulary and tokenizes new text.

12

Explain the autoregressive pre-training objective used by causal language models.

13

Compare causal language modeling, masked language modeling, and sequence-to-sequence denoising as pre-training objectives.

14

Describe the perception-action cycle of an intelligent agent.

15

Explain agent-environment interaction using the concepts of percepts, actions, state, goals, and performance measures.

16

Classify agent environments using the standard properties of observability, determinism, dynamics, discreteness, and number of agents.

17

Discuss the roles of planning, memory, tools, and feedback in an LLM-based agent.

18

Compare encoder-only, decoder-only, and encoder-decoder Transformer models, including their common applications.

19

Provide an overview of popular LLM families and compare them using meaningful technical and practical criteria.

20

Analyze the main limitations and risks of LLM-powered agentic systems and describe suitable mitigation measures.