Fill in the blank: CREATE is to POST as UPDATE is to ____.

UPLOAD

PATCH

REPAIR

CHANGE


Certification program: 👉 HubSpot academy certification exams

Explanation: The correct answer is PATCH. In the context of web development and APIs, the relationship between CREATE and POST mirrors that of UPDATE and PATCH. When creating new data in a system, the HTTP method commonly used is POST. Similarly, when updating existing data, the appropriate HTTP method is PATCH. The POST method is utilized to submit data to be processed by a specific resource, resulting in the creation of a new resource. Conversely, the PATCH method is employed to apply partial modifications to an existing resource. This means that while POST creates new entries, PATCH updates existing ones. Therefore, the correct analogy is that CREATE is to POST as UPDATE is to PATCH, as both pairs represent the actions of adding new data and modifying existing data, respectively, in accordance with standard HTTP methods used for these operations in web development and API design.

Passing exams is not a workout. Multiple attempts won’t make you stronger.


  1. All possible certification exam questions
  2. 100% correct and verified answers
  3. Instant download
  4. Detailed explanations written by experts
  5. Free lifetime updates.
  6. All Hubspot category certifications in one package. Save big.




Note: we perform daily scans ensuring the file corresponds exactly the latest exam version and contains all possible questions from the real certification program.

You may also be interested: