DEX-403日本語認定お試し[2025年04月21日] 最新DEX-403日本語のPDF問題集
ベストSalesforce DEX-403日本語学習ガイドと問題集でof2025年更新
質問 # 121
DreamHouse Realty では、House__c カスタムオブジェクトの Asking_Price__c や Real_Estate_Agent__c などの特定の項目の項目値の変更が Chatter で目立つように表示される必要があります。
アプリケーションビルダーはどの Chatter 機能を利用する必要がありますか?
- A. サイト運営者のアクション
- B. フィード追跡
- C. ありがとう
- D. トピックス
正解:B
質問 # 122
DreamHouse Realty (DR) の仲介業者は、電話で Salesforce モバイル アプリケーションを使用する際に問題を抱えています。取引先責任者レコードには、一目でアクセスする必要がある主要なフィールドがいくつかあります。画面が小さいため、現在、仲介業者は、ページを下にスクロールして情報を表示します。
DR のアプリケーションビルダーは、これらの主要フィールドを画面上部に表示するように Salesforce モバイルアプリケーションを設定するために何を使用する必要がありますか?
- A. レコード詳細コンポーネント
- B. コンパクトなレイアウト
- C. モバイル ナビゲーション
- D. オブジェクト固有のアクション
正解:B
解説:
The Compact Layout in Salesforce mobile app configuration determines the fields that appear at the top of the record in the mobile app, providing quick access to key information.
References:
Salesforce Help - Compact Layouts
質問 # 123
Cloud Kicks の営業担当者は、自分の連絡先が Salesforce 内で他のユーザーに表示されないと述べています。
アプリ ビルダーがこの問題をトラブルシューティングできる 3 つの方法はどれですか?
3つの答えを選択してください
- A. 新しい連絡先を作成し、ユーザーに再試行してもらいます。
- B. アカウント共有ルールを作成して、ユーザーがすべてのレコードにアクセスできるようにします。
- C. 連絡先レコードを確認し、アカウントにリンクされていることを確認します。
- D. デフォルトの組織全体の共有設定がアカウントへのアクセスを提供しているかどうかを確認します。
- E. 問題のあるユーザーが連絡先オブジェクトにアクセスできることを確認します。
正解:C、D、E
質問 # 124
DreamHouse Realty は、物件レコードを外部システムから Salesforce にインポートしたいと考えています。アプリ ビルダーは、外部 ID フィールドを使用して、外部システムからのプロパティ ID を格納します。
外部 ID フィールドを使用する際にアプリ ビルダーが知っておくべき 2 つの詳細はどれですか?
2つの答えを選択してください
- A. 外部 ID フィールドは数値フィールドにすることができます。
- B. 外部 ID フィールドはテキスト フィールドにすることができます。
- C. 外部 ID フィールドは電話フィールドにすることができます。
- D. 外部 ID フィールドは URL フィールドにすることができます。
正解:A、B
質問 # 125
Cloud Kicks の CFO は、30% を超える割引がある大規模なショー小売契約を締結する前に、その契約を承認する必要があります。
この要件に対処するにはどのような機能を使用すればよいでしょうか?
- A. 電子メール アラート
- B. フィールドの更新
- C. ワークフロー ルール
- D. 承認プロセス
正解:D
解説:
Approval Process is the feature that would be used to handle the requirement of signing off on major show retail deals with more than 30% discount. According to the Salesforce documentation, "An approval process automates how Salesforce records are approved in your org." Email Alert, Field Update, and Workflow Rule are actions that can be triggered by an approval process, but they are not features for handling approvals.
質問 # 126
Cloud Kicks は、年間サブスクリプション モデルで動作します。営業担当者が商談を成立としてマークすると、更新用に新しい商談が自動的に作成されます。契約チームは Salesforce の外部で作業しますが、顧客との契約プロセスを開始するために、成立した商談について通知を受ける必要もあります。
これらの要件を満たす自動化ソリューションはどれですか?
- A. 検証ルール
- B. 承認プロセス
- C. ワークフロー ルール
- D. プロセスビルダー
正解:D
解説:
The automation solution that would meet these requirements is Process Builder. Process Builder is a tool that can create and update records, send email alerts, submit records for approval, invoke flows, call Apex classes, and post to Chatter based on certain criteria and actions. The app builder can use Process Builder to create a process that starts when an opportunity is marked as closed won, creates a new opportunity record for the renewal with pre-populated fields, and sends an email alert to the contracts team. Option A is incorrect because an approval process is not suitable for this requirement, as approval processes are used to define the steps and criteria for approving records. Option B is incorrect because a validation rule is not suitable for this requirement, as validation rules are used to enforce data quality and prevent users from saving invalid records. Option D is incorrect because a workflow rule is not suitable for this requirement, as workflow rules are considered legacy tools and have limitations compared to Process Builder.
質問 # 127
DreamHouse Realty は、顧客のガレージに設置されているリフトの数を追跡したいと考えています。カスタム Lift オブジェクトの To Be Installed カスタム チェックボックス フィールドをオンにし、リフトが販売された翌日にアウトバウンド メッセージを介して外部システムに通知する必要があります。
このタスクを完了するには、どの自動化ツールを使用する必要がありますか?
- A. フロー
- B. ワークフロー
- C. プロセスビルダー
- D. 承認プロセス
正解:A
解説:
As of the Winter '24 release, Salesforce introduced the ability to send outbound messages directly from Flow. This makes Flow the best choice for automating the notification to an external system when a lift is sold, fulfilling the need for both checking the custom To Be Installed checkbox and sending the notification the next day.
Flow: With this new functionality, Flow is now the most versatile automation tool for this use case. You can:
Create a scheduled path that triggers the next day after the lift is sold (e.g., when a record meets the criteria such as the checkbox being checked).
Send the outbound message to notify the external system about the lift installation.
Perform all of this declaratively, replacing the need for Workflow, which previously was the go-to for outbound messages.
Why not Workflow anymore? Although Workflow still supports outbound messages, Flow is the preferred tool now, as Salesforce is deprecating Workflow rules and Process Builder in favor of Flow. Flow also allows for more complex logic and actions, providing flexibility in future-proofing automation.
Reference:
Winter '24 Flow Outbound Message
質問 # 128
Universal Containers は、フィールドを相互にリンクすることで、データ キャプチャ プロセスを合理化したいと考えています。彼らは、従属フィールドで使用可能な値が制御フィールドで選択された値によって駆動されるように、これを行いたいと考えています。規定された要件をサポートする考慮事項はどれですか? 3つの答えを選択してください
- A. 複数選択ピックリストは依存ピックリストにすることができますが、フィールドを制御することはできません
- B. 標準およびカスタムの選択リスト項目は依存項目にすることができます。
- C. カスタム ピックリスト フィールドは、制御フィールドまたは依存フィールドのいずれかです。
- D. チェックボックス フィールドは制御フィールドにすることができますが、依存フィールドにすることはできません
- E. インポート ウィザードでは、値が適切な制御フィールドに一致する場合にのみ、依存ピックリストに値をインポートできます。
正解:C、D、E
解説:
The import wizard only allows values to be imported into a dependent picklist if they match the appropriate controlling field. This ensures data integrity and prevents invalid values from being imported. Custom picklist fields can be either controlling or dependent fields. This allows the app builder to create custom dependencies between custom picklists. Checkbox fields can be controlling fields but not dependent fields. This allows the app builder to create dependencies based on checkbox values, such as true or false. Multi-select picklist fields can be dependent picklist fields but not controlling fields. This allows the app builder to create dependencies based on multiple values selected in a multi-select picklist field. Standard and custom picklist fields can be dependent fields, but not all standard picklist fields can be controlling fields. Some standard picklist fields, such as Lead Status or Opportunity Stage, cannot be controlling fields because they are used in other processes, such as lead conversion or sales path
質問 # 129
Universal Containers は、Developer Sandbox からテストに使用される Developer Pro Sandbox までの大規模な変更セットにアプリをデプロイしました。テスト後、変更セット内のいくつかのコンポーネントに変更を加える必要がありました。
アプリビルダーは新しい変更を Developer Pro Sandbox にどのように移動する必要がありますか?
- A. 変更セットのクローンを作成して re_display
- B. 変更セットの名前を変更し、変更を追加して re_display
- C. 変更セットを更新して re_display
- D. テキスト サンドボックスを更新し、変更セットを再表示します。
正解:C
解説:
Updating the existing change set with the new changes and redeploying is the most efficient way to move the updated components to the Developer Pro Sandbox.
References:
Salesforce Help - Change Sets
質問 # 130
取引が成立した後、Cloud Kicks (CK) は、アカウント所有者に加えて顧客サービス マネージャー (CSM) としてユーザーを割り当てたいと考えており、どの CSM がアカウントに割り当てられているかを簡単に追跡および報告するための新しいフィールドを望んでいます。
アプリ ビルダーは、このリクエストに対してどのソリューションを使用する必要がありますか?
- A. 複数選択リスト メルド
- B. ピックリスト フィールド
- C. テキストフィールド
- D. ルックアップ フィールド
正解:D
質問 # 131
ユニバーサル コンテナでは、米国のすべての営業担当者が米国チームのダッシュボードを表示できる必要がありますが、コンポーネント内のデータを表示してそのソース レポートを表示できるのは米国の営業担当者だけです。アプリ ビルダーは、適切なアクセス権が付与されていることをどのように確認できますか?
- A. US Sales Director を実行ユーザーにして、ダッシュボード フォルダをロール US Sales Rep と共有します。
- B. ダッシュボード フォルダーを US セールス ディレクターのロールおよび部下と共有し、レポート フォルダーを US セールス ディレクターのロールと共有します。
- C. ダッシュボードを動的にして、米国の営業担当者に自分のチームのダッシュボードを表示する権限を付与します
- D. ダッシュボードをパブリック グループ US Sales Reps と共有し、ダッシュボード ソース レポート フォルダーを US Sales Director プロファイルと共有します。
正解:D
質問 # 132
Ursa Major Solar (UMS) には、銀河ベンダーを追跡するカスタム オブジェクトがあります。このオブジェクトには、銀河ベンダーの位置を示す 4 つのカスタム フィールドがあります。
UMS の指導者は、これらのフィールドを 2 行の 1 つの数式フィールドに連結することを望んでいます。
この要件を満たす式はどれですか?
- A.

