최신Anthropic Claude Certified Developer-Foundations - CCDV-F무료샘플문제
문제1
A Claude application is producing outputs that drift away from the expected JSON format after several conversation turns. The first few turns produce correctly formatted output, but later turns gradually lose structure.
How would you address the drift?
A Claude application is producing outputs that drift away from the expected JSON format after several conversation turns. The first few turns produce correctly formatted output, but later turns gradually lose structure.
How would you address the drift?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제2
Your agent makes 10 to 15 tool calls per task, and you have noticed it sometimes loses track of earlier results by the time it reaches later steps. The agent's context window is large enough to hold all the messages, but the relevant information appears to get buried as the conversation grows.
How would you address this?
Your agent makes 10 to 15 tool calls per task, and you have noticed it sometimes loses track of earlier results by the time it reaches later steps. The agent's context window is large enough to hold all the messages, but the relevant information appears to get buried as the conversation grows.
How would you address this?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
You are running Claude Code as part of an automated continuous integration pipeline. The pipeline needs Claude Code to execute a set of well-defined tasks without prompting for confirmation, and the output needs to be captured for downstream processing.
How would you configure the pipeline?
You are running Claude Code as part of an automated continuous integration pipeline. The pipeline needs Claude Code to execute a set of well-defined tasks without prompting for confirmation, and the output needs to be captured for downstream processing.
How would you configure the pipeline?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
You are building an agent that needs to call several internal APIs and a database in a structured, repeatable way. Your team has decided to use the Claude Agent SDK rather than build a custom loop. You are setting up the agent's tool definitions and execution loop.
How would you set up the tools and execution loop?
You are building an agent that needs to call several internal APIs and a database in a structured, repeatable way. Your team has decided to use the Claude Agent SDK rather than build a custom loop. You are setting up the agent's tool definitions and execution loop.
How would you set up the tools and execution loop?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
Your Claude application processes 50-page legal contracts and produces summaries with citation references back to the source. The team is debating whether to send each contract whole or split it into smaller pieces.
The contracts fit within Claude's context window. Initial testing shows that whole-document processing produces summaries with stronger cross-section reasoning but occasionally drifts on citation accuracy in later sections. Chunked processing produces stronger citation accuracy per chunk but loses cross-section reasoning.
The team has not decided which property matters more.
How would you guide the team's decision?
Your Claude application processes 50-page legal contracts and produces summaries with citation references back to the source. The team is debating whether to send each contract whole or split it into smaller pieces.
The contracts fit within Claude's context window. Initial testing shows that whole-document processing produces summaries with stronger cross-section reasoning but occasionally drifts on citation accuracy in later sections. Chunked processing produces stronger citation accuracy per chunk but loses cross-section reasoning.
The team has not decided which property matters more.
How would you guide the team's decision?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제6
You are explaining to a stakeholder why running the same Claude prompt twice can produce slightly different results. The stakeholder is concerned this means the application is broken.
How would you address the stakeholder's concern?
You are explaining to a stakeholder why running the same Claude prompt twice can produce slightly different results. The stakeholder is concerned this means the application is broken.
How would you address the stakeholder's concern?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
You are deciding between Claude models for a task. The team has identified three relevant tradeoff dimensions: quality, latency, and cost.
The right model is the one that...
You are deciding between Claude models for a task. The team has identified three relevant tradeoff dimensions: quality, latency, and cost.
The right model is the one that...
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
You maintain a Claude application that uses Claude Sonnet 4.5 across several production workflows.
Anthropic released Claude Sonnet 4.7, which your evaluation suite shows performing 8% better on your highest-volume task. However, this version produces different output formatting on two of your structured- extraction prompts that downstream consumers parse with regex-based code.
To roll out the upgrade, you would...
You maintain a Claude application that uses Claude Sonnet 4.5 across several production workflows.
Anthropic released Claude Sonnet 4.7, which your evaluation suite shows performing 8% better on your highest-volume task. However, this version produces different output formatting on two of your structured- extraction prompts that downstream consumers parse with regex-based code.
To roll out the upgrade, you would...
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
A teammate has asked why your Claude application sometimes produces a response that includes the prompt text repeated back, and other times produces a response with the prompt text rephrased. They suspect a bug in the application's request construction.
How would you respond?
A teammate has asked why your Claude application sometimes produces a response that includes the prompt text repeated back, and other times produces a response with the prompt text rephrased. They suspect a bug in the application's request construction.
How would you respond?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
Your application uses the Messages API to handle multi-turn conversations. Each new turn resends the entire conversation history, and your token costs are growing as conversations get longer. You suspect there is a more efficient approach.
How would you address this?
Your application uses the Messages API to handle multi-turn conversations. Each new turn resends the entire conversation history, and your token costs are growing as conversations get longer. You suspect there is a more efficient approach.
How would you address this?
정답: A
설명: (KoreaDumps 회원만 볼 수 있음)