exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 363 discussion

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



Refer to the exhibit. The engineer implements an error handling mechanism to retry requests that return erroneous but retriable HTTP response codes. Which two HTTP response codes must be entered in the blanks in the code to meet this requirement? (Choose two.)

  • A. 400
  • B. 403
  • C. 404
  • D. 408
  • E. 429
Show Suggested Answer Hide Answer
Suggested Answer: DE 🗳️

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
11 months ago
Selected Answer: DE
D. 408 E. 429 HTTP response code 408 stands for Request Timeout, meaning the request took longer than the server was prepared to wait, which might be temporary and hence retriable. HTTP response code 429 stands for Too Many Requests, meaning the user has sent too many requests in a given amount of time. This is usually a temporary state, and the client should slow down or cease the requests for a while. So, the request can be retried after a certain delay.
upvoted 3 times
...
ahamachi
11 months, 2 weeks ago
Selected Answer: DE
Pretty sure it is D & E. 408 is a Request Timeout 429 is Too Many Requests Both are temporary and recoverable errors. Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status#client_error_responses
upvoted 1 times
...
Badums
11 months, 2 weeks ago
Selected Answer: DE
it has to be D & E
upvoted 1 times
...
plagueinside
11 months, 2 weeks ago
Selected Answer: DE
D & E i think
upvoted 2 times
...
plagueinside
11 months, 2 weeks ago
D & E i think
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 ...