Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Heroku-Architect Sample Questions Answers

Questions 4

Universal Containers would like to engage contractors and customers directly in their Field Service solution. Which three options will provide read, write, and edit access to Work Order objects? (Choose three.)

Options:

A.

Partner Community license

B.

Chatter File Connect

C.

Customer Community license

D.

Chatter Customer Group

E.

Customer Community Plus license

Buy Now
Questions 5

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.

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

Questions 6

Universal Containers wants to set up communication between multiple public-facing Heroku web applications hosted on the Common Runtime. Which solution should an Architect recommend?

Options:

A.

Movethe application to a Private Space, and enable Internal Routing for them

B.

Bind all of the Heroku applications to the same port

C.

Configure a worker process type for each application that listens for incoming remote procedure calls.

D.

Send requests to each application's URL using HTTP/HTTPS.

Buy Now
Questions 7

A client's application needs to run in a European country for data residence purposes.

What is a consideration in this scenario?

Options:

A.

When a dyno is cycled, its replacement might run in a different region.

B.

European regions are only available for applications running in Private Spaces.

C.

Heroku Postgres backup snapshotsand dataclips are always stored in the U.S.

D.

There is no guarantee that a Heroku Postgres database will be created in the same region as the application that provisions it.

Questions 8

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

Options:

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

Questions 9

4Universal Containers wants to help their dispatches determine the length of time a Work Order should last What should the Consultantimplement to help achieve this goal?

Options:

A.

Operating Hours for Customer Accounts.

B.

Work Types with an Estimated Duration.

C.

Work Orders with Operating Hours

D.

Work Types with Service Level Agreement.

Buy Now
Questions 10

Which Is an effect of "locking" anapplication that belongs to a Heroku Enterprise Team?

Options:

A.

New members of the Enterprise Team aregranted no automatic permissions for the application.

B.

The application cannot be deployed until is unlocked.

C.

Members of the Enterprise Team who are not administrators have their permissions for the application revoked.

D.

Members of the Enterprise Team cannot be granted new permissions for the application until it's unlocked.

Buy Now
Questions 11

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 existingWork 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 12

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 shouldan Architect make in this scenario?

Options:

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.

Buy Now
Questions 13

A RESTfulAPIis:

Options:

A.

