CCAR-F objective 1.6 · Domain 1 · 27% of the exam
Task Decomposition Strategies
These items hand you a workload and ask where the seams fall. Distinct input categories wanting distinct handling is a routing problem. Identical work over independent units partitions across concurrent workers. Stages that each consume the previous stage's output form a chain, and parallelising them leaves nothing to run at the same time. The instructive error is splitting a code review by file when the property under review lives between files, which leaves every worker blind to it; splitting by concern instead hands each worker the whole diff and a single lens.
7 questions · answers and explanations shown as you go · free, no sign-up
The rest of domain 1: Agentic Architecture and Orchestration
This domain is 27% of a scored form, about 17 of the 65 questions, spread across 7 objectives. Drill the whole domain or pick another objective below.
One objective is a narrow slice. A full-length timed mock is what tells you whether the whole thing holds together.
Sit a timed mock →