Rubric
Contents — domains, guide and mocks

Agents and Workflows

CCDV-F · Domain 19 questions · 14.7% of the exam

Answer everything, then check. Each result links back to the lesson for the objective it came from.

0 of 9 answered0:00
  1. Question 1 · 1.1

    A retailer's support tool answers questions about deliveries. Every request is one of six intents, each with a documented resolution path, and volume is 20,000 a day. The team proposes a manager agent that spawns a subagent per request.

    What is the strongest objection to the proposal?

  2. Question 2 · 1.1

    A market-research team runs a lead agent that spawns subagents to investigate different aspects of a question in parallel. Costs are roughly fifteen times a plain chat, and leadership wants that justified.

    Which two statements correctly describe what the extra spend buys? (Select 2.)

  3. Question 3 · 1.1

    A platform team is refactoring a service that renames variables across a codebase. The change is mechanical, the files are known up front, and the current single agent occasionally edits the wrong file.

    Which redesign best matches the guidance on architecture selection?

  4. Question 4 · 1.2

    An agent at a logistics firm occasionally runs rm -rf inside a shared working directory. The team's proposed fix is a stronger system prompt plus an example of what not to do.

    What should they do instead?

  5. Question 5 · 1.2

    A healthcare startup wants an agent that works through long document-processing jobs asynchronously. Its compliance team requires that patient files never leave infrastructure the company controls.

    Which deployment approach fits the constraint?

  6. Question 6 · 1.2

    A developer's Agent SDK job prints an empty summary to users roughly once a day. The logs show the run ended with subtype of error_max_turns.

    What is the correct interpretation and response?

  7. Question 7 · 1.3

    A research agent delegates to a subagent with the prompt “continue the analysis we discussed”. The subagent returns a generic summary that ignores the three files the parent had already read.

    What explains the behaviour?

  8. Question 8 · 1.3

    An agent processes long support transcripts. By turn 60 requests are slow and expensive, and the biggest contributors in the trace are repeated document-retrieval results from early in the run.

    Which change addresses the cause most directly?

  9. Question 9 · 1.3

    A team wants an agent to answer a follow-up question a day later without re-reading the twelve files it analysed, and also wants to explore a second approach without losing the first thread.

    Which combination does this correctly?

You can change answers until you check. Nothing is saved or sent anywhere.