Easter Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

All Heroku-Architecture-Designer Test Inside Salesforce Questions

Salesforce Certified Heroku Architect(WI23) Questions and Answers

Question 21

Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?

Options:

A.

Private Space VPN Connections

B.

Private Spaces DNS Service Discovery

C.

Heroku Internal Routing

D.

Apache Kafka on Heroku

Question 22

A client has a requirement to deploy versions of their app to different regions around the World. Which Heroku Enterprise feature would an Architect recommend to accomplish this?

Options:

A.

Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation.

B.

When creating a Heroku Private Space, you can determine the specific geographic location for the space

C.

You can changed the region for any app in any runtime by using the Heroku CLI.

D.

Using the Common Runtime, an app will automatically be deployed to multiple regions.

Question 23

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?

Options:

A.

Heroku Shield Private Spacesand 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

Question 24

A client has a Heroku app that uses Apache Kafka on Heroku. They want to refactor the app into 2 distinct appsthat will both continue to use Kafka (because they probably don't have so much to do in their life). Based on this refactoring, what should an Architect recommend?

Options:

A.

Ensure that the apps consume mutually excliusive sets of Kafka topics

B.

Attach the existing Kafka add-on to both apps

C.

Designate one app as a producer and the other as a consumer

D.

Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app