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

What does the Debug option in Flow Builder allow an administrator to do?

A.

Enter custom values for input variables and view step-by-step details.

B.

Roll back previously executed actions, callouts, and changes committed to the database.

C.

Run the most recently saved version of the flow with auto-save mode turned OFF.

D.

Version a Flow that can be saved as the current version after the Flow has run.

The Administrator at Northern Trail Outfitters needs to count Contact records where the Mailing City equals Sydney. How can this be done without custom code?

A.

Use Process Builder to design and implement leveraging the built-in workflows.

B.

Use a combination of Apex and Process Builder.

C.

Use a flow variable along with "Get Records" element and "Assignment" element.

D.

Use a list object along with SOQL query with "for()" loop function to count records.

What are the considerations in using Flows to subscribe to Platform Events?

A.

Flows will auto prevent infinite loop in event processing

B.

The Subscriptions related list on the Platform Event's detail page may be used to track the entities waiting to receive that Platform Event's messages

C.

Any installed package that contains a Platform Event can be uninstalled without taking any further action

D.

Inside a flow, one can query event messages using SOQL

Which three Screen Flow components are provided by Salesforce?

A.

Phone number

B.

File Upload

C.

URL

D.

Animations

E.

MIME Image

Universal Containers (UC) is automating its employee offboarding process. Payroll information is stored in an external system. What could UC use to make an automatic update to the payroll system when an employee is offboarded?

A.

Salesforce Handler

B.

JSON Auto Connector

C.

API Connect

D.

Outbound Message Action

The Administrator at Universal Containers (UC) needs to develop a flow to get the Sales reps’ feedback on closed Opportunities. The administrator wants to use the Opportunity object’s object-specific action to launch it. Which standard feature can help UC accomplish this?

A.

Use Process Builder and Salesforce Survey functionality with object-specific action on the Opportunity object.

B.

Use Salesforce Survey functionality to help capture feedback.

C.

Use Process Builder with custom Apex to capture feedback.

D.

Use Salesforce Flow with object-specific action on the Opportunity object.

What occurs when a flow interview fails?

A.

The user receives an error exception that notifies all System Administrators.

B.

Salesforce sends an error email according to the fault path.

C.

Salesforce sends an error email in the user's default language who ran the flow.

D.

The user is redirected to the beginning of the flow.

Which three main categories can Flow elements be broken down into?

A.

Guided visual processes, behind-the-scenes automation, and approval automations.

B.

Screen, logic, and actions.

C.

Logic, actions, and connectors.

D.

Variables, choices, and stages.

Which standard feature has a primary purpose in helping with identifying performance bottlenecks?

A.

Stagger and Throttle plug-ins for Flows

B.

Blacktab run-as access for Processes

C.

Optimizer plug-in for Flows and Processes

D.

Raise a case with Salesforce Support

E.

Accurate measure of the CPU time consumption of Flows and Processes

Universal Containers (UC) wants to prevent its customer's assistant records from being visible to the sales users of another business group in Salesforce UI. How can UC accomplish this?

A.

Use Process Builder

B.

Use Apex Trigger

C.

Use Dynamic Form

D.

Use Lightning Flow