Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

Heroku-Architect Salesforce Certified Heroku Architect(SP23) Questions and Answers

Questions 4

Which three resources can be found in the Heroku Elements Marketplace? (Choose three.)

Options:

A.

Heroku Buttons

B.

Buildpacks

C.

Heroku Stacks

D.

Docker image files

E.

Add-ons

Buy Now
Questions 5

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?

Options:

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

Buy Now
Questions 6

Universal Containers wants the ability for their Field Technicians to log sales opportunities associated with their Work Orders.

What configuration should a Consultant implement so Field Technicians can easily achieve this through the Field Service mobile app?

Options:

A.

Quick Action on Opportunity to Create Work Order Line Item

B.

Quick Action on Opportunity to Create Work Order

C.

Quick Action on Work Order Line Items to Create Opportunity

D.

Quick Action on Work Order to Create Opportunity

Buy Now
Questions 7

A customer needs to test a database schema migration. Which approach should an Architect recommend?

Options:

A.

Fork the production database, and run the migration and tests against the fork

B.

Detach the Heroku Postgres add-on. and run the migration and tests against the database.

C.

Create a follower database, and run the migration and test against the follower database

D.

Place the app into maintenance mode, and then perform the tests

Buy Now
Questions 8

Universal Containers (UC) has an app that allows a costumer to schedule a compute-intensive job. It allows the costumer to schedule the job on an ad-hoc basis. UC has decided to break up the app into the following services: - Website: an Interface for their costumers; -Billing: generates monthly invoices based on usage metrics; - Traffic Cop: manages the job queue, job definitions and job schedule; - Job Runner; runs jobs that Traffic Cop queues up. It Is responsible for self-introspection and self-scaling. UC also wants to createa data lake for analytics. What foundational technology and design should an Architect use to manage communication between these services?

Options:

A.

Apache Kafka on Heroku as a bus between all services Create topics for billing, jobs, and website clicks Create an additional service, which will subscribe for all topics, and dump every message into a data lake

B.

Heroku Redis, create a large Redis store. Allow each service to place messages with an agreed-upon format into a single queue, backed by the Redis storeServices listen for messages addressed to them and take action on them. Redis will serve as the data lake.

C.

Heroku Connect and Salesforce Sync all relevant data into Salesforce and allow it to flow into each service Create custom objects for each serviceand alow them to post to each others' objects as needed. Push data from Salesforce into Heroku Postgres for a data lake.

D.

Apache Kafka on Heroku Create a Kafka queue for each service. Create a central routing service that connects to all of the Kafka queues and routes data. The central router is attached to a data lake, and pushes every message into It.

Buy Now
Questions 9

A client is building a collection of web apps that will serve short-lived marketing sites during REST. The apps must support HTTPS connections. They also need to scale up and down at unpredictable intervals. The client is not currently a Heroku Enterprise customer. Given the scenario, what should an Architect recommend?

Options:

A.

Sign up for Heroku Enterprise and deploy each app to a different Private Space

B.

Sign up for Heroku Enterprise without deploying the apps to the same Private Space

C.

Sign up for Heroku Enterprise and deploy theapps to the same Private Space

D.

Deploy the apps to the Common Runtime

Buy Now
Questions 10

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

Options:

A.

Heroku Private Spaces

B.

Automated Certificate Management

C.

Heroku SSL

D.

Heroku Shield Private Spaces

Buy Now
Questions 11

A client has 3 Heroku applications: App 1, App 2, App 3. They would like to restrict external web traffic to App 3 only. Which two Heroku features should an Architect recommend to enable this architecture?

Options:

A.

VPC Peering

B.

Trusted IP ranges

C.

Private Spaces

D.

Internal Routing

Buy Now
Questions 12

The Heroku CLI give you the ability to:

Options:

A.

Leverage the most powerful interface in the galaxy to have complete control over a fully operational battle station

B.

Install your own Heroku instance on toyour on-prem servers

C.

Use Heroku with an expressive and powerful toolset on the command line

D.

Make a mean cup of Java

Buy Now
Questions 13

When creating a Private Space, what is a valid reason to specify a region other than the default region?

Options:

A.

Private Spaces restrict inbound traffic to the current region.

B.

Heroku pricing varies by region.

C.

Running an applicationcloser to its intended users can reduce latency.

D.

Available compute resources vary by region.

Buy Now
Questions 14

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

Options:

A.

Fork and follower databases

B.

Heroku Postgres Continuous Protection backups

C.

Snapshots created with Heroku PGBackups

D.

Heroku Dataclips

Buy Now
Questions 15

A client wants to migrate their on-premise application to Heroku. The application maintains a local, in-memory cache for its datastore to improve performance.

What should an Architect advise the client about running the application on Heroku?

Options:

A.

The application should declare its in-memory cache as a separate process type to preserve it across deploys.

B.

All of the application'sweb dynos will share a single in-memory cache.

C.

The application should replicate its in-memory cache to a local disk to preserve it across deploys.

D.

The application's in-memory cache might be cleared at any time.

Buy Now
Questions 16

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

Options:

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.

Buy Now
Questions 17

Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to provide different reports for the installation, repair, and consulting services.

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

Options:

A.

Work Types

B.

Assets

C.

Service Report Templates

D.

Product Templates

Buy Now
Questions 18

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

Options:

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.

Buy Now
Questions 19

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?

Options:

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.

Buy Now
Questions 20

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?

Options:

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

Buy Now
Questions 21

According to the Twelve-Factor methodology, which best practice helps minimizethe gap between development and production?

Options:

A.

Using the same backing services in all of an application's environments.

B.

Configuring application logging to write stdout.

C.

Executing long-running tasks as background processes.

D.

Writing processes that are fast to start up and gracefully shut down

Buy Now
Questions 22

In the hierarchy of cloud services, PaaS generally provides more out of the box than:

Options:

A.

Software as a service (SaaS)

B.

Infrastructure as a service (laaS) and on-premises Infrastructure

C.

Salesforce Marketing Cloud

D.

Visualforce pages

Buy Now
Questions 23

A client wants to perform complex processing on large data sets in Salesforce. The data is confidential, but it does not have advanced compliance requirements.

What Heroku Enterprise features should an Architect recommend in this scenario?

Options:

A.

Shield Private Spaces and Heroku External Objects

B.

Private Spaces and Heroku Connect

C.

Private Spaces and Heroku External Objects

D.

Shield Private Spaces and Heroku Shield Connect

Buy Now
Questions 24

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?

Options:

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

Buy Now
Questions 25

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

Options:

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.

Buy Now
Questions 26

Universal Containers (UC) has a Heroku application that runs in Virginia, in the U.S., that uses Apache Kafka on Heroku. They have deployed a copy of the app in Asia. Now, both apps need a messaging backbone that will support multi-region distribution.

What is the least complex architecture that an Architect should recommend?

Options:

A.

Deploy a multi-region version of Apache Kafka on Heroku.

B.

Use Heroku's multi-tenant Kafka Basic plan.

C.

The app in Asia should write to the Kafka instance in Virginia.

D.

Provision a second Kafka add-on in Asia. Each instance of the app should sync with each other.

Buy Now
Questions 27

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

Options:

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.

Buy Now
Exam Code: Heroku-Architect
Exam Name: Salesforce Certified Heroku Architect(SP23)
Last Update: May 2, 2024
Questions: 181
Heroku-Architect pdf

Heroku-Architect PDF

$28  $80
Heroku-Architect Engine

Heroku-Architect Testing Engine

$33.25  $95
Heroku-Architect PDF + Engine

Heroku-Architect PDF + Testing Engine

$45.5  $130