[Q50-Q65] テスト資料OmniStudio-Consultantテストエンジン試験問題はここにある[2023年03月]

Share

テスト資料OmniStudio-Consultantテストエンジン試験問題はここにある[2023年03月]

合格突破受験者シミュレーションされたOmniStudio-Consultant試験PDF問題を試そう

質問 50
In OmniScript, how can pages or groups of fields be controlled based on the choices made by the user?

  • A. Create child OmniScripts for branched flow
  • B. Use the Conditional View property on a Step or Block element
  • C. Add Cancel and Save options for the user
  • D. Use the Radio Input property for a Step or Block element

正解: B

 

質問 51
A business needs a 360° view of their accounts, including a FlexCard to display all of the products sold to the account. The business identified 20 different data elements and 10 actions that users would need when viewing the product information. Once all of the elements were collected together on the FlexCard, it looked cluttered.
What FlexCard feature should the consultant recommend to address this issue?

  • A. States
  • B. Actions
  • C. Zones
  • D. Flyouts

正解: D

 

質問 52
A business is creating an agent console with FlexCards to provide a 360° view of their customers. The business wants the following information displayed:
* Account information including account name, phone, and website
* Active opportunities related to the account
* Active contracts related to the account
* The ability to view and renew contracts
An Integration Procedure will be used to retrieve Account, Opportunity, and Contract data.
How should the consultant design the FlexCards to meet these requirements?

  • A. Parent FlexCard with single Child and multiple Card States
  • B. Parent FlexCard with multiple Child and different Card States
  • C. Parent FlexCard with multiple Child and Card Actions
  • D. Parent FlexCard with single Child and Card Actions

正解: C

 

質問 53
A company has an existing OmniScript that agents use to create new billing accounts. It currently has three st to capture required information:
* Step 1: account name and legal number
* Step 2: billing cycle and monthly due date
* Step 3: email and telephone number
After each step, a DataRaptor is used to update the account information in Salesforce.
Following best practices, which two improvements can the consultant recommend for this OmniScript?
Choose 2 answers

  • A. Create a reusable OmniScript for this process
  • B. Configure the save for later property
  • C. Use a single DataRaptor to save the information
  • D. Combine the three steps into one step

正解: C,D

 

質問 54
An insurance company wants to create an OmniScript that allows the user to review and change account number such as phone number and website. In this process, the following functionality is needed:
* Enter the company's website
* Enter the account phone number
* Each field should display on a separate line of the page
Which three elements should the consultant include in the OmniScript design solution?
Choose 3 answers

  • A. Text Area
  • B. Telephone
  • C. Text
  • D. Line Break
  • E. Number

正解: B,C,D

 

質問 55
Which three of the following are functions of a Text Block element in OmniScript?
Choose 3 answers

  • A. User input fields
  • B. Error conditions
  • C. Links or images
  • D. Table formatting
  • E. Text formatting

正解: C,D,E

 

質問 56
A consultant receives a requirement to display products installed at an account site in a customer's 360° FlexCard view. The business requires that the width of the fields displayed should change depending on the device used to view the FlexCard. For example, the Product Name and Model field elements should display at full width on mobile devices, but they should shrink to 60% on devices such as laptops and desktops.
How should the consultant design the FlexCard to meet this requirement?

  • A. Enable the Responsive feature on the Product Name and Model field elements
  • B. Create two states, one for mobile devices and another for non-mobile devices
  • C. Create two FlexCards, one for mobile devices and another for non-mobile devices
  • D. Enable the Mobile-First feature in FlexCard settings

正解: A

 

質問 57
A healthcare company wants to enable its subscribers to add. edit, or delete dependents related to their policy via their Community portal. The project team decides to use OmniStudio tools to provide this functionality.
In this scenario, which two OmniStudio features should the consultant recommend?
Choose 2 answers

  • A. Remote Action
  • B. Response Action
  • C. Datatable
  • D. Edit Block

正解: B,D

 

