ExamGecko
Home Home / Salesforce / Certified Process Automation

Salesforce Certified Process Automation Practice Test - Questions Answers

Question list
Search
Search

The Administrator is creating a login flow for a new application which will be deployed on Salesforce. The ..... create an automation logic to help validate the credentials and access. What is the right design for this ....?

A.
Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
A.
Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
Answers
B.
Leverage Screen Flow for displaying the input fields and for handling the post login and process.
B.
Leverage Screen Flow for displaying the input fields and for handling the post login and process.
Answers
C.
Leverage Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
C.
Leverage Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
Answers
D.
Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process
D.
Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process
Answers
Suggested answer: D

Explanation:

For creating a login flow, the best approach is to use a Screen Flow to display input fields for credentials and then use an Autolaunched Flow to handle the logic after login, such as validating credentials and determining access. This design separates the user interface from the backend logic, allowing for a more modular and maintainable setup.

Reference: Salesforce Help - Screen Flows

The Administrators at Universal Containers (UC) is configuring a Screen Flow where the end-user make a selection. Which resources should you use?

A.
Choice
A.
Choice
Answers
B.
Dependent Picklist
B.
Dependent Picklist
Answers
C.
Variable
C.
Variable
Answers
D.
Decision
D.
Decision
Answers
Suggested answer: A

Explanation:

In configuring a Screen Flow where an end-user needs to make a selection, the 'Choice' resource is used. Choices in Screen Flows present the user with a list of options from which they can select. This resource is particularly useful for scenarios like surveys, quizzes, or any process where user input is required from a predefined set of options.

Reference: Salesforce Help - Add Choices to Screen Elements in Flow Builder

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
A.
Apex trigger
Answers
B.
LWC component
B.
LWC component
Answers
C.
Scheduled workflow rule
C.
Scheduled workflow rule
Answers
D.
Scheduled process builder
D.
Scheduled process builder
Answers
Suggested answer: D

Explanation:

To ensure a Chatter post is made when a support case is open for more than 7 days, a Scheduled Process Builder can be used. This feature allows administrators to configure processes that execute at a specified time, such as 7 days after a case is opened, and can include actions like posting to Chatter. This method provides an automated way to alert the Regional team without custom code.

Reference: Salesforce Help - Schedule-Triggered Flows

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
A.
Process Builder
Answers
B.
Flow Builder
B.
Flow Builder
Answers
C.
Apex Trigger
C.
Apex Trigger
Answers
D.
Approvals
D.
Approvals
Answers
Suggested answer: A

Explanation:

To notify the CEO via email for an Opportunity's discount exceeding 40%, Process Builder is the most suitable tool. Process Builder allows for the creation of automated processes that can perform actions based on specific criteria, such as sending an email alert. In this scenario, the Process Builder can be configured to trigger when an Opportunity record's discount field reaches above 40%, and then an immediate action can be set up to send an email notification to the CEO. This method is efficient and does not require coding, making it accessible for administrators.

Reference: Salesforce Help Documentation on Process Builder.

Which Process Builder component determines when a process runs?

A.
Criteria
A.
Criteria
Answers
B.
Trigger
B.
Trigger
Answers
C.
Action
C.
Action
Answers
D.
Screen
D.
Screen
Answers
Suggested answer: A

Explanation:

In Process Builder, the component that determines when a process runs is the 'Criteria'. Criteria are defined conditions that must be met for the process to execute its associated actions. When a record change or event occurs that matches the defined criteria, the process triggers its actions. This allows for precise control over when and how automated processes are executed in Salesforce.

Reference: Salesforce Help Documentation on Process Builder.

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

A.
Custom Lightning Component
A.
Custom Lightning Component
Answers
B.
Apex + Visualforce
B.
Apex + Visualforce
Answers
C.
File Upload* standard Screen Component
C.
File Upload* standard Screen Component
Answers
D.
Node.js
D.
Node.js
Answers
Suggested answer: C

Explanation:

To allow users to upload a file during a Flow in Lightning Experience, the 'File Upload' standard Screen Component should be used. This component is part of the Salesforce Flow Builder and enables users to upload files as part of a flow without the need for custom development or external solutions. It's a straightforward way to incorporate file uploads into automation processes, enhancing user interaction within flows.

Reference: Salesforce Help Documentation on Flow Builder.

Which two types of flows are supported by Salesforce Flow?

A.
Remote Flows
A.
Remote Flows
Answers
B.
Autolounched Flows
B.
Autolounched Flows
Answers
C.
Screen Flows
C.
Screen Flows
Answers
D.
Managed Flows
D.
Managed Flows
Answers
Suggested answer: B, C

Explanation:

Salesforce Flow supports various types of flows, among which 'Autolaunched Flows' and 'Screen Flows' are two key types. Autolaunched Flows run in the background without user interaction and can be triggered by various events. Screen Flows, on the other hand, are user-interactive and can present screens to users to collect or display information during the flow execution. These types of flows provide a versatile toolset for automating business processes in Salesforce.

Reference: Salesforce Help Documentation on Flow Types.

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

A.
Approvals
A.
Approvals
Answers
B.
Process Builder
B.
Process Builder
Answers
C.
Workflow Rules
C.
Workflow Rules
Answers
D.
Flow Builder
D.
Flow Builder
Answers
Suggested answer: D

Explanation:

To update a record at a specified future time, Flow Builder can be used to create a Scheduled Flow. Scheduled Flows allow administrators to define automation that runs at specific times, making it possible to update records based on time-based criteria without manual intervention. This feature is particularly useful for scenarios where record updates need to occur on a scheduled basis.

Reference: Salesforce Help - Scheduled Flows

How many active versions of a flow can you have at a given time?

A.
Unlimited
A.
Unlimited
Answers
B.
5
B.
5
Answers
C.
1
C.
1
Answers
D.
10
D.
10
Answers
Suggested answer: C

Explanation:

At any given time, you can have only one active (activated) version of a flow in Salesforce. While you can create and save multiple versions of a flow, only one version can be active and triggerable by users or automated processes at a time. This ensures that there is no confusion or conflict between different versions of the same flow.

Reference: Salesforce Help - Activate or Deactivate a Flow

What does a flow connector do?

A.
Tells the flow which external database to connect to.
A.
Tells the flow which external database to connect to.
Answers
B.
Tells the flow which element to execute next.
B.
Tells the flow which element to execute next.
Answers
C.
Tells the flow which resource to create next.
C.
Tells the flow which resource to create next.
Answers
D.
Tells Salesforce which flow to start next.
D.
Tells Salesforce which flow to start next.
Answers
Suggested answer: B

Explanation:

A flow connector in Salesforce is a line that connects elements in a flow, indicating the path that the flow should follow from one element to the next. Connectors are used to define the order of operations in a flow, directing the flow's execution from one element to another based on the defined logic and conditions.

Reference: Salesforce Help - Understand Flow Connectors

Total 78 questions
Go to page: of 8