2025年最新の問題Salesforce ConsultantとOmniStudio-Consultant日本語リアル試験問をマスターせよ! [Q66-Q82]

Share

2025年最新のの問題Salesforce ConsultantとOmniStudio-Consultant日本語リアル試験問をマスターせよ!

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

質問 # 66
OmniScript の Action 要素によって実行される 3 つの機能はどれですか?
3つの回答を選択してください

  • A. Salesforce でデータを取得および更新する
  • B. API を介してデータを取得および更新する
  • C. ユーザーにエラーメッセージを表示する
  • D. データを複数のページに整理する
  • E. 署名用のDo​​cuSignメールを送信する

正解:A、B、E

解説:
The three functions that are performed by Action elements in OmniScript are get and update data through APIs, send DocuSign emails for signature, and get and update data in Salesforce. Action elements are used to perform various operations on data within an OmniScript. Display error messages to the user is not a function of Action elements, but of Error elements. Organize data into multiple pages is not a function of Action elements, but of Page elements.


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

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

正解:C

解説:
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.


質問 # 68
ある企業が複数の OmniScript を実装し、改善点を特定するために設計レビューを依頼します。
レビュー中に、コンサルタントは、各 OmniScript で住所データを更新する必要があるが、各 OmniScript が異なるラベルと入力要素を使用して異なる方法で情報を収集していることに気付きました。
コンサルタントはこれらの OmniScript を改善するために何を推奨できますか?

  • A. 住所情報を更新するための再利用可能な OmniScript を作成します。
  • B. すべての OmniScript にアドレス先行入力要素を追加します。
  • C. アドレス情報を収集するための OmniScript の新しいバージョンを作成します。
  • D. DataRaptor Transform を使用してデータ形式を標準化します。

正解:A

解説:
The consultant can recommend creating a reusable OmniScript to update address information. A reusable OmniScript is an OmniScript that can be embedded in another OmniScript as a sub-process. This way, the consultant can create one OmniScript that collects the address information in a consistent way using the same labels and input elements, and then use it in multiple OmniScripts that need to update address information.
This will improve the design and maintenance of the OmniScripts.


質問 # 69
企業では、アカウント情報を使用してイベント(プラットフォーム イベント)を生成するソリューションが必要です。すべてのイベント情報は顧客に関連付けられており、Salesforce に保存されます。
統合手順を使用して、このソリューションを設計するために必要な 2 つのアクションはどれですか。
2つの回答を選択してください

  • A. DataRaptor 抽出
  • B. DataRaptor 投稿
  • C. HTTP
  • D. 応答

正解:A、B

解説:
The two actions that are necessary to design this solution using an Integration Procedure are DataRaptor Post and DataRaptor Extract. A DataRaptor Post is an action that can write data to a Salesforce object or invoke a Salesforce API. The consultant can use a DataRaptor Post action to create an event (platform event) using account information. A DataRaptor Extract is an action that can retrieve data from a Salesforce object or invoke a Salesforce API. The consultant can use a DataRaptor Extract action to get the account information from Salesforce


質問 # 70
OmniScript はデータを Salesforce と外部システムに保存します。このすべてのデータを保存できる OmniScript 要素は何ですか?

  • A. HTTPアクション
  • B. DataRaptor ポストアクション
  • C. DataRaptor 変換アクション
  • D. 統合手順アクション

正解:D

解説:
The OmniScript element that could save all this data is Integration Procedure Action. An Integration Procedure Action can execute an Integration Procedure that can combine multiple DataRaptor actions, such as Extract, Transform, and Load, and also invoke REST or SOAP services. This way, the Integration Procedure Action can write data to Salesforce using a DataRaptor Load action and to an external system using a REST or SOAP service


質問 # 71
ある会社では、社内のエージェント向けに見積りプロセスを作成する必要があります。見積りの際、エージェントは製品を選択し、グレード (A、B、C、D、E) とサイズ (小、中、大、特大) を指定します。このプロセスでは、製品コード、グレード、サイズを使用して単価を検索し、単価に割引率を掛けます。
これらの要件を満たすためにコンサルタントが推奨すべき OmniStudio ツールはどれですか?
2つの回答を選択してください

  • A. 計算手順
  • B. DataRaptor 抽出
  • C. DataRaptor 変換
  • D. 計算マトリックス

正解:B、D

