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

Salesforce Heroku-Architect - Salesforce Certified Heroku Architect (SP25) Exam

Page: 2 / 5
Total 169 questions

You canuse Salesforce Connect to proxy which types of data sources:

A.

OData 2.0 and 4.0

B.

REST with JSONpayloads

C.

SOAP

D.

All of these

E.

REST with XML payloads

Universal Containers has an app deployed on Heroku that is now required to handle high-volume message processing. What should an Architect recommend to fulfill this new requirement?

A.

Create a custom buildpack

B.

Configure a Heroku button

C.

Provision an Apache Kafka onHeroku add-on

D.

Add Heroku Redis

Heroku apps that handle callouts from Salesforce can be written in:

A.

All of these

B.

Python

C.

Node, js / JavaScript

D.

Java, Scala. Clojure

E.

PHP

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.

Which three items are required to successfully set up Single Sign-on (SSO) services with Heroku? (Choose three.)

A.

An identity provider with built-in support for Heroku

B.

A Heroku Enterprise Team

C.

An existing Heroku account for each user

D.

At leastone valid SSO certificate

E.

Administrative permissions on the selected identity provider

A client runs an application on a background worker dyno. The application allows its users to request personalized information as a PDF. At peak usage, the app processes millions of requests at once.The resulting number of requests has caused a bottleneck that is impacting its performance.

Which two solutions can an Architect recommend to resolve the bottleneck and improve performance? (Choose two.)

A.

Increase the number of workers to consume thejob faster.

B.

Move the application to a Private Space.

C.

Add Heroku Redis as a job queue.

D.

Add a CDN add-on from the Elements marketplace.

Callouts from Salesforce to Heroku can be made using:

A.

Corba

B.

Web sockets

C.

Message bus

D.

Apex triggers or outbound messages

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.

Which 2 users can remove an applicationfrom a Heroku Enterprise Team?

A.

An administrator of the Enterprise Team

B.

A user with the "manage" permission for the app

C.

A user with the "deploy" permission for the app

D.

A user with the "operate" permission for the app

Universal Containers uses Heroku Connect to sync their Salesforce org's data with Heroku Postgres. Periodically, they write a very large set ofchanges 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.

B.

Use Data Loader to write the changes to the Salesforce org. Then allow Heroku Connect to sync them to Heroku Postgres.

C.

Make the changes directly in Heroku Postgres. Then allow Heroku Connect to use the Bulk API to sync themto the Salesforce org.

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.