Salesforce Certified Heroku Architecture Designer — Question 8
Universal Containers (UC) is opening offices in Japan and Germany. This will allow them to serve new customers in Asia and in Europe. UC is concerned about application latency for their new customers, especially because the app serves large amounts of dynamic content.
Which Heroku Enterprise feature should an Architect recommend to alleviate this concern?
Answer options
- A. Create Salesforce orgs in each region and use Heroku Connect to link them.
- B. Deploy instances of their applications into Private Spaces in Tokyo and Frankfurt.
- C. Deploy a globally-distributed CDN in front of the application.
- D. Create a Heroku Pipeline to mirror the app and its data in each region.
Correct answer: A
Explanation
The correct answer is A, as creating Salesforce orgs in each region and using Heroku Connect can help reduce latency by keeping data closer to the users. Option B, while providing isolated environments, does not address data latency specifically. Option C would improve content delivery but is not as effective as using localized orgs for dynamic content. Option D introduces duplication of the application and data, which may not effectively solve the latency issue for users in different regions.