Black Friday Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Salesforce Heroku-Architect Dumps

Salesforce Certified Heroku Architect (SU24) Exam Questions and Answers

Question 1

A client has a web application that persists data to a local JSON file. They are migrating the application to Heroku. In order for the application to conform to the Twelve-Factor methodology, what changes should an Architect recommend?

Options:

A.

The application should persist the data to a database add-on.

B.

The application should persist the data to a local SQLite database.

C.

The application should use at least 2 dynos to ensure that the JSON file is highly available.

D.

The application should be stateless and therefore not persist data at all.

Question 2

Universal Containers provides multiple service types (i.e., Installation, Maintenance, Break/Fix, etc.) Each service requires a variety of skills and certifications inorder for a resource to excel

Which two configurations should a Consultant implement to meet this requirement? (Choose two )

Options:

A.

Use Work Types with Required Skills

B.

Assign the appropriate Skills to Resources

C.

Create Multiple Work Orders Line Items per service.

D.

Select the relevant Work Types for each Resource

Question 3

Universal Containers has a large volume of cancellations occurring on their Work Orders. The COO wants to manage Work Order cancellations and subsequentfollow-ups.

Which two options should a Consultant recommend? (Choose two )

Options:

A.

Change the Work Order with a closed status of "Cancelled".

B.

Address

C.

Re-use the existing Work Order for the follow-up.

D.

Create a child Work Order for the follow-up Work Order

E.

Change the Work Order with a status of "New".

Question 4

Universal Containers collects sensor data from millions of sensors that are located around the World. Now. they want to process this data on Heroku. What are three advantages of using a microservices architecture with Apache Kafka on Heroku in this scenario? Choose 3 answers.

Options:

A.

Kafka is highly available and fault-tolerant

B.

Individual services can be scaled easily for high-volume event processing

C.

Consumers and producers can be scaled independently.

D.

Individual services can efficiently communicate with each other using REST APIs.

Question 5

What set of configurations make up Scheduling Policies and let companies adhere to their business constraints and preferences?

Options:

A.

Service Levels and Work Rules

B.

Service Objectives and WonX Rules

C.

Service Contracts and Service Levels

D.

Service Objectives and Work Types

Question 6

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 )

Options:

A.

Knowledge Base

B.

Customer Entitlements

C.

Adjust Scheduling Policy

D.

Dispatching

Question 7

Universal Containers would like to report on the volume of products installed within a specific timeframe. What solution will help meet the customer's requirement?

Options:

A.

Utilize a custom"Installation Date" field on Asset

B.

Utilize the standard "Installation Date" field on Asset.

C.

Utilize a Work Order related list on Asset

D.

Utilize Field History Tracking on Asset.

Question 8

Universal Containers wants to limit the total cost of their Heroku usage while they're getting started on the platform. To accomplishthis, they are considering replacing certain add-ons with comparable open-source components, but the development team doesn't want to lose access to certain features that the add-ons provide.

Which option should an Architect recommend for reducing add-oncosts without affecting feature availability?

Options:

A.

Remove aliases for high-cost add-ons.

B.

Share a single instance of a compatible paid add-on across multiple applications.

C.

Remove data store add-ons from the staging and development versions of the applications.

D.

Migrate add-ons to free plans.

Question 9

Dataclips allows a user to choose which datastore to query. Which type of datastore is supported?

Options:

A.

Any datastore, provided that you have the connection URL

B.

Heroku Postgres

C.

Heroku Redis

D.

Any datastore connected via Heroku Connect

Question 10

Universal Containers (UC) has configured SSO for their Heroku EnterpriseTeam using an identity provider (IdP).

When a new employee joins the company, how should their Heroku account be created?

Options:

A.

A Heroku account is created for the employee automatically the first time they log in to Heroku via SSO.

B.

The employee shouldcreate a new Heroku account with the exact email address listed in their IdP record.

C.

No account creation is required, because all SSO users in a particular Enterprise Team are associated with a single Heroku account.

D.

An administrator of the Enterprise Team creates the Heroku account with the exact email address listed in the employee's IdP record.

Question 11

For which two use cases should an Architect recommend using Heroku Redis? (Choose two.)

Options:

A.

Providing long-term data warehousing

B.

Adding jobs to a queue

C.

Providing a data cache layer

D.

Querying relational data

Question 12

Which of the following is a Heroku CLI command?

Options:

A.

heroku create

B.

heroku new

C.

git pushheroku master

D.

git push

Question 13

A client wants to deconstruct a monolithic app into a collection of smaller apps which should be able to send HTTP requests to each other. The smaller apps should not be publicly accessible on the internet. Which Heroku Enterprise features should an Architect recommend to enable this architecture?

Options:

A.

Heroku and ApacheKafka on Heroku

B.

Heroku Connect and Internal Routing

C.

Heroku Private Spaces and Heroku Connect

D.

Heroku Private Spaces and Internal Routing

Question 14

A client has an e-commerce application that stores creditcard information. The application will run the production. Which security certification does the application need to meet?

Options:

A.

ISO 27017

B.

PCI level 1

C.

SOC2Typel

D.

ISO 27018

Question 15

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?

Options:

A.

Create a custom buildpack

B.

Configure a Heroku button

C.

Provision an Apache Kafka onHeroku add-on

D.

