
[2025年更新]合格できるSalesforce DEX-403日本語試験最新291問題
ゲット2025年最新の無料Salesforce DEX-403日本語試験問題 アンサー
質問 # 38
ユニバーサル 画面が小さいため、現在、関連する連絡先に関する基準に基づいてアカウントの情報を表示するには、ページを下にスクロールする必要があります。
この要件を満たすためにアプリビルダーはどのソリューションを使用する必要がありますか?
- A. ページ レイアウト上のタブの背後にコンポーネントを非表示にします。
- B. 関連レコード コンポーネントをページ レイアウトに追加します。
- C. ユーザー権限に基づいて表示するコンポーネントの表示設定のフィルター タイプを設定します。カスタム権限を使用して動的基準を定義します。
- D. 動的基準を定義する連絡先フィールドの) を使用して、コンポーネントの可視性を表示ベースまたは詳細フィルター タイプに設定します。
正解:D
解説:
C: Setting the component visibility based on an advanced filter type, using the contact field(s) to define dynamic criteria, allows displaying information relevant to specific account conditions without needing user interaction.
Reference:
Salesforce Help - Dynamic Forms
質問 # 39
Universal Containers は、需要の増加による運用への影響を予想しています。経営陣は現在の顧客に連絡を取り、アカウントと親アカウントの未解決のケースの数を確認したいと考えています。
アカウント ページにオープン ケースの数を表示するためにアプリ ビルダーが組み合わせることができる 2 つのツールはどれですか?
2つの答えを選択してください
- A. フロー
- B. プロセスビルダー
- C. ワークフロー
- D. 承認プロセス
正解:A、B
解説:
The two tools that an app builder could combine to display the number of open cases on the account page are Flow and Process Builder. Flow is a tool that allows the app builder to create a declarative automation that can query, manipulate, and display data from multiple objects. Process Builder is a tool that allows the app builder to create a trigger-based automation that can invoke a Flow when a record is created or updated. By using these two tools, the app builder can create a solution that can query the number of open cases for the account and parent account and display them on the account page using a screen element. Workflow is not a suitable tool, as it cannot query or display data from multiple objects. It can only perform actions such as field updates, email alerts, tasks, or outbound messages. Approval Process is not a suitable tool, as it is used to automate the approval of records based on certain criteria and predefined steps. It cannot query or display data from multiple objects.
質問 # 40
採用を増やすために、Universal Containers は Salesforce データ モデルの変更を提案して、営業担当者が主要な指標を簡単に確認できるようにします。プロポーザルには、取引先オブジェクトに関連する 3 つのカスタム オブジェクトがあり、1 つは主従関係があり、2 つはそうではありません。これらの各オブジェクトには、Account オブジェクトで集計する 15 のフィールドがあります。
この提案の 2 つの考慮事項は何ですか?
2つの答えを選択してください
- A. ロールアップ サマリーでは、MAX、MIN、SUM、COUNT、および AVG を使用できます。
- B. オブジェクトは 25 のロールアップ サマリーを持つことができます。
- C. 積み上げ集計は主従関係に限定されます。
- D. オブジェクトは 20 個のオブジェクト参照を持つことができます。
正解:A、C
解説:
Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG functions on numeric fields from child records related by a master-detail relationship. Roll-up summaries are limited to master-detail relationships and cannot be used with lookup relationships. An object can have up to 40 roll-up summary fields, not 25. An object can have up to 25 relationship fields (master-detail or lookup), not 20.
質問 # 41
DreamHouse Realty は、拡大する太陽熱水収集事業を追跡するためのカスタム Lightning アプリケーションを構築しています。現在、Lightning アプリケーションには、標準コンポーネントを含むカスタム Lightning レコード ページが含まれています。
アプリケーションビルダーがカスタムコンポーネントを取得して新しい Lightning アプリケーションに組み込む必要がある 2 つのリソースはどれですか?
2つの答えを選択してください
- A. 頂点コード
- B. インポート ウィザード
- C. ビジュアルフォース
- D. AppExchange
正解:B、C
質問 # 42
アプリ ビルダーは、アカウントに数式フィールドを作成して、関連する連絡先からのデータを含めたいと考えていますが、数式エディターで関係を見つけることができません。
問題の原因となっている数式の制限は何ですか?
- A. 式に 5,000 文字を超える文字。
- B. 主従関係を作成する必要があります。
- C. 取引先オブジェクトで数式項目の制限に達しました。
- D. 子レコードを参照できません。
正解:D
解説:
Formulas cannot reference child records, only parent records. This is a limitation of formulas that could be causing the issue. To include data from related child records, the app builder could use roll-up summary fields or Apex triggers instead
質問 # 43
Universal Containers では、Review というカスタム オブジェクトを使用して、すべての従業員がリーダーシップのレビューを送信できます。これらのレビューは、人事部と記録を提出した従業員にのみ表示されます。
レビューへのアクセスを適切に制御するために、アプリ ビルダーが実行する必要がある 3 つの手順はどれですか?
3つの答えを選択してください
- A. 人事部門以外のユーザー プロファイルからレビューの読み取りアクセス許可を削除します。
- B. 人事部の基準ベースの共有ルールを作成します。
- C. Review オブジェクトに Master-Detail(User; フィールドを追加します。
- D. 階層を使用したアクセス許可を無効にします。
- E. 組織全体のデフォルトを非公開に設定します。
正解:B、D、E
解説:
To control access to the Review custom object such that only the HR department and the submitting employee can see the reviews, the following steps should be taken:
A). Disable Grant Access Using Hierarchies:
By default, Salesforce allows users higher in the role hierarchy to access records owned by users lower in the hierarchy. Since reviews should only be visible to HR and the submitting employee, you need to disable Grant Access Using Hierarchies on the Review object to prevent anyone else in the hierarchy from automatically gaining access to these records.
Reference:
C). Create a criteria-based Sharing Rule for the HR Department:
With the organization-wide default (OWD) set to Private, you'll need to create a criteria-based sharing rule to ensure that HR users can view the Review records. This rule would give HR access to the records based on a specified condition, such as all records of the Review object.
E). Set organization-wide default to Private:
Setting the organization-wide default (OWD) for the Review object to Private ensures that no user, other than the record owner (the submitting employee) and those explicitly granted access (HR), can see the Review records by default.
Why the other options are incorrect:
Option B: Add a Master-Detail (User) field on the Review object:
This is not necessary in this scenario because the primary relationship is about controlling access through sharing rules, not creating a master-detail relationship. Moreover, this would complicate access control, which is better managed via sharing settings.
Option D: Remove Review Read permission from non-HR Department user Profiles:
This step is redundant if the organization-wide default is set to Private. Profile permissions control the general ability to access the object, while the visibility of specific records is controlled by sharing rules and OWD. Removing read access via profiles would block all users, including the ones submitting the reviews, from accessing the object.
In summary, by disabling Grant Access Using Hierarchies, setting OWD to Private, and implementing a criteria-based sharing rule for HR, you can ensure that only HR and the submitting employee can view Review records.
Reference:
Record Sharing Overview
質問 # 44
ノーザン トレイル アウトフィッターズのマーケティング ディレクターは、連絡先にマーケティング コミュニケーションが送信されてからの経過日数を追跡する数式フィールドをアプリ ビルダーに作成してもらいたいと考えています。ディレクターはユニット全体にしか興味がありません。
差分を計算するための日付を返すにはどの関数を使用する必要がありますか?
- A. NOW()
- B. DATFTIMEVALUE()
- C. DATEVALUE()
- D. 今日()
正解:D
解説:
TODAY() is the function that should be used to return a date for calculating the difference between today and the date a marketing communication was sent. According to the Salesforce documentation, "TODAY() returns the current date as a Date value." DATETIMEVALUE() converts a text value into a Date/Time value. DATEVALUE() converts a Date/Time value into a Date value. NOW() returns the current Date/Time value.
質問 # 45
アプリ開発者は、Salesforce モバイルアプリユーザーの連絡先の Twitter プロファイルへのアクセスをどのように設定する必要がありますか?
- A. AppExchange Lightning コンポーネントをモバイルアプリに追加します。
- B. Twitter クイック アクションをモバイル ナビゲーションに追加します。
- C. 数式フィールドを連絡先ページ レイアウトに追加します。
- D. モバイル ビューの Lightning ページに Twitter コンポーネントを追加します。
正解:D
質問 # 46
Cloud Kicks (CK) は Lightning Experience に切り替え、グローバルな従業員全体で Chatter の使用を開始して、ペースの速い販売サイクルをサポートしました。CK は Chatter が大好きですが、誰が応答できるかなど、コア チーム メンバーからフィードバックを収集するのに苦労しています。
CK が Chatter を使用してこの問題を解決できる 2 つの方法はどれですか?
2つの答えを選択してください
- A. トピックス
- B. 不在
- C. 投票
- D. ストリーム
正解:B、C
解説:
Polls and Out of Office are two ways that CK can use Chatter to gather feedback and understand availability. Polls allow users to create surveys and collect opinions from other users. Out of Office lets users set a status message and an end date to inform others when they are away or busy. Streams and Topics are not related to the problem.
質問 # 47
Cloud Kicks (CK) の営業担当者は、CK が成約前に注文をレビューする必要がある場合、承認のために提出することを忘れます。 CK は、機会をセキュア コミットメント ステージに自動的に送信して、手動による送信を排除したいと考えています。
ビジネス要件を満たす機能はどれですか?
- A. アクションおよび関連レコード用に最適化されたレコードトリガーフロー
- B. プラットフォーム イベント トリガー フロー
- C. 高速フィールド更新用に最適化されたレコードトリガーフロー
- D. カスタム ボタンと画面フロー
正解:A
解説:
To automate the submission of opportunities into the "Secure Commitment" stage and eliminate manual submission for approval, the best feature to use is:
Record-Triggered flow optimized for Actions and Related Records (D). This type of flow allows for complex automation that can include submitting records for approval based on specific criteria being met, such as reaching a particular stage in the opportunity lifecycle. It's particularly suitable for handling related record updates and other actions like submissions for approval, which are integral when an opportunity reaches a certain stage.
Record-Triggered Flow optimized for Fast Field Updates (A) is focused primarily on quick updates to fields and may not handle the complexity of submission for approval processes adequately. Custom button and screen flow (B) could be used to manually trigger processes but does not automate the submission. Platform Event-Triggered flow (C) is typically used for integrations and reacting to system-wide events, not for standard record lifecycle management.
Reference for using Flows in Salesforce, particularly for automating business processes like approval submissions:
Record-Triggered Flows: https://help.salesforce.com/articleView?id=sf.flow_considerations_trigger_record.htm&type=5
質問 # 48
Ursa Major Solar (UMS) は、Cases を使用して顧客の苦情を追跡し、Issue__c オブジェクトを使用してソーラー パネルの既知の問題を表し、Case_Issue__c ジャンクション オブジェクトを使用して既知の問題を顧客の苦情に関連付けます。
UMS は定期的に監査を実施し、監査ユーザーは Case _Issue__c レコードを表示する必要があります。
UMS ユーザーが Case _Issue_c レコードにアクセスできるようにするには、どのアクセス レベルを設定する必要がありますか?
- A. Case および issue__c に対する読み取り専用アクセス
- B. 読み取り専用アクセスまたは issue_c および_issue_c
- C. Case および case_issue__o に対する読み取り専用アクセス
- D. ケースの問題の読み取り専用アクセス =
正解:A
解説:
To ensure auditing users can access records in the Case_Issue__c junction object, the correct data permissions on related records must be established:
D . Read-Only access on Case and Issue__c. Users need read-only access to both Case and Issue__c objects to view associated Case_Issue__c junction object records properly. This is because access to junction object records in Salesforce is determined by the user's access levels to the parent records in a relationship.
Steps to configure access:
Navigate to Setup → Profiles or Permission Sets.
Select the profile or permission set of the auditing users.
Under Object Settings, adjust the permissions for Case and Issue__c to at least 'Read-Only'.
Ensure that users have visibility to the Case_Issue__c object itself.
This configuration allows users to view the details of cases and issues as they audit the junction object records.
質問 # 49
Universal Containers は Asset オブジェクトを使用して、顧客の場所にインストールされている製品を追跡します。アセットに関する詳細を取得するために、新しいオブジェクト Asset Inventory が作成されました。
アセットの関連リストとしてアセット インベントリを表示するには、アプリ ビルダーはどのアプローチを取る必要がありますか?
- A. Asset Inventory から Asset への参照関係を作成します。Asset Inventory 関連リストを Asset ページレイアウトに追加します。
- B. アセットでロールアップを作成します。Asset Inventory 関連リストを Asset ページレイアウトに追加します。
- C. Asset Inventory と Asset を関連付けるジャンクション オブジェクトを作成します。Asset Inventory 関連リストを Asset ページレイアウトに追加します。
- D. Asset から Asset Inventory への主従関係の作成 Asset Inventory 関連リストを Asset ページレイアウトに追加します。
正解:A
質問 # 50
Ursa Major Solar のサービス部門は、設置、修理、メンテナンスなど、いくつかのタイプのサービスのリクエストを受け取ります。サービス マネージャーは、資産の保守が最後にいつ行われたかを判断して、契約の合意を満たしているかどうかを判断できる必要がありますが、資産に関連する多くの作業指示書がある場合、最後の保守日を判断するのが難しい場合があります。彼らは、保守作業指示書がクローズされたときに資産レコードにフィールドが自動入力されると便利だと考えています。
この要件を満たすために、アプリ ビルダーはどのツールを推奨する必要がありますか?
- A. フロー
- B. ビジュアルフォース
- C. ロールアップ サマリー
- D. アペックストリガー
正解:A
質問 # 51
Universal Containers には、InvoiceNumber フィールドを含む Invoices 用の新しいカスタム オブジェクトがあります。Invoice オブジェクトを使用する前に、現在の InvoiceNumber を維持する外部システムから請求書が移行されます。移行後、Salesforce がレコードのシステムとなり、Salesforce で作成された新しい各請求書には一意の InvoiceNumber が必要になります。
アプリ ビルダーは InvoiceNumber フィールドをどのように構成する必要がありますか?
- A. 元の InvoiceNumber 用の Text フィールドと、Salesforce InvoiceNumber 用の AutoNumber フィールドを作成します。
- B. テキスト フィールドを作成し、一意の外部 ID フィールドとしてマークします。
- C. オートナンバー型フィールドを作成し、請求書を移行します
- D. テキスト フィールドを作成し、移行後にオートナンバー型に変更します。
正解:B
解説:
The Invoice Number field should be a Text field and marked as a unique external ID field. This will allow the migration of invoices from an external system while maintaining their original Invoice Number. It will also ensure that each new Invoice created in Salesforce has a unique Invoice Number.
質問 # 52
アプリ ビルダーはカスタム ソリューションを必要としており、コミュニティの使用を検討しています。更新のしやすさが主な考慮事項です。
アプリ ビルダーは何を考慮する必要がありますか?
- A. AppExchange からの管理パッケージ
- B. オープンソースの未管理パッケージ
- C. オープンソースのカスタム開発
- D. AppExchange からの未管理パッケージ
正解:A
質問 # 53
Cloud Kicks はアプリ ビルダーに、Race_Track__c カスタム オブジェクトの重複除去を使用して 25,000 レコードのリストを挿入するように依頼しました。
どのツールを使用する必要がありますか?
- A. インポート ウィザード
- B. 雷オブジェクト作成者
- C. データローダ
- D. スキーマ ビルダー
正解:A
解説:
To insert a list of 25,000 records using deduplication for the Race_Track__c custom object, an app builder should use Data Loader. Data Loader is a tool that allows users to insert, update, delete, or export large amounts of data in Salesforce. Data Loader can also perform deduplication by matching records based on external ID fields or Salesforce record IDs. [Source]
質問 # 54
DreamHouse Realty は、物件レコードを外部システムから Salesforce にインポートしたいと考えています。アプリ ビルダーは、外部 ID フィールドを使用して、外部システムからのプロパティ ID を格納します。
外部 ID フィールドを使用する際にアプリ ビルダーが知っておくべき 2 つの詳細はどれですか?
2つの答えを選択してください
- A. 外部 ID フィールドは数値フィールドにすることができます。
- B. 外部 ID フィールドは URL フィールドにすることができます。
- C. 外部 ID フィールドはテキスト フィールドにすることができます。
- D. 外部 ID フィールドは電話フィールドにすることができます。
正解:A、C
解説:
An external ID field can be a number field or a text field, but not a URL field or a phone field. A URL field is used to store web addresses and a phone field is used to store phone numbers. An external ID field is used to store unique identifiers from an external system and it can be used for upsert operations
質問 # 55
アプリビルダーはカスタムオブジェクトと 10 個のフィールドを作成したいと考えています。
オブジェクト、フィールド、リレーションシップを 1 か所からすばやく作成するには何を使用すればよいでしょうか?
- A. フィールド権限の管理
- B. 開発者コンソール
- C. スキーマ ビルダー
- D. Lightning オブジェクト作成者
正解:C
解説:
To create a custom object along with multiple fields and relationships efficiently from a single interface, the Schema Builder is the ideal tool:
A . Schema Builder. This graphical tool provides a drag-and-drop interface for creating and modifying objects and fields in Salesforce, allowing for a visual layout of database schema.
Steps to use Schema Builder:
Go to Setup → Schema Builder.
Drag the 'Object' element into the schema area to create a new custom object.
Define the object's properties (e.g., label, API name).
Drag field elements like Text, Number, or Lookup into the object to create fields.
Configure each field's properties according to your requirements.
Connect objects via lookup or master-detail relationships by dragging the relationship fields between them.
Save the layout to create all elements in Salesforce.
For more information, review Salesforce's Schema Builder documentation.
質問 # 56
Universal Containersには、時給と給与の2種類の応募者がいます。それぞれに個別のレコード タイプがあります。人事部門のすべてのメンバーがすべての応募者レコードを表示できる必要がありますが、給与応募者レコードを作成できるのは採用マネージャーと HR 担当副社長だけです。
この要件を満たすために、アプリ ビルダーは何を推奨する必要がありますか?
- A. 組織全体のデフォルトを非公開に更新し、採用マネージャーの役割の共有ルールを作成します。
- B. マネージャーと VP を除く全員の給与申請者オブジェクトの「作成」権限を削除します。
- C. 時間単位のレコード タイプをデフォルトとして構成し、管理者以外のユーザーにデフォルトのレコード タイプを受け入れるように指示します。
- D. 給与レコード タイプを含む権限セットを作成し、適切なユーザーに割り当てます。
正解:D
質問 # 57
Cloud Kicks で最近更新された部分的なサンドボックスには、カスタム オブジェクト Shipping にデータがありません。チェック 本番環境では、オブジェクトに 200 万行のデータがあります。
データが欠落している理由は何ですか?
- A. サンドボックス テンプレートで選択されたオブジェクト。
- B. サンドボックスはまだデータを取り込み中です。
- C. サンドボックスの更新が早すぎました。
- D. 部分的なサンドボックスは容量に達しています。
正解:A
解説:
The selected objects in the sandbox template. This is correct because a partial sandbox only copies a subset of data from production, and the data to be copied is determined by the sandbox template. If the Shipping object was not selected in the template, then its data would not be copied to the sandbox
質問 # 58
Universal Containers は、データを Excel にエクスポートするときに、各レコードが一意に扱われるようにするために、商談レコードからの 18 桁のレコード ID を必要とします。
アプリ ビルダーは、この新しいフィールドを作成するためにどの式を使用する必要がありますか?
- A. 値(ID)
- B. CASESAFEID(ID)
- C. ISNUMBER(ID)
- D. TEXT(ID)
正解:B
解説:
The app builder should use the CASESAFEID(Id) formula to create this new field. The CASESAFEID function returns the 18-digit case-insensitive version of the record ID, which is unique for each record in Salesforce. The 18-digit record ID is useful for exporting data to external systems that require case-sensitive IDs1. Option A, C, and D are not formulas that can return the 18-digit record ID.
質問 # 59
アプリ ビルダーは、モバイル ユーザーの見込み客、連絡先、取引先から「新しいメールを送信」するオプションを追加したいと考えています。
これを達成するためにグローバル アクションを使用する利点は何ですか?
- A. グローバル アクションのレイアウトは、既定のページ レイアウトを自動的に複製します。
- B. Salesforce Lightning Component Library には、既存のグローバル アクション プレビルドが含まれています。
- C. グローバル アクションはレコード固有であり、その特定の検索時に使用できます。
- D. グローバルアクションには、アクションがページ、フィード、Chatter グループ、
正解:D
質問 # 60
Universal Containers (UC) は、3 つの個別のカスタム オブジェクトに Status というピックリスト項目を作成しました。UC には、このフィールドの値のリストを各オブジェクトで共有するという要件があります。
アプリビルダーはどの機能を使用しますか?
- A. グローバル選択リスト値セット
- B. フィールド更新
- C. 依存ピックリスト
- D. 動的アクション
正解:A
解説:
The app builder should use a global picklist value set to share the list of values for the Status field across each object. A global picklist value set is a set of values that can be used by multiple picklist fields on different objects. This can ensure data consistency and reduce maintenance efforts. Option A, C, and D are not features that can share picklist values across objects.
質問 # 61
見込み客のステータス選択リストが認定済みに設定されるまで、見込み客の変換ボタンは表示されません。これらの要件を満たすために、アプリ ビルダーは何を提案する必要がありますか?
- A. ピックリストの依存関係、ページ レイアウト、レコード タイプ
- B. ページ レイアウト、レコード タイプ、プロセス ビルダー フィールドの更新
- C. カスタム ボタン、入力規則、レコード タイプ
- D. プロセス ビルダー フィールドの更新、クイック アクション、レコード タイプ
正解:C
解説:
A custom button, a validation rule, and record types can be used to meet the requirement of hiding the convert button on leads until the lead status picklist is set to qualified. The custom button can replace the standard convert button and invoke a validation rule that checks the lead status. The record types can be used to assign different page layouts with different buttons for different lead statuses
質問 # 62
アプリケーションビルダーは、外部システムに接続する Lightning Web コンポーネントを呼び出すカスタム同期ボタンをアカウントに作成したいと考えています。このアクションは、カスタム ステータス フィールドが同期準備完了に設定されている場合にのみ使用できます。
この機能をアカウント レコード ページに追加するには、アプリ ビルダーは何を使用する必要がありますか?
- A. カスタム リンク
- B. AppExchange 製品
- C. 式フィールド
- D. 動的アクション
正解:D
質問 # 63
......
高合格率DEX-403日本語テスト問題集解答と正解291問題と回答:https://www.passtest.jp/Salesforce/DEX-403J-shiken.html