Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?
Answer : C
A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?
Answer : A
-
https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku
Universal Containers is developing a Salesforce app thatinvokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.
Answer : A, D
- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case:https://devcenterheroku.com/articles/establish-trust-private-space-and-salesforce#salesforce-heroku-apps
Which two logs and logging recommendations are prescribed by the Twelve-Factor app methodology? Choose 2 answers.
Answer : A, B
- https://devcenter heroku com/articles/internal-routing
Universal Containers has an application running in the Common Runtime that uses Heroku Redis. The data in Heroku Redis needs to be accessed by a third-party application.
Whichconnection method should an Architect recommend to ensure the security of the data as it moves from Heroku Redis to the third-party application?
Answer : C
- https://devcenter.heroku.com/articles/securing-heroku-redis
When creating a Private Space, what is a valid reason to specify a region other than the default region?
Answer : C
In the hierarchy of cloud services, PaaS generally provides more out of the box than:
Answer : B