Domain 5: Multimodal & Advanced Features
Claude Certified Associate - Foundations · 29 questions
- Claude's vision capabilities allow it to process images. Which of the following is a supported image input method in the Claude API?
- What is 'tool use' (also called function calling) in the context of Claude?
- When Claude is described as 'multimodal,' what does this mean?
- What characterizes an 'agentic' use of Claude compared to a simple question-and-answer interaction?
- In a Retrieval-Augmented Generation (RAG) system using Claude, what is the correct sequence of operations?
- When sending images to Claude via the API, what is an important consideration regarding image size?
- A developer needs Claude to always return data in a specific JSON schema for database insertion. Which approach provides the MOST reliable structured output?
- Claude is being used to moderate user-generated content on a social media platform. Which approach is MOST appropriate?
- Which of the following is a practical real-world use case for Claude's vision capabilities?
- When processing PDF documents with Claude, which approach is MOST commonly supported?
- Claude can be given multiple tools and asked to perform a task. Which statement about parallel tool use is CORRECT?
- Which image formats does Claude's vision API support for base64-encoded image input?
- What is 'extended thinking' in Claude, and what types of tasks benefit most from it?
- After Claude issues a tooluse block, how does the developer return the tool's result to Claude?
- Can Claude generate audio output (text-to-speech) through the standard Anthropic API?
- When defining a tool for Claude to use, what information must be provided in the tool definition?
- What is 'prompt chaining' and when is it a useful architectural pattern?
- What is the Model Context Protocol (MCP) developed by Anthropic?
- A developer sends Claude an image of a data chart and asks 'What trend does this show?' What is the BEST description of what Claude is doing?
- In an agentic loop where Claude is orchestrating other AI models, what is Claude's role when it acts as an orchestrator?
- How can an application send an image to Claude via the Messages API?
- What is a practical reason to use extended thinking / reasoning modes when available?
- What problem does Model Context Protocol (MCP) aim to address in Claude ecosystems?
- For PDF-heavy enterprise workflows with Claude, a solid pattern is:
- Claude vision is useful for:
- Sending high-resolution images to Claude typically:
- Because Claude lacks durable cross-session memory by default, apps should:
- A known limitation of vision Q&A is:
- If an app needs speech input and Claude's path is text-first, architects should: