Free Certified Heroku Architecture Designer Exam Braindumps (page: 7)

Page 6 of 47

Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future. Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?

  1. Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.
  2. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
  3. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
  4. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.

Answer(s): A



Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set of changes that needs to be fully replicated between these two systems.
Which two sets of actions should an Architect propose? (Choose two.)

  1. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
  2. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
  3. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
  4. Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.

Answer(s): A,C



Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.
Which three tiers would UC need to use to have that feature enabled? (Choose three.)

  1. Private
  2. Standard
  3. Hobby
  4. Shield
  5. Premium

Answer(s): A,B,E



At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to:

1) install the related PHP libraries manually so the application will run;
2) use MongoDB, instead of MySQL, in the development environment.

According to the Twelve-Factor methodology, which changes should an Architect recommend?

  1. Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.
  2. Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.
  3. Recursively determine code dependencies on application startup and maintain separate Git branches for the MongoDB- and MySQL- compatible versions of the application.
  4. Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.

Answer(s): B






Post your Comments and Discuss Salesforce Certified Heroku Architecture Designer exam with other Community members:

Certified Heroku Architecture Designer Discussions & Posts