Quiz Summary
0 of 7 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Information
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
Results
Results
0 of 7 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- CCAF – Agentic Architecture & Orchestration 0%
- CCAF – Context Management & Reliability 0%
-
Sorry, you failed the test. We highly encourage you to carefully read our detailed explanations including the references and cheat sheets.
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
-
Congratulations! You passed the test. We still highly encourage you to carefully read our detailed explanations including the references and cheat sheets. 🙂
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
-
Awesome score! We still highly encourage you to carefully read our detailed explanations including the references and cheat sheets one last time before taking the test. 🙂
To view your record of all previous attempts:

Visit our FAQ page for more information on the site’s features.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- ✔️ Answered
- 🏳️ For Review
-
Question 1 of 7
1. Question
Category: CCAF – Agentic Architecture & OrchestrationYou are building a financial reconciliation agent using the Claude Agent SDK. The agent processes bank transactions by calling
match_transaction, thenverify_balance, thenpost_reconciliation. The agentic loop currently uses a counter that terminates after 15 iterations as a safety measure. During testing, complex reconciliation batches with many exceptions require 18–20 iterations to complete, causing the agent to stop prematurely with unreconciled items. Simple batches finish in 3–4 iterations but still run through the remaining iterations, producing unnecessary “checking for more items” messages.What is the correct approach to fix both issues?
CorrectIncorrect -
Question 2 of 7
2. Question
Category: CCAF – Agentic Architecture & OrchestrationYou are building a multi-agent system for competitive intelligence. Your coordinator agent decomposes research queries and delegates to subagents. When a user asks, “Compare our product pricing against the top 3 competitors,” the coordinator creates three separate tasks: “Research Competitor A pricing,” “Research Competitor B pricing,” and “Research Competitor C pricing.” Each subagent successfully returns detailed pricing data. However, the final report lacks a comparative analysis and reads as three independent pricing summaries stapled together.
What is the most likely architectural issue?
CorrectIncorrect -
Question 3 of 7
3. Question
Category: CCAF – Agentic Architecture & OrchestrationYour coordinator agent manages a research pipeline where the synthesis subagent has produced a draft report. The coordinator evaluates the report and identifies three gaps: missing data on Asian markets, no discussion of regulatory impacts, and insufficient sourcing for the cost projections. Rather than accepting the incomplete report, the coordinator needs to improve it.
What orchestration pattern should it follow?
CorrectIncorrect -
Question 4 of 7
4. Question
Category: CCAF – Agentic Architecture & OrchestrationYou are configuring subagents for your multi-agent research system using the Claude Agent SDK. The coordinator needs to spawn subagents, but during testing, the coordinator generates text describing what it would delegate rather than actually invoking the
Tasktool. Upon reviewing the coordinator’sAgentDefinition, you discover thatallowedToolsis set to["web_search", "read_document", "write_report"].What is the issue?
CorrectIncorrect -
Question 5 of 7
5. Question
Category: CCAF – Agentic Architecture & OrchestrationYour customer support agent handles a message: “I need to cancel my subscription, get a refund for this month since the service was down for a week, and update my email address to sarah.new@tutorialsdojo.com.” The agent currently processes one concern at a time sequentially, first canceling the subscription, then investigating the refund, then updating the email. However, the refund investigation takes 30 seconds because it requires checking service uptime logs, and the email update is instant.
What is the most efficient handling approach?
CorrectIncorrect -
Question 6 of 7
6. Question
Category: CCAF – Context Management & ReliabilityYou are building a handoff workflow for your customer support agent. When the agent determines it needs to escalate to a human supervisor, it currently sends the message: “I’m transferring you to a supervisor now.” The human supervisor then has to spend 5-10 minutes reading through the full conversation transcript to understand the situation before the supervisor can help the customer.
How should you improve the escalation process?
CorrectIncorrect -
Question 7 of 7
7. Question
Category: CCAF – Agentic Architecture & OrchestrationYour multi-agent research system has a coordinator that delegates to a web search agent, a document analysis agent, and a synthesis agent. You notice that the web search agent and document analysis agent sometimes produce overlapping findings because both agents research the same subtopics and return near-duplicate information. This wastes tokens and confuses the synthesis agent, which sometimes presents the same finding twice with different source attributions.
How should you address this?
CorrectIncorrect
