[2023年07月31日]Process-Automation試験問題集でリアル試験と100%同じ問題と解答 [Q17-Q39]

Share

[2023年07月31日]Process-Automation試験問題集でリアル試験と100%同じ問題と解答

Process-Automationテストエンジン問題集トレーニングには62問あります

質問 # 17
In which two ways does Salesforce Flow for Service help customer service agent?

  • A. It allows an agent to pen a record and seamlessly resume a customer conversion.
  • B. It shows a checklist that agents can print.
  • C. It helps an experienced agent show a new agent what to do.
  • D. It uses flows and quick action to walk agents through customer engagement.

正解:A、D


質問 # 18
Universal Containers requested a custom field on the account to be created to display the number of open cases related to the this requirement?

  • A. Create a roll-up summary field.
  • B. Use the process builder to populate the custom field value.
  • C. Use a flow to populate the custom field value.
  • D. Use scheduled apex to populate the custom field value.

正解:A


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

正解:C、D、E


質問 # 20
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 record is shared.
  • C. When a new record is created.
  • D. When a record is deleted.

正解:A、C


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

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

正解:B


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

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

正解:A、B、E


質問 # 23
An administrator wants to route an employee's time-off request to their manager for approval. Which tool should the administrator use?

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

正解:A


質問 # 24
What is a flow interview?

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

正解:B


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

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

正解:B、C、D


質問 # 26
Which of the following is the only resources that can change during a Flow?

  • A. Variable
  • B. Formula
  • C. Stage
  • D. Text Template

正解:A


質問 # 27
If a record meets one criteria, an email should be sent. If the record meets a different criteria, a task should be created. It is possible that a record meets both criteria.
What is the recommended solution for this scenario?

  • A. Create one Process using the Process Builder
  • B. Create one Workflow Rule with two Workflow Actions
  • C. Create two Workflow Rules
  • D. Define two Processes using the Process Builder

正解:A


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

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

正解:B


質問 # 29
What dies debug option in Flow Builder allow an administrator to do?

  • A. Run the most recent saved version of the flow with auto-save mode turned OFF.
  • B. Version a Flow that can be saved as current version after the Flow has run.
  • C. Enter custom values for input variable and view step-wise details.
  • D. Roll back to previously executed actions, callouts, and changes committed to the database.

正解:D


質問 # 30
Which are the three Flow best practices?

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

正解:A、C、E


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

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

正解:C


質問 # 32
In which three ways can a flow designer distribution flows that involve user interaction?

  • A. Microservice Frame
  • B. Lightning pages
  • C. Custom Lightning web components
  • D. Flow actions
  • E. Field Portal Mobile App

正解:B、C、D


質問 # 33
A new VP of sales joined TrueGlobal Inc. TrueGlobal uses Salesforce for managing their global sales operations. The VP of sales wants to receive an email alert if a deal stage is changed to Closed Lost and the amount was greater than $1,000,000. What evaluation criteria should the administrator choose while creating this workflow rule?

  • A. When a record is created and every time it is edited
  • B. When a record is edited, and any time it's edited to subsequently meet criteria
  • C. When a record is created
  • D. When a record is created and any time it's edited to subsequently meet criteria

正解:D


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


質問 # 35
Universal Container (UC) recently migrated to Lightning Experience. How can UC allow users to upload a file during a Flow?

  • A. Apex + Visualforce
  • B. File Upload* standard Screen Component
  • C. Node.js
  • D. Custom Lightning Component

正解:B


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

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

正解:B、C


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

  • A. Users can use browser's Back or Forward buttons to navigate through a flow
  • B. A flow interview always runs n single instance of n flaw.
  • 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. Any flow interviews that are not in use should be deleted go that user's pending list includes only interviews that they ..

正解:C


質問 # 38
What does a flow connector do?

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

正解:B


質問 # 39
......


Salesforce Process-Automation Examを受験するには、データモデリング、セキュリティ、ユーザーインターフェースのカスタマイズを含むSalesforceプラットフォームの基礎を理解していることが必要です。また、標準的なSalesforce自動化ツールに精通しており、Salesforce環境での自動化ソリューションの設計と実装の経験が必要です。この試験は、60問の多肢選択問題から構成され、90分以内に回答する必要があります。候補者は、試験に合格し認定資格を受け取るためには最低65%のスコアを取得する必要があります。認定資格は2年間有効であり、現行バージョンの試験に合格するか、関連するTrailheadモジュールを完了することで更新することができます。


Salesforceプロセス自動化:Salesforceプロセス自動化認定プロフェッショナル試験は、Salesforceを使用したプロセス自動化の領域における個人の知識とスキルをテストするために設計されています。この試験は、Salesforceプロフェッショナルの認定を取得し、プロセス自動化における専門知識を証明したい人に最適です。


Salesforceプロセスオートメーション(Salesforceプロセスオートメーション認定プロフェッショナル)試験は、Salesforceでプロセスオートメーションソリューションを実装する能力と熟練度を証明するために設計された認定試験です。この試験は、Salesforce管理者、開発者、またはコンサルタントとして働き、ビジネスプロセスを自動化するためにSalesforceを構成およびカスタマイズする経験がある個人を対象としています。この認定は、これらのプロフェッショナルが、組織の業務を効率化し、生産性を向上させるためのプロセスオートメーションソリューションを設計、構築、および管理する能力を検証します。

 

Process-Automation練習テストPDF試験材料:https://jp.fast2test.com/Process-Automation-premium-file.html

Process-Automation問題で一発合格させる問題集にはAccredited Professional認定問題を使おう:https://drive.google.com/open?id=16ecFCfRdoWH4KWVgZJ7oR3yNUQWP6CSU


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어