Français
Applied AI · Advanced 🔴 · Session 4
❓ Interactive quiz
← Return to program 📄 Source .md

Applied AI — Advanced Level — Session 4

Quiz: Multi-agent architecture

Instructor: Yann Isola 10 multiple choice questions — only one correct answer per question Recommended threshold for success: 8/10 (certification level)


Question 1 — A workflow is divided into three agents: the first produces a plan, the second executes each step, the third checks the result against the success criteria. What decomposition strategy is this?

Question 2 — What is the main advantage of horizontal decomposition compared to vertical?

Question 3 — In a recursive architecture, what safeguard is essential to prevent an agent from creating an infinite chain of delegations?

Question 4 — A single, homogeneous task, fitting comfortably within the context window with satisfactory output quality, should be executed 1,000 times per day. What is the correct architectural decision?

Question 5 — A support agent responds with great confidence to a question about international taxation – a regulated area that he does not cover – and the answer is invented. Which escalation trigger should have occurred first?

Question 6 — An agent prepares funds withdrawal instructions. The policy requires that a human approve each instruction before execution, but the agent must not be stuck waiting. Which climbing pattern corresponds?

Question 7 — What is the golden rule for a successful fallback-to-human?

Question 8 — Why is tool idempotency a prerequisite for automatic retry?

Question 9 — A circuit breaker has been in the OPEN state for longer than its cool down time. A new call comes. What is happening?

Question 10 — A pipeline's enrichment agent has failed. The system delivers the report with the four other sections and the mention “enrichment section unavailable (service down)”. What pattern is this, and what absolute rule illustrates the explicit mention?