Heroku-Architect Practice Test
Updated On 1-Jan-2026
184 Questions
Universal Containers (UC) usesHeroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Herokuapplication makes a batch update that changes one million records to the Heroku Postgres database table that mirrors the Account object. Approximately, how long will these updates take to sync back to the Salesforce org?
A. It depends on the sync performance, which can vary from one connection to another.
B. 1 hour.
C. One million updates is too many for Heroku Connect to handle; therefore, the sync will fail
D. 12 hours.
Which Heroku feature allows you to deploy a real app complete with code, config, andadd- ons already configured?
A. Heroku Getting Started guides
B. Heroku Deployment wizard
C. git push heroku master
D. Heroku Buttons
Universal Containers (UC) wants to allow itsdevelopers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.
What happens to these add-ons?
A. They are deleted, and all data is backed up and saved.
B. They are added to the allowed add-ons list.
C. They are added tothe exception list and not affected.
D. They are flagged for removal, and the developers are notified.
Anexisting app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?
A. Hardcode the results of the query into app logic
B. Add a read-only HerokuPostgres follower
C. Create a database caching layer
D. Restart the Heroku Postgres server to reclaim cache
C. Create a database caching layer
Aclient has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tablesin their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org. Which solution should an Architect recommend?
A. Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.
B. Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org.
C. Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations. Ensure the transformes data is in a table that is exposed in the Salesforce org.
D. Perform in-place transformations on the data in SAP and then useHeroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.
| Heroku-Architect Exam Questions - Home | Previous |
| Page 3 out of 37 Pages |