Salesforce Certified Heroku Architecture Designer Exam

Page:    1 / 12   
Total 60 questions

Universal Containers needs to write their Heroku application's logs to two destinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.
What should an Architect recommend in this scenario?

  • A. Publish all logs to Apache Kafka on Heroku, and create a separate app that consumes and distributes log messages.
  • B. Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.
  • C. Add a logging library to the application source that sends all logs directly to both destinations.
  • D. Write all logs to stdout, and configure a separate log drain for each destination.


Answer : D

Reference:
https://devcenter.heroku.com/articles/logging

A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.
What Heroku Enterprise solutions should an Architect propose?

  • A. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.
  • B. Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.
  • C. Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.
  • D. Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.


Answer : C

A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the public internet.
Which solution should an Architect recommend to meet these requirements?

  • A. Create the application in a Private Space with default options.
  • B. Create the application in a Private Space and restrict the application's set of trusted IP ranges.
  • C. Create the application with Internal Routing enabled, in a Private Space.
  • D. Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.


Answer : B

Reference:
https://www.accidentaladmintoawesomearch.com/blog/what-you-need-to-know-to-pass-the-heroku-architecture-designer-exam

A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.
Which two features does Heroku Dataclips provide to enable this? (Choose two.)

  • A. JSON export of query results, with CORS support
  • B. CSV export of query results
  • C. A simple REST API access to query results
  • D. Postgres dump file of query results


Answer : AB

Reference:
https://www.heroku.com/podcasts/codeish/8-sharing-data-with-dataclips

Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)

  • A. An identity provider with built-in support for Heroku
  • B. A Heroku Enterprise Team
  • C. An existing Heroku account for each user
  • D. At least one valid SSO certificate
  • E. Administrative permissions on the selected identity provider


Answer : ABE

Reference:
https://devcenter.heroku.com/articles/using-sso-services-with-heroku#sso-setup-for-other-saml-2-0-compliant-idps

Page:    1 / 12   
Total 60 questions