Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

Process-Automation Practice Test


Page 4 out of 16 Pages

Which global variable contains the record’s values immediately before the flow users run?


A. $Flow


B. $Record


C. $RIORVALUE Formula Field


D. $Record__Prior





D.
  $Record__Prior

Explanation:

Reference: [Reference:Salesforce Help - Use PriorValue in Record-Triggered Flows, ]

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.





A.
  A set of field values for a single record.

Explanation:

Reference: [Reference:Salesforce Help - Work with Record Variables in Flow, ]

The system needs to automatically mention the record owner in the record feed whenever an Opportunity record is Closed-Won. How can an Administrator accomplish this using Flow?


A. By cresting two flow directives, one for the record and another one for the feed item.


B. By using the Assignment Element and setting the value to the record owner.


C. By creating a temporary shadow record with system account as the owner and copying the lead item to original record.


D. By entering @[reference] in the input Message parameter, where reference is the ID for the record owner.





D.
  By entering @[reference] in the input Message parameter, where reference is the ID for the record owner.

Explanation:

Reference: [Reference:Salesforce Help - Automate Posts to Chatter Using Flow, ]

What is a valid distribution method for Autolaunched flow with a schedule trigger?


A. Metadata and Tooling API


B. REST API


C. Scheduled time and frequency


D. Custom Apex Classes





C.
  Scheduled time and frequency

Explanation:

Reference: [Reference: Salesforce Help Documentation on Scheduled Flows., ]

What does a Constant resource do?


A. It displays text input.


B. It displays static text to the user.


C. It allows to configure logic to change the data type.


D. It stores a fixed value that can be used throughout the flow.





D.
  It stores a fixed value that can be used throughout the flow.

Explanation:

Reference: [Reference: Salesforce Help Documentation on Flow Resources., , ]


Page 4 out of 16 Pages
Previous