← Back to Week 11

Week 11: Practical LLM Integration & API Development

Knowledge Check — Select an answer to see immediate feedback.

Questions 10
Question 1

When configuring an LLM API call, a temperature value of around 0.2–0.4 is most appropriate for which type of task?

Question 2

System prompts are a fundamental tool for controlling LLM behavior. Which of the following best describes their role?

Question 3

Chain-of-thought (CoT) prompting improves model performance on complex tasks primarily by doing what?

Question 4

When handling API rate limit errors in a production LLM application, what is the recommended retry strategy?

Question 5

Few-shot prompting involves providing examples of the desired input-output pattern to the model. What is a key consideration when selecting which examples to include?

Question 6

In a production LLM system, "semantic validation" of model outputs refers to which of the following?

Question 7

LLM API costs are typically structured around token consumption. Which of the following strategies most directly reduces the per-request cost of an LLM application?

Question 8

In a synoptic tagging workflow for legal document analysis, what role does an LLM play in pattern recognition across documents?

Question 9

Human-in-the-loop systems in production LLM applications are primarily triggered by which condition?

Question 10

Batch processing of LLM requests can improve throughput and reduce cost, but it must be implemented carefully. What is the primary tension that makes naive batching problematic?