Pass the Salesforce Architect Exams Heroku-Architect Questions and answers with CertsForce

Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions
Questions # 31:

Universal Containers wants their Field Technicians to indicate if any of their Service Appointments are at risk of not being completed on time. They would like forthis to be achieved on a mobile device using a Quick Action

What should a Consultant recommend to achieve this requirement?

Options:

A.

Update the Service Appointment Status field.


B.

Update the Service Appointment Chatter feed.


C.

Reschedule the Service Appointment for later


D.

Update the Service Appointment field "In Jeopardy"


Expert Solution
Questions # 32:

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.


Expert Solution
Questions # 33:

The primary benefit of a workflow outbound message over an Apex trigger is:

Options:

A.

The message supports different authentication mechanisms


B.

The message can deliver the payload only as SOAP


C.

Messages are completely declarative.


D.

The message can handle every database event.


Expert Solution
Questions # 34:

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


Expert Solution
Questions # 35:

Universal Containers has a Heroku Private Space with a VPN connection to their on-premise network. They want their remote employees to be able to access their Heroku applications using a VPN connection only.

Which solution should an Architect recommend?

Options:

A.

Clone the Heroku applications to a second Private Space, and configure its VPN for remote employees.


B.

Enable remote employees to VPN into the company's on-premise network.


C.

Configure a second VPN connection for the Private Space that remote employees can use.


D.

Add all remote employees to an Enterprise Team, and configure it to connect to the Private Space via SSO.


Expert Solution
Questions # 36:

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, and point 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.


Expert Solution
Questions # 37:

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


Expert Solution
Questions # 38:

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.


Expert Solution
Questions # 39:

Universal Containers utilizes two contractors, Contractor 1 and Contractor 2, to perform repair work Contractor 1 has provided service longer for UniversalContainers and is considered to have more repair work expertise than Contractor 2.

How should a Consultant configure this expertise for Contractor 1 versus Contractor 2?

Options:

A.

Assign Contractor 2 as an Excluded Resource


B.

Assign Contractor 1 and 2 different Skill Levels for repair Work Type.


C.

Assign Contractor 1 as a Preferred Resource.


D.

Assign Contractor 1 and 2 different capacities for repairwork


Expert Solution
Questions # 40:

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


Expert Solution
Viewing page 4 out of 5 pages
Viewing questions 31-40 out of questions