New Year Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Universal Containers would like to report on the volume of products installed within a specific timeframe. What solution will help meet the customer's requirement?

A.

Utilize a custom"Installation Date" field on Asset

B.

Utilize the standard "Installation Date" field on Asset.

C.

Utilize a Work Order related list on Asset

D.

Utilize Field History Tracking on Asset.

A client is building a collection of Heroku applications that will be audited regularly. To comply with the audit, it must be guaranteed that the applications all forward thei logs to the same, single destination. Which solution meets this requirements?

A.

Deploy all of the applications to the Common Runtime, and attach the same ininstance of a logging add-on to all of them.

B.

Deploy all the applications to the same Shiekld Private Space with Private Space Logging enabled

C.

Deploy allthe applications to the Common runtime, and add the same log drain URL to all of them.

D.

Deploy all the applications to the same Private Space with Logplrx disabled.

Universal Containers is developing a Salesforce app thatinvokes a Heroku app's web service, which asynchronously generates customer invoices. The Heroku app is deployed to a Private Space. When an invoice is ready, the Heroku app sends a POST request to the Salesforce REST API. Which two options should an Architect recommend to ensure that neither the Salesforce nor the Heroku app is accessible from the public internet? Choose 2 answers.

A.

Restrict the Private Space's trusted IP range to Salesforce IP addresses

B.

Restrict the Private Space's trusted IP range to Universal Containers' VPN

C.

Restrict the Salesforce connected app's login IP ranges to Universal Containers' VPN

D.

Restrict the Salesforce connected app's login IP ranges to the stable outbound IP addresses of the Private Space

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?

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

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

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.

A client has a Heroku app that uses Apache Kafka on Heroku. They want to refactor the app into 2 distinct appsthat will both continue to use Kafka (because they probably don't have so much to do in their life). Based on this refactoring, what should an Architect recommend?

A.

Ensure that the apps consume mutually excliusive sets of Kafka topics

B.

Attach the existing Kafka add-on to both apps

C.

Designate one app as a producer and the other as a consumer

D.

Attach the existing Kafka add-on to one app and attach a new Kafka add-on to the other app

Which Heroku runtimes provide keystroke logging?

A.

The Common Runtime, Private Spaces, and Shield Private Spaces

B.

Private Spaces and Shield Private Spaces

C.

Shield Private Spaces only

D.

Keystroke logging is not available on Heroku

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?

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.

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?

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.

A customer would like to analyze data stored in a single, large, high-traffic Heroku Postgres database using a reporting tool that runslong-running, expensive read queries. What reporting architecture should be recommended?

A client wants to create a Heroku web application that needs to provide a low-latency experience for its users, who are based primarily in Japan. Many common user actions will result in synchronous writes to the application's Heroku Postgres database. The application does not have advanced compliance requirements. Which should an Architect recommend?

A.

Deploy the application to a Shield Private Space In the Tokyo region

B.

Deploy the application to the Common Runtime in the Tokyo region

C.

Deploy the application to a Private Space in the Tokyo region

D.

Deploy the application to the Common Runtime in the U.S region and use a CDN to accelerate content delivery