Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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 HerokuConnect.

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.

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.

C.

Shield Heroku Connect requires customization on the Salesforce side to decrypt the data before transmitting to Heroku.

D.

Shield Heroku Connect will be able to synchronize data bidirectionally without additional customization.

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

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

A.

Heroku Private Spaces

B.

Automated Certificate Management

C.

Heroku SSL

D.

Heroku Shield Private Spaces

You can use the Salesforce REST APIs to:

A.

Execute processes as another user

B.

Access database log files

C.

Feed your kitten

D.

Insert or update records

A.

Universal Containers is building a new marketing website on Heroku. They want to capture user information on the site and have that data flow into Salesforce for followup.Which Heroku features should an Architectrecommend to accomplish this?

B.

Heroku Conned and Heroku Postgres.

C.

HeroKu Private Spaces and Private Space Peering.

D.

Heroku Redis and Heroku Teams.

E.

Heroku Dataclips and the Heroku Platform API.

Universal Containers has an initiative to increase customer satisfaction by committing preferred resources to accounts and providing prompt service

Which two Scheduling Policies would assist to meet this initiative? (Choose two )

A.

Emergency Policy

B.

Customer First

C.

Soft Boundaries

D.

High Intensity

Heroku Connect data replication happens:

A.

Near real time for writes to Salesforce. and on a 30-second polling window for writes to Heroku Postgres

B.

Near real time for writes to Salesforce. and either on a polling window or near real time for writes to Heroku Postgres (depending on the user configuration)

C.

Instantly in both directions

D.

Near real time in both directions

Which two statements describe characteristics of Private Space Logging? (Choose two.)

A.

Log entries are forwarded as HTTPS POST requests.

B.

Log entries are collated and forwarded by Heroku's Logplex router.

C.

Log entries can be forwarded to up to threelogging services.

D.

Log entries can be forwarded to only one logging service.

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.

B.

The Merged Writes algorithm does not support using Salesforce SOAP API

C.

The Merged Writes algorithm ismore likely to approach Salesforce API rate limits.

D.

The Merged Writes algorithm does not support using the Salesforce Bulk API.

A client wants to use Heroku Connect to sync data from a Heroku Postgres table toa Salesforce org. The client only needs to sync a specific subset of the rows in the table.

How should this be performed?

A.

Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.

B.

Filter the data inthe database, and provide an alternative table or view for use in the sync.

C.

Use the Heroku Connect Mapping Query Editor, and add filters to the query.

D.

Place Sharing Rules on the records, and restrict visibility to only those rows that are needed.

Universal Containers wants to give Field Technicians the ability to create follow-upappointments if they are unable to complete a Work Order due to missing inventory

What should a Consultant implement to meet this requirement?

A.

Implement a Macro to generate Service Appointments on the existing Work Order

B.

Implement a Quick Action to create a new Work Order Line item on the existing Work Order

C.

Implement a Quick Action to create a new Service Appointment on the existing Work Order

D.

Implement a Custom Button to Create a Service Appointment on the existing Work Order