Labour Day 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 (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.

Questions 5

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 Spaces and 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 6

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 7

Universal Containers (UC) has a Heroku Postgres database attached to a Heroku app, which is running in the Common Runtime.

What should an Architect recommend UC do to secure their database to only trusted locations?

Options:

A.

Move the database and the app into the Private Space.

B.

Add a Trusted IP range tothe Heroku Postgres configuration.

C.

Set up a VPN from the trusted locations to the app.

D.

Set up a VPC in a one-off dyno when access to Heroku Postgres is needed.

Buy Now
Questions 8

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 9

The Private Spacesfeature can be useful if you need to:

Options:

A.

None of these

B.

Write Apex applications quickly

C.

Speed up an application's response time by running it on dynos that are located geographically closer to your customers

D.

Ensure that your application's incomingtraffic originates from a whitellsted set of IP addresses

Buy Now
Questions 10

A healthcare services client is requesting an architecture for a set of applications: one is a marketing application, and the other two are of customer service applications that allow for customers to interact with theirhealthcare records. The marketing application must be able to scale up within seconds in response to traffic spikes. The client wants to be able to deploy each of these applications to the U.S. East Coast and EMEA.

Which applications should be deployed into which Heroku runtime?

Options:

A.

The marketing application into Private Spaces; customer service applications into Shield Private Spaces

B.

The marketing application into the Common Runtime; customer service applications into Shield Private Spaces

C.

Themarketing application into the Common Runtime; customer service applications into Private Spaces

D.

The marketing application into Private Spaces; customer service applications into separate Private Spaces

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

Buy Now
Questions 12

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

Buy Now
Questions 13

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

Buy Now
Questions 14

Universal Containers would like toenforce a 48-hour SLA to ensure that Technicians perform certain follow-up activities after they leave a customer site The starting point of the SLA is when the Work Order Status is set to "Technician Wrap Up." The Technician is required to provide confirmation that wrap up is completed.

Which three configurations should a Consultant implement to ensure this can be achieved? (Choose three.)

Options:

A.

Create a Process to call a Flow that completes the Milestone when the Wrap Up is complete.

B.

Create a Workflow toclose the Milestone when the Wrap Up is complete

C.

Create a Milestone which has entry criteria (or Status = Technician Wrap Up.

D.

Create an Entitlement Process which has entry criteria for Status = Technician Wrap Up

E.

Create custom fields to capture that the Wrap Up Activities have been completed.

Buy Now
Questions 15

A client wants to add CPU-intensive video processing functionality to their Heroku web application.

Which two strategies should an Architect recommend for implementing this functionality? (Choose two.)

Options:

A.

Add a new process type for worker dynos that pull video processing jobs from a queue.

B.

Attach a video processing add-on from the Heroku Elements Marketplace to the application.

C.

Delegate video processing tasks to the app's staging version to remove load from the production app. D. Divide each video processing task across multiple web dynos to mitigate added CPU load.

Buy Now
Questions 16

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

Questions 17

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 18

Universal Containers has a Heroku app that uses several third-party add-ons. They now need to enforce data privacy and be compliant with General Data Protection Regulation (GDPR).

What should an Architect advise UC regarding data residency inthis scenario?

Options:

A.

Heroku does not control where add-on providers store data.

B.

Heroku support can configure add-ons for specific data residency needs.

C.

Heroku guarantees the physical location of its control surface APIs.

D.

Data residency for add-ons is covered under Salesforce's GDPR compliance.

Buy Now
Questions 19

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.

Buy Now
Questions 20

Universal Containers needs to integrate three separate apps: a Salesforce app, an app developed to Heroku, and a custom-built app hosted on-premise. Each app needs to send and receive data from any of the other apps. Which two integration options should an Architect recommend that can connect all three systems in a fire-and-forget pattern? Choose 2 answers.

Options:

A.

Publish and subscribe to Salesforce platform events

B.

Use Heroku External Objects as a data proxy

C.

Use Heroku Connect to synchronize all systems with Heroku Postgres

D.

Publish and subscribe to topics on Apache Kafka on Heroku

Buy Now
Questions 21

A Field Service Technician wants to view a list of parts consumed during a given time period. The Technician will then use the data to replenish inventory on the truck

Which three steps should a Consultant recommend to track the number of parts consumed? (Choose three )

Options:

A.

Build a report to view inventory Transactions

B.

Build a report to view Products Consumed on Work Order Line Items.

C.

Build a report using :he Service Appointment Inventory module.

D.

Build a report using the Work Order inventory module.

E.

Build a report to view Products Consumed on Work Orders.

Buy Now
Questions 22

A customer runs Production Check on an application from the Dashboard. Which two runtime issues does it check for? Choose 2 answers.

Options:

A.

Worker dyno scale: ensuring at least 1 worker dyno is available.

B.

Dyno redudancy: ensuring at least 2 web dynos are available

C.

CDN ensuring a CDN is available to the web dynos

D.

Production-tier database: ensuring aproduction-tier database is being used

Questions 23

Universal Containers has 3 Heroku apps in its microservicesand requires that logs for all of the apps be stored in the same location for analysis and alerting purposes. How would they achieve this?

Options:

A.

Send logs from each app to their own Heroku redis Store, and then combine all logs in a fourth master store.

B.

Set up the 3 apps as producers for Apache Kafka on Heroku and save their logs to Kafka

C.

Set up a file on the filesystem and share it with all the apps

D.

Install a logging add-on for one app and attach it to the other two apps

Questions 24

A client is building a system that will sync data from multiple Salesforce orgs to a singleHeroku Postgres database. This system also needs to push the synced data to an external data warehouse for analytics processing. Which solution meets all of the requirements in this scenario?

Options:

A.

Use Heroku Connect to synchronize data between the Salesforceorgs, the Heroku Postgres database and the external data warehouse

B.

Use Salesforce Connect to synchronize data between the Salesforce orgs and the Heroku Postgres database Use Heroku Connect to sync data between the Heroku Postgres database and the external data warehouse.

C.

Use Heroku External Objects to synchronize data between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.

D.

Use Heroku Connect to synchronizedata between the Salesforce orgs and the Heroku Postgres database Use an ETL tool to push data from the Salesforce orgs to the external data warehouse.

Buy Now
Questions 25

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.

Buy Now
Questions 26

What are the three access levels a user can have in a Heroku Organization account?

Options:

A.

Jedi. Padawan, and Co-pilot

B.

Owner, Author and Viewer

C.

Admin. Programmer, and Operator

D.

Admin, Member, and Viewer

Buy Now
Questions 27

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
Exam Code: Heroku-Architect
Exam Name: Salesforce Certified Heroku Architect (WI24)
Last Update: Apr 27, 2024
Questions: 181
$64  $159.99
$48  $119.99
$40  $99.99
buy now Heroku-Architect