ExamGecko
Home Home / Salesforce / Certified Heroku Architecture Designer

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

Question list
Search
Search

List of questions

Search

Related questions











A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?

A.
Explore a different key eviction scheme.
A.
Explore a different key eviction scheme.
Answers
B.
Create a fork of the primary Heroku Redis instance.
B.
Create a fork of the primary Heroku Redis instance.
Answers
C.
Migrate the data to a Heroku Postgres database
C.
Migrate the data to a Heroku Postgres database
Answers
D.
Failover to ephemeral filesystem for the running dyno
D.
Failover to ephemeral filesystem for the running dyno
Answers
Suggested answer: A

Explanation:

-

https://devcenter.herokuxom/articles/using-sso-services-with-heroku#prerequisites-for-sso-withheroku

A client has an existing Heroku Connect integration. They would like to extend the integration to ad Attachments (which are related binary files) from a mapped Salesforce object. What advice should an Architect provide?

A.
A file storage system needs to be added to the Heroku Connect mapping to sync binary files.
A.
A file storage system needs to be added to the Heroku Connect mapping to sync binary files.
Answers
B.
Heroku Connect does not support binary files: therefore migration must be done using another method
B.
Heroku Connect does not support binary files: therefore migration must be done using another method
Answers
C.
A column of type Binary String must be added manually to the Heroku Postgres table and amend Attachments before binary transfer can be enabled.
C.
A column of type Binary String must be added manually to the Heroku Postgres table and amend Attachments before binary transfer can be enabled.
Answers
D.
An additional object mapping must be added for the Attachments table in Heroku Connect.
D.
An additional object mapping must be added for the Attachments table in Heroku Connect.
Answers
Suggested answer: B

Explanation:

-

https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-withheroku

Universal Containers is preparing to deploy a high-volume production web application to the Heroku Common Runtime. Which two best practices should an Architect recommend for large-scale load testing of the application? Choose 2 answers.

A.
Open a ticket with Heroku support for approval.
A.
Open a ticket with Heroku support for approval.
Answers
B.
Move the apps into a Private Space to provide an isolated test environment
B.
Move the apps into a Private Space to provide an isolated test environment
Answers
C.
Disable autoscaling to prevent application startup overhead from skewing results
C.
Disable autoscaling to prevent application startup overhead from skewing results
Answers
D.
Ensure that the application runs on Performance-tier dynos
D.
Ensure that the application runs on Performance-tier dynos
Answers
Suggested answer: A, D

Explanation:

-

https://devcenter.heroku.eom/articles/private-spaces#trusted-ip-ranges

To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?

A.
Heroku Shield keystroke logging
A.
Heroku Shield keystroke logging
Answers
B.
Dataclips
B.
Dataclips
Answers
C.
Private Space Logging
C.
Private Space Logging
Answers
D.
SSH tunneling using Heroku Exec
D.
SSH tunneling using Heroku Exec
Answers
Suggested answer: A

Explanation:

-https://devcenter.heroku.com/articles/event-driven-microservices-with-apache-kafka

Universal Containers has 3 Heroku apps in its microservices and requires that logs for all of the apps be stored in the same location for analysis and alerting purposes. How would they achieve this?

A.
Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.
A.
Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.
Answers
B.
Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
B.
Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka
Answers
C.
Set up a file on the filesystem and share it with all the apps
C.
Set up a file on the filesystem and share it with all the apps
Answers
D.
Install a logging add-on for one app and attach it to the other two apps
D.
Install a logging add-on for one app and attach it to the other two apps
Answers
Suggested answer: B

Explanation:

-

https://devcenter.herokuxom/articles/heroku-connect-faq#can-i-use-sharing-rules-to-restrict-recordvisibility

Universal Containers runs an application in a Private Space in the Frankfurt region. The majority of the application's users (based in Asia) are reporting issues related to high latency. What should an Architect recommend to remediate this issue cost-effectively?

