[Q44-Q61] 検証済みOmniStudio-Consultant日本語問題集PDF資料 [2025]

Share

検証済みOmniStudio-Consultant日本語問題集PDF資料 [2025]

最新のOmniStudio-Consultant日本語実際の無料試験問題更新された120問あります

質問 # 44
ポップアップ ウィンドウに、メンバーの詳細など、キャンペーンに関する追加情報が表示されます。
キャンペーンに新しいリードを追加するためのガイド付きプロセスを開始するボタンが必要です。
これらの要件を満たすためにコンサルタントが推奨すべき FlexCard の機能はどれですか?
2つの回答を選択してください

  • A. ブロック要素
  • B. データテーブル
  • C. フライアウトアクション
  • D. OmniScript アクション
  • E. インタラクションランチャー

正解:C、D


質問 # 45
ある企業は、顧客の 360 度ビューを提供するために、FlexCard を使用したエージェント コンソールを作成しています。企業は、次の情報を表示したいと考えています。
* アカウント名、電話番号、ウェブサイトなどのアカウント情報
* アカウントに関連するアクティブな商談
* アカウントに関連するアクティブな契約
* 契約内容の確認と更新が可能
統合手順は、アカウント、商談、契約データを取得するために使用されます。
コンサルタントはこれらの要件を満たすために FlexCard をどのように設計する必要がありますか?

  • A. 1 つの子と複数のカード状態を持つ親 FlexCard
  • B. 単一の子およびカードアクションを持つ親FlexCard
  • C. 複数の子およびカードアクションを持つ親FlexCard
  • D. 複数の子と異なるカード状態を持つ親フレックスカード

正解:C

解説:
The consultant should design the FlexCards using a Parent FlexCard with multiple Child and Card Actions to meet these requirements. A Parent FlexCard is a FlexCard that can display data and actions in a card format, and also contain one or more Child FlexCards. The consultant can use a Parent FlexCard to display the account information, including account name, phone, and website. A Child FlexCard is a FlexCard that can display data and actions in a card format within a Parent FlexCard. The consultant can use multiple Child FlexCards to display the active opportunities and contracts related to the account. A Card Action is a button or a link that can invoke an OmniScript or an Integration Procedure from a FlexCard. The consultant can use multiple Card Actions to enable the user to view and renew contracts


質問 # 46
OmniScript の Step 要素の目的は何ですか?

  • A. データを抽出する要素をグループ化します
  • B. 繰り返しブロックの使用を有効にする
  • C. ユーザーがデータを入力できるようにする
  • D. スクリプトを1つ以上のページに整理します

正解:D

解説:
Step elements are used to organize the OmniScript into one or more pages. They define the layout, navigation, and visibility of the OmniScript elements. They can also have pre- and post-actions that can execute DataRaptors, Integration Procedures, or other processes before or after the user completes the step.
The other options are not correct because:
Allows the user to input data: This is not the purpose of Step elements, but of Input elements, such as Text, Number, Date, Picklist, etc.
Groups elements that extract data: This is not the purpose of Step elements, but of Data Source elements, such as DataRaptor Extract, Integration Procedure Extract, etc.
Enables the use of repeatable blocks: This is not the purpose of Step elements, but of Repeatable Block elements, which allow the user to add or remove multiple instances of a group of elements.


質問 # 47
再利用可能な OmniScript は何レベルまでネストできますか?

  • A. 0
  • B. 無制限
  • C. 1
  • D. 2

正解:D

解説:
Reusable OmniScripts are OmniScripts that can be embedded within other OmniScripts to create modular and reusable components. They can be nested up to unlimited levels deep, as long as there are no circular references or conflicts between the parent and child OmniScripts.
The other options are not correct because:
2: This is too low and does not reflect the full potential of reusable OmniScripts.
5: This is also too low and does not reflect the full potential of reusable OmniScripts.
1: This is incorrect and does not make sense, as reusable OmniScripts are meant to be nested within other OmniScripts.


質問 # 48
ある企業がコンタクトセンター用の新しいコンソールを設計している
エージェントは顧客のケース データを表示します。すべてのケースは単一の DataRaptor を使用して取得されます。このページでは、次のようにケースを表示する必要があります。
* 「オープン」ケースには、ケースの説明、ケースオープン日、ケースタイプ、
割り当て先と優先度のフィールド。未解決のケースは
赤い枠線。
* 「クローズ待ち」のケースには、ケースの説明、最終アクションの日付、解決策、クローズの承認理由、および割り当てられたフィールドが含まれます。これらのケースは、灰色の枠線で強調表示されます。
* ケースの説明、解決策、ケースの終了日が記載された「終了」ケース
重複ケースへのリンクを含むフィールド。
コンサルタントは、これらの要件を満たすためにFlexCardソリューションをどのように設計すべきでしょうか?
要件?

  • A. 複数のカードフィルターで単一のFlexCardを使用する
  • B. 3つの状態を持つ単一のFlexCardを使用する
  • C. 3つのフライアウトを備えた単一のFlexCardを使用する
  • D. 3枚のFlexCardを使用する

