Process-Automation問題集PDFでProcess-Automationリアル試験問題解答 [Q10-Q35]

Share

Process-Automation問題集PDFでProcess-Automationリアル試験問題解答

時間限定!今すぐ試そうProcess-Automation試験 [2023] 問題集でSalesforceのPDF問題

質問 10
Which are the three Flow best practices?

  • A. Configure inactive Flows in Production.
  • B. Set up a flow optimizer.
  • C. Control when users can navigate backwards.
  • D. Provide an error handler.
  • E. Never hard-code Salesforce IDs.

正解: C,D,E

 

質問 11
Which three building blocks are used to create a Flow?

  • A. Connectors
  • B. Process
  • C. Elements
  • D. Screens
  • E. Resources

正解: A,C,E

 

質問 12
Universal Containers (UC) has two business groups that have unique stages in the spelling process. What should UC use to implement?

  • A. Use Lightning Flow
  • B. Page Layout
  • C. Use Record Type
  • D. Use Opportunity Stages.

正解: C

 

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

正解: A

 

質問 14
Which Process Builder component determines when a process runs?

  • A. Trigger
  • B. Screen
  • C. Action
  • D. Criteria

正解: A

 

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

  • A. Flow Builder
  • B. Approvals
  • C. Workflow Rules
  • D. Process Builder

正解: A

 

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

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

正解: A,B

 

質問 17
What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?

  • A. When a new record is created.
  • B. When a record is shared.
  • C. When a record is updated.
  • D. When a record is deleted.

正解: A,C

 

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

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

正解: B,D,E

 

質問 19
What should you avoid inside a loop?

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

正解: A

 

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

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

正解: A

 

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

  • A. An Account is created if one with the same name is not found
  • B. An Opportunity is always created
  • C. A Contact 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

 

質問 22
What should an Administrator do to allow the value of a variable to be get by sources that started the flow?

  • A. Select "Available for output" checkbox
  • B. Select "Field is required" checkbox
  • C. Select 'Allow Multiple Values" checkbox
  • D. Select "Available for input" checkbox

正解: D

 

質問 23
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 creating a temporary shadow record with system account as the owner and copying the lead item to original record.
  • B. By entering @[reference] in the input Message parameter, where reference is the ID for the record owner.
  • C. By cresting two flow directives, one for the record and another one for the feed item.
  • D. By using the Assignment Element and setting the value to the record owner.

正解: B

 

質問 24
The Administrator is developing a flow which integration with an external system and needs to be invoked in async fashion. What type of flow the Administrator should choose when designing this process?

  • A. Platform Event Process
  • B. Screen Flow
  • C. Contact Request Flow
  • D. Checkout Flow

正解: A

 

質問 25
Which is an input variable supported in flows?

  • A. Record Collection Variable
  • B. Picklist
  • C. Collection
  • D. Record Variables

正解: D

 

質問 26
What is a flow interview?

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

正解: B

 

質問 27
For which use case is it appropriate to combine a process and a flow?

  • A. Clone a record and its children.
  • B. Post to an internal Chatter group.
  • C. Post to external (Community) Chatter group.
  • D. Delete a related record.

正解: A,D

 

質問 28
Where would a flow designer navigate to add a Screen Flow to a Lightning Page?

  • A. Setup > App Picker > Flow Builder.
  • B. Setup > Lightning App Builder > Page
  • C. Setup > Lightning App builder > Flow Canvas
  • D. Setup > Edit Page

正解: B,D

 

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

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

正解: C

 

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

  • A. 0
  • B. 1
  • C. 2
  • D. Unlimited

正解: A

 

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

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

正解: C

 

質問 32
The Administrator At Universal Container (UC) needs to develop a flow to get the Sales reps' feedback on closed opportunities. The administrator wants to use the Opportunities object-specific action to launch it. Which standard feature can help UC accomplish this?

  • A. Use Process Builder and Salesforce Survey functionality with Object specific action on the Opportunity object.
  • B. Use Process Builder with custom apex to capture feedback.
  • C. Use Salesforce Survey functionality to help capture feedback.
  • D. Use Salesforce How with Object specific action on the Opportunity object.

正解: D

 

質問 33
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 Process Builder with Workflow rules for displaying the input fields and for handling the post login and process.
  • C. Leverage Screen Flow for displaying the input fields and custom apex triggers for the post login and process.
  • D. Leverage Screen Flow for displaying the input fields and autolaunched flow for handling the post login and process

正解: A

 

質問 34
......

Process-Automationプレミアム試験エンジンとPDFダウンロード:https://jp.fast2test.com/Process-Automation-premium-file.html

検証済みのProcess-Automation豪華お試しセット リアル試験問題集PDF:https://drive.google.com/open?id=1mV0_lYwzEsaxiMm45xiFAcHIEMM5x9g6


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어