exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 47 discussion

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

An ETag header is included in the HTTP response for an API resource.
What are two benefits of using the value of the ETag for future interactions involving the same API resource? (Choose two.)

  • A. caching and optimization of response payloads
  • B. creating conditional requests
  • C. categorizing and comparing this API resource with others
  • D. checking the integrity of the resource
  • E. requesting the list of operations authorized for this resource
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

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
blezzzo
Highly Voted 2 years, 9 months ago
A B Explanation: • The ETag HTTP response header is an identifier for a specific version of a resource. It lets caches be more efficient and save bandwidth, as a web server does not need to resend a full response if the content has not changed. Additionally, etags help prevent simultaneous updates of a resource from overwriting each other ("mid-air collisions"). • The ETag or entity tag is part of HTTP, the protocol for the World Wide Web. It is one of several mechanisms that HTTP provides for Web cache validation, which allows a client to make conditional requests.
upvoted 17 times
...
FR99
Highly Voted 2 years, 9 months ago
Agree with Answer 'A & B'
upvoted 5 times
...
designated
Most Recent 9 months, 2 weeks ago
Selected Answer: AB
A and B are correct. HTTP provides us with the ability to do this with conditional caching. A client can make a request to the server and find out of the server has a new version of the resource available. https://thoughtbot.com/blog/introduction-to-conditional-http-caching-with-rails#:~:text=ETags%2C%20short%20for%20entity%20tags,of%20the%20HTTP%20response%20headers.
upvoted 2 times
...
bboycoi
1 year ago
AB - Devcor page 60
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 ...