Cisco
200-301 · Question #378
Which CRUD operation corresponds to the HTTP GET method?
The correct answer is A. read. GET: This method retrieves the information identified by the request URI. In the context of the RESTful web services, this method is used to retrieve resources. This is the method used for read operations (the R in CRUD). https://hub.packtpub.com/crud-operations-rest/
Submitted by klara.se· Mar 5, 2026
Question
Which CRUD operation corresponds to the HTTP GET method?
Options
- Aread
- Bupdate
- Ccreate
- Ddelete
How the community answered
(29 responses)- A90% (26)
- C7% (2)
- D3% (1)
Explanation
GET: This method retrieves the information identified by the request URI. In the context of the RESTful web services, this method is used to retrieve resources. This is the method used for read operations (the R in CRUD). https://hub.packtpub.com/crud-operations-rest/
Topics
#HTTP methods#CRUD operations
Community Discussion
No community discussion yet for this question.