Free HEROKU-ARCHITECT Exam Braindumps (page: 9)

Page 8 of 47

A customer wants to sync data between their Salesforce org and Heroku Postgres.

Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)

  1. Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
  2. Heroku Connect does not support all Salesforce objects and fields.
  3. Heroku Connect does not provide an API.
  4. Heroku Connect cannot sync custom objects.

Answer(s): A,C


Reference:



A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce. They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.

How will Shield Heroku Connect interact with the encrypted fields in Salesforce?

  1. Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
  2. Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
  3. Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
  4. Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.

Answer(s): B

Explanation:

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



A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.

What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?

  1. Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.
  2. Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.
  3. Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.
  4. Use a custom buildpack to install wkhtmltopdf using apt.

Answer(s): D


Reference:



A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.

Which two suggestions should an Architect make in this scenario? (Choose two.)

  1. Configure the app to use Standard-lx dynos.
  2. Configure the app to use Performance dynos.
  3. Install a performance monitoring tool.
  4. Add additional Standard-2x dynos.

Answer(s): B,D


Reference:






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

HEROKU-ARCHITECT Discussions & Posts