Claude Certified Architect – Foundations (CCA-F)
Question 1 of 30Question Navigator
Agentic Architecture & Orchestration
Context: An architect is designing a long-running autonomous agent that relies on a continuous
ReAct loop to interact with multiple external APIs. Problem: During complex multi-step operations, the agent occasionally stops generating output midway through a large JSON tool input payload, causing the orchestration parsing logic to crash. The API response indicates a specific stop reason rather than a network error. Question: How should the orchestration layer be designed to robustly handle this specific truncation failure mode?