Summer Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Heroku-Architect Exam Dumps - Salesforce Certified Heroku Architect(SP23)

Question # 4

An existing app is experiencing performance degradation because of multiple executions of multiple, expensive SQL read queries. This SQL code cannot be optimized any further and the frequency of the execution of the queries cannot be reduced. Which two options should an Architect recommend in this scenario?

A.

Hardcode the results of the query into app logic

B.

Add a read-only HerokuPostgres follower

C.

Create a database caching layer

D.

Restart the Heroku Postgres server to reclaim cache

Full Access
Question # 5

Which of the following is NOT an advantage of Salesforce Connect overETL?

A.

The data is always fetched on demand

B.

If the origin is offline, the data is still available via Salesforce Connect.

C.

Standard protocols like OData can easily proxy external data into Salesforce.

D.

Data security can be enforced using per-user or per-application authentication.

Full Access
Question # 6

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

Full Access
Question # 7

A hospital is planning to rewrite its on-premise patient registration system. Their current system is HIPAA-compliant as well as ISO 27018-compliant. They need to maintain these same certification levels after the rewrite. Their new app also needs to sync PII (personally identifiable information) data with their Salesforce org.

What Heroku Enterprise solutions should an Architect propose?

A.

Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Apache Kafka on Heroku to stream from the Salesforce org.

B.

Build the app in the Common Runtime, use a Heroku Postgres database, and use Heroku Connect to sync to Salesforce.

C.

Build the app in a Shield Private Space, with a Shield Heroku Postgres database, and use Shield Heroku Connect to sync to Salesforce.

D.

Build the app in a Private Space with a Private Heroku Postgres database, and use Heroku Connect to sync to Salesforce.

Full Access
Question # 8

Universal Containers wants to ensure that Service Appointments are only assigned to Active Resources. What configuration should a Consultant recommend for the Scheduling Policy?

A.

Preferred Resources

B.

Match Fields

C.

Required Resources

D.

Match Boolean

Full Access
Question # 9

Callouts from Salesforce to Heroku can be made using:

A.

Corba

B.

Web sockets

C.

Message bus

D.

Apex triggers or outbound messages

Full Access
Question # 10

What are two features of a ShieldPrivate Space that has Private Space Logging enabled? Choose 2 answers.

A.

Logs must be forwarded to a destination either within the Shield Private Space or within a VPN that includes the Shield Private Space.

B.

Applications in the shield Private Space donot forward logs to Heroku's Logplex router.

C.

Applications in the Shield Private Space forward logs to a separate, high-compliance instance of Heroku's Logplex router

D.

All applications in the Shield Private Space forward their logs to the same destination.

Full Access
Question # 11

You can use Heroku Connect for:

A.

Bidirectional data replication

B.

Data proxy with Salesforce Connect

C.

One-way data replication

D.

All of these

Full Access
Question # 12

A platform as a service (PaaS) is:

A.

A monthly bare-metal server rental service

B.

A way to deliver hardware and software tools, such as those needed for application development, to users as a service

C.

A service to help you buy and install your own server hardware

D.

A piece of software in the cloud that you can use just by logging in

Full Access
Question # 13

