
2025年03月 Salesforce Platform-App-Builder日本語認定リアル2025年最新の模擬試験合格させます
Platform-App-Builder日本語試験問題と有効なPlatform-App-Builder日本語問題集でPDF
質問 # 88
アプリ ビルダーは、各ステータス (新規、進行中、またはクローズ) および優先度 (クリティカル、高、中、または低) ごとにサポート ケースの数を比較するレポートを作成したいと考えています。
レポートにはどのソリューションを使用する必要がありますか?
- A. カスタム レポート タイプ
- B. バケット列
- C. グループ化
- D. フィルター
正解:B
質問 # 89
Universal Containersの開発者は、サンドボックス環境でコードをテストしたいと考えています。コードが正しく機能するようにするには、サンドボックスに少なくとも0.5ギガバイトのデータが必要です。サンドボックスは、3日間のスプリントごとに更新する必要があります。
App Builderはどのタイプのサンドボックスを開発者にプロビジョニングする必要がありますか?
- A. 部分的なデータ
- B. 開発者
- C. フルコピー
- D. Developer Pro
正解:D
質問 # 90
Cloud Kicks は、スプレッドシートへの依存から脱却しながら、社内の Salesforce の導入を効率的に増やしたいと考えています。アプリ ビルダーには、Salesforce に追加する必要がある、全員が共有しているスプレッドシートが提供されます。フィールドを含むオブジェクトを作成し、同時にデータを挿入する必要があります。
どのツールを使用すればよいですか?
- A. データローダー
- B. スキーマビルダー
- C. インポートウィザード
- D. ライトニングオブジェクトクリエーター
正解:D
解説:
Lightning Object Creator is a tool that allows app builders to create an object with fields and import data from a spreadsheet simultaneously. Import Wizard and Data Loader are tools for importing data into existing objects, not creating new objects. Schema Builder is a tool for creating and modifying objects and fields, but not importing data.
質問 # 91
DreamHouse Realty は、商談が適格ステージに入る前に、商談にフィールド Expected_Close_Date_c が設定されていることを確認したいと考えています。
アプリビルダーはこのリクエストをどのように解決すべきでしょうか?
- A. ページレイアウト
- B. レコードタイプ
- C. 検証ルール
- D. 活動履歴
正解:C
解説:
Explanation
A validation rule is a formula that evaluates the data in one or more fields and returns a value of "True" or
"False". Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record. In this case, a validation rule can be used to check if the Expected_Close_Date_c field is populated before the Opportunity stage is set to qualified
質問 # 92
Universal Containersには、アカウントとの主なマスター/詳細関係と連絡先との第2のマスター/詳細関係を持つ請求書と呼ばれるジャンクションオブジェクトがあります。アプリビルダーには、主なマスター/詳細関係をLookupに変更する必要があります。連絡先とのマスター/詳細関係はどうなりますか?
- A. 連絡先のマスター/詳細値が請求書から消去されます。
- B. 連絡先のマスター/詳細もルックアップに変換されます。
- C. 連絡先のマスター/詳細フィールドがオブジェクトから削除されます
- D. 連絡先のマスター/詳細がプライマリになります。
正解:D
解説:
- The second master-detail relationship you create on your junction object becomes the secondary relationship. If you delete the primary master-detail relationship or convert it to a lookup relationship, the secondary master object becomes primary.
https://help.salesforce.com/HTViewHelpDoc?id=relationships_considerations.htm&language=en_US
質問 # 93
ユニバーサルコンテナーでは、すべての米国の営業担当者が米国のチームダッシュボードを表示できるはずですが、コンポーネントのデータを表示してそのソースレポートを表示できるのは、米国の販売責任者だけです。アプリビルダーはどのようにして適切なアクセスが許可されていることを確認できますか?
- A. ダッシュボードを動的にして、米国の営業担当者にチームダッシュボードの表示権限を付与します
- B. パブリックグループUS Sales Repsとダッシュボードを共有し、ダッシュボードソースレポートフォルダーをUS Sales Directorプロファイルと共有します
- C. ダッシュボードフォルダーをUSセールスディレクターの役割と部下と共有し、レポートフォルダーをUSセールスディレクターの役割と共有します。
正解:B
質問 # 94
UCには、商談に関連するアカウントの請求状態の値を示すフィールドが必要であるという要件があります。この値は、商談が作成された後は変更しないでください。この自動化された動作を構成するための推奨ソリューションはありますか?
- A. 頂点
- B. 積み上げ集計フィールド
- C. ワークフロー
- D. 数式フィールド
正解:A
解説:
Explanation
Apex. This is correct because Apex is a programming language that can perform complex logic and manipulate data in Salesforce. Apex can be used to create a trigger on the opportunity object that copies the value of the billing state from the related account record when the opportunity is created, and prevents it from being changed afterwards. The other options are not suitable for this requirement because they either cannot copy data from a related object (formula field, roll-up summary field) or cannot prevent data from being changed (workflow).
質問 # 95
Universal Containersは、カスタムオブジェクトでコンテナが購入されると、インストール情報を追跡する必要があります。営業担当者は、すべての設備とその機会を可視化する必要があります。
機会に関連するすべての設備の可視性。
この新しいオブジェクトが商談とどのような関係を持つ必要がありますか?
- A. 多対多
- B. ルックアップ
- C. 階層的
- D. マスター詳細
正解:B
解説:
The new object should have a lookup relationship to the Opportunity object. A lookup relationship creates a link between two objects and allows related records to be viewed in a related list. This can be used to track installation information for each opportunity and give sales reps visibility of all the installations associated with their opportunities. Option B, C, and D are not appropriate for this requirement.
質問 # 96
ワークフローの再評価後に実行されるアクションはどれですか? (3つ選択してください)
- A. 以前に実行されたワークフロールール
- B. クロスオブジェクトワークフロールール
- C. 基準に基づく共有ルール
- D. アクティブなエスカレーションルール
- E. アクティブな検証ルール
正解:A、C、D
質問 # 97
Universal Containers は、需要の増加により業務に影響が出ることが予想されます。経営陣は現在の顧客に連絡し、そのアカウントと親アカウントのオープンケースの数を確認したいと考えています。
アプリビルダーは、アカウントページにオープンケースの数を表示するために何を使用する必要がありますか?
- A. フロー
- B. 個別のオブジェクト
- C. ロールアップの概要
- D. 承認プロセス
正解:C
解説:
* Roll-up summary fields can be used to count the number of related open cases for an account, including those from parent accounts if the relationship allows roll-up summaries.References:
* [Salesforce Help - Roll-up Summary
Fields](https://help.salesforce.com/s/articleView?id=sf.fields_about_roll_up up_summary_fields.htm&type=5)
質問 # 98
Ursa Major Solarのアプリビルダーは、親オブジェクトGalaxy__cと子オブジェクトStar__cの間にマスター/詳細関係を作成しました。
ユーザーがGalaxy__cとStar__cについてレポートしたい場合、このタイプの関係を作成するとどのような影響がありますか?
- A. Star__cを使用してGalaxy__c用に新しいカスタムレポートタイプを作成する必要があります。
- B. Star__cレポートタイプのGalaxy__cが自動的に作成されます。
- C. Galaxy__cのルックアップフィールドを使用して、Star__c用に新しいカスタムレポートタイプを作成する必要があります。
- D. Galaxy__cをフィールドとして持つStar__cレポートタイプが自動的に作成されます。
正解:A
質問 # 99
Universal Containers は、既存のサンドボックスで新機能を試験運用しており、テスト中にアウトバウンド電子メールの送信を防止したいと考えています。
要件を満たすためにアプリビルダーは何をすべきでしょうか?
- A. 構成されたホストへの電子メール リレーが有効になります。
- B. SMTP 認証用に構成された電子メール。
- C. 電子メールの配信可能性がアクセス権なしに設定されています。
- D. 電子メールの到達性はシステム電子メールのみに設定されています。
正解:C
解説:
Setting email deliverability to no access would prevent outbound email sends during testing in a sandbox. This would ensure that no emails are sent to any users or external email addresses from the sandbox. Setting email deliverability to system email only would still allow some emails to be sent, such as password reset emails or new user emails. Configuring SMTP authentication or email relay would not affect email deliverability in a sandbox
質問 # 100
Cloud Kicks (CK) は Salesforce 開発の取り組みを拡大し、現在では複数のカスタム開発の取り組みが並行して行われています。CK の開発者と管理者はカスタム開発を行っており、1 つのサンドボックスでの作業によって多くの問題が発生していると不満を漏らしています。彼らは、すべて同じ基本構成とデータで開始する、少なくとも 20 の異なるサンドボックスで同時に作業できるソリューションを要求しました。
アプリビルダーは問題を解決するために何を使用すべきでしょうか?
- A. サンドボックスの更新
- B. サンドボックス中
- C. 部分コピーサンドボックス
- D. フルコピーサンドボックス
正解:C
解説:
Partial Copy Sandboxes are ideal for testing and development purposes as they include a subset of production data and can be refreshed more frequently than Full Copy sandboxes.
References:
Salesforce Help - Types of Sandboxes
質問 # 101
Universal Containers は、Reviews と呼ばれるカスタム オブジェクトを使用して、候補者プロセス中に面接官によって生成された情報を取得します。レビュー レコードは、関連するカスタム候補者レコードにアクセスできるすべてのユーザーに表示されます。人事担当副社長は、レビューのコメント フィールドを MR 部門以外には非公開にしたいと考えています。アプリ ビルダーはこの要件をどのように満たすべきでしょうか?
- A. フィールドを含むページ レイアウトを作成し、フィールド レベルのセキュリティを使用して他のすべてのユーザーからフィールドを非表示にします。
- B. HR ユーザー用のフィールドを含むページ レイアウトと、他のすべてのユーザー用のフィールドを含まない別のページ レイアウトを作成します。
- C. 役割を持つ人事担当副社長と部下とフィールドを共有する共有ルールを作成します。
- D. ロールに「MR」を持つユーザと項目を共有するための Apex 共有ルールを作成します。
正解:A
解説:
Create a page layout with the field and use field-level security to hide the field from all other users is how the app builder should meet the requirement of making the comment field on Review private to anyone outside of HR department. Field-level security can control which profiles can view or edit a field on a record. Create an Apex sharing rule, create a sharing rule to share the field with VP of HR with Role and Subordinates, and create a page layout with the field for HR users and another page layout without the field for all other users are not valid or feasible solutions for this requirement.
質問 # 102
Universal Containersには、アカウント組織全体のデフォルト(OWD)設定としてパブリック読み取り/書き込みがあります。カスタマーコミュニティサイトへの訪問者は、会社のすべてのアカウントレコードを見ることができると報告しています。
コミュニティユーザーが自分のアカウントのみを表示できるように、アプリビルダーはアカウント共有をどのように構成する必要がありますか?
- A. 外部アカウントのアカウントレコードタイプを作成します。
- B. 外部アカウントの所有者ベースの共有ルールを定義します。
- C. 外部アカウントの権限セットを定義します。
- D. アカウントの外部OWDをプライベートに設定します。
正解:D
質問 # 103
Universal Containers は、顧客との契約に契約を使用します。営業マネージャーは契約の承認を行う必要があり、10,000 ドルを超える契約の場合はディレクターの承認を得る必要があります。
すべての契約が正しい承認に向けてルーティングされることを保証し、承認中に営業担当者がレコードを変更できないようにするには、アプリビルダーが使用すべき 2 つのオプションはどれですか?
2 つの答えを選択してください
- A. 承認者をディレクターとして設定する営業マネージャーごとに 1 つのステップを持つ承認プロセスを契約オブジェクトに作成します。
- B. 契約オブジェクトに承認プロセスを作成し、「次の自動承認者がマネージャーとして決定する」フィールドを設定します。
- C. 2 番目の承認ステップに「Amount__c > 10,000」として設定された条件を使用して契約オブジェクトに承認プロセスを作成し、承認者をディレクターとして設定します。
- D. 契約オブジェクトの検証ルールを作成し、レビュー中に契約レコードが更新されないようにします。
正解:C、D
解説:
The app builder should use two options to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved:
Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director. An approval process is a type of process that automates how Salesforce records are approved in an organization. An approval process can have multiple steps with different criteria and approvers. In this case, the app builder can create an approval process on the Contract object with two steps: one for the sales manager approval and one for the director approval if the contract amount is over $10,0001.
Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed. A validation rule is a type of rule that checks data quality by verifying that the data in a record meets certain standards before it can be saved. A validation rule can prevent users from making changes to a record that is in a certain status or stage. In this case, the app builder can create a validation rule on the Contract object that prevents updates to the contract record if its Approval Status field is not equal to Not Submitted2. Option B and D are not options that can ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved.
質問 # 104
......
Platform-App-Builder日本語問題集を無料PDFゲットせよ最近更新された問題:https://www.passtest.jp/Salesforce/Platform-App-Builder-JPN-shiken.html