正解:A


質問 # 49
顧客が新しいデバイスを購入する場合、現在のプランの回線数とインターネットのカバー範囲を考慮した上で割引料金が適用されます。
割引料金を得るためにコンサルタントが推奨できる OmniStudio ツールはどれですか?

  • A. データラプター ターボ
  • B. 計算行列
  • C. OmniStudio アクション
  • D. DataRaptor 変換

正解:B

解説:
The OmniStudio tool that the consultant should recommend to get the discounted rate is Calculation Matrices. A Calculation Matrix is a tool that can perform complex calculations based on multiple input variables and output values. The consultant can use a Calculation Matrix to define the input variables, such as number of lines and internet coverage, and the output values, such as discounted rate. The Calculation Matrix can then apply rules and formulas to calculate the discounted rate for each combination of input variables


質問 # 50
統合手順では、個々のアクションが実行されるかどうかを制御するグループ要素は何ですか?

  • A. キャッシュブロック
  • B. Try-Catch ブロック
  • C. 条件ブロック
  • D. ループブロック

正解:C

解説:
The group element that will control whether an individual action executes in an Integration Procedure is Conditional Block. Conditional Block allows the designer to specify a condition that determines whether the actions inside the block will run or not. Cache Block is used to store data in memory for later use. Try-Catch Block is used to handle errors and exceptions. Loop Block is used to iterate over a collection of data.


質問 # 51
どのアクション要素がユーザーを LWC OmniScript の外部にリダイレクトしますか?

  • A. ナビゲート
  • B. 完了
  • C. 応答
  • D. オブジェクトに投稿

正解:A

解説:
The Action element that redirects the user outside an LWC OmniScript is Navigate. Navigate allows the user to navigate to a URL or a Salesforce record or page. Response, Done, and Post to Object are not Action elements, but End elements that terminate an OmniScript.


質問 # 52
保険会社は、新しい保険契約の保険料を計算するために計算手順とマトリックスを使用することを決定しました。価格は非常に頻繁に変更されるため、評価表または価格表のコピーが複数作成されます。
このシナリオでコンサルタントが強調すべき計算手順の利点は何ですか?

  • A. リクエストが行われたタイミングに基づいて実行される複数のバージョンを許可します
  • B. AI統合により、ポリシー属性を使用して次善策を計算できます。
  • C. 代数演算子を使用してテキストを連結できます
  • D. 集計関数を許可する

正解:A

解説:
An advantage of calculation procedures that the consultant should highlight in this scenario is that they allow multiple versions that will execute based on when the request is made. A calculation procedure can have different versions with different effective dates, which determine when they are active or inactive. This way, the calculation procedure can use different rating or pricing tables depending on the date of the request, and handle frequent changes in prices


質問 # 53
保険代理店は、コール センターのエージェントが顧客の問い合わせをより効率的に処理できるようにしたいと考えています。コール ログのパターンを分析した結果、顧客から最も多く寄せられるリクエストの 1 つが、支払った保険料の合計額と前年比の差額を知りたいというものであることがわかりました。エージェントは、この情報を顧客に伝え、要約レポートを電子メールで送信する必要があります。このプロセスは、OmniScript を使用して実装することにしました。
要件を満たすには、どの 3 つの OmniScrlpts 要素を使用する必要がありますか?
3つの回答を選択してください

  • A. 計算アクション
  • B. DataRaptor ポストアクション
  • C. メッセージング要素
  • D. メールアクション
  • E. DataRaptor 抽出アクション

正解:A、D、E

解説:
The three OmniScript elements that should be used to meet the requirements are: DataRaptor Extract Action, Email Action, and Calculation Action. A DataRaptor Extract Action can retrieve data from a Salesforce object, such as total insurance premiums paid and the difference year over year, and store it in an Interface object or a JSON object. An Email Action can send an email to the customer with a summary report attached, using data from an Interface object or a JSON object. A Calculation Action can perform mathematical operations on data from an Interface object or a JSON object, such as calculating the difference year over year


質問 # 54
DataRaptor Extract では何ができますか?

  • A. 複数の関連オブジェクトからデータを取得する
  • B. スプレッドシートからデータを抽出する
  • C. 複数の関連オブジェクトにデータを作成する
  • D. 外部ソースからデータを読み込む

正解:A

解説:
A DataRaptor Extract can retrieve data from multiple related objects. A DataRaptor Extract is a tool that can read data from a Salesforce object or invoke a Salesforce API, using SOQL queries or Apex methods. A DataRaptor Extract can also use filters, joins, and formulas to manipulate the data. A DataRaptor Extract can retrieve data from multiple related objects by using lookup or master-detail relationships in the SOQL queries or Apex methods


質問 # 55
パフォーマンスが最適化され、構成時間を最小限に抑える OmniStudio ツールはどれですか?

  • A. 統合手順
  • B. DataRaptor 抽出
  • C. DataRaptor ターボ抽出
  • D. 計算手順

正解:C

