Complete list of current Q & A>> Download Salesforce Certified Heroku Architecture Designer – Quiz 1 / 15 Category: Salesforce Certified Heroku Architecture Designer A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS. Which two Heroku features should an Architect recommend as options? (Choose two.) A. Heroku Private Spaces B. Automated Certificate Management C. Heroku SSL D. Heroku Shield Private Spaces 2 / 15 Category: Salesforce Certified Heroku Architecture Designer 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.) A. Private B. Standard C. Hobby D. Shield E. Premium 3 / 15 Category: Salesforce Certified Heroku Architecture Designer 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.) A. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects. B. Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres. C. Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org. D. 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. 4 / 15 Category: Salesforce Certified Heroku Architecture Designer Part of a client’s design is the ability to easily share between two applications running on Heroku. What should an Architect recommend? A. Attach a single storage add-on, such as Heroku Postgres, to both applications. B. Create Foreign Data Wrappers to expose the tables from one database to another. C. Provision Heroku Connect to sync the data into a custom object in Salesforce. D. Provision Apache Kafka on Heroku to easily stream the data between the two apps. 5 / 15 Category: Salesforce Certified Heroku Architecture Designer A client wants to use Heroku to build a data bridge between Salesforce and Google Cloud Platform (GCP). Which combination of Heroku features should an Architect recommend to secure the connection between Heroku and GCP? A. Heroku Shield Private Spaces and Heroku Shield Connect B. Heroku Private Spaces and Private Space VPN Connections C. Heroku Private Spaces and Private Space Peering D. Heroku Shield Private Spaces and Internal Routing 6 / 15 Category: Salesforce Certified Heroku Architecture Designer An app uses a queue of worker dynos to perform complex image processing, but the worker dynos are occasionally running out of memory when performing the processing. All of their dynos are currently standard-1x dynos. What should an Architect recommend in this scenario? A. Add additional worker dynos. B. Break up the image processing across multiple dynos. C. Move the app to a Private Space. D. Change the type of dynos to standard-2x. 7 / 15 Category: Salesforce Certified Heroku Architecture Designer Universal Containers has a Heroku app that uses several third-party add-ons. They now need to enforce data privacy and be compliant with General Data Protection Regulation (GDPR). What should an Architect advise UC regarding data residency in this scenario? A. Heroku does not control where add-on providers store data. B. Heroku support can configure add-ons for specific data residency needs. C. Heroku guarantees the physical location of its control surface APIs. D. Data residency for add-ons is covered under Salesforce's GDPR compliance. 8 / 15 Category: Salesforce Certified Heroku Architecture Designer A client wants to add CPU-intensive video processing functionality to their Heroku web application. Which two strategies should an Architect recommend for implementing this functionality? (Choose two.) A. Add a new process type for worker dynos that pull video processing jobs from a queue. B. Attach a video processing add-on from the Heroku Elements Marketplace to the application. C. Delegate video processing tasks to the app's staging version to remove load from the production app. D. Divide each video processing task across multiple web dynos to mitigate added CPU load. 9 / 15 Category: Salesforce Certified Heroku Architecture Designer A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC. Which Heroku feature should an Architect recommend to create the connection? A. Internal Routing B. Private Space Peering C. Private Space VPN connections D. Heroku Connect 10 / 15 Category: Salesforce Certified Heroku Architecture Designer Universal Containers intends to build an app which will accept card payments. The app also needs to store, process, and transmit cardholder data. Which Heroku architecture should an Architect recommend? A. Common Runtime with secure, isolated containers for running the app's code. B. A Private Space restricted to a set of trusted IP ranges. C. A Shield Private Space with a Shield Postgres add-on. D. A Private Space with Internal Routing enabled on the app. 11 / 15 Category: Salesforce Certified Heroku Architecture Designer 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 12 / 15 Category: Salesforce Certified Heroku Architecture Designer 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. 13 / 15 Category: Salesforce Certified Heroku Architecture Designer 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. 14 / 15 Category: Salesforce Certified Heroku Architecture Designer 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. 15 / 15 Category: Salesforce Certified Heroku Architecture Designer 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 Your score is 0% Restart quiz Send feedback