解説:
The two OmniStudio tools that the consultant should recommend to meet these requirements are: Calculation Matrix and DataRaptor Extract. 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 look up the unit price using the product code, the grade, size, and then multiply the unit price by a discount factor. A DataRaptor Extract is a tool that can retrieve data from a Salesforce object or invoke a Salesforce API. The consultant can use a DataRaptor Extract to get the product code, grade, size, and discount factor from Salesforce


質問 # 72
ある会社には、顧客情報を表示するためのレガシー アプリケーションがあります。現在、このアプリケーションでは、カスタム CS/HTML を使用して、会社のカラー スキームとフォントで情報を表示しています。また、このアプリケーションでは、ユーザーが 25 を超えるプロセスにアクセスできるようにしています。最近、レガシー アプリケーションを置き換えるために、FlexCards を使用して 360° ビューを構築する新しいプロジェクトが開始されました。
このシナリオでは、コンサルタントはどの 3 つの FlexCard 機能を推奨する必要がありますか?
3つの回答を選択してください

  • A. データテーブル
  • B. メニュー要素
  • C. アクション
  • D. カスタムスタイル
  • E. ニューポート設計システム

正解:A、C、D

解説:
FlexCards are used to display contextual customer information in a compact and customizable way. They can also provide access to related processes or actions. In this scenario, the features that the consultant should recommend are:
Actions: These are buttons or links that can launch OmniScripts, DataRaptors, or other processes from the FlexCard. They can help the users to perform tasks related to the customer information displayed on the FlexCard.
Custom Styles: These are CSS classes that can be applied to the FlexCard elements to match the company's color scheme and fonts. They can help the users to have a consistent and branded user interface.
Data Tables: These are elements that can display tabular data from one or more data sources on the FlexCard. They can help the users to see relevant data in a structured and sortable way.
The features that the consultant should not recommend are:
Menu Elements: These are elements that can display a list of options or submenus on the FlexCard.
They are not suitable for this scenario because they do not provide access to processes or actions, but only to other FlexCards or pages.
Newport Design System: This is a design system that provides a set of predefined styles and components for OmniStudio applications. It is not suitable for this scenario because it does not match the company's color scheme and fonts, and it may require additional customization.


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

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

正解: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


質問 # 74
ある会社には、顧客情報を収集する OmniScript が既にあります。ユーザーからのフィードバックによると、現在のプロセスでは、すべてのデータが入力テキスト フィールドに入力されるため、入力する量が多くなりすぎます。また、入力されたデータの検証が行われず、ユーザーが入力するデータにエラーが含まれることがあるため、ユーザーは懸念しています。必要な入力は、名、姓、年齢、電子メールで、ユーザーには顧客満足度に関する簡単なアンケートも表示されます。
使いやすさを向上させ、検証を提供するために、コンサルタントが推奨できる 3 つの入力要素はどれですか?
3つの回答を選択してください

  • A. テキストエリア
  • B. メール
  • C. ラジオグループ
  • D. 見出し
  • E. 範囲

正解:B、C、E

解説:
The three input elements that can be recommended to improve usability and provide validation are Radio Group, Email, and Range. Radio Group allows the user to select one option from a list of values, which reduces typing and ensures valid input. Email validates that the input is a valid email address format. Range allows the user to select a numeric value within a specified range using a slider, which reduces typing and ensures valid input. Headline is not an input element, but a display element that shows text in large font size.
Text Area is not suitable for this scenario, as it allows the user to enter multiple lines of text without validation.


