75only - Ends in 0d 00h 00m 00s - Coupon code = 75only

Pass the Anthropic Claude Certified Developer CCDV-F Questions and answers with Dumpstech

Exam CCDV-F Premium Access

View all detail and faqs for the CCDV-F exam

Practice at least 50% of the questions to maximize your chances of passing.
Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions
Questions # 21:

Your Claude application's content policy specifies categories of content it should not produce under any circumstance. The application currently has no mechanism to enforce this policy, and content matching these categories is appearing in the application's output.

How would you enforce the content policy?

Options:

A.

Enhance the system prompt to contain explicit instructions for the categories to avoid, complete with examples of each category. Treat the strengthened prompt as the primary enforcement mechanism for the application's content policy across all responses.

B.

Remove the content policy entirely and let any output reach users during normal operation, accepting whatever content the application produces in response to incoming traffic.

C.

Move enforcement to users by asking them to report content policy violations after the violating content has already reached them in the application's responses.

D.

Add deterministic output filtering that checks responses against the content policy before they reach users.

Questions # 22:

You are choosing between using STDIO-based communication and HTTP-based communication for an MCP server. The server will be invoked by a Claude Code session running locally.

Which communication pattern would you use?

Options:

A.

STDIO and HTTP simultaneously for redundancy, with the team running two communication patterns at the same time across Claude Code sessions.

B.

HTTP on the grounds that HTTP is preferable to STDIO in any context the application might encounter during normal operation.

C.

HTTP polling against the MCP server, treating HTTP as a substitute for the standard MCP communication patterns.

D.

STDIO because STDIO is well-suited to local process communication and avoids unnecessary network setup.

Questions # 23:

You are designing an agent that handles a multi-step research task. You want the agent to break the task into smaller pieces, hand each piece to a focused subagent, and consolidate the results.

The agent pattern you would apply is...

Options:

A.

An orchestrator and subagent pattern with specialized subagents assigned to each subtask.

B.

A memory pattern that stores the entire research history in advance, before any subtask begins execution.

C.

A context-window pruning pattern that drops each subtask's content after the agent moves on.

D.

A single tool-use loop that includes every tool the agent might need across all subtasks.

Questions # 24:

You are establishing the guardrail strategy for a Claude application. The team wants to ensure guardrail failure does not expose the application to unsafe behavior.

The guardrail strategy would...

Options:

A.

Layer multiple guardrails so a single guardrail failure does not expose the application to unsafe behavior.

B.

Apply guardrails at the application output level only and route flagged responses to a human reviewer before they are delivered to the user.

C.

Implement a single comprehensive system prompt guardrail and validate its coverage against the application's full range of expected inputs.

D.

Apply guardrails at the model level only and rely on the model's built-in safety behaviors to handle any cases the guardrail does not explicitly cover.

Questions # 25:

A teammate is debugging a Claude application whose system prompt has grown to several hundred lines and now contains overlapping, contradictory, and obsolete instructions.

How would you advise the teammate?

Options:

A.

Add more explicit instructions so the most recent rules dominate the model's interpretation of the prompt during each request.

B.

Audit the prompt for overlap, contradiction, and obsolete content, then refactor so each instruction is clear, current, and non-redundant.

C.

Tighten only the contradictory rules first, treating the overlap and obsolete content as lower-priority work the team can address later.

D.

Split the prompt across multiple system prompts so the model sees a smaller portion at any given time.

Questions # 26:

You are building an MCP server that exposes several internal data sources as MCP resources. The server needs to be deployed so multiple Claude applications can integrate with it.

How would you approach the build and deployment?

Options:

A.

Author the server with clearly defined resources, tools, and prompts, choose a communication pattern, and deploy to an accessible hosting environment.

B.

Build the MCP server with resource and tool definitions scoped to the first Claude application that needs it, and extend the definitions to additional applications as each integration is requested.

C.

Deploy the MCP server only on individual developer machines, with the Claude applications unable to reach the server outside each developer's machine.

D.

Bypass the MCP server and embed each data source directly in every Claude application that needs the data, with each application maintaining its own integration.

Questions # 27:

You are building a Claude application that processes 10,000 customer emails overnight to extract structured data. The work is non-interactive, runs once daily, and has a flexible completion window of several hours. Which Claude API would you use?

Options:

A.

The Batch API, which is designed for non-interactive workloads with flexible completion windows.

B.

The streaming responses API to process each email and return partial results to a database as the model generates them.

C.

The real-time Messages API, processing the emails one at a time sequentially to ensure consistent ordering of results.

D.

The real-time Messages API with concurrent requests to process the emails as fast as possible during the overnight window.

Questions # 28:

Your Claude application's prompt was written months ago and has not been updated. The team has discovered through evals that the prompt produces good results on common cases but underperforms on a specific category of inputs that has grown in volume.

How would you respond?

Options:

A.

Iterate on the prompt to address the underperforming category, validate the change with evals, and continue refining as needed.

B.

Tell users to avoid the underperforming category by adding warnings in the application's user interface about handled inputs.

C.

Replace the prompt with a new one aligned to the underperforming category, treating any common-case performance change as a known tradeoff.

D.

Add the underperforming category to a separate Claude application with its own prompt so the original prompt does not change.

Viewing page 3 out of 3 pages
Viewing questions 21-30 out of questions