exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 376 discussion

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

A developer deployed a web application in a local data center that is experiencing high traffic load from users that access data through REST API calls. Caching helps to enhance the responsiveness and performance of the API usage. Which approach must be used to improve cache performance?

  • A. Ensure that all read requests are clearly identified by the PUT method.
  • B. Implement surrogate key tagging to purge requests.
  • C. Use HTTP POST or other non-read methods for read requests when it is possible.
  • D. Configure the API payload to return errors in HTTP 200 responses.
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
Amycert
7 months, 4 weeks ago
Selected Answer: B
only B makes sense
upvoted 1 times
...
1a63556
1 year, 4 months ago
Selected Answer: B
B. Implement surrogate key tagging to purge requests. Surrogate key tagging can significantly improve cache performance. It involves associating each cache item with a surrogate key. When an item is updated, instead of invalidating each cache item individually, you can invalidate all cache items associated with the surrogate key in one action, which is much more efficient. This approach is particularly useful when the same data is cached in multiple ways or when data is nested or complex.
upvoted 4 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 ...