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

Quiz — Session 3 (Advanced): Claude Agent SDK

Program : Applied AI — Yann Isola 10 MCQs (Multiple Choice Questions) — only one correct answer per question, unless otherwise stated. Level: preparation Claude Certified Architect . Correction commented at the end of the document.


Question 1 — In the Claude Agent SDK (Software Development Kit), which component executes the agentic loop (sending messages, executing tool calls, iterating until the final response)?

Question 2 — When defining a tool with @tool , where the description transmitted to the model?

Question 3 — How does the SDK build the parameter diagram of a tool?

Question 4 — What is the fundamental difference between a handoff and a tool call ?

Question 5 — One input guardrail triggers his tripwire. What is happening?

Question 6 — A coordinator must be able to delegate work to subagents in the Claude runtime environment. What configuration is essential ?

Question 7 — What is the role of context variables (generic parameter Agent[MonContexte]) ?

Question 8 — You run five independent analyzes in parallel with asyncio.gather(...). What option prevents a single failure from canceling all four successes?

Question 9 — A trainer shows this delegation code: Runner.run(agent_redacteur, "Rédige la section 2."). Why is this an anti-pattern?

Question 10 — A tool initier_remboursement can be retried after a timeout. Which architectural precaution has priority?