In Case 1, REST focuses on resource-based operations inherited from HTTP. Which verbs are commonly used to manage resources?

Study for the Marketing Cloud Developers Certification Test with flashcards and multiple choice questions. Each question offers hints and explanations. Prepare effectively for your exam success!

Multiple Choice

In Case 1, REST focuses on resource-based operations inherited from HTTP. Which verbs are commonly used to manage resources?

Explanation:
REST relies on HTTP methods to perform actions on resources. The verbs commonly used to manage resources are GET, POST, PUT, and DELETE. GET retrieves a resource or a collection, POST creates a new resource within a collection, PUT updates or replaces a resource at a known URL, and DELETE removes a resource. This aligns with Read, Create, Update, Delete (CRUD) and matches how RESTful systems typically operate: reading with GET, creating with POST, updating with PUT (or PATCH for partial updates), and deleting with DELETE. Some methods are reserved for protocol or debugging tasks, such as CONNECT, TRACE, or OPTIONS, and aren’t used for standard resource manipulation. And terms like RUN, SEND, RECEIVE, STORE aren’t HTTP methods at all.

REST relies on HTTP methods to perform actions on resources. The verbs commonly used to manage resources are GET, POST, PUT, and DELETE. GET retrieves a resource or a collection, POST creates a new resource within a collection, PUT updates or replaces a resource at a known URL, and DELETE removes a resource. This aligns with Read, Create, Update, Delete (CRUD) and matches how RESTful systems typically operate: reading with GET, creating with POST, updating with PUT (or PATCH for partial updates), and deleting with DELETE. Some methods are reserved for protocol or debugging tasks, such as CONNECT, TRACE, or OPTIONS, and aren’t used for standard resource manipulation. And terms like RUN, SEND, RECEIVE, STORE aren’t HTTP methods at all.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy