Skip to content

Agents and Workflows Questions

Practice questions for Agents and Workflows topic in Claude Certified Developer – Foundations. 27 questions covering this domain.

27 questions6 easy12 medium9 hard
Q1
hard

A document analysis agent retrieves records from a customer database. In testing, retrieved records contain text such as "Ignore your instructions and...

Q2
easy

A developer is building a production agent that can send emails and delete files. Before executing irreversible actions, which architectural pattern s...

Q3
medium

An agent using Claude Haiku 4.5 with extended thinking is running a multi-hour session. The developer notices that after adding a non-tool-result user...

Q4
medium

A developer builds a long-horizon agentic task where a faster executor model handles routine steps but occasionally needs strategic guidance from a mo...

Q5
medium

An agent uses Context editing (beta) during a long tool-calling session. After 30 tool calls, the context is nearly full due to accumulated tool resul...

Q6
easy

What is the key characteristic of Claude Managed Agents (Sessions API) that distinguishes it from standard stateless Messages API calls?

Q7
hard

A production customer service agent occasionally enters infinite loops — repeatedly calling the same tool with similar inputs for dozens of iterations...

Q8
easy

What does the term "agentic loop" refer to in Claude integrations?

Q9
easy

What are the three main API families that make up Claude Managed Agents?

Q10
medium

A developer uses the Anthropic Python SDK and wants to avoid writing the manual tool execution loop where they parse tool_use blocks, execute tools, a...

Q11
medium

A developer built an agent using the Claude Sessions API. The project is now complete, and the developer wants to free the stored session transcript f...

Q12
hard

In a multi-agent system, a worker agent receives tool results from a third-party data provider. The results contain embedded text such as "System over...

Q13
medium

A developer builds an agent that calls a database lookup tool followed by a calculation tool where the calculation input depends on the database resul...

Q14
hard

An enterprise agent handles wire transfer requests. Risk policy requires all transfers over $50,000 to be approved by a senior manager before executio...

Q15
hard

A compliance-critical financial agent executes wire transfers. The system prompt instructs Claude to refuse transfers exceeding $100,000 without manag...

Q16
easy

In an agentic tool-calling loop, how does the application know that Claude has finished the task and is providing the final answer rather than calling...

Q17
hard

A document processing agent calls multiple tools in sequence: extract_text → analyze_sentiment → generate_summary. During production use, the agent fr...

Q18
medium

An agent retrieves customer data from a database and uses it to answer questions. Occasionally, a database connection timeout causes the database look...

Q19
medium

A developer builds a customer service agent that escalates complex issues to human operators. The escalation logic is currently based on Claude's self...

Q20
medium

A production agent uses 8 different tools for customer support. During testing, Claude occasionally calls the wrong tool (e.g., calling create_ticket ...

Sign in to see all 27 questions

Create a free account to browse the questions included with the free plan.