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

Salesforce Heroku-Architect Salesforce Certified Heroku Architect(SP23) Exam Practice Test

Salesforce Certified Heroku Architect(SP23) Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

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 )

Options:

A.

Emergency Policy

B.

Customer First

C.

Soft Boundaries

D.

High Intensity

Question 2

The Disaster at Universal Containers would like to schedule Service Appointments from the Dispatcher's Console while taking the Scheduling Policy intoconsideration.

Which three options are available to the Disaster? (Choose three.)

Options:

A.

Select a Service Appointment from the list, press the "Change Status" action and "Dispatch".

B.

Select a Service Appointment from the list, press the "Candidates" action, andselect the best time slot.

C.

Select multiple Service Appointment from the list and bulk schedule them Select a Service Appointment from the list, press the "Edit" action and allocate the Resource

D.

Create a Workflow to close the Milestone when the Wrap Up is complete.

E.

Select a Service Appointments from the list and press the "Schedule" action.

Question 3

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 4

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 5

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.

Question 6

To satisfy the requirements of an upcoming compliance audit, a client must provide a record of all interactive commands run against a production application in the last six months. Which Heroku feature should an Architect recommend to help with this use case?

Options:

A.

Heroku Shield keystroke logging

B.

Dataclips

C.

Private Space Logging

D.

SSH tunneling using Heroku Exec

Question 7

Thebest use of Canvas apps is to:

Options:

A.

Render custom widgets on Chatter feeds

B.

All of these

C.

Display third-party apps in Salesforce

D.

Display real estate photos in Salesforce for house listings

Question 8

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 9

A Heroku application uses Heroku Connect to integrate with data from a Salesforce org. Since then, several fields from the Salesforce objects that were mapped using Connect have been removed. As a result,the development team will reload the mapping using Heroku Connect.

What is an implication of reloading the mapping?

Options:

A.

The mapped tables in Heroku Postgres will continue to store the previously synchronized data, and synchronization will restart normally.

B.

The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will pause until manually restarted.

C.

The mapped tables in Heroku Postgres will continue to store the previously synchronized data, but synchronization will pause until manually restarted.

D.

The mapped tables in Heroku Postgres will be truncated as part of the reload action. The data in removed fields will be lost, and synchronization will restart normally.

Question 10

Heroku add-ons are cool because they:

Options:

A.

Give you the ability to add complex functionality to your application without having to manage the underlying software or infrastructure.

B.

Accessorize your dynos with over-clocked CPU power and faster I/O speeds

C.

Can be provisioned easily from the Heroku Enterprise Flea Market system.

D.

Cost nothing — billing is easy because they're always provided at no additional cost with every Heroku Enterprise account.

Question 11

Options:

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.

Question 12

A ClientService Representative (CSR) receives a call from a customer on Saturday. The CSR determines that the customer is covered, but the coverage is aboutto expire.

Which two upsell activities should the CSR consider? (Choose two.)

Options:

A.

Open a Case and a renewal Opportunity for the Sales team.

B.

Open a Case and create a Work Order for the Dispatch Team.

C.

Open a Case and inform Customer of weekend service pricing.

D.

Open a Case and send email with new Service offerings.

Question 13

A financial reporting application, hosted on an on-premise server, uses a native library (wkhtmltopdf) to convert its HTML reports into PDFs. The app is being migrated to Heroku.

What option should an Architect recommend to enable the Heroku application to use wkhtmltopdf?

Options:

A.

Ensure that the Heroku app fetches the wkhtmltopdf library from cloud storage on dyno restart.

B.

Install the dependency using sudo apt install wkhtmltopdf from .profile in the project root.

C.

Continue to host wkhtmltopdf on-premise, and build a REST API so the library can be invoked from the Heroku app.

D.

Use a custom buildpack to install wkhtmltopdf using apt.

Question 14

A client is writing a Heroku application that requirescompliance with PCI DSS Level 1. To accomplish this, they deploy an application to the Shield Private Space. Which statement is true about the application?

