Quiz — Session 6: The agentic loop
Program : Applied AI — Intermediate Level · Instructor: Yann Isola Format: 10 multiple choice questions (MCQ). Only one correct answer per question, unless otherwise noted. Recommended scale: 1 point per question. Correction commented at the end of the document.
Question 1
What is THE fundamental difference between a chatbot and an agent?
Question 2
What is the correct order of steps in the agentic loop?
Question 3
In the agentic loop, what does tool calling correspond to?
Question 4
The TripDesk agent needs to book a flight. What does “planning” mean?
Question 5
How does an agent “remember”, in iteration 4, the results obtained in iteration 1?
Question 6
What happens to the working memory (scratchpad) of an agent at the end of its execution?
Question 7
Which of the following are typical agent safeguards? (multiple answers)
Question 8
The tool reserver_vol returns the error “steal complete”. What is the behavior of an agent with good error recovery?
Question 9
A user asks: “Translate this paragraph into Spanish. » What is the best architecture?
Question 10
Why is the quality of error messages returned by your tools directly influence the robustness of your agent?