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

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

Questions 4

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 a Consultant 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 Service Resources

Buy Now
Questions 5

A client has data in a production Heroku Postgres database, and needs to quickly get access to a subset of that data for reporting needs.

Which two features does Heroku Dataclips provide to enable this? (Choose two.)

Options:

A.

JSON export of query results, with CORS support

B.

CSV export of query results

C.

A simple REST API access to query results

D.

Postgres dump file of query results

Buy Now
Questions 6

Universal Containers (UC) has expressed a desire to have encryption-at-rest enabled on their Heroku Postgres databases.

Which three tiers would UC need to use to have that feature enabled? (Choose three.)

Options:

A.

Private

B.

Standard

C.

Hobby

D.

Shield

E.

Premium

Buy Now
Questions 7

Heroku apps that handle callouts from Salesforce can be written in:

Options:

A.

All of these

B.

Python

C.

Node, js / JavaScript

D.

Java, Scala. Clojure

E.

PHP

Buy Now
Questions 8

A client wants to create a secure network connection between Heroku applications running in a Private Space and an AWS VPC.

Which Heroku feature should an Architect recommend to create the connection?

Options:

A.

Internal Routing

B.

Private Space Peering

C.

Private Space VPNconnections

D.

Heroku Connect

Buy Now
Questions 9

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 as the leader.

Buy Now
Questions 10

Which of thefollowing is a good use case for the Heroku Platform?

Options:

A.

Proof-of-concept or lab approaches

B.

Empowering mobile apps with an API service

C.

Data manipulation

D.

Customer engagement applications

E.

All of these

Buy Now
Questions 11

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.

Buy Now
Questions 12

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 13

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.

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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

Options:

A.

New members of the Enterprise Team are granted 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 16

Universal Containers (UC)uses Apache Kafka on Heroku to stream shipment inventory data in real time throughout the world. A Kafka topic is used to send messages with updates on the shipping container GPS coordinates as they are in transit. UC is using a Heroku Kafka basic-0 plan.The topic was provisioned with 8 partitions, 1 week of retention, and no compaction. The keys for the events are being assigned by Heroku Kafka, which means that they will be randomly distributed between the partitions.

UC has a single-dyno consumer application that persists the data to their Enterprise Data Warehouse (EDW). Recently, they've been noticing data loss in the EDW.

What should an Architect with Kafka experience recommend?

Options:

A.

Enable compaction on the topic to drop older messages, which will drop older messages with the same key.

B.

Upgrade to a larger Apache Kafka for Heroku plan, which has greater data capacity.

C.

Use Heroku Redis to store message receipt information to account for "at-least" once delivery, which will guarantee that messagesare never processed more than once. Scale up the consumer dynos to match the number of partitions so that there is one process for each partition.

Buy Now
Questions 17

Universal Containers (UC) usesHeroku Connect to synchronize changes to the Account object in their Salesforce org. UC's Heroku application makes a batch update that changes one million records to the Heroku Postgres database table that mirrors the Account object. Approximately, how long will these updates take to sync back to the Salesforce org?

Options:

A.

It depends on the sync performance, which can vary from one connection to another.

B.

1 hour.

C.

One million updates is too many for Heroku Connect to handle; therefore, the sync will fail

D.

12 hours.

Buy Now
Questions 18

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 19

Callouts in Apex trigger support which authentication mechanisms:

Options:

A.

Pre-shared keys

B.

username and password credentials

C.

All of these

D.

OAuth flows using named credentials in the Remote Site settings

Buy Now
Questions 20

How does Heroku Connect work with Salesforce authentication?

Options:

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.

Buy Now
Questions 21

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

Buy Now
Questions 22

Universal Containers has recently experienced a higher volume of traffic on their mobile app hosted on Heroku. When Universal Containers was running 4 standard-2x dynos with 1 GB RAM each, they encountered multiple H12 ("request timeout") errors. The app never consumed more than 800 MB of RAM. They then switched to performance-m dynos, with 2.5 GB RAM, and set autoscaling to a maximum of 2 dynos. However, they still encountered H12 ("request timeout") errors.

What remediation should an Architect recommend to alleviate this problem?

Options:

A.

Move long-running tasks to worker dynos.

B.

Add a logging add-on from the Elements marketplace.

C.

Upgrade to performance-L dynos with 14 GB RAM.

D.

Replace autoscaling with a manual scaling option of 2.

Buy Now
Questions 23

Universal Containers has a microservices architecture on Heroku. One microservice. named the Metrics Microservice. periodically fetches metrics from a fleet of loT sensors. Then, the Metrics Microservice is required to send relevant metrics to each of the other microservices using REST. When a new microservice is added to the architecture, the Metrics Microservice must send metrics to that new microservice too. As a result, adding microservices to the architecture causes performance issues. How should an Architect recommend changing this architecture to improve its scalability?

Options:

A.

Configure each microservices to directly fetch the sensor metrics that are relevant to it.

B.

Use Private Space DNS Service Discovery to reduce the amountof time required for the Metrics Microservice to obtain each other microservice's IP address

C.

Configure the other microservices to pull the Metrics Microservice for updates every five seconds

D.

Use Apache Kafka on Heroku to publish metrics to a topic that the other microservices can consume.

Buy Now
Questions 24

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 25

A customer's IT department will not allow VPN access through their on-premise gateway. Users need to be able to access trusted Heroku applications only when they are in the office. These applications are deployed to a Heroku Private Space.

Which two Private Spaces features should an Architect recommend to enable on-premise users to gain the access they need? (Choosetwo.)

Options:

A.

Stable outbound IP addresses

B.

VPC peering

C.

Internal routing

D.

Trusted IP ranges

Buy Now
Questions 26

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

Buy Now
Questions 27

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
Exam Code: Heroku-Architect
Exam Name: Salesforce Certified Heroku Architect (WI24)
Last Update: Apr 26, 2024
Questions: 181

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now Heroku-Architect testing engine

PDF (Q&A)

$35  $99.99
buy now Heroku-Architect pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 26 Apr 2024