
2025年最新の有効なAdvanced-Administrator日本語テスト解答とSalesforce試験PDF問題を試そう
無料Salesforce Advanced-Administrator日本語試験問題と解答トレーニングを提供していますFast2test
質問 # 101
カスタマイズ可能な予測を使用すると、次のデータを予測できます。
3つの答えを選んでください。
- A. 個々の製品の単位
- B. 数量
- C. 製品ファミリの単位
- D. 金額
正解:B、C、D
質問 # 102
ロールアップ集計フィールドは、関連する詳細レコードのセットの値に基づいてマスター レコードの値を表示するために使用されます。この場合、管理者は、保留中ステータスのオープンハウス レコードの数をカウントするロールアップ集計フィールドをプロパティ オブジェクトに作成できます。参考文献:
https://help.salesforce.com/s/articleView?id=sf.fields_about_roll_up_summary_fields.htm&type=5 リクエスト番号: 92 営業管理は、コンプライアンスの目的で、異なるプロファイルとロールを持つ少数のユーザーがすべてのデータを表示できるようにしたいと考えています。 。管理者はどうすればこの要件を満たすことができるでしょうか?
- A. すべてのデータを表示するユーザーのサブセットに委任された管理者を割り当てます。
- B. ユーザーのサブセットのロールに対して「すべてのデータの表示」権限を有効にします。
- C. すべてのデータの表示権限を持つユーザーのサブセットに対して新しいプロファイルとロールを作成します。
- D. ユーザーのサブセットに対して「すべてのデータを表示」権限を持つ権限セットを作成します。
正解:D
解説:
A permission set is a collection of settings and permissions that give users access to various tools and functions. The View All Data permission allows users to view all data, regardless of sharing settings. By creating a permission set with this permission and assigning it to the subset of users, the administrator can meet the requirement without changing their profiles or roles. References:
https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.admin_general_permissions.htm&type=5
質問 # 103
UCは、米国、ラテンアメリカ、EMEA、およびAPACの営業担当者に異なる価格表を使用する必要があります。
システム管理者は何をすべきですか? 1を選択します。
- A. 標準価格表を削除して価格表を作成します
- B. 標準価格表を複製し、各地域に個別の価格を割り当てます
正解:B
質問 # 104
プロファイル自体を編集せずに、ユーザーにどのような許可を与えますか?
- A. 委任管理
- B. ロール階層
- C. 共有ルール
- D. 権限セット
正解:A
質問 # 105
次の予測スケジュールタイプのうち、成熟度のさまざまな段階の機会で構成されるものはどれですか。
- A. 割り当て
- B. パイプライン
- C. 予測
正解:B
質問 # 106
営業マネージャーは、営業チームが所有する商談を編集したいと考えています。
マネージャーには、商談オブジェクトへの編集アクセス権がありません。
推奨される解決策は何ですか?
- A. 商談組織全体のデフォルト設定をパブリック読み取り/書き込みに変更します。
- B. 権限セットを作成し、編集機会をユーザーレコードに関連付けます。
- C. 「階層を使用したアクセスの許可」を有効にして、役割階層を再定義します。
- D. 商談オブジェクトで販売するチームが読み取り/書き込みアクセスを許可できるようにします。
正解:B、D
質問 # 107
取引先に 10,000 米ドルを超える未解決の商談が 5 つ以上ある場合、営業担当者は取引先ページにエスカレーション プロセスを開始して追加のリソースを割り当てるオプションを表示する必要があります。
管理者が作成する必要がある構成はどれですか?
2つの答えを選択してください
- A. 積み上げ集計フィールド
- B. 動的フォーム
- C. コンポーネント表示フィルター
- D. 式フィールド
正解:B、D
解説:
Formula field and Dynamic Forms should be created to meet the requirements because a formula field can be used to count the number of open opportunities over US$10,000 related to an account using a roll-up summary filter condition, and Dynamic Forms can be used to display or hide a component on an account page based on a visibility filter using the formula field value. References: https://help.salesforce.com/s/articleView?
id=sf.customize_functions_i_z.htm
質問 # 108
カスタマイズ可能な共同予測の類似点は何ですか? Choose2
- A. 予測を送信
- B. クォータ
- C. テリトリー管理
- D. 月次および四半期予測
正解:B、D
質問 # 109
Cloud Kicks は、カスタム プロジェクト オブジェクトでプロジェクトの詳細を追跡します。プロジェクト マイルストーンは、親プロジェクト レコードへの参照を使用して、2 番目のカスタム オブジェクトで追跡されます。ユーザーは、プロジェクト レコードが作成されるときに、関連するプロジェクト マイルストーンの標準セットを自動的に作成する必要があります。
推奨される自動化ソリューションは何ですか?
- A. 予定フロー
- B. フィールドサービスの流れ
- C. 保存後の自動起動フロー
- D. 保存前自動起動フロー
正解:C
解説:
Explanation
An after-save autolaunched flow is a type of flow that runs in the background when a record is saved and performs actions based on the record data or changes. An after-save autolaunched flow does not require user input or interaction and can be triggered by a record-triggered flow element or by an Apex trigger. In this case, you can create an after-save autolaunched flow that runs when a Project record is created and creates a standard set of related Project Milestone records based on predefined values or variables. References:
https://help.salesforce.com/s/articleView?id=sf.flow_trigger_types.htm&type=5 https://help.sales
質問 # 110
Cloud Kicks の管理者は、サービス チームからの新しい要件に基づいて、新しいフィールドとページ レイアウトを調整しました。変更はサンドボックス内に構築されており、運用環境にデプロイする準備ができています。
管理者は変更セットを実稼働環境にデプロイする前に何をする必要がありますか?
- A. 変更セットを別のサンドボックスにプッシュして復元します。
- B. 運用環境でフィールドを作成し、ページ レイアウトを更新します。
- C. 変更が加えられたサンドボックスに基づいて、新しいサンドボックスを要求します。
- D. 運用環境に基づいて、変更を復元するための新しいサンドボックスを作成します。
正解:A
解説:
change sets are tools that allow administrators to move customizations from one Salesforce org to another.
However, change sets do not track dependencies or conflicts between components in different orgs, so administrators need to manually verify that all required components are included in the change set and that they do not overwrite existing customizations in the target org. To avoid losing changes in production due to deploying an incomplete or incorrect change set, administrators should push the change set to another sandbox first and test it there before deploying it to production. References: https://help.salesforce.com/s
/articleView?id=sf.changesets_considerations.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.
changesets_best_practices.htm&type=5
質問 # 111
AW Computingは、バックアップリソースがアクセス許可セットを作成または変更する機能を制限しながら、バックアップリソースがアクセス許可を割り当てることができるようにしたいと考えています。
この要求を達成するためにどの機能を採用する必要がありますか?
- A. アプリケーションのアクセス許可をカスタマイズする
- B. 割り当てルール
- C. 委任された管理者
- D. すべてのユーザーのアクセス許可を表示
正解:C
解説:
Delegated Administration allows administrators to delegate certain user management tasks to non- administrators. For example, a delegated administrator can assign permissions sets to users in specified roles or public groups without having full access to modify permission sets. References: https://help.salesforce.com
/s/articleView?id=sf.admin_usermgt_delegated.htm&type=5
質問 # 112
Cloud Kicksには、同じオブジェクト上に2つのレコードトリガーフローがあります。1つのフローは、基準が満たされたときに子レコードを作成します。2番目のレコードトリガーフローは、子レコードが存在するかどうかを確認し、フィールドを更新するための基準に基づいています。更新が必要な子レコードのフィールドは、2番目のレコードトリガー後もnullのままです。
この問題を解決するには、管理者は何をする必要がありますか?
- A. フィールドを更新するために、作成または編集時にレコードトリガーフローを起動します。
- B. 2つのフローを1つに結合し、フローのどの部分を実行する必要があるかを確認します。
- C. 子オブジェクトで新しいレコードトリガーフローを作成して、親レコードのフィールドを更新します。
- D. スケジュールフローに流れ込み、フィールドを更新します。
正解:B
解説:
Flows are tools that automate business processes by collecting data and performing actions in your org or an external system. Flows can be triggered by various events such as record creation, updates, or invocations from other processes or flows. Flows can also have decision elements that evaluate conditions and determine which path to follow in the flow. By combining the two flows into one with decision elements, the administrator can ensure that the flow runs in the correct order and updates the field on the child record after it is created by the first flow. References:
https://help.salesforce.com/s/articleView?id=sf.flow_concepts.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_decision.htm&type=5
質問 # 113
上司がいつも出張していて、彼のコンピューターをほとんど持ってこない場合(彼は自分のAndroidタブレットが好きなため)、CEOが自分の組織からの要求を承認するのを便利にするにはどうすればよいですか?
2つの答えを選択してください。
- A. モバイルLiteの承認プロセスを有効にする
- B. メールの承認を有効にする
- C. Chatterフィードの承認を有効にする
- D. SMS / IM承認を有効にする
正解:B、C
解説:
https://help.salesforce.com/HTViewHelpDoc?id=wf_approval_settings.htm&language=en_US https://help.salesforce.com/apex/HTViewHelpDoc?id=approvals_for_chatter_enabling.htm&langua ge=en
質問 # 114
Universal Containersは、電子メール通知を伴う承認プロセスを使用して、管理者プロセスを合理化します。委任された承認者を許可する新しい承認プロセスが作成されました。テストでは、結果として、プライマリ承認者が電子メール通知を受信しているが、委任された承認者は受信していないことが示されます。
管理者がトラブルシューティングするために実行する必要がある2つの手順はどれですか。
- A. セットアップ監査証跡で電子メールが送信されたことを確認します。
- B. 承認履歴をチェックして、[承認のために送信]ボタンがクリックされていることを確認します。
- C. 委任された承認者のユーザー設定を確認します。
- D. 各承認ステップが委任された承認者を許可するように設定されていることを確認します。
正解:A、C
質問 # 115
AW Computingの管理者は、Contactオブジェクトのカスタムフィールドがテキストからテキスト領域に変更されたことに気づきました。
管理者はこの変更を調査するためにどのツールを使用する必要がありますか?
- A. デバッグログ
- B. 開発者コンソール
- C. フィールド履歴追跡
- D. セットアップ監査証跡を表示
正解:D
解説:
The View Setup Audit Trail page lets you view the 20 most recent setup changes made to your org. You can also download a file of the last six months of setup changes. References: https://help.salesforce.com/s
/articleView?id=sf.monitoring_setup_audit_trail.htm&type=5
質問 # 116
Ursa Major Solarのユーザーが、レコードを次のステータスに処理しようとしているときにフローエラーが発生しています。同じアクセス権を持つユーザーは、エラーなしでレコードを処理できます。
問題のトラブルシューティングを行うには、管理者は何をする必要がありますか?
- A. 共有せずにシステムコンテキストとして実行するようにフローを変更します-すべてのデータにアクセスします。
- B. フローデバッグオプションを使用し、選択を[別のユーザーとして実行]に設定します。
- C. ユーザーに[すべて変更]権限を付与して、システムに完全にアクセスできるようにします。
- D. ユーザーを役割階層の上位に移動することにより、ユーザーにより多くのデータアクセスを許可します。
正解:B
解説:
The flow debug option is a tool that allows you to test and troubleshoot your flow by running it in debug mode and inspecting the values of variables and resources at each step. You can also set the debug mode to run as another user and see how the flow behaves for different users with different permissions and settings.
In this case, using the flow debug option and setting the selection to run as another user can help identify why one user is experiencing a flow error while others are not. References: https://help.salesforce.com/s
/articleView?id=sf.flow_debug.htm&type=5
質問 # 117
......
トップクラスSalesforce Advanced-Administrator日本語オンライン問題集:https://jp.fast2test.com/Advanced-Administrator-JPN-premium-file.html