解説:
The OmniStudio tool that is optimized for performance and minimizes configuration time is DataRaptor Turbo Extract. A DataRaptor Turbo Extract is a tool that can retrieve data from one or more Salesforce objects using a graphical interface, without writing any SOQL queries. A DataRaptor Turbo Extract can also use filters, joins, and formulas to manipulate the data. A DataRaptor Turbo Extract is faster and more efficient than a DataRaptor Extract, and can handle large amounts of data without hitting governor limits


質問 # 56
コンサルタントは、Omnistudio を使用してクライアント向けのソリューションを設計しています。クライアントは、Salesforce 組織からデータを表示し、アクションを起動したいと考えています。
この要件を満たすためにコンサルタントはどの OmniStudio ツールを使用する必要がありますか?

  • A. オムニスクリプト
  • B. 統合手順
  • C. データラプタ
  • D. フレックスカード

正解:D


質問 # 57
ある会社では、FlexCard を使用して顧客の 360 度ビューを作成する必要があります。この会社では、顧客データは Salesforce だけでなく、外部のレガシー システムにも保存されています。コンサルタントは必要なユースケースを確認し、親 FlexCard の状態内に複数の子カードを含む FlexCard キャンバスを推奨します。
このシナリオで複数の子カードを埋め込む利点は何ですか?

  • A. 各子カードのToggle要素を使用して条件付きビューを許可します。
  • B. 複数のデータソースの使用を許可する
  • C. グローバルなスタイル変更を簡単に行える
  • D. FlexCardをコミュニティページで使用できるようにします

正解:B

解説:
The advantage of embedding multiple child cards in this scenario is that it allows multiple data sources to be used. A child card can have its own data source independent of the parent card or other child cards. This way, the consultant can use different data sources for each child card, such as Salesforce objects or external systems, and display them in one FlexCard canvas


質問 # 58
ある会社では、サービス チーム向けに新しい見積もりプロセスを作成する必要があります。このプロセスには複数のステップが含まれます。ユーザーは、見積もりの​​正確な最終価格を計算するために、さまざまな行数のデータを入力する必要があります。各行に入力する必要があるデータは次のとおりです。
* サービスカテゴリー
* 時間数
* 時給
各行の合計を計算するには、時間数に時給を掛ける必要があります。
これらの要件を満たすためにコンサルタントが推奨すべき OmniScript 要素はどれですか?
3つの回答を選択してください

  • A. 入力ブロック
  • B. ステップ
  • C. ブロックを編集
  • D. 式
  • E. 複数選択

正解:A、C、D

解説:
To create a new quote estimation process that involves multiple steps and a variable number of rows of data, the consultant should recommend the following OmniScript elements:
Edit Block: This is an element that allows the user to add, edit, or delete multiple rows of data in a table-like format. It can be used to capture the service category, number of hours, and hourly rate for each row.
Formula: This is an element that allows the user to perform calculations on data using mathematical expressions. It can be used to calculate the total for each row by multiplying the number of hours with the hourly rate.
Input Block: This is an element that allows the user to enter data using various input types, such as text, number, date, picklist, etc. It can be used to display the formula result for each row and the final price for the quote.
The elements that are not suitable for this scenario are:
Multi-select: This is an element that allows the user to select multiple options from a list. It is not relevant for this scenario, as the user needs to enter data in each row, not select from predefined options.
Step: This is an element that organizes the OmniScript into one or more pages. It is not relevant for this scenario, as it does not capture or display any data.


質問 # 59
コンサルタントが次のような要件を持つプロジェクトを担当しています。「ブランドの一貫性を保つために、エージェントは標準的な顧客挨拶スクリプトに従う必要があります。」エージェントがこれらの標準スクリプトを確認して従うことができるようにするために、コンサルタントはどの OmniScript 要素を推奨すべきでしょうか。

  • A. ステップ
  • B. 見出し
  • C. 入力ブロック
  • D. テキストエリア

正解:B

解説:
The consultant should recommend using a Headline element to ensure the agents can see and follow these standard scripts. A Headline element can display a text message with an icon and a color, such as blue for information or yellow for warning. The consultant can use a Headline element to show the customer greeting script in the OmniScript, and instruct the agents to read it aloud


質問 # 60
スケジュールされたジョブを呼び出すために使用できる OmniStudio ツールはどれですか?

  • A. DataRaptor 抽出
  • B. 計算手順
  • C. DataRaptor ロード
  • D. 統合手順

正解:D

解説:
The OmniStudio tool that can be used to invoke scheduled jobs is Integration Procedure. An Integration Procedure is a tool that can execute multiple DataRaptor actions, such as Extract, Transform, and Load, and also invoke REST or SOAP services. An Integration Procedure can also be scheduled to run at a specific time or frequency using Apex Scheduler or Process Builder


質問 # 61
......

OmniStudio-Consultant日本語認定概要最新のOmniStudio-Consultant日本語PDF問題集はこちら:https://www.jpntest.com/shiken/OmniStudio-Consultant-JPN-mondaishu

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