A.
Add the Tokyo region to the existing Private Space. Update the application's configuration to move it to Tokyo region.
A.
Add the Tokyo region to the existing Private Space. Update the application's configuration to move it to Tokyo region.
Answers
B.
Deploy the application to the Common Runtime and select Tokyo as the region. Delete the existing Private Space.
B.
Deploy the application to the Common Runtime and select Tokyo as the region. Delete the existing Private Space.
Answers
C.
Create an additional Private Space in the Tokyo region. Deploy an additional instance of the application to the region.
C.
Create an additional Private Space in the Tokyo region. Deploy an additional instance of the application to the region.
Answers
D.
Create a new Private Space in the Tokyo Region, and deploy the application to the region. Delete the existing Private Space.
D.
Create a new Private Space in the Tokyo Region, and deploy the application to the region. Delete the existing Private Space.
Answers
Suggested answer: D

Explanation:

-

https://devcenter.heroku.com/articles/heroku-connect-database-tables#encrypted-strings

What are two features of a Shield Private Space that has Private Space Logging enabled? Choose 2 answers.

A.
Logs must be forwarded to a destination either within the Shield Private Space or within a VPN that includes the Shield Private Space.
A.
Logs must be forwarded to a destination either within the Shield Private Space or within a VPN that includes the Shield Private Space.
Answers
B.
Applications in the shield Private Space do not forward logs to Heroku's Logplex router.
B.
Applications in the shield Private Space do not forward logs to Heroku's Logplex router.
Answers
C.
Applications in the Shield Private Space forward logs to a separate, high-compliance instance of Heroku's Logplex router
C.
Applications in the Shield Private Space forward logs to a separate, high-compliance instance of Heroku's Logplex router
Answers
D.
All applications in the Shield Private Space forward their logs to the same destination.
D.
All applications in the Shield Private Space forward their logs to the same destination.
Answers
Suggested answer: B, D

Explanation:

- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#prerequisites-for-sso-with-heroku

Universal Containers needs to integrate three separate apps: a Salesforce app, an app developed to Heroku, and a custom-built app hosted on-premise. Each app needs to send and receive data from any of the other apps. Which two integration options should an Architect recommend that can connect all three systems in a fire-and-forget pattern? Choose 2 answers.

A.
Publish and subscribe to Salesforce platform events
A.
Publish and subscribe to Salesforce platform events
Answers
B.
Use Heroku External Objects as a data proxy
B.
Use Heroku External Objects as a data proxy
Answers
C.
Use Heroku Connect to synchronize all systems with Heroku Postgres
C.
Use Heroku Connect to synchronize all systems with Heroku Postgres
Answers
D.
Publish and subscribe to topics on Apache Kafka on Heroku
D.
Publish and subscribe to topics on Apache Kafka on Heroku
Answers
Suggested answer: A, D

Explanation:

-https://devcenter.heroku.com/articles/dataclips

Universal Containers has a Heroku app that uses Heroku Connect to sync data with their Salesforce org. The app makes frequemt updates to the same records over short period of time, and sync speeds have begun to worsen. An Architect recommends using Heroku Connect's Merged Writes algorithm to improve sync speeds. What are 2 implications of using the Merged Writes algorithm in this scenario?

A.
Relationships such as circular dependencies are known to cause issues.
A.
Relationships such as circular dependencies are known to cause issues.
Answers
B.
The Merged Writes algorithm does not support using Salesforce SOAP API
B.
The Merged Writes algorithm does not support using Salesforce SOAP API
Answers
C.
The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
C.
The Merged Writes algorithm is more likely to approach Salesforce API rate limits.
Answers
D.
The Merged Writes algorithm does not support using the Salesforce Bulk API.
D.
The Merged Writes algorithm does not support using the Salesforce Bulk API.
Answers
Suggested answer: A, D

Explanation:

- https://devcenter.heroku.com/articles/using-sso-services-with-heroku#end-user-account-creationand-removal

A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?

A.
Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
A.
Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.
Answers
B.
Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
B.
Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled
Answers
C.
Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
C.
Deploy all the applications to the Common runtime, and add the same log drain URL to all of them.
Answers
D.
Deploy all the applications to the same Private Space with Logplrx disabled.
D.
Deploy all the applications to the same Private Space with Logplrx disabled.
Answers
Suggested answer: B

Explanation:

- https://devcenter.heroku.com/articles/dataclips

Total 185 questions
Go to page: of 19