CCA Practice
Exam
Claude Certified Architect — Foundations
How This Works
The real CCA exam has 60 questions, a passing score of 720/1000, and presents 4 of 6 scenarios.
This practice exam has 20 scenario-based questions across all 5 domains, with 15 minutes on the clock. Same pass/fail threshold (720/1000 scaled).
Every question is grounded in a realistic production scenario. The distractors are drawn from the anti-patterns documented in the CCA exam guide. If it looks plausible but fails in production, it is a wrong answer.
// Domains tested
// Sample question — try before you commit
// Scenario
Your customer support agent processes refund requests. During testing, you observe that the agent occasionally returns a text response to the user while also including a tool_use block requesting the process_refund tool in the same API response.
What should your agentic loop code do when it receives this response?