Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

Salesforce Process-Automation - Salesforce Process Automation Accredited Professional Exam (SP25)

Page: 3 / 5
Total 78 questions

How many active versions of a flow can be had at any given time?

A.

10.0

B.

5.0

C.

1.0

D.

Unlimited

The Administrator at Universal Containers (UC) is building a flow that involves a loop. Where should the Administrator add one of the loop variable's stored field values by using an Assignment element?

A.

Collection Variable

B.

Record Choice Set

C.

Decision Outcome

D.

Constant

How can a consultant use process automation tools to set up Salesforce Flow for Service?

A.

Use Flow Builder to create flows, and specify them in an Actions and Recommendations deployment or in a process.

B.

Add the Actions and Recommendations component to a process.

C.

Use Flow Builder to add processes to the Actions and Recommendations component.

D.

Use Process Builder to create flows and quick actions.

The Administrator is creating a login flow for a new application that will be deployed on Salesforce. The Admin needs to create automation logic to help validate credentials and manage access. What is the correct design approach?

A.

Leverage Screen Flow for displaying the input fields and custom Apex triggers for the post-login process.

B.

Leverage Screen Flow for displaying the input fields and for handling the post-login process.

C.

Leverage Process Builder with Workflow Rules for displaying the input fields and for handling the post-login process.

D.

Leverage Screen Flow for displaying the input fields and an autolaunched flow for handling the post-login process.

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-Triggered 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 an Approval Process to notify the VP of Sales.

D.

Use a Process to monitor the changed field value on the Account object from "Prospect" to "Customer" and an action to submit the record to an Approval Process.

What can an Administrator do from within the Flow error email?

A.

Schedule an Inspect Query in the originating org.

B.

Launch a debugger in Flow Builder.

C.

View the full name of the run-as user in the email.

D.

View all errors across all active flows.

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.

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

C.

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

D.

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

Which is an input variable supported in Flows?

A.

Record Collection Variable

B.

Picklist

C.

Collection

D.

Record Variables

Which three actions can a business analyst take with a process action?

A.

Submit the record for approval.

B.

Send email and/or Post to Chatter.

C.

Import field values from another record and merge them with the record that started the process.

D.

Create and update the record that started the process or any related record.

E.

Export up to 3 resources that are currently being used in the flow or process.

What are three basic building blocks of a flow?

A.

Connector

B.

Action Group

C.

Screen

D.

Element

E.

Test Class