exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 374 discussion

Actual exam question from Cisco's 350-901
Question #: 374
Topic #: 1
[All 350-901 Questions]

An engineer needs to improve the responsiveness of an application by implementing client-side HTTP caching. The cached data must be cacheable by everyone and must be validated during each request. Which value must the engineer set in the Cache-Control header to meet these requirements?

  • A. private
  • B. no-cache
  • C. no-store
  • D. max-age
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
1a63556
Highly Voted 12 months ago
Selected Answer: B
B. no-cache The no-cache directive in the Cache-Control HTTP header allows the data to be cached but requires that the cached version is revalidated with the server before being served to the client in response to subsequent requests. This ensures that the client always receives the most up-to-date data while still benefiting from caching to improve performance. It's worth mentioning that the term no-cache might be a bit misleading as it does not prevent caching; it only requires revalidation of the cache.
upvoted 5 times
...
dkhenderson2
Most Recent 7 months, 3 weeks ago
Selected Answer: B
B. no-cache. Setting the Cache-Control header to "no-cache" will instruct caches, including the client's cache, to revalidate the cached response with the origin server before serving it to subsequent requests. This ensures that the cached data is validated during each request, meeting the requirement stated in the question.
upvoted 1 times
...
1a63556
1 year ago
The engineer should set the value to D. max-age in the Cache-Control header to meet these requirements. This value will allow the cache to be shared by all users and will validate the cache during each request.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...