Options:

A.

The application might still violate PCI DSS Level 1 even though it is deployed to a Shield Private Space

B.

The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1, assuming the application uses only Shield Postgres databases

C.

The application is definitely not compliant with PCI DSS Level 1. because Shield PrivateSpaces do not provide compliance with it.

D.

The Shield Private Space guarantees that the application is compliant with PCI DSS Level 1

Question 15

A client wants to deconstruct a monolithic application into a set of microservices The microservicesrequire securer direct peer-to-peer communications.

Which Heroku Enterprise features should an Architect recommend? Choose one answer

Options:

A.

Heroku Private Spaces and Apache Kafka on Heroku

B.

Shield Private Spaces and Heroku Shield Connect

C.

Heroku Private Spaces and Internal Routing.

D.

Heroku Private Spaces and Private Space VPN connections.

Question 16

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?

Options:

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.

Question 17

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

Options:

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.

Question 18

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?

Options:

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.

Question 19

A client requires that their web application's logs are accessible only from within the same isolatednetwork as the application itself.

Which solution should an Architect recommend in this scenario?

Options:

A.

Deploy the application to a Private Space. Provide the Private Space's stable outbound IPs to Heroku's Logplex router to block all logs originating fromthe Private Space.

B.

Deploy the application to a Shield Private Space with Private Space Logging enabled. Forward logs to a destination within the Shield Private Space.

C.

Deploy the application to a Private Space. Connect the Private Space to an on-premise logging system using VPN and specify it as a log drain.

D.

Deploy the application to a Private Space. Enable Internal Routing to prevent the application's logs from being forwarded outside of the Private Space.

Question 20

A client is running an app on 20 Standard-2x dynos. They are noticing highly variable performance when the application is experiencing a heavy load.

Which two suggestions should an Architect make in this scenario? (Choose two.)

Options:

A.

Configure the app to use Standard-lx dynos.

B.

Configure the app to use Performance dynos.

C.

Install a performance monitoring tool.

D.

Add additional Standard-2x dynos.

Question 21

A client has a requirement to deploy versions of their app to different regions around the World. Which Heroku Enterprise feature would an Architect recommend to accomplish this?

Options:

A.

Using a Heroku StMM Space an app can be deployed to a specific region at the time of app creation.

B.

When creating a Heroku Private Space, you can determine the specific geographic location for the space

C.

You can changed the region for any app in any runtime by using the Heroku CLI.

D.

Using the Common Runtime, an app will automatically be deployed to multiple regions.

Question 22

If an Organization member has the operator privilege on an app, that means the user can:

Options:

A.

Transfer the app to someone else

B.

Add a paid add-on

C.

Remove a member from the Organization account

D.

Deploy the app

Question 23

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.

Question 24

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 25

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

Options:

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.

Question 26

Universal Containers runs an application in a Private Space in the Frankfurt region. The majority of the application's users (based in Asia) are reporting issues related to high latency. What should an Architect recommend to remediate this issue cost-effectively?

Options:

A.

Add the Tokyo region to the existing Private Space. Update the application's configuration to move it to Tokyo region.

B.

Deploy the application to the Common Runtime and select Tokyo as the region. Delete the existing Private Space.

C.

Create anadditional Private Space in the Tokyo region. Deploy an additional instance of the application to the region.

D.

Create a new Private Space in the Tokyo Region, and deploy the application to the region. Delete the existing Private Space.

Question 27

Universal Containers (UC) wants to allow itsdevelopers to only use certain add-ons. UC enables Add-on Controls for Enterprise Teams and adds the add-ons they wish to allow to the list. There is an existing set of add-ons attached to applications, which are NOT on the list.

What happens to these add-ons?

Options:

A.

They are deleted, and all data is backed up and saved.

B.

They are added to the allowed add-ons list.

C.

They are added to the exception list and not affected.

D.

They are flagged for removal, and the developers are notified.