Salesforce Certified Heroku Architecture Designer Practice Test - Questions Answers, Page 4
List of questions
Related questions
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?
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.)
Universal Containers (UC) uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan. The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.
UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.
What should an Architect with Kafka experience recommend?
A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.
To overcome this issue, what feature, to replace the Bulk API implementation in this scenario, should an Architect recommend?
A client wants to use Heroku Connect to sync data from a Heroku Postgres table to a Salesforce org.
The client only needs to sync a specific subset of the rows in the table.
How should this be performed?
A client requires that their web application's logs are accessible only from within the same isolated network as the application itself.
Which solution should an Architect recommend in this scenario?
A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?
Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?
A client's Heroku application is publishing messages to an instance of Apache Kafka on Heroku.
What does a second Heroku application need to do to consume those messages?
A client provisions a Heroku Postgres database in the EU region.
Which two services related to Heroku Postgres are located in the U.S.? (Choose two.)
Question