ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 57 - Certified Heroku Architecture Designer discussion

Report
Export

A client's Heroku web application displays data that is fetched from a back-end file storage system.

The client now wants this data to be viewable, but not editable, from their Salesforce org.

Which recommendation should an Architect make in this scenario?

A.
Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org.
Answers
A.
Replicate the files to tables in a Heroku Postgres database, and use Heroku Connect to synchronize the tables to the Salesforce org.
B.
Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org.
Answers
B.
Store all file URLs in a Heroku Postgres table, and use Heroku Connect to synchronize the table to the Salesforce org.
C.
Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org.
Answers
C.
Replicate the files to tables in a Heroku Postgres database, and use Heroku External Objects to expose the tables to the Salesforce org.
D.
Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org.
Answers
D.
Replicate the files to the application's local filesystem, and use worker dynos to periodically sync them to the Salesforce org.
Suggested answer: A
asked 23/09/2024
German Dario Jara
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first