
最新の2026年09月07日試験エンジン練習問題Process-Automation最新の有効問題集を提供中です
試験解答はProcess-Automation最新版テストエンジンをタダで提供します
Salesforce Process-Automation 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
質問 # 64
Dreamhouse Realty is looking to build an application for its internal users that will display calculated values in real-time based on data stored in multiple external systems. The number of objects in the data set is expected to stay constant over time. Some of the external data include alerts that need to be displayed as-is.
What could help the architect build out a solution for the above requirements?
- A. Flow Connect, Flows, MuleSoft Integrator
- B. Flows, MuleSoft Integrator, Salesforce Connect
- C. Flow Orchestration, MuleSoft Integrator, External Objects
- D. Flows, Local Action, External Objects
正解:B
解説:
To integrate real-time data from external systems into Salesforce while keeping the data volume constant and displaying alerts without replication, the optimal solution is to:
Use Salesforce Connect with External Objects to view external data without storing it.
Use Flows for logic and automation based on the displayed data.
Use MuleSoft to aggregate or orchestrate integration with multiple external systems.
D). Correct - This combination ensures real-time data access and business logic with minimal storage overhead.
Incorrect Options:
A). Local Actions run client-side and are limited in scope.
B). Flow Orchestration is used for task assignment across users-not for data aggregation or display.
C). "Flow Connect" is not a Salesforce product.
Reference Extracts from Salesforce Process Automation Study Guide:
"Salesforce Connect lets you access and display external data in real-time using External Objects."
"Use MuleSoft to integrate complex systems and APIs with Salesforce."
質問 # 65
Which three main categories con Flow elements be broken down into?
- A. Logic, actions, and connectors.
- B. Screen, logic, and actions.
- C. Guided visual processes, behind the scenes automation, and approval automations.
- D. Variables, choices, and stages.
正解:B
質問 # 66
Where would a flow designer navigate to add a Screen Flow to a Lightning Page?
- A. Setup > Edit Page
- B. Setup > Lightning App Builder > Page
- C. Setup > Lightning App builder > Flow Canvas
- D. Setup > App Picker > Flow Builder.
正解:A、B
質問 # 67
Which should be used to branch a flow?
- A. If Else condition
- B. If condition
- C. Decision Element
- D. Branching Element
正解:C
質問 # 68
Which two places can a flow designer distribute a flow with a screen?
- A. Utility Bar
- B. Related List
- C. Buttons
- D. LWC JavaScript
- E. Lightning Pages
正解:A、E
質問 # 69
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. Approvals
- B. Apex Trigger
- C. Process Builder
- D. Flow Builder
正解:C
解説:
To notify the CEO via email for an Opportunity's discount exceeding 40%, Process Builder is the most suitable tool. Process Builder allows for the creation of automated processes that can perform actions based on specific criteria, such as sending an email alert. In this scenario, the Process Builder can be configured to trigger when an Opportunity record's discount field reaches above 40%, and then an immediate action can be set up to send an email notification to the CEO. This method is efficient and does not require coding, making it accessible for administrators.Reference: Salesforce Help Documentation on Process Builder.
質問 # 70
Which three of the following are the key components to build a process in Process Builder?
- A. Action
- B. Criteria Node
- C. Scheduler
- D. Trigger
- E. Timer
正解:A、B、D
解説:
In Process Builder, a process is made up of three core building blocks:
Trigger: Specifies when the process should start, such as when a record is created or edited.
Criteria Node: Defines the condition(s) that must be true for actions to be executed.
Actions: Define what happens when the criteria are met - examples include creating records, updating fields, and sending emails.
Incorrect Options:
B). Scheduler: Not a component of Process Builder. Scheduling is handled differently, typically in Flow.
C). Timer: Not a term used within Process Builder.
Reference Extracts from Salesforce Help Documentation on Process Builder:
"A process consists of a trigger, criteria, and actions."
"Each criteria node defines conditions and the actions to execute when those conditions are met."
質問 # 71
Which two conditions can a flow designer schedule actions on?
- A. A specific day of the week.
- B. The time that the process ran last time, e.g., three days from now.
- C. Date relative to a rare event, e.g., 1st day of a leap year.
- D. A specific date/time field on the record that started the process.
正解:A、D
質問 # 72
A new VP of Sales joined TrueGlobal Inc. TrueGlobal uses Salesforce for managing global sales operations. The VP wants to receive an email alert if a deal stage is changed to Closed Lost and the amount is greater than $1,000,000. What evaluation criteria should the administrator choose while creating this workflow rule?
- A. When a record is created and any time it's edited to subsequently meet criteria
- B. When a record is created
- C. When a record is edited, and any time it's edited to subsequently meet criteria
- D. When a record is created and every time it is edited
正解:A
質問 # 73
Universal Containers (UC) Administrator wants to integrate a new external data object with Salesforce. In Salesforce Flow, they are not able to see the External Object. What could be the possible reason?
- A. The service referenced by the External Object is down
- B. There should be pre-existing data in the External Object
- C. The user has not properly configured OAuth
- D. The External Object is not under "Deployed" status
正解:D
質問 # 74
Which three Process Automation Settings can be found in Setup?
- A. Let users select run-as another user
- B. Let Administrators debug flows as other users
- C. Let Administrators resume flows with pending actions
- D. Let users pause flows
- E. Let users resume shared flow interviews
正解:C、D、E
質問 # 75
How many active versions of a flow can you have at a given time?
- A. 0
- B. Unlimited
- C. 1
- D. 2
正解:D
質問 # 76
Universal Container (UC) recently migrated to Lightning Experience. How can UC allow users to upload a file during a Flow?
- A. Apex + Visualforce
- B. Node.js
- C. Custom Lightning Component
- D. File Upload* standard Screen Component
正解:D
解説:
To allow users to upload a file during a Flow in Lightning Experience, the "File Upload" standard Screen Component should be used. This component is part of the Salesforce Flow Builder and enables users to upload files as part of a flow without the need for custom development or external solutions. It's a straightforward way to incorporate file uploads into automation processes, enhancing user interaction within flows.Reference: Salesforce Help Documentation on Flow Builder.
質問 # 77
What are the three considerations in building custom screen components in flow?
- A. Users can run the flow only in Lightning runtime
- B. Enable "Use Lightning Components" checkbox in the flow property, prior to integrating the components
- C. Screen components can be installed from AppExchange or custom built
- D. The flow's type should be Screen Flow
- E. Flow can be distributed using a Visualforce component
正解:A、C、D
質問 # 78
To override the context a flow typically runs in, set the flow to run in which context?
- A. Debug context
- B. RunAs context
- C. System context
- D. User context
正解:C
解説:
To override the typical user context in which a flow runs, you can set the flow to run in System Context. This means the flow will have access to all records and fields in the Salesforce org, regardless of the user's permissions, following the sharing rules and field-level security settings of the admin or the automated process user.Reference: Salesforce Help - How Does Flow Security Work?
質問 # 79
In which three ways can a flow designer distribute flows that involve user interaction?
- A. Flow actions
- B. Lightning pages
- C. Custom Lightning web components
- D. Microservice Frame
- E. Field Portal Mobile App
正解:A、B、C
解説:
Flows that involve user interaction (Screen Flows) can be made available to users using several distribution methods:
B). Lightning Pages: You can embed a flow in a Lightning App page, Record page, or Home page using the Flow standard component.
C). Flow Actions: You can launch flows as Quick Actions from the UI.
D). Custom Lightning Web Components: Flows can be embedded and invoked inside custom LWCs, giving developers flexibility in UI design.
Incorrect Options:
A). Field Portal Mobile App: Not a Salesforce distribution method.
E). Microservice Frame: Not a Salesforce-recognized term or method for distributing flows.
Reference Extracts from Salesforce Help Documentation on Flow Distribution Methods:
"You can distribute screen flows via Lightning pages, flow actions, and embed them in Lightning components."
"Custom Lightning web components can call flows using the lightning-flow component."
質問 # 80
From the following scenarios, what is the most critical thing that should be avoided within a loop, if possible, when working with flows?
- A. Nesting another loop.
- B. Assigning new values to variables.
- C. Displaying data to the user.
- D. Executing actions like creating or updating records.
正解:D
質問 # 81
What key feature was introduced is Spring 21 release which helps with identifying performance...?
- A. Stagger and Throttle plug-ins for Flows
- B. Accurate measure of the CPU time consumption of Flows and Processes
- C. Optimizer plug-in for Flows and Processes
- D. Black run-as access for Processes
正解:B
質問 # 82
Northern Trail Outfitters (NTO) is looking to build an app for its logistics team where users will be able to submit inventory refill requests. The current manual process involves filling out a long form containing many fields. NTO is planning to replace the current process with Flows. Users frequently change field values as they are filling out the form. What should NTO keep in mind about letting users go backward in the Flow to make updates to field values?
- A. Letting users navigate from the later screen to the previous screen could result in duplicates.
- B. "Allow Navigation" needs to be set to TRUE on the Flow.
- C. Only users with "Navigate Flows" permission can navigate to previous screens.
- D. Once the user navigates to previous screen, all field values on the current screen will be lost and will need to be repopulated.
正解:D
質問 # 83
How can a consultant use process automation tools to set up Salesforce Flow for Service?
- A. Use Process Builder to create flows and quick actions.
- B. Use Flow Builder to create flows, and specify them in an Actions and Recommendations deployment or in a process.
- C. Add the Actions and Recommendations component to a process.
- D. Use Flow Builder to add processes to the Actions and Recommendations component.
正解:B
質問 # 84
The Administrator is developing a flow which integrates with an external system and needs to be invoked in async fashion. What type of flow should the Administrator choose when designing this process?
- A. Screen Flow
- B. Checkout Flow
- C. Platform Event Process
- D. Contact Request Flow
正解:C
質問 # 85
Which process must be automated using Flow Builder?
- A. Whenever outbound messages are involved.
- B. Whenever deletion of records are involved.
- C. Whenever posting to chatter is involved.
- D. Whenever time based actions are involved.
正解:B
質問 # 86
To run flows, a user must have which permission?
- A. Run Flows
- B. View Screen Flows
- C. Flow User
- D. Manage Flows
正解:A
解説:
To execute flows (both screen and autolaunched flows), a user must have the Run Flows user permission.
This permission ensures users can initiate and interact with flows provided in the UI or behind the scenes.
C). Correct - Run Flows allows users to start and complete flows.
Incorrect Options:
A). Manage Flows allows creation and modification of flows, not execution.
B). Flow User is a legacy license label, not a permission.
D). View Screen Flows is not an official Salesforce permission.
Reference Extracts from Salesforce Process Automation Study Guide:
"Users must have the 'Run Flows' permission to execute screen flows or autolaunched flows."
"Ensure appropriate profiles or permission sets grant this permission."
質問 # 87
......
Process-Automation試験問題集で無料サンプルは365日更新されます:https://www.jpntest.com/shiken/Process-Automation-mondaishu
合格させるProcess-Automation試験問題と最新のProcess-Automationテスト問題集PDF:https://drive.google.com/open?id=1XSmO4C4kSMaFOTKHqcBwfDflEhNuecrm