Question: Select all that apply. Which of the following is a difference in the way developers and users interact with the CRM?
- Developers focus on the object API endpoints, while customers focus on the object records.
- Developers use batch calls for large amounts of data, while users use the Import GUI.
- Developers can use GraphQL to call CRM data in an email or webpage, while users can use personalization tokens.
- Developers can delete CRM content using the HubSpot CLI, while users can delete from the object list view.
Explanation
Developers usually work with object API endpoints because they need to retrieve, create, update, or delete CRM data programmatically. Users usually work with visible CRM records inside the HubSpot interface. Batch API calls help developers process large volumes of CRM data efficiently, while the import tool gives users a no-code way to add or update records. Developers can use GraphQL to request CRM data for dynamic content, while users can insert personalization tokens without writing API logic. Deleting CRM content through the HubSpot CLI is not the standard user-versus-developer distinction shown here.
Why the other options are incorrect
HubSpot CLI This is incorrect because the selected difference is not based on deleting CRM content through the CLI.
Source for verification
HubSpot CRM APIs: HubSpot Developers
HubSpot Object APIs: HubSpot Developers
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Integrating With HubSpot I: Foundations" page.
