Salesforce Certified Heroku Architecture Designer - Certified Heroku Architecture Designer Exam
Page: 3 / 12
Total 60 questions
Question #11 (Topic: Single Topic)
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?
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
Answer: A
Question #12 (Topic: Single Topic)
Part of a client's design is the ability to easily share between two applications running on Heroku.
What should an Architect recommend?
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.
Answer: A
Question #13 (Topic: Single Topic)
A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service
applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to
traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?
applications that allow for customers to interact with their healthcare records. The marketing application must be able to scale up within seconds in response to
traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.
Which applications should be deployed into which Heroku runtime?
A. The marketing application into Private Spaces; customer service applications into Shield Private Spaces
B. The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
C. The marketing application into the Common Runtime; customer service applications into Private Spaces
D. The marketing application into Private Spaces; customer service applications into separate Private Spaces
Answer: A
Question #14 (Topic: Single Topic)
For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)
A. Providing long-term data warehousing
B. Adding jobs to a queue
C. Providing a data cache layer
D. Querying relational data
Answer: AD
Question #15 (Topic: Single Topic)
Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was
unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)
unavailable for an hour. The database is on the Standard-0 plan.
Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)
A. Create a follower database that uses the same plan as the leader.
B. Migrate the database to a Premium-tier plan.
C. Migrate the database to a larger Standard-tier plan.
D. Create a fork of the database that uses the same plan as the leader.
Answer: AC