Français
Applied AI · Intermediate 🟡 · Session 3
❓ Interactive quiz
← Return to program 📄 Source .md

Quiz — Session 3 (Intermediate level)

Structured output, temperature & evaluations

Program : Applied AI — Yann Isola 10 questions — only one correct answer per question, unless otherwise noted. Suggested scale: 1 point per question. Validation threshold: 7/10.


Q1. In production, your pipeline processes 20,000 documents/day. The model returns syntactically valid JSON (JavaScript Object Notation) “99.5% of the time”. What is the correct reading?

Q2. What mechanism makes the error syntactic structurally impossible in the model output?

Q3. The receipt says “forty-two euros”. The model returns {"montant": 402, "devise": "EUR"} — JSON perfectly conforms to the schema. What type of error is it, and who can detect it?

Q4. In the “validation → retry with feedback” pattern, what element is essential for the retry to have a chance of converging?

Q5. Which of these statements about temperature 0 is correct?

Q6. For a structured extraction task in production, which temperature setting is best?

Q7. What does the thesis “the sequence of evaluations IS the spec” mean?

Q8. Order the 4 stages of the evaluation stack from least expensive/fastest to most expensive/slowest.

Q9. What precaution is essential before trusting an LLM judge (LLM-as-judge)?

Q10. After a prompt update, your assistant's human escalation rate drops from 18% to 4% ⚠. What is the professional reaction?