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 recommen d to provide additional value to UC following the acquisition?
A. Heroku Connect can be used to synchronize data directly between the two Salesforceorgs.
B. Both orgs can be attached to the same Heroku application as an add-on to ensure data residency in the application's region.
C. Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.
D. A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.
Universal Containers (UC)uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan.The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions. UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW. What should an Architect with Kafka experience recommend?
A. Enable compaction on the topic to drop older messages, which will drop older messages with the same key.
B. Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.
C. Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messagesare never processed more than once. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.
A client provisions a Heroku Postgres database in the EU region. Which two services related to Heroku Postgres are located in the U.S.? (Choose two.)
A. Fork and follower databases
B. Heroku Postgres Continuous Protection backups
C. Snapshots created with Heroku PGBackups
D. Heroku Dataclips
Explanation:
- https://devcenter.heroku com/articles/heroku-postgresql
Universal Containers (UC) is using Field Service and has customer meetings at UC's offices. When booking meetings, they would like them to begin on the hour.every hour, between 9am-5pm. How can this be achieved?
A. Use Customer Operating Hours.
B. Use Territory-specific Operating Hours.
C. Use Multiple Operating Hours with Slots for each hour
D. Use Exact Appointments on the WorK Types.
What does a follower of Heroku Postgres leader database provide?
A. A static snapshot of the leader
B. A in-memory snapshot of the leader.
C. A read-only replica of the leader.
D. A writable replica of the leader.
Explanation:
-https://devcenter.heroku.eom/articles/rieroku-corinect-database-tables#encrypted-strings
Universal Containers (UC) has a front-end web application and a back-end service application running on Heroku. The applications are running in the Common Runtime. Now, UC wants to prevent any public access to the back-end application. Which two Heroku features should an Architect propose?
A. Private Space VPN Connections
B. Private Spaces DNS Service Discovery
C. Heroku Internal Routing
D. Apache Kafka on Heroku
Explanation:
- https //devcenterherokucom/articles/dataclips
A hospital wants to build a mobile app that allows patients to check the status of submitted insurance claims, which the hospital stores in Salesforce Health Cloud. The app's back end will run on Heroku. Which two measures should an Architect recommend to help ensure that the app is compliant with HIPAA? (Choose two.)
A. Use Heroku Shield Connect to sync claim data from Salesforce to a Heroku Postgres database.
B. Use only Heroku Shield Postgres databases to store claim data outside of Salesforce Health Cloud.
C. Ensure that the back-end application's codeencrypts all claim data before writing it to a Heroku Postgres database.
D. Ensure that the mobile app can only run when on the hospital's intranet, which is connected to the back end's Shield Private Space via VPN.
A client wants to create a set of applications that all communicate with each other.Only one of the applications should be accessible from the public internet. This application will act as an API gateway and route requests to the interbak applications using HTTPS. Which architecture should an Architect recommend?
A. Create all of the appsin a Private Space. Configure the Private Space's trusted IP ranges to only permit requests from within the Private Space
B. Create the API gateway application in the Common Runtime. Create all of the internal apps in a Private Space.
C. Create all of theapps in the Common Runtime. Ensure that the internal apps do not define a web process type.
D. Create all of the apps in a Private Space Create the internal apps with Internal Routing enabled. Create the gateway app as a web app
Explanation:
-https://devcenter.heroku.com/ar ticles/using-sso-services-with-heroku#end-user-account-creation-and-removal
A client's Heroku web application displaysdata 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.
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 aHeroku 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.
Universal Containers is developing a Salesforce app thatinvokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.
A. Restrict the Private Space's trusted IP range to Salesforce IP addresses
B. Restrict the Private Space's trusted IP range to Universal Containers' VPN
C. Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN
D. Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space
Explanation:- This is no VPN connection and a trusted IP range is used to limit the trusted outside application's IP address And there is document related to this use case:
https://devcenterheroku.com/articles/establish-trust- private-space-and-salesforce#salesforce-heroku-apps
Page 1 out of 19 Pages |