ExamGecko
Ask Question

Salesforce Certified Heroku Architecture Designer Practice Test - Questions Answers, Page 2

List of questions

Question 11

Report
Export
Collapse

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?

Heroku Shield Private Spaces and Heroku Shield Connect
Heroku Shield Private Spaces and Heroku Shield Connect
Heroku Private Spaces and Private Space VPN Connections
Heroku Private Spaces and Private Space VPN Connections
Heroku Private Spaces and Private Space Peering
Heroku Private Spaces and Private Space Peering
Heroku Shield Private Spaces and Internal Routing
Heroku Shield Private Spaces and Internal Routing
Suggested answer: A
asked 23/09/2024
Colin Huisman
36 questions

Question 12

Report
Export
Collapse

Part of a client's design is the ability to easily share between two applications running on Heroku.

What should an Architect recommend?

Attach a single storage add-on, such as Heroku Postgres, to both applications.
Attach a single storage add-on, such as Heroku Postgres, to both applications.
Create Foreign Data Wrappers to expose the tables from one database to another.
Create Foreign Data Wrappers to expose the tables from one database to another.
Provision Heroku Connect to sync the data into a custom object in Salesforce.
Provision Heroku Connect to sync the data into a custom object in Salesforce.
Provision Apache Kafka on Heroku to easily stream the data between the two apps.
Provision Apache Kafka on Heroku to easily stream the data between the two apps.
Suggested answer: A
asked 23/09/2024
Venkat Burri
43 questions

Question 13

Report
Export
Collapse

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?

The marketing application into Private Spaces; customer service applications into Shield Private Spaces
The marketing application into Private Spaces; customer service applications into Shield Private Spaces
The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
The marketing application into the Common Runtime; customer service applications into Shield Private Spaces
The marketing application into the Common Runtime; customer service applications into Private Spaces
The marketing application into the Common Runtime; customer service applications into Private Spaces
The marketing application into Private Spaces; customer service applications into separate Private Spaces
The marketing application into Private Spaces; customer service applications into separate Private Spaces
Suggested answer: A

Explanation:

-https://devcenterherokucom/articles/private-spaces#trusted-ip-ranges

asked 23/09/2024
cesar ganguie
42 questions

Question 14

Report
Export
Collapse

For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)

Providing long-term data warehousing
Providing long-term data warehousing
Adding jobs to a queue
Adding jobs to a queue
Providing a data cache layer
Providing a data cache layer
Querying relational data
Querying relational data
Suggested answer: A, D

Explanation:

Reference:

asked 23/09/2024
Pay Ametovski
38 questions

Question 15

Report
Export
Collapse

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.)

Create a follower database that uses the same plan as the leader.
Create a follower database that uses the same plan as the leader.
Migrate the database to a Premium-tier plan.
Migrate the database to a Premium-tier plan.
Migrate the database to a larger Standard-tier plan.
Migrate the database to a larger Standard-tier plan.
Create a fork of the database that uses the same plan as the leader.
Create a fork of the database that uses the same plan as the leader.
Suggested answer: A, C

Explanation:

Reference:

asked 23/09/2024
Faria Sah
37 questions

Question 16

Report
Export
Collapse

A web application on Heroku wants to surface Salesforce dat a. All users of the web application will:

1) Authenticate using SSO with Salesforce.

2) Have user records in Salesforce.

What architecture should be recommended in order to maintain the Salesforce security model already in place?

Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
Have the application query Salesforce data and the security model directly using a cached admin credential.
Have the application query Salesforce data and the security model directly using a cached admin credential.
Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
Have the application query Salesforce data directly through the Salesforce APIs as the running user.
Have the application query Salesforce data directly through the Salesforce APIs as the running user.
Suggested answer: A

Explanation:

https://devcenter.heroku.com/articles/addon-controls

asked 23/09/2024
Robert Pila
39 questions

Question 17

Report
Export
Collapse

A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.

Which architecture strategy allows this on Heroku?

Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
Each microservice is a separate Heroku app. The microservices communicate by using Apache Kafka as a message bus.
Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
Each microservice is a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.
Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
Each microservice is a separate private space. The microservices communicate by using DNS Service Discovery.
Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.
Suggested answer: C

Explanation:

- httDs://devcenterheroku.com/artJcles/event-driven-microservices-with-aDache-kafka

asked 23/09/2024
Bert Pubben
38 questions

Question 18

Report
Export
Collapse

Universal Containers has a Heroku Private Space with a VPN connection to their on-premise network.

They want their remote employees to be able to access their Heroku applications using a VPN connection only.

Which solution should an Architect recommend?

Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.
Enable remote employees to VPN into the company's on-premise network.
Enable remote employees to VPN into the company's on-premise network.
Configure a second VPN connection for the Private Space that remote employees can use.
Configure a second VPN connection for the Private Space that remote employees can use.
Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.
Suggested answer: C
asked 23/09/2024
Luis Elola
28 questions

Question 19

Report
Export
Collapse

Universal Containers (UC) has configured SSO for their Heroku Enterprise Team using an identity provider (IdP).

When a new employee joins the company, how should their Heroku account be created?

A Heroku account is created for the employee automatically the first time they log in to Heroku via SSO.
A Heroku account is created for the employee automatically the first time they log in to Heroku via SSO.
The employee should create a new Heroku account with the exact email address listed in their IdP record.
The employee should create a new Heroku account with the exact email address listed in their IdP record.
No account creation is required, because all SSO users in a particular Enterprise Team are associated with a single Heroku account.
No account creation is required, because all SSO users in a particular Enterprise Team are associated with a single Heroku account.
An administrator of the Enterprise Team creates the Heroku account with the exact email address listed in the employee's IdP record.
An administrator of the Enterprise Team creates the Heroku account with the exact email address listed in the employee's IdP record.
Suggested answer: A

Explanation:

https://devcenterheroku com/artJcles/using-sso-services-with-heroku#end-user-account-creationand-removal

asked 23/09/2024
Ajay Jaiswal
28 questions

Question 20

Report
Export
Collapse

A client wants to use Heroku Connect to sync data bidirectionally between a Salesforce org and a Heroku Postgres database.

In this scenario, which two are advantages to setting a custom External Identifier field in the Heroku Connect mapping? (Choose two.)

External IDs simplify the mapping of polymorphic relationships in the Salesforce org.
External IDs simplify the mapping of polymorphic relationships in the Salesforce org.
External IDs improve speed when inserting multiple related objects.
External IDs improve speed when inserting multiple related objects.
External IDs prevent the creation of orphaned duplicates in Heroku Postgres.
External IDs prevent the creation of orphaned duplicates in Heroku Postgres.
External IDs are required to enable bidirectional synchronization.
External IDs are required to enable bidirectional synchronization.
Suggested answer: C, D
asked 23/09/2024
Pablo Magallanes
38 questions
Total 185 questions
Go to page: of 19
Search

Related questions