A client has a Heroku app that uses Apache Kafka on Heroku. They want to refactor the app into 2 distinct appsthat will both continue to use Kafka (because they probably don't have so much to do in their life). Based on this refactoring, what should an Architect recommend?

A.

Ensure that the apps consume mutually excliusive sets of Kafka topics

B.

Attach the existing Kafka add-on to both apps

C.

Designate one app as a producer and the other as a consumer

D.

Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app

Full Access
Question # 14

Universal Containers needs to write their Heroku application's logs to twodestinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.

What should an Architect recommend in this scenario?

A.

Publish all logs to Apache Kafka on Heroku, and create a separate app thatconsumes and distributes log messages.

B.

Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.

C.

Add a logging library to the application source that sends all logs directly to both destinations.

D.

Write all logs to stdout, and configure a separate log drain for each destination.

Full Access
Question # 15

Universal Containers wants to reduce their mean-time-to-service

Which three Field Service process should a Consultant recommend to accomplish this goal? (Choose three )

A.

Knowledge Base

B.

Customer Entitlements

C.

Adjust Scheduling Policy

D.

Dispatching

Full Access
Question # 16

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.

Full Access
Question # 17

Salesforce Connect custom adapters support:

A.

Search

B.

Cross-object relationships

C.

All of these

D.

Data paging

Full Access
Question # 18

A client currently runs a Ruby script in aone-off dyno each time they deploy their Go application to Heroku. The development team wants the script to be executed before the application is deployed because it performs necessary database migrations. Which approach should an Architect recommend?

A.

Modify the Go buildpacK to install Ruby, and run the script from the _profile

B.

Convert the Ruby release script to Go and execute it on application startup

C.

Use both Go and Ruby language buildpacks, and run the Ruby script with release phase

D.

Define different process types for the Ruby script and the Go application in the app's Profile.

Full Access
Question # 19

A customer wants to sync data between their Salesforce org and Heroku Postgres.

Which two limitations should an Architect remember when recommending Heroku Connect? (Choose two.)

A.

HerokuConnect can only access fields and objects that its associated Salesforce integration user can access.

B.

Heroku Connect does not support all Salesforce objects and fields.

C.

Heroku Connect does not provide an API.

D.

Heroku Connect cannot sync custom objects.

Full Access
Question # 20

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

Full Access
Question # 21

Which is a characteristic of an add-on that is "available" for applications in Private Spaces but not "installable" in a Private Space?

A.

The add-on always runs in the samePrivate Space as the provisioning application.

B.

The traffic between the provisioning app and the add-on will travel across the public Internet.

C.

The add-on will always run in the same region, but not in the same Private Space, as the provisioning application.

D.

The add-on's data will always be stored in the same Private Space as the provisioning application.

Full Access
Question # 22

Which 2 architectures are enabled by using a single Private Space and the Internal Routing feature?

A.

A microservices architecture that also uses DNS ServiceDiscovery to facilitate communication

B.

Multiple public-facing web apps with different sets of trusted inbound IP ranges

C.

A single public-facing web app that performs network-isolated communication with multiple non-public-facing web apps.

D.

Network-isolated communication between applications in the Private Space and applications in the Common Runtime

Full Access
Question # 23

Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP). TheGCP application needs to communicate securely with a Heroku application. The Heroku application has Internal Routing enabled and is running in a Private Space. Which two recommendations should an Architect make to satisfy this use case? Choose 2 answers.

A.

Ensure that the Private Space and GCP use distinct CIDR ranges

B.

Disable Internal Routing on the Heroku app.

C.

Ensure that the Private Space and GCP use matching CIDR ranges.

D.

Establish a secure site-to-site VPN connection between the Private Spaceand GCP.

Full Access
Question # 24

How does Heroku Connect work with Salesforce authentication?

A.

The end user of a Heroku app authorizes Heroku Connect via OAuth.

B.

OAuth provides Heroku Connect with API tokens after the user authorizes the Heroku Connect application on Salesforce

C.

SAML authorizes Heroku Connect to make API calls

D.

A single integration user's credentials are stored.

Full Access
Question # 25

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.

Full Access
Question # 26

Universal Containers wants to process mobile payments. How can this requirement be met?

A.

Install an AppExchange package

B.

Create a custom payments object

C.

Add a custom field to store the credit card number

D.

Attach a picture of thecredit card.

Full Access
Question # 27

A client has data in a Heroku Postgres table. They want to generate analytics based on the table and make the results available in their Salesforce org. Their Salesforce administratorwants to minimize the amount of data that is written to Salesforce to accomplish this. Which strategy should an Architect recommend on this scenario?

A.

Use Heroku Connect to sync the Heroku Postgres table to the Salesforce org, and generate analytics fromthe Salesforce org.

B.

Use the Heroku application to generate analytics, and write the results to a separate Heroku Postgres table-Expose that table to the Salesforce org with Heroku External Objects.

C.

Use the Heroku application to generate analytics, and write the results to the Salesforce org with the Salesforce Bulk API.

D.

Use the Heroku application to generate analytics and write them to a separate Heroku Postgres table. Sync that table to the Salesforce org with Heroku Connect.

Full Access