
[2024年10月] 問題集簡単概要DEX-403日本語試験問題Fast2test
DEX-403日本語トレーニング認証最新版をゲットSalesforce Platform APP Builder
質問 # 111
アプリ ビルダーは、各ステータス (新規、進行中、またはクローズ) および優先度 (クリティカル、高、中、または低) ごとにサポート ケースの数を比較するレポートを作成したいと考えています。
レポートにはどのソリューションを使用する必要がありますか?
- A. バケット列
- B. グループ化
- C. カスタム レポート タイプ
- D. フィルター
正解:A
質問 # 112
Universal Containers は、権限セットと権限セット グループを介してシステム アクセスを割り当て、各ユーザーが適切なアクセス権を持つようにします。さまざまなレベルのサポート スタッフがいる 1 つの部門では、職務を完了するために必要な 5 つの一貫した権限セットがあります。一部の上位レベルのスタッフには、彼らにのみ必要な追加の権限セットがあります。
アプリ ビルダーは、ユーザーに権限セットを割り当てることをどのように推奨する必要がありますか?
- A. [割り当ての管理] ボタンを使用して、各ユーザーに同じ一連の権限セット グループと権限セットを割り当てます。
- B. データローダを利用して、目的のユーザを権限セットと権限セット グループの完全なリストで一括更新します。
- C. [割り当ての管理] ボタンを使用して、権限セット グループと追加の個々の権限セットを各ユーザーに割り当てます。
- D. データ インポート ウィザードを利用して、権限セットと権限セット グループの完全なリストで目的のユーザーを一括更新します。
正解:C
質問 # 113
DreamHouse Realty の査定チームは、Salesforce モバイルアプリケーションを活用したいと考えています。
モバイル エクスペリエンスを最適化するためにアプリ ビルダーが行うべき 3 つのことは何ですか?
3つの答えを選択してください
- A. グローバル アクションを使用して、モバイルで重要な機能を簡単に実行できるようにします。
- B. さまざまな電話オペレーティング システム用に個別にカスタマイズされたレイアウトを作成します。
- C. 式フィールドとルックアップ フィールドの数を最小限に抑えて、ページの読み込み時間を短縮します。
- D. 最も重要なフィールドをコンパクトなレイアウトに配置して、簡単に見つけられるようにします。
- E. ユーザーが画面上のすべてのフィールドに入力する必要があるように、デフォルトのフィールド値を使用しないでください。
正解:A、C、D
解説:
The app builder should do three things to optimize mobile experience:
Use Global Actions to make it easy to perform vital functionality on mobile: Global actions are actions that allow users to create records or perform tasks from anywhere in Salesforce. They are displayed in various places in Salesforce mobile app, such as action bar, action menu, or publisher. By using global actions, the app builder can make it easy for the appraisal team to perform common tasks on mobile, such as creating a new appraisal record or logging a call.
Minimize the amount of formula fields and lookup fields to reduce page load time: Formula fields and lookup fields are types of fields that can affect the performance of Salesforce mobile app. Formula fields are fields that calculate a value based on an expression or formula. Lookup fields are fields that create a relationship between two objects and allow users to select a value from a list of records. Both types of fields can increase the page load time on mobile devices, especially if they are complex or reference many other fields. By minimizing the amount of formula fields and lookup fields, the app builder can optimize the mobile experience for the appraisal team.
Put the most important fields in the compact layout so they are easy to find: Compact layouts are layouts that display a record's key information at a glance. They are used in various places in Salesforce mobile app, such as record highlights, list views, related lists, and lookup dialogs. By putting the most important fields in the compact layout, the app builder can ensure that the appraisal team can easily find the information they need on mobile devices. Option B and D are not things that an app builder should do to optimize mobile experience.
質問 # 114
ユニバーサル 画面が小さいため、現在、関連する連絡先に関する基準に基づいてアカウントの情報を表示するには、ページを下にスクロールする必要があります。
この要件を満たすためにアプリビルダーはどのソリューションを使用する必要がありますか?
- 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
質問 # 115
Universal Containers は、プロジェクトと呼ばれるカスタム オブジェクトを使用します。マネージャーはプロジェクトを割り当てるときに、プロジェクトに「推定時間」と呼ばれるカスタム フィールドを設定します。一度設定すると、ユーザーは値を減らすことはできますが、増やすことはできません。アプリビルダーはこの要件を満たすにはどうすればよいでしょうか?
- A. カスタム フィールドの数式のデフォルト値を作成します。
- B. ISCHANGED 関数を使用する検証ルールを作成します。
- C. PRIOR VALUE 関数を使用する検証ルールを作成します。
- D. PREVGROUPVAL 関数を使用する数式を作成します。
正解:C
解説:
Create a validation rule that uses the PRIORVALUE function is how an app builder can meet the requirement of preventing users from increasing the value of Estimated Hours after it is set. According to the Salesforce documentation, "PRIORVALUE returns the previous value of a field." The validation rule can compare the current value and the prior value of Estimated Hours and display an error message if the current value is greater than the prior value. Creating a formula default value for the custom field, creating a formula field that uses the PREVGROUPVAL function, and creating a validation rule that uses the ISCHANGED function are not valid or correct solutions for this requirement.
質問 # 116
Universal Containers は、Salesforce 内で顧客とコラボレーションしたいと考えており、「顧客への招待を許可する」Chatter 設定を有効にすることにしました。Chatter グループに招待された顧客には、どのような権限が与えられますか?
- A. 公開グループへのアクセスを要求する機能
- B. メンバーがメンバーであるグループにメンバーを招待する機能
- C. グループのメンバーと交流する能力
- D. 連絡先であるアカウントを @メンションする機能。
正解:C
解説:
Customers who are invited to Chatter groups can only interact with members of their groups. They cannot invite other members, @mention accounts, or request access to public groups
質問 # 117
Cloud Kicks には 5 年間の販売データがあり、顧客が最初に購入した時期を追跡したいと考えています。アプリ ビルダーは、要件を満たすためにロールアップ サマリーをどのように使用する必要がありますか?
- A. First Order Date という新しい日付フィールドを作成し、タイプ MIN を使用してフィールドを更新するロールアップ サマリーを作成します。
- B. Opportunity Close Date で Type SUM を使用して、First Order Date という新しい積み上げ集計項目を作成します。
- C. [初回注文日] という名前の新しいロールアップ サマリー フィールドを作成します。これには、IsWon = TRUE のフィルターを使用して商談完了日にタイプ MIN を使用します。
- D. First Order Date という新しい日付フィールドを作成し、新しいワークフローを作成して日付を設定し、IsWon = TRUE のフィルターで値をロールアップします。
正解:C
質問 # 118
カスタマー サービスのディレクターは、ケースが 4 営業時間以上「新規」ステータスのままになっている場合に通知を受け取りたいと考えています。
これを達成するには、どの自動化プロセスを使用する必要がありますか?
2つの答えを選択してください
- A. フロービルダー
- B. エスカレーション ルール
- C. プロセスビルダー
- D. 予定頂点
正解:B、C
解説:
Escalation rules and Process Builder are two automation processes that can be used to send a notification when a case stays in the '' new'' status for more than four business hours. Escalation rules can define criteria and actions for escalating cases based on time or other factors. Process Builder can create a time-based action that triggers an email alert when the case status is '' new'' for more than four business hours. Flow Builder and Scheduled Apex are not necessary for this requirement.
質問 # 119
Universal Containers (UC) は、200 万を超える資産の情報を外部システムに保持しています。UC は、Salesforce のリアルタイム データでこれらのアセットにアクセスする必要があり、データ ストレージの制限に近づいています。
アプリ ビルダーが UC の使用を推奨できる機能はどれですか?
- A. Salesforce コネクト
- B. データ エクスポート ウィザード
- C. データローダ
- D. Salesforce to Salesforce
正解:C
質問 # 120
カスタム オブジェクトを作成するときのスキーマ ビルダーの制限は何ですか?
- A. フィールドとリレーションシップは作成できますが、キャンバスからページ レイアウトにフィールドを追加することはできません。
- B. 任意のカスタム オブジェクトとの関係を作成できますが、標準オブジェクトとの関係は Lightning Object Manager で構築する必要があります。
- C. 新しいオブジェクト、フィールド、または関係が作成されるたびに、[保存] をクリックする必要があります。
- D. カスタム フィールドは、式フィールド タイプを除く任意のカスタム オブジェクトに追加できます。
正解:A
解説:
Schema Builder allows users to create custom objects, fields, and relationships using a drag-and-drop interface. However, one of the limitations of Schema Builder is that fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas. Users will need to go to the Lightning Object Manager or Setup to edit the page layout and add the fields.
質問 # 121
Ursa Major Solar には、カスタム Galaxy _c オブジェクトとカスタム Star_c オブジェクトの間に参照関係があります。アプリ ビルダーは、各 Galaxy__c レコードに関連する Star_c レコードの総数をカウントするロールアップ サマリー フィールドを作成したいと考えています。
現在の構成は、望ましい結果を達成する能力にどのように影響しますか?
- A. ロールアップ サマリーは、Galaxy__c オブジェクトに数式フィールドを作成することで取得できます。
- B. ロールアップ サマリーは、Star__c オブジェクトに数式フィールドを作成することで実現できます。
- C. 積み上げ集計項目を作成する前に、参照関係を主従関係に変換する必要があります。
- D. 関連するすべての Star_c レコードを選択するフィールド フィルターを使用して、Galaxy__c オブジェクトにロールアップ サマリー フィールドを作成する必要があります。
正解:C
解説:
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created. This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and a lookup relationship does not establish a parent-child hierarchy between the objects
質問 # 122
管理パッケージを適切にインストールすることで、顧客やパートナーによるカスタマイズとの競合を防ぐことができます。
パッケージをセットアップするには、どの機能を使用する必要がありますか?
- A. 共有を許可
- B. 説明
- C. 名前空間
- D. ヘルプ設定
正解:C
質問 # 123
ユニバーサルコンテナは、営業担当者が商談を削除する前にマネージャーから許可を得ることを望んでいます.これらの要件を満たすために何が使用できますか?
- A. フロー プロセスがトリガーされた承認プロセス。
- B. 時間依存のワークフロー アクションによる承認プロセス。
- C. 承認申請アクションを含むプロセスビルダー。
- D. 2 段階の承認プロセス。
正解:D
解説:
The feature that can be used to meet these requirements is two-step approval process. An approval process defines the steps and criteria for approving records. A two-step approval process requires two levels of approval before a record can be deleted. The app builder can configure an approval process for opportunities that requires sales reps to submit their delete requests for approval from their managers. Option A is incorrect because Process Builder with Submit for Approval action is not a valid feature, as Process Builder cannot submit records for approval. Option B is incorrect because Approval Process with a triggered Flow process is not a valid feature, as Approval Process cannot trigger Flow processes. Option C is incorrect because Approval Process with Time-Dependent Workflow action is not a valid feature, as Approval Process cannot use Time-Dependent Workflow actions.
質問 # 124
取引先の Lightning レコードページで、ユーザは 10 個の項目を表示し、関連リストでテキストを並べ替えて折り返すことができる必要があります。
アプリケーションビルダーは、関連リスト Lightning コンポーネントに対してどの関連リストタイプを選択しますか?
- A. 基本一覧
- B. リストビュー
- C. リスト クラス
- D. 拡張リスト
正解:D
質問 # 125
Universal Containers は、Account オブジェクトで Account_Region__c というカスタム選択リストを使用します。営業担当副社長は、この項目の値が商談に表示されるように依頼しました。
アプリ ビルダーはこのソリューションをどのように作成する必要がありますか?
- A. フィールド履歴の追跡
- B. フィールドレベルのセキュリティ
- C. クロスオブジェクト式フィールド
- D. ルックアップ フィールド
正解:C
解説:
A cross-object formula field is a formula field that references fields from another object. This can be used to display the value of the Account_Region__c field on Opportunities, as long as there is a relationship between the two objects. Option A, B, and C are not relevant for this requirement.
質問 # 126
アプリ開発者は、Salesforce モバイルアプリユーザーの連絡先の Twitter プロファイルへのアクセスをどのように設定する必要がありますか?
- A. Twitter クイック アクションをモバイル ナビゲーションに追加します。
- B. モバイル ビューの Lightning ページに Twitter コンポーネントを追加します。
- C. AppExchange Lightning コンポーネントをモバイルアプリに追加します。
- D. 数式フィールドを連絡先ページ レイアウトに追加します。
正解:B
解説:
The Twitter component is a standard Lightning component that can be added to mobile view Lightning pages using the Lightning App Builder. It displays a contact's Twitter profile and recent tweets
質問 # 127
ユニバーサル コンテナ (uc) は、5000 件のリード レコードの複数のフィールドのデータを削除したいと考えています。UC は、データを削除する必要がある選択したレコード ID とフィールドを CSV ファイルにエクスポートします。これらの要件を満たすためにアプリビルダーが提案すべき 2 つの手順はどれですか? 2 つの答えを選択してください
- A. 設定に null 値を挿入するを選択します。
- B. インポート ウィザードを使用して、CSV ファイルを使用してリードを更新します
- C. データローダーを使用して、CSV ファイルを使用してリードを更新します
- D. 正しいレコード タイプを選択してください
正解:A、C
解説:
The two steps that should be suggested to meet these requirements are to select insert null values in settings and to use Data Loader to update leads using the CSV file. Selecting insert null values in settings will allow Data Loader to overwrite existing values with null values. Data Loader is a tool that can import, export, update, or delete large amounts of data.
質問 # 128
......
認証トレーニングDEX-403日本語試験問題集テストエンジン:https://jp.fast2test.com/DEX-403J-premium-file.html