
最新Platform-App-Builder日本語合格保証試験問題集には正確で最新な問題があります
Platform-App-Builder日本語試験ブレーン問題集で学習注釈と理論
質問 # 155
アプリケーションビルダーはカスタム Lightning アプリケーションを作成し、それを Universal Containers の内部ユーザが利用できるようにしたいと考えています。
このタスクを達成するために必要な 2 つの手順はどれですか?
2 つの答えを選択してください
- A. [私のドメイン] を使用してサブドメインを作成します。
- B. アプリケーションを Visualforce ページに追加します。
- C. アプリを静的リソースにアップロードします。
- D. アプリのカスタム タブを作成します。
正解:A、D
解説:
The app builder needs to do two steps to make the custom Lightning App available to the internal users at Universal Containers:
Create a subdomain using My Domain: My Domain is a feature that allows an organization to set up a custom domain name for their Salesforce instance. This is required to use custom Lightning components and apps in Salesforce1.
Build a Custom Tab for the app: A custom tab is a tab that displays any custom object or web page in Salesforce. This is required to make the custom Lightning App accessible from the navigation menu or app launcher2. Option A and B are not necessary steps to make the custom Lightning App available to the internal users.
質問 # 156
Universal Containers(UC)はデータ量が多く、データストレージの制限に近づいています。計画されているソリューションは、履歴データをアーカイブしてSalesforceのデータストレージを削減することです。ただし、UCは引き続き、アーカイブされた情報に対してレポート、クエリ、およびルックアップを使用したいと考えています。
この要件を満たすことができる2つのオプションはどれですか?
2つの答えを選択してください
- A. 大きなオブジェクト
- B. 関連オブジェクト
- C. カスタムオブジェクト
- D. 外部オブジェクト
正解:A、D
質問 # 157
Universal Containers には、Contact Lightning レコード ページが 1 つあります。コンポーネントはページ上で多くのスペースを占めるため、マーケティング プロファイルを持つユーザーには必要ありません。
アプリビルダーはこの問題を解決するために何を使用する必要がありますか?
- A. フィールドレベルのセキュリティ
- B. AppExchange
- C. 詳細ページのレイアウト
- D. コンポーネント可視性フィルター
正解:D
解説:
The feature that the app builder should use to solve this issue is component visibility filter. A component visibility filter is a setting that can be applied to a Lightning component on a record page to control when the component is hidden or displayed based on certain conditions. The app builder can use a component visibility filter to hide the component from users with a Marketing profile. Option A is incorrect because detail page layouts are not related to Lightning components, but rather the fields and related lists that appear on record detail pages. Option C is incorrect because field-level security is not related to Lightning components, but rather the access level of fields for different profiles or permission sets. Option D is incorrect because AppExchange is not related to Lightning components, but rather an online marketplace where users can find and install apps and components.
質問 # 158
Northern Trail Outfitters は、Salesforce 組織の毎日のバックアップを開始したいと考えています。
アプリビルダーはこのタスクにどのツールを推奨すべきでしょうか?
- A. レポートのエクスポート
- B. AppExchange パッケージ
- C. フルコピーサンドボックスを更新
- D. データエクスポートサービス
正解:D
解説:
Data Export Service is the appropriate tool for initiating scheduled or immediate backups of Salesforce data.
References:
Salesforce Help - Data Export Service
質問 # 159
Universal Containersではリードの重複管理が実装されていますが、依然として重複したリードが作成されているようです。リードの組織全体のデフォルト (OWD) は「プライベート」に設定されています。
重複したリードの作成を防ぐために役立つ 2 つのアクションはどれですか?
2 つの答えを選択してください
- A. リードのハッチング ルールを作成時にブロックするように変更します。
- B. リードの OWD を公開読み取りに変更します。
- C. リード重複ルールの詳細をバイパス共有ルールに変更します。
- D. 重複をチェックするようにリード割り当てルールを変更します。
正解:A、C
解説:
A: Changing the Lead Matching Rule to 'Block on create' will directly prevent duplicates at the point of lead creation based on defined criteria.
C: Changing the Lead Duplicate Rule to 'Bypass Sharing Rules' allows the system to compare leads across the entire organization regardless of the user's access level, which is crucial especially when OWD is set to 'Private'.
Reference:
Salesforce Help - Duplicate Management
質問 # 160
DreamHouse Realty (DR) には、[DoNotCall] チェックボックスがオンになっている場合、連絡先の電話番号を削除することを要求するポリシーがあります。
アプリビルダーはどの自動化ツールを推奨すべきですか?
- A. クイックアクション
- B. 承認プロセス
- C. 検証ルール
- D. ワークフロー ルール
正解:D
解説:
The app builder should recommend a workflow rule to automate this process. A workflow rule is a type of automation tool that can execute actions based on certain criteria. In this case, the workflow rule can have a criterion that evaluates if the DoNotCall checkbox is checked on a Contact record, and then execute a field update action that sets the Phone field to null. Option A, B, and C are not automation tools that can perform this task.
質問 # 161
Universal Containers では、すべての従業員が Review というカスタム オブジェクトを使用してリーダーシップに関するレビューを送信できます。これらのレビューは、人事部門と記録を提出した従業員のみが閲覧できるようにする必要があります。
アプリビルダーがレビューへのアクセスを適切に制御するには、次の 3 つの手順を実行する必要がありますか?
3 つの答えを選択してください
- A. 人事部用の基準ベースの共有ルールを作成します。
- B. 人事部以外のユーザー プロファイルからレビュー読み取り権限を削除します。
- C. 組織全体のデフォルトをプライベートに設定します。
- D. レビュー オブジェクトにマスター/詳細 (ユーザー) フィールドを追加します。
- E. 階層を使用したアクセス許可を無効にします。
正解:A、C、D
解説:
Disable Grant Access Using Hierarchies, Create a criteria-based Sharing Rule for the HR Department, and Remove Review Read permission from non-HR profiles. These are correct because disabling Grant Access Using Hierarchies prevents users above the record owner in the role hierarchy from viewing the Review records, creating a criteria-based Sharing Rule for the HR Department allows users in that group to view all Review records, and removing Review Read permission from non-HR profiles prevents users in other profiles from viewing any Review records.
質問 # 162
Cloud Kicksで最近更新された部分的なサンドボックスには、カスタムオブジェクトShippingにデータがありません。チェックイン本番環境では、オブジェクトに200万行のデータがあります。
データが欠落している理由は何でしょうか?
- A. サンドボックステンプレートで選択されたオブジェクト。
- B. 部分サンドボックスは定員に達しています。
- C. サンドボックスの更新が早すぎました。
- D. サンドボックスはまだデータを入力しています。
正解:A
質問 # 163
ノーザン トレイル アウトフィッターズのマーケティング ディレクターは、連絡先にマーケティング コミュニケーションが送信されてからの経過日数を追跡する数式フィールドをアプリ ビルダーに作成してもらいたいと考えています。ディレクターはユニット全体にしか興味がありません。
差分を計算するための日付を返すにはどの関数を使用する必要がありますか?
- A. DATEVALUE()
- B. NOW()
- C. DATFTIMEVALUE()
- 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.
質問 # 164
取引が成立した後、Cloud Kicks (CK) は、アカウント所有者に加えて顧客サービス マネージャー (CSM) としてユーザーを割り当てたいと考えており、どの CSM がアカウントに割り当てられているかを簡単に追跡および報告するための新しいフィールドを望んでいます。
アプリ ビルダーは、このリクエストに対してどのソリューションを使用する必要がありますか?
- A. ピックリスト フィールド
- B. 複数選択リスト メルド
- C. テキストフィールド
- D. ルックアップ フィールド
正解:D
質問 # 165
Cloud Kicks には、プラチナ、ダイヤモンド、ブロンズの 3 種類のカスタマー サポート プロセスがあります。アプリビルダーは、Case オブジェクトのプロセスごとに個別のレコード タイプを作成しました。カスタマー サポート チームは、ブロンズ レコード タイプで新しいケースを作成できないようにする必要があります。
この要件はどのように満たされるべきでしょうか?
- A. サポート チームのプロファイルを更新して、ブロンズ レコード タイプを削除します。
- B. Platinum および Diamond レコード タイプを含むケースの権限セット グループを作成します。
- C. ユーザーをサポートするためにレコード タイプを非表示にします。共有ロールをプライベートに更新します。
- D. ケースの組織全体のデフォルトをプライベートに更新します。
正解:A
解説:
Explanation
The solution that should meet this requirement is updating the support team profile to remove the Bronze record type. This way, the support team users will not be able to create new cases with the Bronze record type, as it will not appear in their record type selection list. Option A is incorrect because updating the organization-wide defaults to private for Case does not affect the record type availability, but rather the record access level. Option C is incorrect because creating permission set group for Case that includes Platinum and Diamond record types does not prevent the support team users from creating new cases with the Bronze record type, as they may still have access to it through their profile. Option D is incorrect because making the record type hidden to support users and updating sharing roles to private does not prevent the support team users from creating new cases with the Bronze record type, as they may still have access to it through their profile.
質問 # 166
Universal Containers(UC)は、郵便番号のアカウントの場所を追跡します。郵便番号は、UCの注文に対して米国のZIP +4コードの適切なフォーマットを適用するための検証ルールを備えたカスタムテキストフィールドです。
親アカウントの郵便番号の最初の5桁のみを表示するには、アプリビルダーが注文時にどの式を作成する必要がありますか?
- A. BEGINS(Account.Zip_Code_r、5)
- B. LEFT(Account.Zip_Code_c、5)
- C. TEXT(Account.Zip_Code_c、5)
- D. LPAD(Account.Zip_Code__r、5)
正解:B
質問 # 167
Universal Containersは、カスタムオブジェクトでコンテナが購入されると、インストール情報を追跡する必要があります。営業担当者は、すべての設備とその機会を可視化する必要があります。
機会に関連するすべての設備の可視性。
この新しいオブジェクトが商談とどのような関係を持つ必要がありますか?
- A. 多対多
- B. ルックアップ
- C. 階層的
- D. マスター詳細
正解:A
質問 # 168
DreamHouse Realty では、House__c カスタムオブジェクトの Asking_Price__c や Real_Estate_Agent"c などの特定の項目の項目値の変更が Chatter で目立つように表示される必要があります。
アプリケーションビルダーはどの Chatter 機能を利用する必要がありますか?
- A. ありがとう
- B. サイト運営者のアクション
- C. フィード追跡
- D. トピックス
正解:C
質問 # 169
ノーザン トレイル アウトフィッターズは、Salesforce 組織の毎日のバックアップを開始したいと考えています。
アプリビルダーはこのタスクにどのツールを推奨する必要がありますか?
- A. レポートのエクスポート
- B. AppExchange パッケージ
- C. フル コピー サンドボックスを更新します
- D. データ エクスポート サービス
正解:D
解説:
* Data Export Service is the appropriate tool for initiating scheduled or immediate backups of Salesforce data.References:
* Salesforce Help - Data Export Service
質問 # 170
リードの変換について正しい説明はどれですか? 3つの答えを選んでください
- A. 管理者は検証ルールとトリガーを適用するかどうかを選択できます
- B. リードの最新のキャンペーンレコードは、商談の[PRIMARYキャンペーンソース]フィールドに自動的に適用されます
- C. システムは、標準のリードフィールドを標準の取引先、連絡先、および商談のフィールドに自動的にマッピングします。
- D. ユーザーは、アクティブな承認プロセスに関連付けられているリードを変換できます。
- E. リードレコードの複数選択ピックリスト値は、連絡先の対応するフィールドの値を上書きします。
正解:A、B、C
質問 # 171
Universal Containers は、営業担当者がリードの所有権を受け入れることができるリード認定キューでリードを管理します。キャンペーンメンバーには販売オーナーが必要です。
アプリビルダーはどのような検証ルールを設定する必要がありますか?
- A. NOT(ISNEW() && ISBLANK(Lead.Owner:Queue.Id))
- B. NOT(ISBLANK(Lead.Owner:Queue.Id))
- C. AND(ISNEW(), ISBLANK(Lead.Owner:User.Id))
- D. AND( ISBLANK(Lead.Owner.Id) )
正解:C
解説:
Explanation
The validation rule should be AND(ISNEW(), ISBLANK(Lead.Owner:User.Id)). This rule will prevent saving a new lead record if the owner is not a user. This will ensure that campaign members have a sales owner.
Option A is incorrect because it will prevent saving any lead record if the owner is blank, which is not the requirement. Option B is incorrect because it will prevent saving an existing lead record if the owner is a queue, which is not the requirement. Option D is incorrect because it will prevent saving any lead record if the owner is a queue, which is not the requirement.
質問 # 172
Universal Containersでは、サービス担当副社長が、ケースの優先度に基づいて、各ケースの視覚的なインジケーターフラグをリクエストしています。優先度の高いケースには赤のフラグ、中優先度のケースには黄色のフラグ、低優先度のケースには緑のフラグを付ける必要があります。この要件を達成する数式はどれですか? 2つの答えを選択してください
- A. CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif",
"High", "img/samples/flag_red.gif", "/s.gif") - B. IMAGE(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium",
"img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "Priority Flag") - C. IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"),
"img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "img/samples/flag_red.gif",
"/s.gif"))) - D. IMAGE( IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority,
"Medium"), "img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"),
"img/samples/flag_red.gif"))), "Priority Flag")
正解:B、D
質問 # 173
Universal Containersを使用すると、ユーザーはオンデマンドで標準レポートを作成できます。
ユーザーが新しいレポートを作成するときに注意すべき3つの考慮事項は何ですか?
3つの答えを選んでください
- A. グラフをサマリーレポートに追加して視覚化できます。
- B. ユーザーは、クロスフィルターを使用して、特許レコードの子オブジェクトが存在することを要求できます。
- C. 他のユーザーがレポートを表示するには、レポートを共有フォルダーに追加する必要があります。
- D. レポートタイプは、使用可能なレコードとフィールドのタイプを決定します。
- E. セキュリティ権限に関係なく、レポートでレポートを使用できます
正解:A、B、E
質問 # 174
サービスエージェントは、電話でサポート情報を提供する前に、ユーザーIDを確認する必要があります。アプリビルダーがエージェントがこの要件を満たすために使用できる機能は何ですか?
- A. Caseレイアウトの上部にパスを追加します
- B. 調査をケース関連リストとして含める
- C. レコードページのガイド付きアクションフロー
- D. ケース検証ルール
正解:C
解説:
Explanation
Guided Action Flows on the record page can help service agents meet the requirement of confirming a user identity before providing support information over the phone. Guided Action Flows are a series of screens that guide agents through a predefined process, such as verifying user information, collecting case details, or resolving issues
質問 # 175
アプリ ビルダーには、ユーティリティ バーで使用できるようにしたいカスタム コンポーネントがありますが、そのコンポーネントは使用できません。
コンポーネントにどのようにタグ付けする必要がありますか?
- A. Lightning アプリケーションビルダーで使用します。
- B. 記録ページで使用します。
- C. アプリ マネージャーで使用します。
- D. ユーティリティ バーで使用します。
正解:A
質問 # 176
アプリビルダーがカスタムLightningアプリを作成し、UniversalContainersの内部ユーザーが利用できるようにしたいと考えています。
このタスクを実行するために必要な2つのステップはどれですか7
2つの答えを選択してください
- A. マイドメインを使用してサブドメインを作成します。
- B. アプリをVisualforceページに追加します。
- C. アプリを静的リソースにアップロードします。
- D. アプリのカスタムタブを作成します。
正解:B、D
質問 # 177
アプリビルダーは、新しい商談を作成するときにユーザーが入力する必要があるフィールドの数を制限したいと考えています。必須フィールドに入力して保存すると、商談タイプに関連する追加フィールドを含む完全なレコード ページが利用可能になります。
どうすればこれが実現できるでしょうか?
- A. ページ レイアウト上の追加のセクションを非表示にし、非表示のセクションのフィールドに入力するときに手動で展開する方法をユーザーに示します。
- B. 初期の商談ページ レイアウトで商談タイプを必須フィールドにし、自動化を使用してタイプ フィールドにレコード タイプを入力します。
- C. 必須フィールドに入力したら、共有ルールを使用して新しいフィールドをユーザーと共有します。
- D. ユーザー プロファイルに基づいて、商談タイプごとに異なるページ レイアウトを使用します。
正解:B
解説:
Making the Opportunity type a required field on the initial Opportunity page layout and using automation to fill in the type field to a record type is a way to limit the number of fields users are required to fill out when creating a new Opportunity. This way, the app builder can assign different page layouts for different record types based on the Opportunity type. The other options are not feasible or effective
質問 # 178
Universal Containersが初めてセールスフォースを設立します。経営陣は、セールスチームとマーケティングチームがsalesforce1モバイルアプリで異なるナビゲーション名を持つことを望んでいます。要件を満たすためにアプリビルダーが利用できるオプションはどれですか。
- A. 販売プロファイルとマーケティングプロファイルの両方のモバイルナビゲーションメニューを作成します。
- B. 販売およびマーケティング用のパブリックグループを作成し、各グループのモバイルナビゲーションメニューを作成します。
- C. さまざまなオブジェクトへの読み取りアクセスを確保するための販売およびマーケティングプロファイルを作成する
- D. 販売とマーケティングの役割を作成し、各役割にカスタムホームページレイアウトを割り当てます。
正解:A
質問 # 179
DreamHouse Realty は、外部システムから Salesforce に物件レコードをインポートしたいと考えています。アプリビルダーは、外部 ID フィールドを使用して、外部システムからの物件 ID を格納します。
外部 ID フィールドを使用する場合、アプリ ビルダーが知っておく必要がある 2 つの詳細はどれですか。
2つの回答を選択してください
- A. 外部 ID フィールドは URL フィールドにすることができます。
- B. 外部 ID フィールドは数値フィールドにすることができます。
- C. 外部 ID フィールドはテキスト フィールドにすることができます。
- D. 外部 ID フィールドは電話フィールドにすることができます。
正解:B、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
質問 # 180
......
合格させるSalesforce Platform-App-Builder日本語テスト練習問題 試験問題集:https://www.passtest.jp/Salesforce/Platform-App-Builder-JPN-shiken.html