ExamGecko
Home Home / Salesforce / Certified Heroku Architecture Designer

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

Question list
Search
Search

List of questions

Search

Related questions











Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future.

Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?

A.
Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.
A.
Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.
Answers
B.
Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
B.
Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
Answers
C.
Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
C.
Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
Answers
D.
A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
D.
A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
Answers
Suggested answer: A

Explanation:

Reference:

Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres.

Periodically, they write a very large set of changes that needs to be fully replicated between these two systems.

Which two sets of actions should an Architect propose? (Choose two.)

A.
Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
A.
Make the changes directly in Heroku Postgres. Then allow Heroku Connect to expose them to the Salesforce org using Heroku External Objects.
Answers
B.
Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
B.
Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.
Answers
C.
Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
C.
Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync them to the Salesforce org.
Answers
D.
Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
D.
Pause Heroku Connect then make the changes directly in the Salesforce org. Then allow Heroku Connect to use the Salesforce Bulk API to sync them to Heroku Postgres.
Answers
Suggested answer: A, C

Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.

Which three tiers would UC need to use to have that feature enabled? (Choose three.)

A.
Private
A.
Private
Answers
B.
Standard
B.
Standard
Answers
C.
Hobby
C.
Hobby
Answers
D.
Shield
D.
Shield
Answers
E.
Premium
E.
Premium
Answers
Suggested answer: A, B, E

Explanation:

Reference:

At Universal Containers (UC), a developer named Yuichiro wrote a PHP application that, in production, uses a MySQL database. Yuichiro is onboarding Mary, a new UC developer, who is setting up her development environment. Yuichiro asks Mary to:

1) install the related PHP libraries manually so the application will run; 2) use MongoDB, instead of MySQL, in the development environment.

According to the Twelve-Factor methodology, which changes should an Architect recommend?

A.
Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.
A.
Explicitly declare code dependencies in the application's environment variables and use the same type of database in both development and production.
Answers
B.
Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.
B.
Persist code dependencies in the application's production database. Use the same type of database locally to ensure that the dependencies are accessible.
Answers
C.
Recursively determine code dependencies on application startup and maintain separate Git branches for the MongoDB- and MySQL- compatible versions of the application.
C.
Recursively determine code dependencies on application startup and maintain separate Git branches for the MongoDB- and MySQL- compatible versions of the application.
Answers
D.
Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.
D.
Explicitly declare code dependencies in the application's source and use the same type of database in both development and production.
Answers
Suggested answer: B

A client wants to secure their web application using SSL/TLS. They do not have specific requirements regarding using a particular version of SSL/TLS.

Which two Heroku features should an Architect recommend as options? (Choose two.)

A.
Heroku Private Spaces
A.
Heroku Private Spaces
Answers
B.
Automated Certificate Management
B.
Automated Certificate Management
Answers
C.
Heroku SSL
C.
Heroku SSL
Answers
D.
Heroku Shield Private Spaces
D.
Heroku Shield Private Spaces
Answers
Suggested answer: B, C

Explanation:

Reference:

A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.

What Heroku Enterprise features should an Architect recommend in this scenario?

A.
Shield Private Spaces and Heroku External Objects
A.
Shield Private Spaces and Heroku External Objects
Answers
B.
Private Spaces and Heroku Connect
B.
Private Spaces and Heroku Connect
Answers
C.
Private Spaces and Heroku External Objects
C.
Private Spaces and Heroku External Objects
Answers
D.
Shield Private Spaces and Heroku Shield Connect
D.
Shield Private Spaces and Heroku Shield Connect
Answers
Suggested answer: D

Explanation:

- https://devcenter.heroku.eom/articles/heroku-postgresql#data-residency

A Heroku application uses Heroku Connect to integrate with data from a Salesforce org. Since then, several fields from the Salesforce objects that were mapped using Connect have been removed. As a result, the development team will reload the mapping using Heroku Connect.

What is an implication of reloading the mapping?

A.
The mapped tables in Heroku Postgres will continue to store the previously synchronized data, and synchronization will restart normally.
A.
The mapped tables in Heroku Postgres will continue to store the previously synchronized data, and synchronization will restart normally.
Answers
B.
The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will pause until manually restarted.
B.
The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will pause until manually restarted.
Answers
C.
The mapped tables in Heroku Postgres will continue to store the previously synchronized data, but synchronization will pause until manually restarted.
C.
The mapped tables in Heroku Postgres will continue to store the previously synchronized data, but synchronization will pause until manually restarted.
Answers
D.
The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will restart normally.
D.
The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will restart normally.
Answers
Suggested answer: A

Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM. They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.

What remediation should an Architect recommend to alleviate this problem?

A.
Move long-running tasks to worker dynos.
A.
Move long-running tasks to worker dynos.
Answers
B.
Add a logging add-on from the Elements marketplace.
B.
Add a logging add-on from the Elements marketplace.
Answers
C.
Upgrade to performance-L dynos with 14 GB RAM.
C.
Upgrade to performance-L dynos with 14 GB RAM.
Answers
D.
Replace autoscaling with a manual scaling option of 2.
D.
Replace autoscaling with a manual scaling option of 2.
Answers
Suggested answer: A

Explanation:

Reference:

A customer wants to sync data between their Salesforce org and Heroku Postgres.

Which two limitations should an Architect remember when recommending Heroku Connect?

(Choose two.)

A.
Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
A.
Heroku Connect can only access fields and objects that its associated Salesforce integration user can access.
Answers
B.
Heroku Connect does not support all Salesforce objects and fields.
B.
Heroku Connect does not support all Salesforce objects and fields.
Answers
C.
Heroku Connect does not provide an API.
C.
Heroku Connect does not provide an API.
Answers
D.
Heroku Connect cannot sync custom objects.
D.
Heroku Connect cannot sync custom objects.
Answers
Suggested answer: A, C

Explanation:

Reference:

A healthcare client is creating a web portal for their customers on Heroku, which is sourced from a Salesforce instance. Some of the Salesforce data they wish to display falls under HIPAA compliance, and their auditors have determined this data must be stored encrypted-at-rest. To satisfy this requirement, they have enabled Platform Encryption on Salesforce.

They are investigating Heroku Shield Private Spaces, Shield Dynos, Shield Postgres, and Shield Heroku Connect.

How will Shield Heroku Connect interact with the encrypted fields in Salesforce?

A.
Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
A.
Shield Heroku Connect will be able to access only cypher text in the fields from Salesforce. They will need to import the encryption key from Salesforce to decrypt to store in Shield Postgres.
Answers
B.
Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
B.
Shield Heroku Connect will be able to synchronize data from fields in Salesforce without additional customization, but any writes will need to be encrypted using the Salesforce encryption key first before being written.
Answers
C.
Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
C.
Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.
Answers
D.
Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
D.
Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.
Answers
Suggested answer: B

Explanation:

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

Total 185 questions
Go to page: of 19