
[2024年06月] 最新のAccredited Professional Process-Automation試験解答豪華セット問題集
SalesforceコンテンツをマスターしてProcess-Automation試験合格保証つき問題集!
質問 # 40
Which two types of flows are supported by Salesforce Flow?
- A. Screen Flows
- B. Autolounched Flows
- C. Remote Flows
- D. Managed Flows
正解:A、B
質問 # 41
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 is deprecated in the org.
- C. The flow version has no scheduled actions that are currently live or running.
- D. The flow version doesn't have any associated paused flow interviews.
- E. The flow version isn't the latest version of the flow installed in an org.
正解:A、D、E
質問 # 42
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 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
- C. Use a Record Trigger Flow to change the Account field value from "prospect" to "customer" and email the Account Owner.
- D. Use a Flow to update the field and trigger on Approval Process to notify the VP of Sales.
正解:D
質問 # 43
Which of the following are true regarding the Lead Conversion process? Choose two
- A. An Opportunity is always created
- B. An Account is created if one with the same name is not found
- 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.
正解:B、D
解説:
During the Lead Conversion process in Salesforce, an Account is created if an existing one with the same name isn't found. Additionally, Salesforce allows for the mapping of custom Lead fields to standard or custom fields on Account, Contact, or Opportunity objects, ensuring that important information from the Lead is preserved and transferred during conversion.Reference: Salesforce Help - Customize How Leads Get Converted
質問 # 44
Northern Trail Outfitters (NTO) has a drop-down legacy UX. NTO is now looking to replace it with a personalized UX so that the right recommend .. available to the right people at the right time. Which automation feature can help NTO accomplish this goal?
- A. interaction Designer
- B. Einstein Next Best Action
- C. Experience Builder
- D. Personalization Workbench
正解:B
解説:
To replace a drop-down legacy UX with a personalized UX that provides the right recommendations at the right time, Einstein Next Best Action (A) is a suitable feature. Einstein Next Best Action analyzes various factors to present users with contextually relevant actions or recommendations, enhancing decision-making and user experience.Reference: Salesforce Help Documentation on Einstein Next Best Action.
質問 # 45
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. Outbound Message Action
- C. Salesforce Handler
- D. API Connect
正解:B
質問 # 46
What should an Administrator do to allow the value of a variable to be get by sources that started the flow?
- A. Select "Field is required" checkbox
- B. Select 'Allow Multiple Values" checkbox
- C. Select "Available for output" checkbox
- D. Select "Available for input" checkbox
正解:C
解説:
To allow the value of a variable to be accessed by sources that started the flow, the administrator should select the "Available for output" checkbox (C) for the variable. This setting makes the variable's value accessible outside the flow, allowing it to be used by processes or elements that initiated the flow, facilitating the passing of data between the flow and other processes.Reference: Salesforce Help Documentation on Flow Variables.
質問 # 47
Which process must be automated using Flow Builder?
- A. Whenever posting to chatter is involved.
- B. Whenever outbound messages are involved.
- C. Whenever time-based actions are involved.
- D. Whenever deletion of records is involved.
正解:C
解説:
A process that must be automated using Flow Builder is one where time-based actions are involved (B). Flow Builder supports the creation of flows that can execute actions at specified times, making it suitable for scenarios that require delayed or scheduled automation, such as sending follow-up emails or updating records after a certain period.Reference: Salesforce Help Documentation on Flow Builder and Time-Based Actions.
質問 # 48
Which three of the following are the key component to build a process in Process Builder?
- A. Timer
- B. Scheduler
- C. Action
- D. Trigger
- E. Criteria Node
正解:C、D、E
質問 # 49
Which element allow adding branching logic?
- A. Assignment
- B. Loop
- C. Subflow
- D. Decision
正解:D
解説:
The Decision element (D) allows adding branching logic to a flow. It evaluates specified conditions and directs the flow to different paths based on the outcomes. This enables the creation of complex flows that can handle multiple scenarios and decision points.Reference: Salesforce Help Documentation on Flow Elements.
質問 # 50
Which is an input variable supported in flows?
- A. Record Collection Variable
- B. Record Variables
- C. Picklist
- D. Collection
正解:B
解説:
Record Variables are an input variable type supported in Salesforce Flows. Record Variables are used to store Salesforce record data, allowing flows to access and manipulate records within the flow. This makes them highly useful for creating and updating records based on the flow's logic.Reference: Salesforce Help - Record Variables in Flows
質問 # 51
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. Screen Flow
- B. Contact Request Flow
- C. Platform Event Process
- D. Checkout Flow
正解:C
質問 # 52
Salesforce Administrator would like to build a process to ask customers ten different questions when on a call with marketing users. Questions are based on the country and account language preference if the prospect is already a customer. How could the Administrator meet this requirement?
- A. Create a flow to display questions based on country and language.
- B. Write Apex code to show the questions automatically.
- C. Create a custom object for Questions and another object for answers, then use LWC to display questions dynamically.
- D. Create a process builder to display questions based on country and language.
正解:A
解説:
To ask customers different questions based on the country and account language preference, the Administrator could create a flow (D). A flow can dynamically display questions based on criteria such as country and language, making it an ideal solution for interactive questioning during calls with marketing users. This approach leverages the power of Salesforce Flow to handle complex logic and user interactions without the need for custom code or external objects.Reference: Salesforce Help Documentation on Flow Builder.
質問 # 53
How can an Administrator monitor pending scheduled actions?
- A. By executing Monitor Script.
- B. By going to Setup.
- C. By creating keep-alive events for scheduled actions.
- D. By periodically checking the Inbox.
正解:B
解説:
Administrators can monitor pending scheduled actions by navigating to Setup in Salesforce. Within Setup, there are tools and settings specifically designed for monitoring and managing pending actions, such as the Flows section where you can view scheduled and paused flow interviews.Reference: Salesforce Help - Monitor Pending Scheduled Actions
質問 # 54
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. Display Text
- C. Lookup
- D. Text
正解:B
質問 # 55
What is a valid distribution method for Autolaunched flow with a schedule trigger?
- A. Metadata and Tooling API
- B. Scheduled time and frequency
- C. Custom Apex Classes
- D. REST API
正解:B
解説:
A valid distribution method for an Autolaunched Flow with a schedule trigger is setting a Scheduled time and frequency (C). This allows the flow to be executed automatically at defined intervals or specific times, enabling automation of tasks without manual intervention. Salesforce provides options to configure the start date, end date, and the frequency of execution for scheduled flows, making it a flexible tool for automating recurring tasks.Reference: Salesforce Help Documentation on Scheduled Flows.
質問 # 56
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
正解:D
質問 # 57
What's the different between the Run and Debug buttons In Flow Builder?
- A. The debug button displays details tor debugging the flow.
- B. Only the run tuition the Intent of the flow.
- C. The debug button automatically fix issues in the flow.
- D. The Run button is available only for active flows.
正解:A
質問 # 58
What are two valid trigger invocation conditions when creating a trigger that invokes a record-based process?
- A. When a record is updated.
- B. When a new record is created.
- C. When a record is shared.
- D. When a record is deleted.
正解:A、B
解説:
Valid trigger invocation conditions for a record-based process are when a new record is created (A) and when a record is updated (D). These conditions allow processes to run in response to changes in record data, enabling automation of tasks based on record lifecycle events. Salesforce's process automation tools, such as Process Builder and Flow, provide the capability to specify these trigger conditions as part of their configuration.Reference: Salesforce Help Documentation on Process Builder and Flow
質問 # 59
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 not supported in Salesforce Lightning.
- C. Salesforce automation tools are currently not supported in Microsoft internet Explorer.
- D. Salesforce automation tools can not update records for which OWD is Public.
正解:C
質問 # 60
The Administrators at Universal Containers (UC) is configuring a Screen Flow where the end-user make a selection. Which resources should you use?
- A. Dependent Picklist
- B. Variable
- C. Decision
- D. Choice
正解:D
解説:
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
質問 # 61
Administrator has seen an increased number of tickets logged by end reporting Flow errors. To analyze flows in the org, where should the should Administrator to identify which Flows are causing are causing the most errors?
- A. In Setup, type 'Queue' in the quick search menu and select 'Queues'.
- B. In Setup, go to Process Automation and select Paused Flow Interviews.
- C. In Setup, go to Process Automation and select Automation Home.
- D. In Setup, go to Flows and select the 'Recently Viewed' List View.
正解:C
解説:
To analyze flows and identify which ones are causing the most errors, an Administrator should navigate to Automation Home in Setup. This section provides a centralized view of all automation tools, including Flows, and offers insights into the performance and errors associated with each flow, helping administrators to troubleshoot and optimize processes.Reference: Salesforce Help - Monitor and Troubleshoot Flows
質問 # 62
......
あなたを合格させるSalesforce Process-Automation試験専門問題集はここにある:https://www.goshiken.com/Salesforce/Process-Automation-mondaishu.html
最新Accredited Professional Process-Automation練習テストに最速準備問題をゲットせよ:https://drive.google.com/open?id=1P9FLV1eHiBG_3hGCMflr2uUhMbyo0tfF