200-901 · Question #636
200-901 Question #636: Real Exam Question with Answer & Explanation
The correct answer is D: 409. The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has confl
Question
Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?
Options
- A307
- B503
- C204
- D409
Explanation
The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has conflicting changes.
Topics
Community Discussion
No community discussion yet for this question.