1. What are the three considerations in building custom screen components in flow?
Users can run the flow only in Lightning runtime
Screen components can be installed from AppExchange or custom built
Enable "Use Lightning Components" checkbox in the flow property, prior to integrating
the components
The flow’s type should be Screen Flow.
() Flow can be distributed using a Visualforce component.
Choose 3 options.
Send a comment about this question
Universal Containers (UC) would like to log a call for a given incident. UC would like
to use Salesforce functionality to support the call logging process, allowing
internal users to enter call information quickly and easily outside of Salesforce. UC
has recently purchased Slack. What solution should the UC Administrator
consider?
© _ Enable Slack Bot for Service in Setup
© Download "Slack Plus’ app from app exchange and install for all users
It is not possible to enter call logging information in Salesforce from an external
system
@ Configure the incident call logging Screen Flow to launch from a Slack action
mG o T ANTI,
Cnoose 7 optron.
Ursa Major Solar (UMS) works with local installation partners and has a tiered
partner structure based on the partner's capacity and coverage radius. UMS wants
to automate the entitlement calculation process once a partner switches tiers. A
change in entitlement can also result in higher or lower commissions on deals.
How can UMS update the Commission field each time the Entitlement field has a
new value?
© Set Auto Update Related Fields" to TRUE on Account and Entitlement objects.
© Using the flow with "Action and related records.’
@ Bycreating a Master-Detail relationship between Commission and Entitlement fields.
O By configuring "Allowed Dependencies" for record update action in flow.
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?
JSON Auto Connector
O
API Connect
O
Outbound Message Action
©
Salesforce Handler
Oo
Choose 7 option.
Send a comment about this question
An Administrator at Universal Containers (UC) has received a requirement to
enable field history tracking for multi-select picklist (Country) on the Lead object
and to capture the country's old and new values. What is the best way the
Administrator can meet this requirement?
© No action required since this is a standard feature.
After-save Record Triggered Flow
@ Apex Trigger
Since the requirement involves multi-select picklist, raise a case with Salesforce to
activate field history tracking
al slate tad 7 Ant
Cnoose 7 option.
Send a comment about this question
What is a consideration when using Flows to subscribe to Platform Events?
© _ Flows will auto prevent infinite loop in event processing.
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.
Any installed package that contains a Platform Event can be uninstalled without taking
any further action.
O Inside a flow, one can query event messages using SOQL.
Choose 7 option.
Send a comment about this question
Universal Containers requested a custom field to be created on an account and to
display the number of open cases related to this account. How could the
Administrator meet this requirement?
© Use the process builder to populate the custom field value.
@ Use scheduled apex to populate the custom field value.
© Use a flow to populate the custom field value.
@ Create a roll-up summary field.
Choose 7 option.
Send a comment about this question
An Administrator at Universal Containers is designing a flow to use while
provisioning new laptops. When the end user tries to run the flow, they get an error.
What could be causing the issue?
@ The Administrator did not set the object and field level security for the running user.
The Administrator did not contact Salesforce support to enable person accounts at the
org level.
The Administrator is using Screen Flow which requires role based access instead of
using Standard Flow
© _ The Administrator did not set up API access for the running user
Choose 7 option.
Send a comment about this question
An 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-specific action to launch it. Which standard feature can help UC
accomplish this?
© Create a custom detail page button and add it to opportunity page layout
© Use Salesforce Survey functionality to help capture feedback.
Use Salesforce Survey functionality with Object specific action on the Opportunity
O object.
@ Usea flow with Object specific action on the Opportunity object.
al slate tad 7 Ant
Cnoose 7 option.
Send a comment about this question
10. Universal Containers would like to leverage a custom Heroku app to update
Salesforce records. How can the Administrator accomplish this by leveraging
declarative tooling?
© Configure outbound message to call Heroku directly
Leverage Change Data Capture and Record Triggered Flow to handle outbound and
© inbound calls and DML
© Scheduled Flow with Apex Action
@ Create a Flow to call the Heroku endpoint directly
Choose 7 option.
Ve a tT Ant
Send a comment about this question
11. An Administrator at Universal Containers (UC) wants to import near real-time
external contact data into Salesforce. Which option should the Administrator use?
Use Einstein Analytics to import the data
©
Manually download the data and import using Data Loader
O
Configure a Schedule-Triggered Flow
oO
Create an Apex Class that implements Schedulable interface
Oo
Choose 7 option.
Send a comment about this question
12. Fora banking institution, which scenario is a good use case for Salesforce Flow
for Service?
When a customer applies for a loan, the service agent runs a credit history check,
completes the application and processes it.
When a customer calls and wants to confirm an account balance, the service agent
can look it up.
When agent get a break, they use the Actions & Recommendations component to map
© out where to go for lunch.
When a customer wants to locate a branch near their home, the agent locates a nearby
office.
Choose 7 option.
13. Whatis a good use case for External Services in flows?
Perform address validation with an external service, while storing the customer record
©
Display external customer credit scoring app screen inside Salesforce Account page
OO
Bulk update records in Salesforce using data from an external database
oO
Initiate a series of batch processes and display the results on the screen
Oo
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
14. Universal Containers (UC) Administrator wants to integrate a new external data
object with Salesforce. In Salesforce Flow, they are not able to see the External
Object. What could be the possible reason?
There should be pre-existing data in the External Object
O
The user has not properly configured OAUTH
©
The Service referenced by the External Object is down
O
The External Object is not under "deployed" Status
Oo
7
Choose 7 option.
Send a comment about this question
15. What is true about executing Apex action in flow?
@ The Apex class should be qualified with @InvocableMethod annotation
© Only the following Apex data types are supported: Maps, Sets, sObject
© All Apex classes are automatically available for invocation from flows.
© Process.Plugin interface is preferred over @InvocableMethod annotation
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
16. Dreamhouse Realty is looking to build an application for its internal users that will
display calculated values in real-time based on data stored in multiple external
systems. The number of objects in the data set is expected to stay constant over
time. Some of the external data include alerts that need to be displayed as-is.
What could help the architect build out a solution for the above requirements?
Flow Orchestration, MuleSoft Integrator, External Objects
O
Flow Connect, Flows, MuleSoft Integrator
©
Flows, Local Action, External Objects
O
Flows, MuleSoft Integrator, Salesforce Connect
Oo
Ua o rts
Cnoose 7 opitron.
Send a comment about this question
17. Zephyrus Relocation Services (ZRS) is looking to automate some of its processes
that use third-party data stored in an external system. The Administrator recently
learned about using Local Action in Lightning Aura Components for accessing and
interacting with third-party data. Which two limitations should the Administrator
keep in mind?
Flows that include Lightning Components are supported only in Lightning Runtime
Autolaunched Flows with at least one Local Action can only run in system context
Lightning Components that access third-party data from within a Flow can be tested
0 only in Partial Copy or Full Sandbox
() Local Action can only be used in Screen Flows
18. Universal Containers is evaluating Flow Orchestration to automate a complex
business process that involves multiple users. The users are organized in groups,
and the work is assigned in a way that any user in a given group can complete it.
Which can help the Administrator support the requirement?
Work Items
©
Work Queues
OO
Work Stages
O
Work Groups
Oo
Choose 7 option.
Send a comment about this question
19. Northern Trail Outfitters (NTO) is considering Flow Orchestration to automate
several complex business processes for one of its departments. NTO has well-
established deployment guidelines, and teams are expected to follow those
guidelines when working with deployments. Which option should the Administrator
keep in mind about deploying orchestrations?
© The Administrator can deploy orchestrations using change sets
© The Administrator can deploy active orchestrations only in production
The Administrator will need to configure “Orchestration Deployment" certificate in each
environment
The Administrator can deploy orchestrations using “deploy orchestration API” option in
© workbench
20. Which two types of flows are supported by Salesforce Flow?
Managed Flows
Oo
Screen Flows
S
Autolaunched Flows
<]
Remote Flows
O
Choose ? options.
Send a comment about this question
€ Previous page Submit page >
21. What are the three key components of an approval process?
Steps
<)
Fields
DO
Approvers
O
Actions
8S
Criteria
<)
Choose 3 options.
Send a comment about this question
22. Whatcan an Administrator do from within the flow error email?
Schedule an Inspect Query in the originating org.
OC
View the full name of the run-as user in the email.
OO
Launch a debugger in Flow Builder.
©
View all errors across all active flows.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
23. An Administrator would like to inform sales leaders when an opportunity’s stage is
changed to Closed-Won or Closed-Lost. Which should the Administrator use?
An Object-Specific Quick action.
O
Workflow field update.
©
The Decision element.
O
The "Update Record" element.
Oo
Choose 7 option.
Send a comment about this question
24. What does a RecordAction do?
© ARecordAction associates an action with a flow or quick action.
© ARecordAction associates a record with the Actions & Recommendations component.
A RecordAction associates the Actions & Recommendations component with a flow or
quick action.
@ ARecordAction associates a flow or quick action with a record.
Choose 1 option.
Send a comment about this question
25. An Administrator is creating a login flow for a new application that will be deployed
on Salesforce. They need to create a login screen with input fields and then create
an automation logic to help validate the credentials and access. What is the right
design for this solution?
Leverage Process Builder with Workflow rules for displaying the input fields and for
O handling the post login logic and process.
Leverage Screen Flow for displaying the input fields and for handling the post login
logic and process.
Leverage Screen Flow for displaying the input fields and custom apex triggers for the
O post login logic and process.
Leverage Screen Flow for displaying the input fields and autolaunched flow for
handling the post login logic and process.
26. Which three of the following are the key components to build a process in Process
Builder?
Criteria Node
<)
Trigger
<)
Scheduler
O
Timer
O
Action
<)
Choose 3 options.
Send a comment about this question
27. Which two business processes can be automated using an approval process?
Change the status of a timecard after a Manager has reviewed it.
Change the value in a date field to TODAY() when the Account Owner changes the
‘Customer Type field from "prospect" to "customer.'
Create an interview record when a candidate has been selected in a recruiting process.
Change the address on all child Contact records when the address on the parent
J Account record is updated.
Choose 2 options.
Send a comment about this question
28. Which should be used to branch a flow?
If Else condition
O
Decision Element
©
Branching Element
O
If condition
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
29. If an Administrator distributes a flow on an Account record page, how can the
Administrator pass the account's ID into the flow?
© By checking the "Available for output’ checkbox.
© By using "Get Record’.
© By selecting ‘Allow multiple values’.
@ By checking ‘Available for input" checkbox.
Choose 7 option.
Send a comment about this question
30. Which browser does not support Salesforce automation tools?
Mozilla Firefox
OC
Google Chrome
OO
Microsoft Internet Explorer
©
Apple Safari
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
31. 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?
@ Only users with "Navigate Flows’ permission can navigate to previous screens.
Letting users navigate from the later screen to the previous screen could result in
duplicates.
© ‘Allow Navigation" needs to be set to TRUE on the Flow.
Once the user navigates to previous screen, all field values on the current screen will be
© lost and will need to be repopulated.
31. 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?
@ Only users with "Navigate Flows’ permission can navigate to previous screens.
Letting users navigate from the later screen to the previous screen could result in
duplicates.
© ‘Allow Navigation" needs to be set to TRUE on the Flow.
Once the user navigates to previous screen, all field values on the current screen will be
© lost and will need to be repopulated.
32. When using a Decision element, what does a flow do if no outcome conditions are
met?
@ |ttakes the path for the default outcome.
Provide a Screen element where users can verify entered values, make corrections, and
O proceed.
O lt fails and sends the Administrator an email.
O lt ends with no action taken.
Choose 7 option.
Send a comment about this question
33. Which three Resources can be created from within the Resources Tab?
Choice
<)
Reminder
0
Constant
S
Status
0
Formula
<)
Choose 3 options.
Send a comment about this question
34. Which should be used to find a matching contact in flow?
Match Record
OC
Find Record
OO
Get Records
©
Find a Matching Record
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
35. Which three Screen Flow components are provided by Salesforce?
Phone number
<)
File Upload
<)
URL
<]
Animations
O
MIME Image
O
Choose 3 options.
Send a comment about this question
36. Which three types of data can a flow variable store?
Character Large Object (CLOB)
DO
Binary Large Object (BLOB)
O
Text
SB
Multi-Select Picklist
<)
Record
<)
Choose 3 options.
Send a comment about this question
37. What occurs when a flow interview fails?
Salesforce sends an error email according to the fault path.
O
The user is redirected to the beginning of the flow.
20
Salesforce sends an error email in the user's default language who ran the flow.
©
The user receives an error exception that notifies all System Administrators.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
38. An Administrator wants to add a confirmation screen to a Screen Flow. What type of
Screen Component should the Administrator use?
Long Text Area
O
Text
OO
Display Text
©
Lookup
Oo
Choose 7 option.
Send a comment about this question
39. Universal Containers wants to migrate all of its existing workflow rules to flows.
Which two options are available to the Administrator to convert existing rules into
flows?
Convert to Flow API version 2 or higher
oO
Manual conversion
S
Flow Conversion appexchange app
O
Migrate to Flow tool
i)
Choose 2 options.
Send a comment about this question
40. Which option can a flow designer use to find resources that are available in the flow?
Manager tab in Flow Builder
O
Elements tab in Flow Builder
©
Button Bar in Flow Builder
O
Canvas in Flow Builder
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
41. Which two places can a flow designer distribute a flow with a screen?
Utility Bar
<)
Related List
O
Buttons
O
LWC javascript
O
Lightning Pages
<)
Choose 2 options.
Send a comment about this question
42. What should be avoided inside a loop?
Assigning new values to variables.
O
Executing actions, such as creating or updating records.
©
Displaying data to the user.
O
Nesting another loop.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
An Administrator has seen an increased number of tickets logged by end users
reporting Flow errors. To analyze flows in the org, where should the Administrator
go to identify which Flows are causing the most errors?
In Setup, go to Flows and select the ‘Recently Viewed’ List View.
O
In Setup, go to Process Automation and select Paused Flow Interviews.
©
In Setup, go to Process Automation and select Automation Home.
O
In Setup, type ‘Queue’ in the quick search menu and select ‘Queues’.
Oo
Choose 7 option.
a Ao wars
Send a comment about this question
44. How many active versions of a flow can be had at any given time?
10.0
OC
Unlimited
OO
1.0
©
5.0
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
45. An Administrator wants to see which Flows currently have paused interviews or
scheduled actions. Where should the Administrator go to view this list?
© !nSetup, go to Flows and select the ‘Recently Viewed’ List View.
© In Setup, type "Queue" in the quick search menu and select "Queues".
@ '!nSetup, go to Process Automation and select Paused Flow Interviews.
© In Setup, go to Process Automation and select Automation Home.
Choose 7 option.
Send a comment about this question
46. What does debug option in Flow Builder allow an Administrator to do?
Version a Flow that can be saved as current version after the Flow has run.
@ Enter custom values for input variables and view step-wise details.
Run the most recent saved version of the flow with auto-save mode turned OFF.
Roll back to previously executed actions, callouts, and changes committed to the
© database.
Choose 7 option.
Send a comment about this question
47. Which process must be automated using Flow Builder?
Whenever deletion of records is involved.
©
Whenever time-based actions are involved.
O
Whenever posting to chatter is involved.
OO
Whenever outbound messages are involved.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
48. Which three statements are correct regarding Flow Interviews?
A single flow can have up to 50 different versions.
&
A flow interview always runs a single instance of a flow.
<)
Only those flow interviews can be deactivated that have been paused at least once.
0
Any flow interviews not in use should be deleted so that the user's pending list includes
only interviews they still plan to act on.
() Users can navigate through a flow through the browser's Back or Forward buttons.
Send a comment about this question
49. Torun flows, a user must have which permission?
Run Flows
©
Manage Flows
O
View Screen Flows
OO
Flow User
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
50. What's the difference between Salesforce Flow and Flow Builder?
© Salesforce Flow is the fastest version of Flow Builder.
@ Salesforce Flow is a part of Flow Builder.
© Flow Builder isn't available in Lightning Experience, but Salesforce Flow is.
@ Flow Builder is a part of Salesforce Flow.
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
51. Howcan an Administrator monitor pending scheduled actions?
@ By going to Setup.
© By creating keep-alive events for scheduled actions.
© By periodically checking the Inbox.
© By executing Monitor Script.
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
52. Which three Process Automation Settings can be found in Setup?
Let Administrators resume flows with pending actions
0
Let Administrators debug flows as other users
S
Let users resume shared flow interviews
<]
Let users pause flows
<)
Let users select run-as another user
O
Choose 3 options.
Send a comment about this question
53. Which is an input variable supported in flows?
Record Collection Variable
OC
Collection
OO
Record Variables
©
Picklist
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
54. What does a flow connector do?
Tells the flow which element to execute next.
©
Tells the flow which resource to create next.
O
Tells Salesforce which flow to start next.
OO
Tells the flow which external database to connect to.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
55. Which three main categories can Flow elements be broken down into?
Guided visual processes, behind the scenes automation, and approval automations.
OC
Logic, actions, and connectors.
O
Variables, choices, and stages.
O
Screen, logic, and actions.
©
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
56. Howis a flow interview described?
It is a reflective instance of a flow.
OC
It is a debug instruction.
OO
It is arunning instance of a flow.
©
It is a special connector between two elements.
O
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
57. Once a flow is activated, what are the two requirements for any user to run the flow?
The "Flow User" field enabled on their user detail page.
<)
The "Run Flows" user permission.
<)
Access to all the records referenced inside the flow.
O
Access to all the records referenced inside the flow and all the referenced fields in those
0 records.
Choose 2? options.
Send a comment about this question
58. What's the difference between the Run and Debug buttons in Flow Builder?
© The Run button can not make a call to an external system in sync mode.
© The Run button can not make an asynchronous call to an external service.
© The Debug button creates a draft version of the flow.
@ The Debug button displays details for debugging the flow.
Choose 7 option.
Send a comment about this question
€ Previous page Submit page >
59. What is the maximum versions per flow that one can create in an enterprise or
unlimited edition?
500.0
O
50.0
©
1000.0
O
100.0
Oo
Choose 7 option.
Send a comment about this question
60. To override the context a flow typically runs in, set the flow to run in which context?
User context
OC
Debug context
O
RunAs context
O
System context
©
Choose 7 option.
Send a comment about this question
60. To override the context a flow typically runs in, set the flow to run in which context?
User context
OC
Debug context
O
RunAs context
O
System context
©
Choose 7 option.
Send a comment about this question
“ @ Exam Interface @ x +
€ > C 23 «scorpion.caveon.com/take/?launch_token=.eJwFwdENwCAlBcBd-ColgNA4S9MPeOL-|3jake3 SwFF-keqzes2NOCy6ytGuug96eG
Page: 19 / 60 Flag this page dl
’
Exam Timer
19. Northern Trail Outfitters (NTO) is considering Flow Orchestration to automate 08m 20s
several complex business processes for one of its departments. NTO has well-
established deployment guidelines, and teams are expected to follow those
guidelines when working with deployments. Which option should the Administrator
keep in mind about deploying orchestrations?
@ The Administrator can deploy orchestrations using change sets
-) The Administrator can deploy active orchestrations only in production
The Administrator will need to configure “Orchestration Deployment" certificate in each
environment
The Administrator can deploy orchestrations using "deploy orchestration API" option in
~ workbench
“ @ Exam Interface @ x + SS
€ > C 23 «scorpion.caveon.com/take/?launch_token=.eJwFwdENwCAlBcBd-ColgNA4S9MPeOL-l3jake3 SwFF-keqzesNOCy6ytGuug96EG
Page: 19 / 60 Flag this page dl
v
Exam Timer
19. Northern Trail Outfitters (NTO) is considering Flow Orchestration to automate 08m 19s
several complex business processes for one of its departments. NTO has well-
established deployment guidelines, and teams are expected to follow those
guidelines when working with deployments. Which option should the Administrator
keep in mind about deploying orchestrations?
@ The Administrator can deploy orchestrations using change sets
-) The Administrator can deploy active orchestrations only in production
The Administrator will need to configure “Orchestration Deployment" certificate in each
environment
The Administrator can deploy orchestrations using "deploy orchestration API" option in
~ workbench
“ @ Exam Interface @ x +
€ > C 23 «scorpion.caveon.com/take/?launch_token=.eJwFwdENwCAlBcBd-ColgNA4S9MPeOL-|3jake3
SwFF-keqzesNOCy6ytGuug6G
Page: 1/ 60 Flag this page aj
; . ; a , Exam Timer
1. What are the three considerations in building custom screen components in flow? 04m 41s
— Users can run the flow only in Lightning runtime
Screen components can be installed from AppExchange or custom built
Enable "Use Lightning Components" checkbox in the flow property, prior to integrating
the components
The flow’s type should be Screen Flow.
Flow can be distributed using a Visualforce component.
Send a comment about this question
“ @ Exam Interface @ x +
€ > C 23 «scorpion.caveon.com/take/?launch_token=.eJwFwdENwCAlBcBd-ColgNA4S9MPeOL-|3jake3
SwFF-keqzesNOCy6ytGuug6G
Page: 1/ 60 Flag this page aj
; . ; a , Exam Timer
1. What are the three considerations in building custom screen components in flow? 04m 40s
— Users can run the flow only in Lightning runtime
Screen components can be installed from AppExchange or custom built
Enable "Use Lightning Components" checkbox in the flow property, prior to integrating
the components
The flow’s type should be Screen Flow.
Flow can be distributed using a Visualforce component.
Send a comment about this question
Completed: Feb 19, 2024 11:36 PM Duration: 1::
Breakdown
Automation Basics
70%
Integration 47%
Testing, Distribution, and Monitoring 90% |
Tools and Best Practices 85%
Congratulations, you passed this exam
Completed: Feb 19, 2024 11:36 PM Duration: 1:
Breakdown
Automation Basics 70%
Integration 47% )
Testing, Distribution, and Monitoring | 90%
Tools and Best Practices 85%
Congratulations, you passed this exam
Completed: Feb 19, 2024 11:36 PM Duration: 1:
Breakdown
Automation Basics 70%
Integration AT%)
Testing, Distribution, and Monitoring 90%