ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 16 - Certified Heroku Architecture Designer discussion

Report
Export

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?

A.
Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
Answers
A.
Use Heroku Connect to sync the Salesforce data and Salesforce security model to Heroku Postgres.
B.
Have the application query Salesforce data and the security model directly using a cached admin credential.
Answers
B.
Have the application query Salesforce data and the security model directly using a cached admin credential.
C.
Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
Answers
C.
Use Heroku Connect, with a per-user authentication model, to sync the Salesforce data to Heroku Postgres.
D.
Have the application query Salesforce data directly through the Salesforce APIs as the running user.
Answers
D.
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
User
Your answer:
0 comments
Sorted by

Leave a comment first