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

Note! The Heroku-Architecture-Designer Exam is no longer available. Get in touch with our Live Chat or email us for more information about the Heroku-Architect Exam.

Heroku-Architecture-Designer Salesforce Certified Heroku Architect(WI23) Questions and Answers

Questions 4

Which of the following is NOT an advantage of Salesforce Connect overETL?

Options:

A.

The data is always fetched on demand

B.

If the origin is offline, the data is still available via Salesforce Connect.

C.

Standard protocols like OData can easily proxy external data into Salesforce.

D.

Data security can be enforced using per-user or per-application authentication.

Buy Now
Questions 5

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

Buy Now
Questions 6

A client wants to create a scalable set of microservices that communicate witheach 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 by using Apache Kafka as a message bus.

B.

Each microserviceis a separate process type in a single Heroku app. The microservices communicate by using Redis as a message bus.

C.

Each microservice is a separate private space. The microservices communicate by using 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 7

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 8

Universal Containers needs to write their Herokuapplication's logs to two destinations: an on-premise Syslog log server and a cloud analytics provider that ingests logs using an HTTPS endpoint.

What should an Architect recommend in this scenario?

Options:

A.

Publish all logs to Apache Kafka on Heroku, andcreate a separate app that consumes and distributes log messages.

B.

Write all logs to Heroku Redis as a buffer and use an add-on to send them to both destinations.

C.

Add a logging library to the application source that sends all logs directly to both destinations.

D.

Write all logs to stdout, and configure a separate log drain for each destination.

Buy Now
Questions 9

Universal Containers (UC) wants to allow its developers 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.

Buy Now
Questions 10

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 11

A clienthas 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 12

Which two statementsdescribe 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 three logging services.

D.

Log entries can be forwarded to only one logging service.

Buy Now
Questions 13

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

Buy Now
Questions 14

A client requires that their web application's logs are accessible only from within the same isolated network 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 from the 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 usingVPN 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.

Buy Now
Questions 15

What are 3 examples of backing services, as described in the Twelve Factor app methodology?

Options:

A.

A database

B.

A logging tool

C.

An email delivery service

D.

A background process with a long running task

Buy Now
Questions 16

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 17

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 18

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 has finished 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 19

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.

Buy Now
Questions 20

Universal Containers acquires a company that runs an application on Google Cloud Platform (GCP). TheGCP application needs to communicate securely with a Heroku application. The Heroku application has Internal Routing enabled and is running in a Private Space. Which two recommendations should an Architect make to satisfy this use case? Choose 2 answers.

Options:

A.

Ensure that the Private Space and GCP use distinct CIDR ranges

B.

Disable Internal Routing on the Heroku app.

C.

Ensure that the Private Space and GCP use matching CIDR ranges.

D.

Establish a secure site-to-site VPN connection between the Private Spaceand GCP.

Buy Now
Questions 21

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 22

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 23

Universal Containers (UC) recently acquired another company, International Shipping. Each company has its own Salesforce org, and UC wants those orgs to remain separate for the foreseeable future. Given this scenario, which Heroku feature should an Architect recommend to provide additional value to UC following the acquisition?

Options:

A.

Heroku Connect can be used to synchronize data directly between the two Salesforce orgs.

B.

Both orgs can be attached to the same Herokuapplication as an add-on to ensure data residency in the application's region.

C.

Heroku External Objects can expose read-only data from both Salesforce orgs to Heroku Postgres.

D.

A Heroku Postgres database can sync data from both orgs for advanced querying capabilities.

Buy Now
Questions 24

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 25

A client wants to use Heroku Connect to sync data from a Heroku Postgres table to a Salesforce org. Theclient only needs to sync a specific subset of the rows in the table.

How should this be performed?

Options:

A.

Add a mapping filter to the table when setting up the sync, and select appropriate criteria from the list.

B.

Filter the data in the database, and provide an alternative table or view for use in the sync.

C.

Use the Heroku Connect Mapping Query Editor, and add filters to the query.

D.

Place Sharing Rules on the records, and restrict visibility to only those rows that are needed.

Buy Now
Questions 26

A company currently uses, and will continue to use, the MulesoftAnypoint Platform integration throughout their architecture. They want to use Heroku Connect to help them integrate Heroku apps with Salesforce apps. What is a benefit of introducing Heroku Connect in this environment?

Options:

A.

Heroku Connect provides Salesforce a bidirectional synchronization between Platform Events on Salesforce and Apache Kafka on Heroku

B.

HerokuConnect provides Mulesoft an endpoint that is easily consumable by a back-end integration tool

C.

Heroku Connect provides Salesforce a declarative bidirectional synchronization with Postgres and data proxy capability via Heroku Connect External Objects.

D.

Heroku Connect has a Microsoft connector for access to Heroku Postgres Heroku Redis, and Apache Kafka on Heroku

Buy Now
Questions 27

A client has a Heroku Postgres database add-on attached to a production application. The client now wants to access the database from another application that they use to perform administrative tasks. What should an Architect recommend in this scenario?

Options:

A.

Copy the database's connection URL and add it to the administrative application as a config var.

B.

Attach the database toan application that acts as a database proxy

C.

Create a fork of the database and attach it to the administrative application.

D.

Attach the same Heroku Postgres add-on to the administrative application

Buy Now
Exam Name: Salesforce Certified Heroku Architect(WI23)
Last Update: Nov 30, 2023
Questions: 1
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 28 Mar 2024