Which CRUD operation maps to the HTTP GET method?
Choose an answer
Tap an option to check your answer.
Correct answer: read.
Why this is the answer
The HTTP GET method is used to retrieve data from a specified resource without modifying it. This directly corresponds to the "read" operation in CRUD (Create, Read, Update, Delete). The "create" operation typically maps to HTTP POST, which sends data to the server to create a new resource. The "delete" operation maps to HTTP DELETE, which removes a specified resource. The "update" operation maps to HTTP PUT or PATCH, which modifies an existing resource. Understanding these mappings is fundamental for working with RESTful APIs.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed