[2025年09月27日] Advanced-Administrator日本語 PDFで最近更新された問題です集試験点数を伸ばそう [Q28-Q49]

Share

[2025年09月27日] Advanced-Administrator日本語 PDFで最近更新された問題です集試験点数を伸ばそう

Advanced-Administrator日本語完全版問題集には無料PDF問題で合格させる

質問 # 28
DreamHouse Realtyは現在、一戸建て住宅のみを扱っていますが、大都市のコンドミニアムを含めて事業を拡大しています。敷金の額やコンシェルジュサービスなど、コンドミニアムに適用される機能やアメニティがいくつかあります。
管理者は、関連するフィールドのみがレコードに表示されるように、Opportunityオブジェクトをどのように構成する必要がありますか?
管理者は、関連するフィールドのみがレコードに表示されるように、Opportunityオブジェクトをどのように構成する必要がありますか?

  • A. Makeは、プロパティのタイプに基づいて特定のフィールドを表示するカスタムLightningページです。
  • B. コンドミニアムにのみ適用されるフィールドを表示するLightningコンポーネントを作成します。
  • C. プロパティのタイプのレコードタイプとそれぞれのカスタムページレイアウトを作成します。
  • D. ユーザーが表示しているプロパティのタイプに基づいてフィールドを表示するように検証ルールを構成します。

正解:C

解説:
A record type allows administrators to offer different business processes, picklist values, and page layouts to different users based on their profiles. By creating a record type for the type of property (single-family home or condo), DreamHouse Realty can assign different page layouts to each record type that display only relevant fields for each property type. The record type can also determine which sales process and path are available for each opportunity. References: https://help.salesforce.com/s/articleView?id=sf.customize_recordtype.
htm&type=5


質問 # 29
Ursa Major Solarには、1日おきに更新する必要がある160MBのテストデータを含むトレーニングサンドボックスがあります。
この場合、どの2つのサンドボックスを使用する必要がありますか?
2つの答えを選択してください

  • A. 開発者
  • B. Developer Pro
  • C. 部分的
  • D. フル

正解:B、C

解説:
To create a training sandbox with 160MB of test data that needs to be refreshed every other day, NTO should use either Partial or Developer Pro sandboxes. Partial sandboxes have a storage limit of 10GB and can be refreshed every 5 days. Developer Pro sandboxes have a storage limit of 1GB and can be refreshed every day.
Both sandboxes can include test data from production. References: https://help.salesforce.com/s/articleView?
id=sf.data_sandbox_environments.htm&type=5


質問 # 30
管理者は、会社の機会の金額の前年比の変化を計算するためのレポートを作成するように求められます。
このリクエストを完了するには、どのレポートツールを使用する必要がありますか?

  • A. PARENTGROUPVAL関数を使用したカスタムサマリー式
  • B. PREVGROUPVAL関数を使用したカスタムサマリー数式。
  • C. 毎年2つのレポートブロックを持つ結合レポート
  • D. 年ごとにグループ化された金額を比較するための行レベルの数式。

正解:B

解説:
Explanation
A custom summary formula is a formula that calculates values from summary fields in reports such as sum, average, min, max, etc. Custom summary formulas can use functions such as PREVGROUPVAL to compare values from different groups in reports. For example, to calculate the year-over-year change in dollar amount of opportunities, an administrator can create a custom summary formula that uses PREVGROUPVAL to compare the sum of amount from this year's group with the sum of amount from last year's group, and divide it by last year's sum of amount. References:
https://help.salesforce.com/s/articleView?id=sf.reports_builder_fields_summary_formulas.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.reports_formulas_prevgroupval.htm&type=5


質問 # 31
Cloud Kicks のセキュリティ チームは、無人デバイス攻撃の増加を確認しており、ユーザーが公開設定でデバイスをロック解除したままにしておくと、ハッカーが機密情報を閲覧できるようになります。セキュリティ チームは、非アクティブ状態が 10 分間続くと Salesforce データを表示できないようにしたいと考えています。
構成する推奨のセキュリティ設定は何ですか?

  • A. 高保証セッションが必要です。
  • B. セッションを最初に使用されたドメインにロックします。
  • C. セッション タイムアウト時にログアウトを強制します。
  • D. リクエストごとにログイン IP 範囲を適用します。

正解:C

解説:
Force logout on session timeout is the recommended security setting to configure because it prevents users from resuming their sessions after they time out due to inactivity, which reduces the risk of unauthorized access to Salesforce data from unattended devices. References:
https://help.salesforce.com/s/articleView?id=sf.security_sessions_logout.htm&type=5


質問 # 32
Cloud Kicks(CK)の管理者は、自動化されたプロセスから予想される電子メールアラートがユーザーに表示されない理由のトラブルシューティングを行っています。調査は、CKがその1日あたりの限界に達していることを示しています。
問題を解決するには、管理者は何を確認する必要がありますか?

  • A. 通知配信設定
  • B. メールログ
  • C. HTMLメールステータスレポート
  • D. アウトバウンドメッセージ

正解:B

解説:
Email logs provide information about email delivery, such as the sender, recipient, date and time, delivery status, and any error messages. The administrator can use email logs to troubleshoot why users are missing expected email alerts and identify which emails are hitting the daily limit. References:
https://help.salesforce.com/articleView?id=email_logs.htm&type=5


質問 # 33
AW Computers は、カスタム オブジェクトに Government ID と呼ばれるカスタム フィールドを作成しました。カスタム販売プロファイルを持つほとんどのユーザーは、このフィールドにアクセスできないはずです。機関チームと呼ばれる販売ユーザーの選ばれたグループは、レポートを通じて政府 ID フィールドにアクセスできる必要があります。
管理者はこの要求にどのように対応すべきでしょうか?

  • A. フィールドへの読み取りアクセス権を持つ権限セットを作成します。権限セットを機関チームに割り当てます。
  • B. 政府 ID フィールドを使用してレポート タイプを構成します。権限セットを介して、このレポート タイプを機関チームに割り当てます。
  • C. 販売プロファイルでフィールドを読み取り専用としてマークします。権限セットを作成して、機関チームのレポートを再度有効にします。
  • D. 政府 ID フィールドを含めてレポートを作成します。このレポートを公開レポート フォルダーで機関チームと共有します。

正解:A

解説:
A permission set is a collection of settings and permissions that give users access to various tools and functions in Salesforce. A permission set can be used to extend users' functional access without changing their profiles. You can assign permission sets to individual users or groups of users based on their business needs. In this case, you can create a permission set with Read access to the Government ID field on the custom object and assign it to the Institutional Team users who need access to this field via reports.
References: https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.perm_sets_create.htm&type=5


質問 # 34
営業チームは、現在の顧客と呼ばれるアカウントに新しいフィールドを追加することを要求しました。デフォルト値は[いいえ]になり、関連する商談が成立した場合に「はい」に変更されます。
この要件を満たすために管理者は何ができますか?

  • A. 現在の顧客をテキストフィールドとして構成し、承認プロセスを使用してその値を再計算します
  • B. 商談が成立したときに[現在の顧客]項目を設定するAccountオブジェクトでApexトリガーを使用します。
  • C. オポチュニティオブジェクトでワークフロールールを使用し、商談が成立した現在の顧客を設定します。
  • D. 現在の顧客を、商談が落札されるたびに再計算されるロールアップサマリーフィールドとして構成します。

正解:B


質問 # 35
Universal Containers のユーザーは、.csv ファイルから Location という名前のカスタム オブジェクトにレコードをロードしたいと考えています。データローダの使用中に、Location オブジェクトが見つかりません。
これが起こっている2つの理由は何ですか?
2つの答えを選択してください

  • A. データローダは、標準オブジェクトでのみ使用してください。
  • B. Location のラベルが変更されている可能性があります。
  • C. ユーザー orofile は、場所へのアクセスを作成する必要があります。
  • D. ロケーションには、アカウントへのマスター/詳細フィールドがあります。

正解:C、D


質問 # 36
AW Computingには、アカウントに関連する監査情報をAuditと呼ばれる新しいカスタムオブジェクトに記録する必要があるというセキュリティチームからの新しい要件があります。監査記録は10年間保存する必要があり、監査チームのみがアクセスできます。
AuditオブジェクトをAccountオブジェクトに関連付けるには、どのような関係を使用する必要がありますか?

  • A. Master-Detail
  • B. Many-To-Many
  • C. Lookup
  • D. Self

正解:C

解説:
In this scenario, a Lookup relationship is the most appropriate choice for relating the Audit custom object to the Account object. This relationship allows for flexibility, especially when it comes to data retention and access control requirements, as outlined by AW Computing's security team.
* Lookup Relationship:
* A Lookup relationship links two objects, allowing records from the custom Audit object to be associated with the Account object. Unlike a Master-Detail relationship, it offers greater flexibility in terms of record ownership, sharing, and visibility controls, which is particularly useful for sensitive data.
* The Lookup relationship will enable administrators to set specific permissions, ensuring that only the audit team has access to the records, as required.
* Additionally, records in the Lookup relationship are independent. Therefore, if the Account record is deleted, the Audit record can persist, aligning with the need to retain Audit records for
10 years.
* Preservation and Access Control:
* Given the 10-year retention requirement, the independence of records under a Lookup relationship is ideal. It ensures that Audit records are not automatically deleted when an associated Account record is removed.
* Access to Audit records can be restricted to the audit team by setting up custom sharing rules or permissions, which is achievable through the Lookup relationship's flexible sharing model.
Incorrect options:
* Master-Detail: In a Master-Detail relationship, the detail (child) records are dependent on the master (parent) record. Deleting an Account would automatically delete any associated Audit records, which would conflict with the retention requirement.
* Many-To-Many: This type of relationship involves a junction object to associate multiple records from both sides. It is not necessary in this case, as the requirement is a one-to-many relationship from Account to Audit records.
* Self: A self-relationship would allow records within the Audit object to be related to each other. This does not apply to linking the Audit object to the Account object.
In conclusion, the Lookup relationship provides the necessary flexibility for data preservation and access control, making it the optimal choice for this requirement.
Reference: Salesforce documentation recommends using Lookup relationships when objects need to remain independent or when additional flexibility for sharing and retention is required.


質問 # 37
Universal Containersの管理者は、上位5つの各クライアントの機会とアクティビティを表示するアカウント管理ダッシュボードを作成するように求められました。
この要件を満たすために、管理者はどのダッシュボード機能を使用する必要がありますか?

  • A. ダッシュボードフィルター
  • B. 動的ダッシュボード
  • C. ダッシュボード上のマトリックスレポート
  • D. ダッシュボードの結合レポート

正解:D


質問 # 38
AW Computers は、カスタム オブジェクトに Government ID と呼ばれるカスタム フィールドを作成しました。カスタム販売プロファイルを持つほとんどのユーザーは、このフィールドにアクセスできないはずです。機関チームと呼ばれる販売ユーザーの選ばれたグループは、レポートを通じて政府 ID フィールドにアクセスできる必要があります。
管理者はこの要求にどのように対応すべきでしょうか?

  • A. フィールドへの読み取りアクセス権を持つ権限セットを作成します。権限セットを機関チームに割り当てます。
  • B. 政府 ID フィールドを使用してレポート タイプを構成します。権限セットを介して、このレポート タイプを機関チームに割り当てます。
  • C. 販売プロファイルでフィールドを読み取り専用としてマークします。権限セットを作成して、機関チームのレポートを再度有効にします。
  • D. 政府 ID フィールドを含めてレポートを作成します。このレポートを公開レポート フォルダーで機関チームと共有します。

正解:A

解説:
A permission set is a collection of settings and permissions that give users access to various tools and functions in Salesforce. A permission set can be used to extend users' functional access without changing their profiles. You can assign permission sets to individual users or groups of users based on their business needs. In this case, you can create a permission set with Read access to the Government ID field on the custom object and assign it to the Institutional Team users who need access to this field via reports.
References: https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm&type=5 https://help.
salesforce.com/s/articleView?id=sf.perm_sets_create.htm&type=5


質問 # 39
Universal Containersの管理者は、最近更新されたDeveloper Proサンドボックスで承認プロセスをテストしており、承認者に通知メールが送信されていないことを確認しています。
原因となる可能性のある2つの理由はどれですか?
2つの答えを選択してください

  • A. ユーザーのメールアドレスが正しくありません。
  • B. HTMLテンプレートはサンドボックスでは使用できません。
  • C. ワークフローメールはフルサンドボックスでのみ機能します。
  • D. 配信可能性アクセスレベルの設定が正しくありません。

正解:A、D


質問 # 40
Cloud Kicksの管理者は、Leadsオブジェクトへのアクセスを請負業者に提供するように要求されました。請負業者は現在、Salesforce内のプロジェクト管理アプリにアクセスできるプロファイルを持っています。請負業者は、すべてのリードレコードへの表示アクセスのみを持つ必要があります。
管理者はこのリクエストを何に処理する必要がありますか?

  • A. [すべてのリードを表示]を持つ権限セットを割り当てます。
  • B. [リード]タブのあるアプリをユーザーのプロファイルに追加します。
  • C. すべてのリードに対して読み取り専用のプロファイルを作成します。
  • D. 請負業者にリードアクセス権を持つパブリックグループを割り当てます。

正解:A

解説:
Permission sets are collections of settings and permissions that give users access to various tools and functions without changing their profile or requiring multiple profiles for users who perform different tasks across apps in your org. By assigning a permission set that has View All on Leads to the contractor, Cloud Kicks can grant them view access to all lead records without modifying their profile or creating a new one.
References: https://help.salesforce.com/s/articleView?id=sf.perm_sets_overview.htm&type=5


質問 # 41
AW Computingの管理者は、会社が提供するiPhoneにダウンロードされたSalesforceAuthenticatorアプリを使用して多要素認証を実装します。営業担当者が電話を壊し、商談記録を更新する必要があります。
管理者はどのように営業担当者にアクセスを許可する必要がありますか?

  • A. 会社のVPNからログインするように営業担当者に指示します。
  • B. 多要素識別を営業担当者に委任します。
  • C. 担当者の一時的なID確認コードを生成します。
  • D. 営業担当者のIPアドレスを信頼できるIP範囲に追加します。

正解:C

解説:
Explanation
To grant access for the sales rep who broke their phone and needs multi-factor authentication using Salesforce Authenticator app, the administrator can generate a temporary identity verification code for them. This code allows users who don't have their verification method available to log in securely without compromising their account security. References:
https://help.salesforce.com/s/articleView?id=sf.identity_verification_codes.htm&type=5


質問 # 42
AW Computingの管理者は、組織が1時間ごとの制限処理ワークフロー時間トリガーに到達したことを示すシステムエラーの電子メールを受信しました。
管理者が確認する必要がある2つのプロセスはどれですか? 2つの答えを選択してください

  • A. Debug Logs
  • B. Time-Based Workflows
  • C. Apex Triggers
  • D. Paused now Interviews

正解:A、B


質問 # 43
Developer Edition組織から別の組織にメタデータを展開するために使用できる2つの展開ツールはどれですか。 2つの答えを選んでください。

  • A. Change sets
  • B. Salesforce Extensions for Visual Studio Code
  • C. Data Loader
  • D. Ant Migration Tool

正解:A、D


質問 # 44
財務担当副社長は、商談が終了すると、どのユーザーも商談を変更できないようにします。管理者はどのようにしてこの要件を満たすことができますか?

  • A. すべてのプロファイルに対して「クローズドオポチュニティを変更しない」権限を設定します
  • B. 標準の営業案件ページレイアウトですべてのフィールドを読み取り専用に設定します
  • C. クローズされた機会が変更された場合、IsClosedフィールドをTrueに更新するためのワークフローフィールド更新を作成します
  • D. 次の式を使用して商談検証ルールを作成します。PRIORVALUE(IsClosed)= True

正解:D


質問 # 45
機会が50,000米ドルのUCでは、マネージャーは次の段階に進む前に承認する必要があります。 2つの地域に2人のマネージャーがいます。適切なマネージャーが機会を承認した場合、管理者は何をすべきですか?

  • A. 1人のマネージャーに承認を送信し、彼が承認でないかどうかを確認し、もう1人のマネージャーに送信します
  • B. 機会にマネージャーを自動入力するための割り当てルールを作成します
  • C. 機会にルックアップフィールドを作成して、ユーザーのマネージャーの詳細を取得します
  • D. 2人のマネージャーへの承認送信

正解:C


質問 # 46
プロファイル自体を編集せずに、ユーザーに追加の権限を付与するにはどうすればよいですか? 2つの答えを選択してください。

  • A. 委任管理
  • B. 権限セット
  • C. 共有ルール
  • D. ロール階層

正解:A、B

解説:
Explanation
http://help.salesforce.com/HTViewHelpDoc?id=defining_delegated_administrators.htm&language= en_US
https://help.salesforce.com/HTViewHelpDoc?id=perm_sets_overview.htm&language=en_US


質問 # 47
VisualWorkflowで作成された特定のフローのバージョンを一度にいくつアクティブにできますか? *(1ポイント)

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:D


質問 # 48
管理者は、会社の機会の金額の前年比の変化を計算するためのレポートを作成するように求められます。
このリクエストを完了するには、どのレポートツールを使用する必要がありますか?

  • A. PARENTGROUPVAL関数を使用したカスタムサマリー式
  • B. PREVGROUPVAL関数を使用したカスタムサマリー数式。
  • C. 毎年2つのレポートブロックを持つ結合レポート
  • D. 年ごとにグループ化された金額を比較するための行レベルの数式。

正解:B

解説:
A custom summary formula is a formula that calculates values from summary fields in reports such as sum, average, min, max, etc. Custom summary formulas can use functions such as PREVGROUPVAL to compare values from different groups in reports. For example, to calculate the year-over-year change in dollar amount of opportunities, an administrator can create a custom summary formula that uses PREVGROUPVAL to compare the sum of amount from this year's group with the sum of amount from last year's group, and divide it by last year's sum of amount. References:
https://help.salesforce.com/s/articleView?id=sf.reports_builder_fields_summary_formulas.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.reports_formulas_prevgroupval.htm&type=5


質問 # 49
......

100%更新されたのはSalesforce Advanced-Administrator日本語限定版PDF問題集:https://jp.fast2test.com/Advanced-Administrator-JPN-premium-file.html


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어