
Ensure Success With Updated Verified Process-Automation Exam Dumps [2023]
Exam Materials for You to Prepare & Pass Process-Automation Exam.
NEW QUESTION 14
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
Answer: C
NEW QUESTION 15
Which of the following are true regarding the Lead Conversion process? Choose two
- A. Custom Lead fields can be inserted into standard or custom Account, Contact or Opportunity fields.
- B. A Contact is created if one with the same name is not found
- C. An Opportunity is always created
- D. An Account is created if one with the same name is not found
Answer: B,D
NEW QUESTION 16
In which three ways can a flow designer distribution flows that involve user interaction?
- A. Microservice Frame
- B. Custom Lightning web components
- C. Lightning pages
- D. Field Portal Mobile App
- E. Flow actions
Answer: B,C,E
NEW QUESTION 17
If a record meets one criteria, an email should be sent. If the record meets a different criteria, a task should be created. It is possible that a record meets both criteria.
What is the recommended solution for this scenario?
- A. Define two Processes using the Process Builder
- B. Create one Workflow Rule with two Workflow Actions
- C. Create two Workflow Rules
- D. Create one Process using the Process Builder
Answer: D
NEW QUESTION 18
What should you avoid inside a loop?
- A. Executing actions, such as creating or updating records.
- B. Nesting another loop.
- C. Displaying data to the user.
- D. Assigning new values to variables.
Answer: A
NEW QUESTION 19
Which element allow adding branching logic?
- A. Loop
- B. Subflow
- C. Assignment
- D. Decision
Answer: D
NEW QUESTION 20
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.
Answer: A
NEW QUESTION 21
Which of the following three statements are correct regarding Flow interviews?
- A. Users can use browser's Back or Forward buttons to navigate through a flow
- B. Any flow interviews that are not in use should be deleted go that user's pending list includes only interviews that they ..
- C. A flow interview always runs n single instance of n flaw.
- D. Only those flow interviews can be deactivated that have been paused at least once.
- E. A single flow can have up to 50 different versions.
Answer: D
NEW QUESTION 22
What should be avoided within the loop when working web flows?
- A. Assignment new values to variables.
- B. Displaying data to the user
- C. Nesting another loop.
- D. Executing actions like creating or updating records
Answer: D
NEW QUESTION 23
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. Apex Trigger
- B. Process Builder
- C. Flow Builder
- D. Approvals
Answer: D
NEW QUESTION 24
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 for handling the post login and process.
- B. Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
- C. Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process
- D. Leverage Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
Answer: A
NEW QUESTION 25
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
- B. Variable
- C. Decision
- D. Dependent Picklist
Answer: A
NEW QUESTION 26
Universal Containers (UC) has two business groups that have unique stages in the spelling process. What should UC use to implement?
- A. Use Opportunity Stages.
- B. Use Record Type
- C. Page Layout
- D. Use Lightning Flow
Answer: B
NEW QUESTION 27
Which process must be automated using Flow Builder?
- A. Whenever posting to chatter is involved.
- B. Whenever time based actions are involved.
- C. Whenever outbound messages are involved.
- D. Whenever deletion of records are involved.
Answer: D
NEW QUESTION 28
Which Process Builder component determines when a process runs?
- A. Criteria
- B. Action
- C. Trigger
- D. Screen
Answer: C
NEW QUESTION 29
Which three building blocks are used to create a Flow?
- A. Process
- B. Elements
- C. Connectors
- D. Resources
- E. Screens
Answer: B,C,D
NEW QUESTION 30
Universal Containers (UC) is automatically its employee offboarding process. Payroll information is stored in an external system. What could UC use to make a automatic update to the payroll system when an employee is offboarded?
- A. JSON Auto Connector
- B. API Connect
- C. Outbound Message Action
- D. Salesforce Handler
Answer: C
NEW QUESTION 31
For which use case is it appropriate to combine a process and a flow?
- A. Delete a related record.
- B. Clone a record and its children.
- C. Post to an internal Chatter group.
- D. Post to external (Community) Chatter group.
Answer: A,B
NEW QUESTION 32
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
- B. When a record is created and every time it is edited
- C. When a record is edited, and any time it's edited to subsequently meet criteria
- D. When a record is created and any time it's edited to subsequently meet criteria
Answer: D
NEW QUESTION 33
An administrator wants to route an employee's time-off request to their manager for approval. Which tool should the administrator use?
- A. Workflow Rules
- B. Process Builder
- C. Flow Builder
- D. Approvals
Answer: D
NEW QUESTION 34
Which of the following is the only resources that can change during a Flow?
- A. Variable
- B. Text Template
- C. Stage
- D. Formula
Answer: A
NEW QUESTION 35
Which tools are included with the Lightning Flow product?
- A. Lightning App Builder and Process Builder
- B. Lightning Experience and Flow Builder
- C. Process Builder and Flow Builder
- D. Process Builder. Flow Builder, and Approvals
Answer: C
NEW QUESTION 36
Ursa Major (UMS) is evaluating Salesforce for automating its mutual business processes. What should UMS keep in mind?
- A. Salesforce automation tools are not available in Salesforce Developer edition
- B. Salesforce automation tools are currently not supported in Microsoft internet Explorer.
- C. Salesforce automation tools can not update records for which OWD is Public.
- D. Salesforce automation tools are not supported in Salesforce Lightning.
Answer: B
NEW QUESTION 37
Which three conditions need to be met in order for an Administrator to delete a flow version installed from a package without uninstalling the package?
- A. The flow version has no scheduled actions that are currently live or running.
- B. The flow version isn't the latest version of the flow installed in an org.
- C. The flow version doesn't have any associated paused flow interviews.
- D. The flow version is deprecated in the org.
- E. The flow version is inactive.
Answer: B,C,E
NEW QUESTION 38
......
Updated Process-Automation Certification Exam Sample Questions: https://www.prep4away.com/Salesforce-certification/braindumps.Process-Automation.ete.file.html
Pass Your Process-Automation Exam at the First Try with 100% Real Exam: https://drive.google.com/open?id=1qah3RouO6seRcegG4E5cSg0liplF40Tu