Free HEROKU-ARCHITECT Exam Braindumps (page: 21)

Page 20 of 47

An app has two web dynos, Dyno A and Dyno B. The app receives a request, which is routed to Dyno

  1. A second request is sent from the same client.
    Which Dyno is the request routed to?
  2. The request is routed to Dyno A if it has finished handling the first request
  3. The request is routed randomly to Dyno A or Dyno B
  4. The request is definetly routed to Dyno A.
  5. The request is definetly routed to Dyno B.

Answer(s): B

Explanation:

https://devcenter.heroku.com/articles/internal-routing



Which two features of the Heroku platform require Private Spaces? Choose 2 answers.

  1. Automated Certificate Management
  2. Apache Kafka on Heroku
  3. Internal Routing
  4. Trusted IP ranges

Answer(s): B,D

Explanation:

-
https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges



Universal Containers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them on the local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile. The application writes its logs to rotating files using an open-source library.
Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.

  1. Load the application's configuration from its source code instead of using environment tables
  2. Use an external object storage service for temporary image uploads
  3. Run the application in a Private Space to enable communication with UC's Salesforce org
  4. WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm

Answer(s): A,D

Explanation:

https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings



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. Create all of the apps in a Private Space. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space
  2. Create the API gateway application in the Common Runtime. Create all of the internal apps in a Private Space.
  3. Create all of the apps in the Common Runtime. Ensure that the internal apps do not define a web process type.
  4. Create all of the apps in a Private Space Create the internal apps with Internal Routing enabled.
    Create the gateway app as a web app

Answer(s): D

Explanation:

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






Post your Comments and Discuss Salesforce HEROKU-ARCHITECT exam with other Community members:

HEROKU-ARCHITECT Discussions & Posts