Salesforce Certified Heroku Architecture Designer — Question 14
A client's application needs to run in a European country for data residence purposes.
What is a consideration in this scenario?
Answer options
- A. When a dyno is cycled, its replacement might run in a different region.
- B. European regions are only available for applications running in Private Spaces.
- C. Heroku Postgres backup snapshots and dataclips are always stored in the U.S.
- D. There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.
Correct answer: B
Explanation
Option B is correct because European regions are specifically designated for applications in Private Spaces, ensuring compliance with data residency regulations. Options A and D are incorrect as they pertain to instance cycling and provisioning, which do not directly address the regional requirements for data residency. Option C is also incorrect since it discusses the location of backups rather than the operational region of the application itself.