Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 528

Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?

Answer options

Correct answer: D

Explanation

The correct answer is D, 409, which specifically indicates a conflict in the request due to the current state of the resource. Option A, 307, indicates a temporary redirect, B, 503, means service unavailable, and C, 204, signifies no content, none of which address the conflict scenario.