A client wants to create a set of applications that all communicate with each other.Only one of the applications should be accessible from the public internet. This application will act as an API gateway and route requests to the interbak applications using HTTPS. Which architecture should an Architect recommend?
Correct Answer:
D
-https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal
A platform as a service (PaaS) is:
Correct Answer:
B
A client currently runs a Ruby script in aone-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?
Correct Answer:
C
- There are many scenarios in which a single buildpack is not sufficient when building an application. This includes cases when you need to: Run abuildpack for each language your app uses For example, run a JavaScript buildpack for assets and a Ruby buildpack for your application Run a daemon process such as pgbouncer with your application. Pull in system dependencies with apt. You can check the following for more information: https://devcenter heroku com/articles/using-multiple-buildpacks-for-an-app
A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs ofall engineers who create interactive sessions for the application.
Which should an Architect recommend in this scenario?
Correct Answer:
C
What are the three access levels a user can have in a Heroku Organization account?
Correct Answer:
D