Salesforce Certified Heroku Architecture Designer - Certified Heroku Architecture Designer Exam
Page: 1 / 12
Total 60 questions
Question #1 (Topic: Single Topic)
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?
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
Question #2 (Topic: Single Topic)
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?
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
Question #3 (Topic: Single Topic)
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?
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
Question #4 (Topic: Single Topic)
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.)
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
Question #5 (Topic: Single Topic)
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