質問 # 75
ある企業は、コール センターのエージェントが顧客とのフィールド サービスの予約をスケジュールできるようにする OmniScript を作成したいと考えています。このプロセスでは、REST A [ を介して外部システムから利用可能な予約日を取得し、ドロップダウン リストで選択できるようにユーザーに表示する必要があります。ユーザーが日付を選択すると、リッチ テキストと画像を含む確認が表示されます。
これらの要件を満たすには、どの 3 つの OmniScript 要素を使用する必要がありますか?
3つの回答を選択してください

  • A. テキストブロック
  • B. 複数選択
  • C. テキストエリア
  • D. HTTPアクション
  • E. 選択

正解:A、D、E

解説:
The three OmniScript elements that should be used to meet the requirements are: Text Block, HTTP Action, and Select. A Text Block element can display rich text and images using HTML tags in the OmniScript. An HTTP Action element can invoke a REST API and store the response in a JSON object. A Select element can display a dropdown list of options for the user to choose from


質問 # 76
ある保険会社は、顧客情報を表示したりアクセスしたりできる営業担当者向けの営業コンソールを実装することを決定しました。コンサルタントは必要なすべての情報を確認し、必要な情報の一部を表示するには FlexCards が最適なソリューションであると判断しました。
コンサルタントは、FlexCards を使用してどの 2 つのデータを表示することを推奨しますか。

  • A. 各ポリシーの利用規約
  • B. 顧客名、役職、電話番号、メールアドレス
  • C. ガイド付きトラブルシューティングプロセス
  • D. ポリシーの種類、発行日、金額を含む

正解:B、D

解説:
The two pieces of data that the consultant should recommend displaying using FlexCards are: Policies including type, issue date, amount and Customer name, title, phone, email. A FlexCard is a tool that can display data and actions in a card format. The consultant can use FlexCards to show important and summary information about the customer and their policies, such as name, title, phone, email, type, issue date, and amount. These pieces of data are suitable for FlexCards because they are concise and relevant for the agents


質問 # 77
OmniScript では、ユーザーの選択に基づいてページまたはフィールドのグループをどのように制御できますか?

  • A. 分岐フローの子 OmniScript を作成する
  • B. ステップまたはブロック要素のラジオ入力プロパティを使用する
  • C. ユーザーにキャンセルと保存のオプションを追加する
  • D. ステップまたはブロック要素で条件付きビュープロパティを使用する

正解:D

解説:
In OmniScript, pages or groups of fields can be controlled based on the choices made by the user by using the Conditional View property on a Step or Block element. A Conditional View property is a property that determines whether a Step or Block element is displayed or hidden based on certain criteria, such as data values or user roles. The consultant can use the Conditional View property to show or hide different pages or groups of fields in the OmniScript depending on the user's input


質問 # 78
コンサルタントは、従来の課金システムからのデータを表示する FlexCard キャンバス設計を進めたいと考えています。従来の課金システムは、データを XML 形式で取得できるようにする SOAP エンドポイントを追加するために拡張されています。ただし、エンドポイントはまだ準備ができていません。
チームは設計を進めるためにどのデータ ソースを使用すべきでしょうか?

  • A. データラプター
  • B. 統合手順
  • C. Apex リモート
  • D. Apex REST

正解:B


質問 # 79
顧客が製品の問題を報告するために電話をかけてきた場合、エージェントはその製品に関連するすべてのオープンケースをチェックして、顧客の問題を解決できる解決策があるかどうかを確認する必要があります。購入された製品は資産として保存され、ケースから資産への参照関係があり、ケースを顧客が購入した製品にリンクできます。
顧客の資産と資産の最終サービス日でフィルタリングされたケースのリストを取得するには、どのタイプの DataRaptor を使用できますか?

  • A. DataRaptor 抽出
  • B. DataRaptor ロード
  • C. DataRaptor 変換
  • D. データラプター ターボ

正解:A

解説:
The type of DataRaptor that can be used to retrieve a list of cases filtered by the customer's asset and the last service date of the asset is DataRaptor Extract. DataRaptor Extract allows the designer to retrieve data from Salesforce or an external system using filters and relationships. In this case, a filter can be used to match the asset ID and the last service date, and a relationship can be used to join the case and asset objects. DataRaptor Turbo is not a type of DataRaptor, but a feature that enables batch mode for DataRaptor Extract. DataRaptor Load is used to write data to Salesforce or an external system. DataRaptor Transform is used to transform data from one format to another using templates.


質問 # 80
ある企業では、アカウントに販売されたすべての製品を表示する FlexCard を含め、アカウントの 360 度ビューを必要としています。この企業は、ユーザーが製品情報を表示するときに必要な 20 種類のデータ要素と 10 種類のアクションを特定しました。すべての要素が FlexCard に集められると、雑然とした印象になります。
この問題に対処するためにコンサルタントはどの FlexCard 機能を推奨すべきでしょうか?

  • A. 州
  • B. アクション
  • C. フライアウト
  • D. ゾーン

正解:C

解説:
The FlexCard feature that the consultant should recommend to address this issue is Flyouts. A Flyout is a pop-up window that can display additional information or actions for a FlexCard. The consultant can use Flyouts to show some of the data elements and actions that are not essential for the main view of the product information, such as product details, specifications, reviews, etc. This way, the consultant can reduce the clutter on the main FlexCard and improve the user experience


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

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

正解:D、E


質問 # 82
......

突破受験者のシミュレーションされたOmniStudio-Consultant日本語問題集:https://jp.fast2test.com/OmniStudio-Consultant-JPN-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어