Skip to content
CCA-F
Context Management & Reliability
medium
Question 3 of 30

A Claude-based system processes financial reports in nightly batches. During a server restart at 3 AM, processing stops with only partial completion. On restart, the system must resume without reprocessing completed reports or skipping incomplete ones. Which pattern enables correct recovery?

AStore all processed document IDs in a database table and query it on restart to determine remaining work
BMaintain a manifest file that lists all tasks with their completion status, updated atomically as each task completes, and read on restart to determine what needs to be processed or retried
CUse the Batch API, which automatically preserves processing state across server restarts
DProcess all reports in a single batch API call to eliminate the possibility of partial completion

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion