JNCIA-DC: Juniper Networks Certified Associate – Data Center (2022) — Question 20
Which operation does an HTTP POST perform?
Answer options
- A. write
- B. delete
- C. create
- D. read
Correct answer: C
Explanation
HTTP POST is primarily used to send data to the server to create a new resource, which is why 'create' is the correct answer. The other options do not accurately describe the functionality of POST: 'write' is too vague, 'delete' refers to removing resources, and 'read' pertains to the GET method.