Month End Certification Special Limited Time 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: CFsave75

Anthropic Claude Certified Developer-Foundations CCDV-F Question # 18 Topic 2 Discussion

Anthropic Claude Certified Developer-Foundations CCDV-F Question # 18 Topic 2 Discussion

CCDV-F Exam Topic 2 Question 18 Discussion:
Question #: 18
Topic #: 2

You are setting up a Claude application that will run a mix of multi-turn conversations and one-off requests. You want to use caching techniques to reduce token costs where they apply. A teammate suggests caching the model's output as well, so the application does not have to make duplicate Claude calls when similar queries arrive.

You would apply prompt caching to...


A.

Nothing, because prompt caching does not affect cost in any application that mixes multi-turn conversations and one-off requests in a single deployment.


B.

The model's output, treating the response from each request as cacheable content the application can return on similar future queries.


C.

Only the user's input portion of each request because user input is the part of the prompt that varies the most across the application's normal operation.


D.

The static portions of prompts that are repeated across requests, such as system prompts, instructions, or shared context.


Get Premium CCDV-F Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.