[2023年11月08日] 完全版最新の問題集でPDFで最新Process-Automation試験問題と解答 [Q24-Q47]

Share

[2023年11月08日] 完全版最新の問題集でPDFで最新Process-Automation試験問題と解答

無料で使えるProcess-Automation試験問題集で100%合格できる試験簡単に合格させるGoShiken

質問 # 24
What is a flow interview?

  • A. Connection or interlink between two to more internal elements of a flow.
  • B. Questions posed by flow designer to potential flow users.
  • C. Instance of a flow.
  • D. A flow that takes the same path as the original flow.

正解:C


質問 # 25
What can a record variable store?

  • A. A set of field values for a single record.
  • B. A set of field values of multiple records that have multiple object types.
  • C. A set of field values for a single record that are not marked as Global.
  • D. A set of field values of multiple records that have the same object type.

正解:A


質問 # 26
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 is inactive.
  • B. The flow version isn't the latest version of the flow installed in an org.
  • C. The flow version has no scheduled actions that are currently live or running.
  • D. The flow version is deprecated in the org.
  • E. The flow version doesn't have any associated paused flow interviews.

正解:A、B、E


質問 # 27
Universal Containers (UC) wants to prevent their customer's assist records from being visible to the sales users of another business groups in .... Can UC accomplish this?

  • A. Use Process builder
  • B. Use Dynamic Form
  • C. Use Lightning Flow
  • D. Use Apex Trigger

正解:D


質問 # 28
What does a flow connector do?

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

正解:B


質問 # 29
An administrator wants to see which Flows currently have paused interviews or scheduled action. Where should the administrator go to ....?

  • A. In Setup, type ''Queue' in the quick search menu and select ''Queue''
  • B. In Setup, go to process Automation and select Paused Flow interviews.
  • C. In Setup, go to Flows and select the Recently Viewed List View.
  • D. In Setup, go to Process Automation and select Automation Home.

正解:B


質問 # 30
What are three basic building blocks of Salesforce Flow?

  • A. Variables
  • B. Constants
  • C. Resource
  • D. Element
  • E. Connector

正解:C、D、E


質問 # 31
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. Dependent Picklist
  • D. Decision

正解:A


質問 # 32
Which two types of flows are supported by Salesforce Flow?

  • A. Screen Flows
  • B. Autolounched Flows
  • C. Remote Flows
  • D. Managed Flows

正解:A、B


質問 # 33
Which global variable contains the record's values immediately before the flow users run?

  • A. $Record__Prior
  • B. $RIORVALUE Formula Field
  • C. $Record
  • D. $Flow

正解:A


質問 # 34
What's the different between the Run and Debug buttons In Flow Builder?

  • A. The debug button automatically fix issues in the flow.
  • B. The debug button displays details tor debugging the flow.
  • C. Only the run tuition the Intent of the flow.
  • D. The Run button is available only for active flows.

正解:B


質問 # 35
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 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
  • D. Use a Flow to update the field and trigger on Approval Process to notify the VP of Sales.

正解:D


質問 # 36
If an admin distributes a flow on an Account record page, how can the admin pass the account's ID into the flow?

  • A. By selecting 'Allow multiple values".
  • B. By using 'Get Record',
  • C. By checking 'Available for input" checkbox.
  • D. By checking "Available for output" checkbox.

正解:B


質問 # 37
Which tools are included with the Lightning Flow product?

  • A. Lightning App Builder and Process Builder
  • B. Process Builder and Flow Builder
  • C. Process Builder. Flow Builder, and Approvals
  • D. Lightning Experience and Flow Builder

正解:B


質問 # 38
Cloud Kicks (CK) is evaluating outbound message actions to send pricing updates to ....

  • A. Admin can configure up to 5 outbound message types for guaranteed delivery.
  • B. Outbound messages could potentially be delivered out of order.
  • C. If the endpoint is unavailable, outbound messages are lost after 3 unsuccessful retries.
  • D. Audit trail is not available for outbound messages.

正解:D


質問 # 39
What should be avoided within the loop when working web flows?

  • A. Displaying data to the user
  • B. Assignment new values to variables.
  • C. Executing actions like creating or updating records
  • D. Nesting another loop.

正解:C


質問 # 40
Ursa Major (UMS) is evaluating Salesforce for automating its mutual business processes. What should UMS keep in mind?

  • A. Salesforce automation tools can not update records for which OWD is Public.
  • B. Salesforce automation tools are not supported in Salesforce Lightning.
  • C. Salesforce automation tools are not available in Salesforce Developer edition
  • D. Salesforce automation tools are currently not supported in Microsoft internet Explorer.

正解:D


質問 # 41
Which three types of data can a flow variable store?

  • A. Binary Large Object (BLOB)
  • B. Character Large Object (CLOB)
  • C. Multi-Select Picklist
  • D. Record
  • E. Text

正解:C、D、E


質問 # 42
What should you avoid inside a loop?

  • A. Displaying data to the user.
  • B. Assigning new values to variables.
  • C. Executing actions, such as creating or updating records.
  • D. Nesting another loop.

正解:C


質問 # 43
An administrator wants to add a confirmation screen to a Screen Flow. What type of Screen Component should the administrator?

  • A. Lookup
  • B. Text
  • C. Display Text
  • D. Long Text Area

正解:C


質問 # 44
Which of the following are true regarding the Lead Conversion process? Choose two

  • A. A Contact is created if one with the same name is not found
  • B. An Opportunity is always created
  • C. An Account is created if one with the same name is not found
  • D. Custom Lead fields can be inserted into standard or custom Account, Contact or Opportunity fields.

正解:A、C


質問 # 45
What can an Administrator do from within the flow error email?

  • A. Launch a debugger in Flow Builder.
  • B. View all errors across all active flows.
  • C. Schedule an inspect Query in the originating org.
  • D. View the full name of the run-as user in the email.

正解:B


質問 # 46
Which of the following three statements are correct regarding Flow interviews?

  • A. A flow interview always runs n single instance of n flaw.
  • B. Any flow interviews that are not in use should be deleted go that user's pending list includes only interviews that they ..
  • C. Only those flow interviews can be deactivated that have been paused at least once.
  • D. A single flow can have up to 50 different versions.
  • E. Users can use browser's Back or Forward buttons to navigate through a flow

正解:C


質問 # 47
......

無料で試せるProcess-Automation試験問題Process-Automation実際の無料試験問題:https://www.goshiken.com/Salesforce/Process-Automation-mondaishu.html

検証済みのProcess-Automation問題集と62格別な問題:https://drive.google.com/open?id=1wzSgwkx39EUr09Jao3f0YivveZmHi_KO