- B.

- C.

- D.

正解:A
解説:
This formula concatenates the four custom fields for the Galactic Vendor's location into a single text value, separated by commas and spaces. The formula also uses the BR function to insert a line break after the second field, creating two lines of text. Option A, B, and D are not formulas that fulfill the requirement.
質問 # 133
Universal Containers (UC) には大量のデータがあり、データ ストレージの限界に近づいています。計画されている解決策は、履歴データをアーカイブして、Salesforce のデータ ストレージを削減することです。ただし、UC は、アーカイブされた情報に対してレポート、クエリ、およびルックアップを引き続き使用したいと考えています。
この要件を満たすことができる 2 つのオプションはどれですか?
2つの答えを選択してください
- A. 関連オブジェクト
- B. 大きなオブジェクト
- C. カスタム オブジェクト
- D. 外部オブジェクト
正解:B、D
解説:
Big objects and external objects can be used to archive historical data and reduce data storage in Salesforce, while still allowing users to access the archived data using reports, queries, and lookups. Big objects store data within Salesforce, while external objects store data outside Salesforce and integrate it with Salesforce using an external data source
質問 # 134
Universal Containers は、データを Excel にエクスポートするときに、各レコードが一意に扱われるようにするために、商談レコードからの 18 桁のレコード ID を必要とします。
アプリ ビルダーは、この新しいフィールドを作成するためにどの式を使用する必要がありますか?
- A. ISNUMBER(ID)
- B. TEXT(ID)
- C. CASESAFEID(ID)
- D. 値(ID)
正解:C
質問 # 135
Universal Containersには、多くの顧客が同じまたは類似の会社名を持つ顧客ベースがあります。
エンド ユーザーの検索エクスペリエンスを向上させるには、どの機能を構成する必要がありますか?
2つの答えを選択してください
- A. アカウント検索フィルター フィールドを更新します。
- B. 表示されるアカウント検索レイアウトの検索結果列を更新します。
- C. アカウント検索レイアウト ビューのフィルター設定を更新します。
- D. 表示されるアカウント検索レイアウトのアカウント タブ列を更新します。
正解:A、B
解説:
Updating the account search layouts search results columns displayed and updating the account search filter fields can improve an end user's search experience by showing more relevant information and allowing more refined filtering. The view filter settings and the accounts tab columns displayed are not related to the search functionality
質問 # 136
DreamHouse Realty (DR) は、地方自治体の権利と提携することにより、補助金付きの住宅に拡大しています。DR は Sales Cloud を使用し、商談オブジェクトの項目履歴追跡を有効にしています。情報要件の増加により、アプリ開発チームはテキスト エリア (長い) フィールドをリッチ テキスト フィールドに変更して、最大 1,000 文字とより適切な説明を許可します。
チームが考慮する必要がある 2 つの考慮事項はどれですか?
2つの答えを選択してください
- A. すべての長さのリッチ テキスト フィールド値がレポートに完全に表示されます。
- B. 監査証跡は、REST API の抽出を通じて利用できます。
- C. カスタム フィールド タイプを変更すると、データが失われる可能性があります。
- D. フィールド履歴追跡は、255 文字以下の値の変更を記録します。
正解:C、D
解説:
Changing custom field types may result in data loss if the new field type is incompatible with the old one. For example, changing a text field to a number field may cause text values to be deleted. Field history tracking records value changes of 255 characters or less. If a rich text field value exceeds this limit, only the first 255 characters are tracked.
質問 # 137
Universal Containers は、機会と Detaited.Sales__c と呼ばれるカスタム オブジェクトを利用します。会社は、選択リストのステータスがアクティブに設定されている Detailed.Sales__c レコードのみの営業指標を商談にロールアップしたいと考えています。
アプリビルダーがこのリクエストを達成するために推奨される方法は何ですか?
- A. Apex コードを使用して、必要な金額を積み上げます。
- B. AppExchange を利用して、適切なフィルタを使用して売上金額をロールアップできるサードパーティ アプリケーションをダウンロードします。
- C. ステータス フィールドでフィルタリングするロールアップ サマリーを保持して、親オブジェクトと子オブジェクト間の参照関係を作成します。
- D. 保持されているステータスに適合する積み上げ集計フィールドを使用して、親オブジェクトと子オブジェクトの間に主従関係を作成します。
正解:D
解説:
Create a master-detail relationship between the parent and child object with a roll-up summary field that filters on the status field is the recommended method for the app builder to achieve the request of rolling up sales metrics to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active. According to the Salesforce documentation, "Roll-up summary fields calculate values from related records, such as those in a master-detail relationship." A roll-up summary field can filter on a field value of the child records and sum up only those records that match the criteria. Utilize the AppExchange to download a third-party application that can roll up the sales dollars with the appropriate filter, create a lookup relationship between the parent and child object with a roll-up summary field that filters on the status field, and utilize Apex code to roll up the desired amounts are not valid or necessary methods for this request.
質問 # 138
ノーザン トレイル アウトフィッターズは、Salesforce 組織の毎日のバックアップを開始したいと考えています。
アプリビルダーはこのタスクにどのツールを推奨する必要がありますか?
- A. データ エクスポート サービス
- B. フル コピー サンドボックスを更新します
- C. AppExchange パッケージ
- D. レポートのエクスポート
正解:A
解説:
Data Export Service is the appropriate tool for initiating scheduled or immediate backups of Salesforce data.
Reference:
Salesforce Help - Data Export Service
質問 # 139
Ursa Major Solar は、子レコード Star にリストされている親オブジェクト Galaxy の Type フィールドを確認したいと考えています。アプリ ビルダーは、「ピックリスト値は特定の関数でのみサポートされています」というエラーを受け取ります。
望ましい結果を得るために、アプリ ビルダーはどの式を使用する必要がありますか?
- A. TEXT(Galaxy_r.Type_c)
- B. FIND(Galaxy__r.Type__c)
- C. ISPICKVAL(Galaxy__r.Type__c)
- D. 値(Galaxy_r.Type__c)
正解:A
質問 # 140
カスタム オブジェクトを作成するときのスキーマ ビルダーの制限は何ですか?
- A. 任意のカスタム オブジェクトとの関係を作成できますが、標準オブジェクトとの関係は Lightning Object Manager で構築する必要があります。
- B. カスタム フィールドは、式フィールド タイプを除く任意のカスタム オブジェクトに追加できます。
- C. フィールドとリレーションシップは作成できますが、キャンバスからページ レイアウトにフィールドを追加することはできません。
- D. 新しいオブジェクト、フィールド、または関係が作成されるたびに、[保存] をクリックする必要があります。
正解:C
解説:
It lacks setting up field-level security and adding fields to the page layout, so you have to choose the manual way of field creation. Adds another layer of risk with changes in Schema Builder since it is deployed in real-time.
Salesforce Schema Builder is a powerful tool for visualizing and creating objects, fields, and relationships in Salesforce, but it has certain limitations when building custom objects.
Option B (Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas): In Schema Builder, while you can create new custom objects, fields, and relationships, you cannot directly add fields to the page layout from within the Schema Builder interface. After creating a field, you need to navigate to the Page Layout Editor to manually place the new field on the layout.
Reference:
Option A: This is incorrect because you can perform multiple actions within Schema Builder without needing to click Save each time. Salesforce will save these changes when you click Save once at the end.
Option C: While relationships can be created in Schema Builder for both standard and custom objects, there is no requirement to use Lightning Object Manager to create relationships with standard objects.
Option D: Schema Builder supports the creation of formula fields along with other types of fields. There is no exclusion for formula fields.
In summary, Option B is the correct limitation of Schema Builder: you cannot add fields to page layouts directly from the Schema Builder interface.
Reference:
Schema Builder Limitations
質問 # 141
DreamHouse Realty では、House__c カスタムオブジェクトの Asking_Price__c や Real_Estate_Agent``c などの特定の項目の項目値の変更が Chatter で目立つように表示されるようにする必要があります。
アプリケーションビルダーはどの Chatter 機能を利用する必要がありますか?
- A. フィード追跡
- B. ありがとう
- C. トピック
- D. パブリッシャーのアクション
正解:A
解説:
Feed Tracking is the Chatter feature that allows field value changes for certain fields to show up on Chatter. Thanks, Publisher Actions, and Topics are other Chatter features, but they do not relate to field value changes.
質問 # 142
マーケティング責任者は、昨年無料で配布された自動車部品が多すぎることを懸念しています。
すべての無料パーツがマーケティング ディレクターの承認を受けるようにするには、どの機能を使用する必要がありますか?
- A. スタックポスト
- B. Chatter の承認
- C. 承認プロセス
- D. 自動電子メール メッセージ
正解:C
解説:
An Approval Process is the appropriate functionality to ensure all free parts receive the marketing director's sign-off. It allows for setting up a process for record approval.
References:
Salesforce Help - Approval Processes
質問 # 143
......
有効なDEX-403日本語試験 最新問題で2025年最新の学習ガイド:https://www.passtest.jp/Salesforce/DEX-403J-shiken.html