A methodology (or maximizing the effectiveness of any vacation

B.

An Actually Pretty Informative meditation session

C.

How the web displays data in a hierarchical format readable by both people and machines

D.

A web-based service that provides standard ways for clients to make requests and receive responses

Buy Now
Questions 14

Anexisting 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

Questions 15

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 16

Canvas appscan authenticate a user with:

Options:

A.

OAuth

B.

Signed request

C.

Usemane and password

D.

Either OAuth or signed request

Buy Now
Questions 17

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 18

A client is writing a Heroku application that requirescompliance with PCI DSS Level 1. To accomplish this, they deploy an application to the ShieldPrivate 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 DSSLevel 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

Buy Now
Questions 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

Buy Now
Questions 20

Dataclips allowsa 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

Questions 21

A client needs to securely connect a Heroku app to a database on their on-premise network. Which two Heroku Enterprise features should an Architect consider?

Options:

A.

Private Space Peering

B.

SSLEndpoint

C.

Heroku Private Spaces

D.

Private Space VPN Connections

Questions 22

How arelanguages, buildpacks, and slugs related?

Options:

A.

A slug and a buildpack are sandwiched together between several Heroku add-ons, and the result Is a new open-source language.

B.

A slug is a shortened version of a language that compiles down into a buildpack

C.

A buildpack knows how to compile code in a specific language down to a slug that runs on Heroku

D.

A language uses a slug to deploy buildpacks as a service across the entire Salesforce Platform.

Buy Now
Questions 23

When designing a Heroku application, which two approaches observe the Twelve-Factor methodology? Choose 2 answers.

Options:

A.

On deployment,Heroku fetches and installs any dependencies that are missing according to the application's list of dependencies

B.

On startup, the application's source code fetches and installs any dependencies that are missing according to the application's list of dependencies.

C.

The application's database configuration is stored in the application's Profile

D.

The application's database configuration is stored in the application's config vars.

Questions 24

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?

Options:

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

Buy Now
Questions 25

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

Options:

A.

OData 2.0 and 4.0

B.

REST with JSONpayloads

C.

SOAP

D.

All of these

E.

REST with XML payloads

Buy Now
Questions 26

you can build Canvas apps and run them on Heroku with of the following languages:

Options:

A.

Node, js / JavaScript

B.

All of these

C.

Python

D.

Java, Scala, Clojure

E.

PHP

Buy Now
Questions 27

Universal Containers wants to ensure that inventory needed for repair jobs is tracked and managed so Technicians have the material for their jobs.

Which two ways should aConsultant recommend tracking these inventory requirements in Salesforce? (Choose two.)

Options:

A.

Products Required for Service Appointments

B.

Products Required for Work Orders

C.

Products Required for Work Order Line Items

D.

Products Required for ServiceResources

Buy Now
Questions 28

Which two Heroku features require Heroku Enterprise Teams? (Choose two.)

Options:

A.

Fire-grained app access controls

B.

Single Sign-on

C.

Paid add-on plans

D.

HerokuPipelines

Buy Now
Questions 29

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 storeclaim 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
Questions 30

A platform as a service (PaaS) is:

Options:

A.

A monthlybare-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 cloudthat you can use just by logging in

Buy Now
Questions 31

Which Heroku feature allows you to deploy a real app complete with code, config, andadd-ons already configured?

Options:

A.

Heroku Getting Started guides

B.

Heroku Deployment wizard

C.

git push heroku master

D.

Heroku Buttons

Buy Now
Questions 32

UniversalContainers (UC) has an on-permise application for reporting damage to their shipments. They want to migrate the application to Heroku. The damage reporting process includes uploading one or more pictures to the application which temporarily stores them onthe local system. After the report is submitted, a case is created in UC's Salesforce org for processing, amd the images are deleted from the file system. The application's configuration is read from environment variables that are specified in the system user's profile. The application writes its logs to rotating files using an open-source library. Which two recommendations should an Architect make to ensure that the application runs correctly on Heroku? Choose 2 answers.

Options:

A.

Load the application's configuration from its source code instead of using environment tables

B.

Use an external object storage service for temporary image uploads

C.

Run the application in a Private Space to enable communicationwith UC's Salesforce org

D.

WritP Inns tn stdmit instead nf writinn thpm tn the flip svstpm

Questions 33

Salesforce Connect custom adapters support:

Options:

A.

Search

B.

Cross-object relationships

C.

All of these

D.

Data paging

Buy Now
Questions 34

A client is planning to deploy an application to Heroku. The client's IT department requires all applications to be hosted from Australia, where their main office is located. Regulators in Australia require keystroke logs ofall engineers who create interactive sessions for the application.

Which should an Architect recommend in this scenario?

Options:

A.

Deploy the applicationto a Private Space in the Sydney region with Private Space Logging enabled.

B.

Deploy the application to the Common Runtime in the Sydney region.

C.

Deploy the application to a Shield Private Space in the Sydney region.

D.

Deploy the application to aPrivate Space in the Sydney region with Internal Routing enabled.

Buy Now
Questions 35

An app has two web dynos, Dyno A and Dyno B. The app receives a request, which is routed to Dyno A. A second request is sent from the same client. Which Dyno is the request routed to?

Options:

A.

The request is routed to Dyno A if it hasfinished handling the first request

B.

The request is routed randomly to Dyno A orDyno B

C.

The request is definetly routed to Dyno A.

D.

The request is definetly routed to Dyno B.

Buy Now
Questions 36

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

Options:

A.

Log entries are forwarded as HTTPS POST requests.

B.

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

Buy Now
Questions 37

Which Heroku features should an Architect recommend to create a secure connection between Heroku and Microsoft Azure?

Options:

A.

Heroku Private Spaces and Private Space VPN Connections, using Azure's built-in VPN endpoint.

B.

Heroku Private Spacesand Private Space VPN Connections, using a compatible VPN endpoint on Azure

C.

Heroku Shield Private Spaces and Internal Routing, using Azure's built-in VPN endpoint

D.

Heroku Private Spaces and Private Space Peering, using Azure's VPC Peering.

Questions 38

Which technology do SalesforceREST APIs use for authentication?

Options:

A.

Basic usernames and passwords

B.

OAuth

C.

SAML

D.

Pre-shared keys

Buy Now
Questions 39

Universal Containers provides installation, repair, and consulting services When Technicians complete the work, they need to providedifferent 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 40

Salesforce Connect is used for:

Options:

A.

Replicatingexternal data into Salesforce

B.

Bidirectional syncing of external data in Salesforce

C.

Proxying external data into Salesforce

D.

Developing ETL services

Buy Now
Questions 41

Universal Containers has multipleHeroku applications that use the same Heroku Postgres database. One of those applications, SFDC-sync. uses Heroku Connect tosync 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

Questions 42

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

Buy Now
Questions 43

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 toCreate Opportunity

Buy Now
Questions 44

Which two features of the Heroku platform require Private Spaces? Choose 2 answers.

Options:

A.

Automated Certificate Management

B.

Apache Kafka on Heroku

C.

Internal Routing

D.

Trusted IP ranges

Buy Now
Questions 45

Universal Containers experienced an outage with their production Heroku Postgres database due to a fault with the underlying infrastructure. The database was unavailable for an hour. The database is on the Standard-0 plan.

Which two actions should an Architect recommend to mitigate such database failures and outages in the future? (Choose two.)

Options:

A.

Create a follower database that uses the same plan as the leader.

B.

Migrate the database toa Premium-tier plan.

C.

Migrate the database to a larger Standard-tier plan.

D.

Create a fork of the database that uses the same plan asthe leader.

Buy Now
Questions 46

Universal Containers is developing a new application that has a lightweight Node.js front end. Theywill also be using a Java-based API, which combines data with Salesforce customer data. All of the data, and the API, is highly confidential.

What should an Architect suggest to enforce security?

Options:

A.

Deploy the apps into either Heroku runtime. Force the Java app to use a CDN, andpoint the Node.js app to its appname.herokuapp.com domain.

B.

Deploy all of the apps to the Common Runtime. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.com domain.

C.

Deploy all of the apps to a Heroku Private Space. Force the Java app to use SSI/TLS sessions, and point the Node.js app to its appname.herokuapp.corn domain.

D.

Deploy all of the apps to a Heroku Private Space. Deploy the Java app with Internal Routing enabled. Deploythe Node.js app without Internal Routing enabled.

Buy Now
Questions 47

Universal Containers wants tomeasure their adherence to specific SLAs for all Work Orders.In which order should a Consultant implement the setup to achieve this requirement?

Options:

A.

Set Up Milestones. Create Entitlenen: records, Set Up EntitlementsProcess for Work Orders.

B.

Set Up Entitlements Process for Work Orders, Set Up Milestones, Create Entitlement records

C.

Create Entitlement records, Set Up Entitlements Process for Work Orders. Set Up Milestones

D.

Set Up Milestones. Set Up EntitlementsProcess for Work Orders, Create Entitlementrecords.

Buy Now
Questions 48

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

Buy Now
Questions 49

A client wants to create a scalable set of microservices that communicate with each other, where multiple microservices have a public REST API.

Which architecture strategy allows this on Heroku?

Options:

A.

Each microservice is a separate Heroku app. The microservices communicate byusing Apache Kafka as a message bus.

B.

Each microservice is a separate process type in a single Heroku app. The microservices communicate byusing Redis as a message bus.

C.

Each microservice is a separate private space. The microservices communicate byusing DNS Service Discovery.

D.

Each microservice is a separate process in a single Heroku app. The microservices communicate by using shared memory.

Buy Now
Questions 50

A client is creating a new API application. The app should only be accessible from other apps that they deploy to Heroku. Also, traffic between the other apps and the API should not transit the publicinternet.

Which solution should an Architect recommend to meet these requirements?

Options:

A.

Create the application in a Private Space with default options.

B.

Create the application in a Private Space and restrict the application's set of trusted IP ranges.

C.

Create the application with Internal Routing enabled, in a Private Space.

D.

Create the application in a Shield Private Space to enforce stricter requirements for TLS termination.

Buy Now
Questions 51

Heroku Connect is an add-on that syncs Force, com data into:

Options:

A.

Someone else's isolated network environment

B.

A Heroku Postgres database

C.

A secondary Salesforce instance

D.

Onlyone dyno in your app's dyno formation

Buy Now
Questions 52

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.

WhatHeroku 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 53

Aclient 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 withHeroku PGBackups

D.

Heroku Dataclips

Buy Now
Questions 54

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 achild Work Order for the follow-up Work Order

E.

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

Buy Now
Exam Code: Heroku-Architect
Exam Name: Salesforce Certified Heroku Architect (WI24)
Last Update: May 14, 2024
Questions: 181
$64  $159.99
$48  $119.99
$40  $99.99
buy now Heroku-Architect