Salesforce Certified Heroku Architecture Designer — Question 22
Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?
Answer options
- A. The add-on always runs in the same Private Space as the provisioning application.
- B. The traffic between the provisioning app and the add-on will travel across the public Internet.
- C. The add-on will always run in the same region, but not in the same Private Space, as the provisioning application.
- D. The add-on's data will always be stored in the same Private Space as the provisioning application.
Correct answer: C
Explanation
Option C is correct because it accurately states that the add-on operates in the same region but not in the same Private Space as the provisioning application. Option A is incorrect as it implies the add-on runs in the same Private Space, which contradicts the question. Option B is wrong since it indicates traffic travels over the public Internet, which is not characteristic of such add-ons. Option D is also incorrect because it suggests the add-on's data is stored in the same Private Space, which is not the case.