exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 98 discussion

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

DRAG DROP -
Drag and drop the code snippets from the bottom to the blanks in the code to complete the HTTP response. Not all options are used.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

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
AJ7428
Highly Voted 1 year ago
Content-Type and Content Encoding should be reverse.
upvoted 11 times
...
nospampls
Highly Voted 6 months, 2 weeks ago
request method status code content-encoding content-type
upvoted 8 times
...
nfvexpert
Most Recent 11 months, 3 weeks ago
gzip. A format using the Lempel-Ziv coding (LZ77), with a 32-bit CRC. This is the original format of the UNIX gzip program. The HTTP/1.1 standard also recommends that the servers supporting this content-encoding should recognize x-gzip as an alias, for compatibility purposes. So , Content-Encooding = gzip and Conent-Type = text
upvoted 3 times
...
Frivax
1 year ago
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding?msclkid=88535000d06e11ec91fcc6ea4e47d567 content-encoding : gzip
upvoted 3 times
...
Nik1709
1 year ago
Content-Encoding & Content-Type must be switched... "Content-Encoding: gzip Content-Encoding: compress Content-Encoding: deflate" --> https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Encoding
upvoted 3 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 ...