Free Heroku-Architect Exam Braindumps

Pass your Salesforce Certified Heroku Architect (SU22) exam with these free Questions and Answers

Page 5 of 37
QUESTION 16

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?

  1. A. Create all of the appsin a Private Spac
  2. B. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space
  3. C. Create the API gateway application in the Common Runtim
  4. D. Create all of the internal apps in a Private Space.
  5. E. Create all of theapps in the Common Runtim
  6. F. Ensure that the internal apps do not define a web process type.
  7. G. Create all of the apps in a Private Space Create the internal apps with Internal Routing enable
  8. H. Create the gateway app as a web app

Correct Answer: D
-https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creation-and-removal

QUESTION 17

A platform as a service (PaaS) is:

  1. A. A monthly bare-metal server rental service
  2. B. A way to deliver hardware and software tools, such as those needed for application development, to users as a service
  3. C. A service to help you buy and install your own server hardware
  4. D. A piece of software in the cloud that you can use just by logging in

Correct Answer: B

QUESTION 18

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?

  1. A. Modify the Go buildpacK to install Ruby, and run the script from the _profile
  2. B. Convert the Ruby release script to Go and execute it on application startup
  3. C. Use both Go and Ruby language buildpacks, and run the Ruby script with release phase
  4. D. Define different process types for the Ruby script and the Go application in the app's Profile.

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

QUESTION 19

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?

  1. A. Deploy the application to a Private Space in the Sydney region with Private Space Logging enabled.
  2. B. Deploy the application to the Common Runtime in the Sydney region.
  3. C. Deploy the application to a Shield Private Space in the Sydney region.
  4. D. Deploy the application to a Private Space in the Sydney region with Internal Routing enabled.

Correct Answer: C

QUESTION 20

What are the three access levels a user can have in a Heroku Organization account?

  1. A. Jed
  2. B. Padawan, and Co-pilot
  3. C. Owner, Author and Viewer
  4. D. Admi
  5. E. Programmer, and Operator
  6. F. Admin, Member, and Viewer

Correct Answer: D

Page 5 of 37

Post your Comments and Discuss Salesforce Heroku-Architect exam with other Community members: