Summer Sale Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ex2p65

Exact2Pass Menu

Question # 4

Which three types of data can a flow variable store?

A.

Multi-Select Picklist

B.

Text

C.

Binary Large Object (BLOB)

D.

Record

E.

Character Large Object (CLOB)

Full Access
Question # 5

Northern Trail Outfitters (NTO) is looking to build an app for its logistics team where users will

be able to submit inventory refill requests. The current manual process involves filling out a long

form containing many fields. NTO is planning to replace the current process with Flows. Users

frequently change field values as they are filling out the form. What should NTO keep in mind

about letting users go backward in the Flow to make updates to field values?

A.

Allow Navigation’ needs to be set to TRUE on the Flow.

B.

Only users with "Navigate Flows” permission can navigate to previous screens.

C.

Letting users navigate from the later screen to the previous screen could result in duplicates.

D.

Once the user navigates to previous screen, all field values on the current screen will be lost and will need to be repopulated.

Full Access
Question # 6

An administrator wants to see which Flows currently have paused interviews or scheduled action. Where should the administrator go to ….?

A.

In Setup, type ‘’Queue’ in the quick search menu and select ‘’Queue’’

B.

In Setup, go to Flows and select the Recently Viewed List View.

C.

In Setup, go to process Automation and select Paused Flow interviews.

D.

In Setup, go to Process Automation and select Automation Home.

Full Access
Question # 7

An administrator wants to route an employee’s time-off request to their manager for approval. Which tool should the administrator use?

A.

Process Builder

B.

Approvals

C.

Workflow Rules

D.

Flow Builder

Full Access
Question # 8

Cloud Kicks (CK) is evaluating outbound message actions to send pricing updates to ….

A.

If the endpoint is unavailable, outbound messages are lost after 3 unsuccessful retries.

B.

Outbound messages could potentially be delivered out of order.

C.

Audit trail is not available for outbound messages.

D.

Admin can configure up to 5 outbound message types for guaranteed delivery.

Full Access
Question # 9

Universal Containers (UC) requested that when a support case is open for more than 7 days, a chatter post should be posted to the Regional could the admin meet this requirement?

A.

Apex trigger

B.

LWC component

C.

Scheduled workflow rule

D.

Scheduled process builder

Full Access
Question # 10

A new VP of sales joined TrueGlobal Inc. TrueGlobal uses Salesforce for managing their global sales operations. The VP of sales wants to receive an email alert if a deal stage is changed to Closed Lost and the amount was greater than $1,000,000. What evaluation criteria should the administrator choose while creating this workflow rule?

A.

When a record is created and every time it is edited

B.

When a record is created and any time it's edited to subsequently meet criteria

C.

When a record is created

D.

When a record is edited, and any time it’s edited to subsequently meet criteria

Full Access
Question # 11

The architect is designing a flow where a screen flow is used to create a contact and display a

confirmation screen. While the confirmation screen is displayed, remote API is invoked to update

the contact in the external system. The update fails. How should the architect resolve the design?

A.

Add error handling mechanism to the flow and test often and early.

B.

Use a separate transaction to update the contact in the external system.

C.

Use Apex since updating a contact in the remote system is not possible in flow.

D.

Use the Process builder instead of flow.

Full Access
Question # 12

An administrator wants to update a record, in the future, when a specified time is reached. Which tool should the Administrator use?

A.

Approvals

B.

Process Builder

C.

Workflow Rules

D.

Flow Builder

Full Access
Question # 13

The Salesforce Admin needs to automate a process that sends an approval request to the VP of Sales for any account record that changes from Prospect to New Customer. What process automation capabilities would the Admin use to meet this requirement?

A.

Use an Apex Trigger to change the Account field value from "prospect" to "customer" and email the Account Owner as a reminder to get an approval from their Manager.

B.

Use a Record Trigger Flow to change the Account field value from "prospect" to "customer" and email the Account Owner.

C.

Use a Flow to update the field and trigger on Approval Process to notify the VP of Sales.

D.

Use o Process to monitor t changed field value on the Account object from "prospect" to "customer" and an action to submit the record to an Approval Process

Full Access
Question # 14

An Administrator needs to notify the CEO via email requesting sign-off anytime an opportunity’s discount reaches higher than 40% leave comments. Which tool should the Administrator use to accomplish this?

A.

Process Builder

B.

Flow Builder

C.

Apex Trigger

D.

Approvals

Full Access
Question # 15

To override the context a flow typically runs in, set the flow to run in which context?

A.

RunAs context

B.

User context

C.

Debug context

D.

System context

Full Access
Question # 16

Which global variable contains the record’s values immediately before the flow users run?

A.

$Flow

B.

$Record

C.

$RIORVALUE Formula Field

D.

$Record__Prior

Full Access
Question # 17

What can a record variable store?

A.

A set of field values for a single record.

B.

A set of field values for a single record that are not marked as Global.

C.

A set of field values of multiple records that have the same object type.

D.

A set of field values of multiple records that have multiple object types.

Full Access
Question # 18

The system needs to automatically mention the record owner in the record feed whenever an Opportunity record is Closed-Won. How can an Administrator accomplish this using Flow?

A.

By cresting two flow directives, one for the record and another one for the feed item.

B.

By using the Assignment Element and setting the value to the record owner.

C.

By creating a temporary shadow record with system account as the owner and copying the lead item to original record.

D.

By entering @[reference] in the input Message parameter, where reference is the ID for the record owner.

Full Access
Question # 19

What is a valid distribution method for Autolaunched flow with a schedule trigger?

A.

Metadata and Tooling API

B.

REST API

C.

Scheduled time and frequency

D.

Custom Apex Classes

Full Access
Question # 20

What does a Constant resource do?

A.

It displays text input.

B.

It displays static text to the user.

C.

It allows to configure logic to change the data type.

D.

It stores a fixed value that can be used throughout the flow.

Full Access
Question # 21

Universal Container (UC) recently migrated to Lightning Experience. How can UC allow users to upload a file during a Flow?

A.

Custom Lightning Component

B.

Apex + Visualforce

C.

File Upload* standard Screen Component

D.

Node.js

Full Access
Question # 22

What should be avoided within the loop when working web flows?

A.

Executing actions like creating or updating records

B.

Displaying data to the user

C.

Assignment new values to variables.

D.

Nesting another loop.

Full Access
Question # 23

Which two places can a flow designer distribute a flow with a screen?

A.

Lightning Pages

B.

Utility Bar

C.

Buttons

D.

LWC javascript

E.

Related List

Full Access