Add Heroku Redis

Question 16

A client's Heroku application syncs data between a Heroku Postgres database and a Salesforce org using the Salesforce Bulk API. The client has determined the application currently uses 90% of the client's daily Salesforce Bulk API limit.

To overcome this issue, what feature, to replace the Bulk API implementation inthis scenario, should an Architect recommend?

Options:

A.

Custom Apex callouts

B.

Heroku Connect

C.

Salesforce SOAP API

D.

Salesforce Connect

Question 17

A Field Technician from UniversalContainers arrived onsite for an appointment, and unfortunately the customer was not present UC wants to ensure they cantrack these customer no-show events for future process improvement

What process should a Consultant recommend to handle this situation?

Options:

A.

Set the existing Service Appointment status to Complete; Create a new Work Order and Service Appointment for the follow-up trip.

B.

Set the existing Service Appointment status to Cannot Complete: Create a new Work Order Line Item for the follow-up trip

C.

Set the existing Service Appointment status to Cannot Complete; Create a new Service Appointment against the same Work Order for the follow-up trip.

D.

Set the existing Service Appointment status to In Progress; Create a new Work Order and Service Appointment for the follow-up trip.

Question 18

A customer's Heroku Redis instance regularly reaches its storage limit. Besides upgrading to a bigger plan, what solution should an Architect recommend for this scenario?

Options:

A.

Explore a different key eviction scheme.

B.

Create a fork of the primary Heroku Redis instance.

C.

Migrate the data to a Heroku Postgres database

D.

Failover to ephemeral filesystem for the running dyno

Question 19

Universal Containers is looking to implement Entitlement Management to meet the following requirements:

1) Any employee from the customer account is eligible for support.

2) Specific purchased products are eligible for support What Objects should be set up for Entitlement Management?

Options:

A.

Contacts and Service Contracts

B.

Accounts and Service Contracts

C.

Contacts and Assets

D.

Accounts and Assets

Question 20

You can use the Salesforce REST APIs to:

Options:

A.

Execute processes as another user

B.

Access database log files

C.

Feed your kitten

D.

Insert or update records

Question 21

Universal Containers has multipleHeroku applications that use the same Heroku Postgres database. One of those applications, SFDC-sync. uses Heroku Connect to sync the data between a Salesforce org and the Heroku Postgres database. If the SFDC-sync app Is deleted. Heroku Connect will stopsyncing data. What is another consequence of deleting the SFDC-sync app?

Options:

A.

All tables synced with Heroku Connect will be removed from the Heroku Postgres database

B.

Existing data will remain in both locations.

C.

All synced objects will be removed from the Salesforce org

D.

All tables will be removed from the Heroku Postgre database

Question 22

Dispatchers at Universal Containers want to ensure the Resource being assigned to a Work Order has the correct training.

What should a Consultant implement to accomplish this requirement?

Options:

A.

Set up Skill Requirements. DefineWork Types. Set up Routing Rules

B.

Define Skills, Set up Skill Requirements, and Set up Resource Skills

C.

Set up Service Locations, Set up Location Skills. Define work Types

D.

Define Work Types, Define Work Order Status. Set up Resource Skills

Question 23

What is a Heroku dyno?

Options:

A.

An on-prem server that you can install in a rack at your nearest co-location facility

B.

Your application code compiled and ready to be served to a variety of web clients

C.

A specialized dinosaur monitoring service delivered from the cloud

D.

A managed runtime container with a Linux operating system underneath

Question 24

You can use Heroku Connect for:

Options:

A.

Bidirectional data replication

B.

Data proxy with Salesforce Connect

C.

One-way data replication

D.

All of these

Question 25

Aclient has a data Ina SAP data store. The client uses Heroku External Objects to expose Heroku Postgres tables in their Salesforce org. They want to perform custom transformations on the SAP data and then expose the transformed data in their Salesforce org. Which solution should an Architect recommend?

Options:

A.

Use Salesforce Connect to perform any necessary transformations on Vie SAP data and sync the transformed data to the Salesforce org.

B.

Use Heroku Connect to sync the SAP data to Heroku Postgres and then perform any necessary transformations Ensure the transformes data is in a table that is exposed in the Salesforce org.

C.

Use an ETL tool to sync the SAP data to Heroku and then perform any necessary transformations. Ensure the transformes data is in a table that is exposed in the Salesforce org.

D.

Perform in-place transformations on the data in SAP and then use Heroku Connect to sync the SAP data to Heroku Postgres. Ensure the transformed data is in a table that is exposed in the Salesforce org.

Question 26

A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?

Options:

A.

Copy the database's connection URL and add it to the administrative application as a config var.

B.

Attach the database toan application that acts as a database proxy

C.

Create a fork of the database and attach it to the administrative application.

D.

Attach the same Heroku Postgres add-on to the administrative application

Question 27

Universal Containers would like to avoid H12 ("request timeout") and H22 ("connection limit reached") errors when running an e-commerce retail site that mustprocess millions of inbound requests during their one-day semi-annual sale. Which two solution measures should an Architect recommend to prepare for the semi-annual sale?

Options:

A.

Implement load balancing using Kafka

B.

Engage with Heroku Support to implement load testing

C.

Enable and load test autoscaling

D.

Perform load test using 10% sample size

Page: 1 / 18
Total 184 questions