質問 58
A business wants to create an OmniScript that allows call center agents to schedule field service appointment customers. The process needs to retrieve available appointment dates from an external system via a REST A[ and then display them to the user for selection in a dropdown list. Once the user selects a date, a confirmatic should display with rich text and images.
Which three OmniScript elements should be used to meet these requirements?
Choose 3 answers

  • A. Text Area
  • B. Text Block
  • C. HTTP Action
  • D. Multi-select
  • E. Select

正解: B,C,E

 

質問 59
A business has a project that must be completed soon in order to meet important deadlines. However, the developer on the project has left the company, and the new team on the project has decided to use OmniStudio tools. The development work completed so far was done using APEX code. The new team must complete the project following these guidelines:
* Minimize implementation time
* Ensure end-user processes are as simple as possible
* Find a way to ensure optimal UX
In this scenario, what two actions should the consultant recommend to the project team' Choose 2 answers

  • A. Replace existing APEX using DataRaptors and HTTP Actions
  • B. Create new LWC templates for branding and styling
  • C. Use existing APEX classes as data sources
  • D. Implement FlexCards and OmniScripts for the front-end

正解: A,D

 

質問 60
When a customer calls to report a product issue, agents need to check all open cases related to that product to see if there are any solutions that can resolve the customer's issue. Products that have been purchased are stored as assets, and there is a lookup relationship from case to asset that allows cases to be linked to the products customers have purchased.
What type of DataRaptor can be used to retrieve a list of cases filtered by the customer's asset and the last service date of the asset?

  • A. DataRaptor Transform
  • B. DataRaptor Turbo
  • C. DataRaptor Extract
  • D. DataRaptor Load

正解: C

 

質問 61
What business problem does DataRaptor solve?

  • A. It guides humans through a complex business process.
  • B. lt removes the need to code data mappings for data transformations.
  • C. It allows developers to create complex API queries declaratively.
  • D. It combines multiple steps and processes into a single server call.

正解: B

 

質問 62
What is the purpose of Step elements in OmniScript?

  • A. Organizes the script into one or more pages
  • B. Allows the user to input data
  • C. Groups elements that extract data
  • D. Enables the use of repeatable blocks

正解: A

 

質問 63
A health provider company is building a new application for its medical officers. The company wants to display medical test reports for patients. Medical test reports is a custom object, related to the Patients object. For e< patient, the company needs to list each medical test report including the report name, date requested, and d generated. From each medical test report, the user should be able to take the following actions:
* Approve
* Print for Review
* Send for Retest
Which OmniStudio tools should the consultant use to design a solution to meet these requirements?

  • A. Salesforce list view with custom buttons/links
  • B. Single FlexCard with multiple actions
  • C. Multiple FlexCards with single action
  • D. OmnlScript with multiple Step elements

正解: B

 

質問 64
which of the following are Integration Procedure Actions?

  • A. Email
  • B. PDF
  • C. OmniScript
  • D. TypeAhead

正解: A

 

質問 65
......


Salesforce OmniStudio-Consultant 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • 統合手順と関連するDataRaptorsの設計
  • FlexCardを使用する機能、使用例、および目的を説明する
トピック 2
  • 顧客を収集してグループ化する360エンドユーザーに表示するために必要な情報
  • OmniStudioツールを使用してソリューションを設計するために、ビジネス要件を収集、分析、および簡素化する
トピック 3
  • 計算マトリックスと計算手順を使用する利点を説明し、実際の例を提供します
  • ビジネスプロセスステップの要件を特定し、それらをOmniScriptコンポーネントにマッピングします

 

正真正銘で最適なOmniStudio-Consultantオンライン練習試験資料:https://jp.fast2test.com/OmniStudio-Consultant-premium-file.html

優良な質を持つOmniStudio-Consultant問題集と解釈が待ってます。 今すぐゲット:https://drive.google.com/open?id=1bO6f_SLkUix2CsaGwesTnBvrSAlaa453


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어