[2024年04月05日] Platform-App-Builder日本語問題集でSalesforce App Builder合格確定させる練習問題集 [Q31-Q54]

Share

[2024年04月05日]PassTest Platform-App-Builder日本語問題集でSalesforce App Builder合格確定させる練習問題集

Salesforce Platform-App-Builder日本語実際にある問題とブレーン問題集

質問 # 31
Universal Containersでのケース処理プロセスには、承認、通知、フィールドの更新など、複数のステップが含まれます。 1回の保存操作でこれらすべての変更を管理および評価するために、アプリビルダーはProcess Builderを使用する必要があり、プロセスがレコードを複数回評価できるようにする[詳細設定]オプションが選択されています。
再帰を防ぐためにアプリビルダーが避けるべき2つのオプションはどれですか?
2つの答えを選択してください

  • A. 基準ノードを基準なしに設定-手順を実行するだけ
  • B. 呼び出し可能なプロセス
  • C. ISCHANGED関数
  • D. IFステートメント

正解:A、B


質問 # 32
Cloud Kicks(CK)の営業担当者は、成約に勝つ前にCKが注文のレビューを必要とする場合、承認のために提出するのを忘れます。 CKは、手動による送信を排除するために、機会をセキュアコミットメントステージに自動的に送信したいと考えています。
ビジネス要件を満たす3つの機能はどれですか?
3つの答えを選択してください

  • A. ワークフロー
  • B. プロセスビルダー
  • C. フロー
  • D. アペックス
  • E. おしゃべりアクション

正解:B、C、D


質問 # 33
Cloud Kicks(CK)は、顧客に発行されたギフトカードを追跡するためのカスタム子オブジェクトを設定したいと考えています。重要な要件は、アカウントで開かれたギフトカードと発行されたギフトカードの総数を追跡することです。 CKは、ギフトカードが作成された後、他のアカウント間でギフトカードを移動できないようにすることを恒久的に望んでいます。
ギフトカードオブジェクトで、この要件をサポートするためにどのタイプのフィールドを作成する必要がありますか?

  • A. ロールアップサマリー
  • B. ルックアップ関係
  • C. 主従関係
  • D. 式

正解:C


質問 # 34
Universal Containers では、アカウントに関連する契約を表示するときに、ユーザーが価格ガイドラインの文書にアクセスできるようにしたいと考えています。
アプリビルダーはドキュメントへの簡単なアクセスを作成するためにどの機能を使用する必要がありますか?

  • A. Contracts オブジェクトに対するクイック アクション
  • B. Account オブジェクトのクイック アクション
  • C. Account オブジェクトのカスタム詳細ページ リンク
  • D. 契約オブジェクトのカスタム詳細ページ リンク

正解:D

解説:
Explanation
The feature that the app builder should use to create easy access to the document is a custom detail page link on the Contract object. A custom detail page link is a type of custom button or link that can display a URL or execute JavaScript when clicked. The app builder can create a custom detail page link on the Contract object that displays the pricing guidelines document in a new window or tab. Option A is incorrect because a quick action on the Contracts object is not suitable for this requirement, as quick actions are used to create or update records, log calls, send emails, or launch flows. Option B is incorrect because a quick action on the Account object is not suitable for this requirement, as quick actions are not related to the Contract object. Option C is incorrect because a custom detail page link on the Account object is not suitable for this requirement, as custom detail page links are not related to the Contract object.


質問 # 35
サービスマネージャーは、チームがケースの優先順位を一貫して入力できるようにしたいと考えています。
アプリビルダーはこれを実現するためにどの機能を使用できますか?

  • A. パス
  • B. アプリ内ガイダンス
  • C. フロー
  • D. 次善のアクション

正解:A

解説:
The best feature to use to ensure consistent case priority entry is Path. Path allows users to see key fields and guidance for each stage of a process, such as a case lifecycle. Path can also enforce data quality by making certain fields required at each stage. See [this article] for more information on Path.


質問 # 36
Ursa Major Solarのサービスエージェントは、より凝縮されたケースビューを望んでいます。サービスエージェントは、Lightningレコードページのケースページレイアウトから、関連する連絡先とアカウントのレコードを変更できることも望んでいます。
これらの要件を満たすために、アプリビルダーはどの2つのコンポーネントを使用する必要がありますか?
2つの答えを選択してください

  • A. パス
  • B. リッチテキスト
  • C. 関連レコード
  • D. タブ

正解:C、D


質問 # 37
Universal Containers(UC)は、外部システムで200万を超える資産の情報を保持しています。 UCはSalesforceのリアルタイムデータでこれらのアセットにアクセスする必要があり、データストレージの制限に近づいています。
アプリビルダーがUCの使用を推奨できる機能は何ですか?

  • A. データエクスポートウィザード
  • B. Salesforce Connect
  • C. データローダー
  • D. SalesforceからSalesforceへ

正解:C


質問 # 38
アプリビルダーは、いくつかのカスタムフィールドのデータ型を変更する必要があります。 appbuilderはフィールドを削除および再作成したり、apexcodeを変更したりすることはできません。既存の機能を維持するために、アプリビルダーが追加の手順を実行する必要があるのは、どのデータ型の変更ですか。

  • A. レポートで使用されるフィールドのデータ型をテキストから暗号化フィールドに変更する
  • B. 番号からテキストへの外部IDとして
  • C. 数からテキストまでのapexクラス
  • D. 数値からテキストへのリード変換

正解:D

解説:
説明
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.htm&language=e
リード変換に使用されるカスタムフィールドのデータ型を変更すると、そのリードフィールドマッピングは削除されます。フィールドマッピングを再作成する必要がありますが、これは要件を満たしています。


質問 # 39
Ursa Major Solarでは、ユーザーが写真やリンクを含む詳細な説明を記述できる、PlanetオブジェクトのPlanetDetailsと呼ばれる新しいフィールドが必要です。
この要件を満たすために、アプリビルダーはどのフィールドタイプを利用する必要がありますか?

  • A. 複数選択の選択リスト
  • B. URL
  • C. リッチテキストエリア
  • D. 長いテキスト領域

正解:C


質問 # 40
Cloud Kicks(CK)の営業担当者は、成約に勝つ前にCKが注文のレビューを必要とする場合、承認のために提出するのを忘れます。CKは、手動による提出を排除するために、機会をセキュアコミットメントステージに自動的に提出したいと考えています。
ビジネス要件を満たす3つの機能はどれですか?
3つの答えを選択してください

  • A. ワークフロー
  • B. プロセスビルダー
  • C. フロー
  • D. アペックス
  • E. おしゃべりアクション

正解:B、C、D


質問 # 41
DreamHouse Realty の評価チームは、Salesforce モバイル アプリを活用したいと考えています。
モバイルエクスペリエンスを最適化するためにアプリビルダーが行うべき 3 つのことは何ですか?
3 つの答えを選択してください

  • A. 最も重要なフィールドをコンパクトなレイアウトに配置して、見つけやすいようにします。
  • B. さまざまな電話オペレーティング システム用に個別にカスタマイズされたレイアウトを作成します。
  • C. グローバル アクションを使用して、モバイル上で重要な機能を簡単に実行できるようにします。
  • D. ユーザーが画面上のすべてのフィールドに入力する必要があるように、デフォルトのフィールド値を使用することは避けてください。
  • E. ページの読み込み時間を短縮するために、数式フィールドとルックアップ フィールドの量を最小限に抑えます。

正解:A、C、E

解説:
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.


質問 # 42
Universal Containers のアカウントは現在、すべてのユーザーが読み取り可能ですが、編集できるのは所有者のみです。経営陣は一部のアカウントを VIP アカウントとして指定したいと考えています。アカウント所有者のみがこれらの VIP アカウントへの読み取りアクセス権を持つ必要があります。
要件を満たすためにアプリビルダーが取るべき 2 つのアクションはどれですか?
2 つの答えを選択してください

  • A. 共有ルールを実装します。
  • B. アカウント チームをセットアップします。
  • C. 権限セットを構成します。
  • D. 組織全体のデフォルトを変更します。

正解:A、D

解説:
The two actions that an app builder should take to meet the requirements are: Implement a sharing rule. A sharing rule is a way to grant additional access to records based on certain criteria, such as record owner, role, profile, or field value. The app builder can create a sharing rule that grants read access to all accounts with the VIP Account field value to all users. This way, all users can view these accounts, but only the owners can edit them. Change organization-wide defaults. Organization-wide defaults are the baseline level of access that users have to records they do not own. The app builder can change the organization-wide default for accounts from Public Read Only to Private. This way, only the owners can view and edit their own accounts, unless additional access is granted by other means, such as sharing rules. Configuring a permission set is not a valid action, as it does not affect record-level access. A permission set is a way to grant additional permissions and access settings to users on top of their profile settings, such as object permissions, field permissions, app permissions, etc. Setting up an Account Team is not a valid action, as it does not restrict record-level access. An Account Team is a way to share an account and its related records with a group of users who work together on the account, such as sales reps, managers, or support agents. An Account Team grants additional access to team members based on predefined roles and access levels.


質問 # 43
UVCのトレーニングチームは、カスタムトレーニングオブジェクトを使用して顧客トレーニングを追跡します。 App Builderは、トレーニングオブジェクトと関連する生徒の記録の間に関係を作成する必要があります。生徒とトレーニングの両方にプライベート共有モデルが用意されています。 TrainingオブジェクトにStudentルックアップフィールドを作成するときに正しいのは、次の2つのステートメントですか。 2つの答えを選択してください

  • A. トレーニングと学生のレコード間のクロスオブジェクトフィールドの更新はサポートされていません
  • B. トレーニングレコードで、[生徒の検索]フィールドをオプションにすることができます
  • C. トレーニングレコードでは、ユーザーは学生にアクセスできる場合にのみ、学生を削除できます
  • D. 学生レコードで、ユーザーはトレーニングレコードのロールアップサマリーフィールドを設定できます

正解:B、C


質問 # 44
SUMを使用してロールアップ集計フィールドで参照できるフィールドのタイプは何ですか? 3つの答えを選んでください

  • A. 通貨
  • B. 数式
  • C. 日付
  • D. 番号
  • E. パーセント

正解:A、D、E

解説:
Explanation: https://help.salesforce.com/HTViewHelpDoc?id=fields_about_roll_up_summary_fields.htm


質問 # 45
Universal Containers は、Account オブジェクトで Account_Region__c というカスタム選択リストを使用します。営業担当副社長は、このフィールドの値を Opportunities で表示できるようにするよう依頼しました。
アプリビルダーはこのソリューションをどのように作成すればよいでしょうか?

  • A. クロスオブジェクト数式フィールド
  • B. フィールド履歴の追跡
  • C. ルックアップフィールド
  • D. フィールドレベルのセキュリティ

正解:A

解説:
Explanation
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.


質問 # 46
Ursa Major Solarは、新しいクライアントへのウェルカムメールを自動化し、購入体験に関するカスタマイズされた調査を含めたいと考えています。アプリビルダーはこのプロジェクトを担当しており、ソリューションを最初から構築する時間はほとんどありません。
期限とカスタム要件を満たすために、アプリビルダーは何をすべきですか?

  • A. 宣言的に調査を作成し、ワークフロールールを使用して、基準を満たす外部メッセージとして顧客に送信します。
  • B. プログラム開発を可能にするプロジェクトの要件を厳密に満たすアンマネージパッケージをAppExchangeから選択します。
  • C. プロジェクトの要件を厳密に満たし、プログラム開発を制限するマネージドパッケージをAppExchangeから選択します。
  • D. 開発者と協力して、基準を満たすカスタム頂点コードとVisualforce調査を作成します。

正解:A


質問 # 47
Cloud Kicks(CK)は、Salesforce内で顧客アカウントを中心にソーシャル化とコラボレーションを開始し、さまざまなトピックについて話し合いたいと考えています。 CKは、会社の全従業員にこれらの会話を見てもらいたいと考えています。
Chatterのどの2つの機能がCKのビジネスニーズを満たしますか?
2つの答えを選択してください

  • A. 新しいプライベートChatterグループを設定します。
  • B. Chatterアクションを使用して、完了するタスクを作成します。
  • C. 新しいパブリックChatterグループを設定します。
  • D. Accountオブジェクトでpostアクションを使用します。

正解:C、D


質問 # 48
Universal Containers(UC)は、外部システムに200万を超える資産の情報を保持しています。 UCはSalesforceのリアルタイムデータでこれらのアセットにアクセスする必要があり、データストレージの制限に近づいています。
アプリビルダーがUCの使用を推奨できる機能は何ですか?

  • A. データエクスポートウィザード
  • B. Salesforce Connect
  • C. データローダー
  • D. SalesforceからSalesforce

正解:C


質問 # 49
DreamHouse Realty では、House__c カスタムオブジェクトの Asking_Price__c や Real_Estate_Agent_c などの特定の項目の項目値の変更が Chatter で目立つように表示されるようにする必要があります。
アプリケーションビルダーはどの Chatter 機能を利用する必要がありますか?

  • A. トピック
  • B. フィード追跡
  • C. パブリッシャーのアクション
  • D. ありがとう

正解:B

解説:
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.


質問 # 50
Universal Containersでは、各管理者と開発者が別々の開発者プロサンドボックスを使用します。構成とコードは、組み合わせと初期テストのために部分的なデータサンドボックスに移行されます。承認されると、構成とコードが完全なサンドボックスに移行され、最終的なヒキガエルと回帰テストが行​​われてから本番環境に移行します。
サンドボックス全体をいつ更新する必要がありますか?

  • A. ユーザー受け入れテストが完了した後。
  • B. メジャーリリースから本番まで。
  • C. 部分的なデータサンドボックスからプッシュするたび。
  • D. 新しいユーザーがプロダクションに追加された後。

正解:B

解説:
Explanation
The full sandbox should be refreshed after each major release to production. This way, the full sandbox will have the most updated data and metadata from the production org, and can be used for final load and regression testing before the next release. Option A is incorrect because refreshing the full sandbox after user acceptance testing is complete is not necessary, as user acceptance testing can be done in the partial data sandbox or the production org. Option B is incorrect because refreshing the full sandbox after each push from the partial data sandbox is not necessary, as the full sandbox can receive configuration and code changes from the partial data sandbox without refreshing. Option D is incorrect because refreshing the full sandbox after a new user is added to production is not necessary, as adding a new user does not affect the data and metadata in the full sandbox.


質問 # 51
Northern Trad Outfitters のアプリ ビルダーは、アカウント、プロジェクト、およびプロジェクト マイルストーン用のサンドボックス テンプレートを作成して、プロジェクト管理アプリの一部のフローを再構成しました。
アプリビルダーはどのタイプのテスト環境を作成する必要がありますか?

  • A. スクラッチ組織
  • B. 開発者プロ
  • C. 部分コピー
  • D. 開発者

正解:C


質問 # 52
Universal Containersには、販売とサービスの2つのチームがあります。両方のチームが同じレコードを操作します。販売ユーザーは、アカウントレコードの10個のフィールドを使用します。サービスユーザーは、営業チームと同じフィールドを3つ使用しますが、営業チームが使用しない独自のフィールドを5つ持っています。この要件を満たすために必要な最小構成は何ですか?

  • A. 2つのプロファイル、2つのレコードタイプ、2つのページレイアウト
  • B. 1つのプロファイル、2つのレコードタイプ、1つのページレイアウト
  • C. 2つのプロファイル、1つのレコードタイプ、2つのページレイアウト
  • D. 1つのプロファイル、1つのレコードタイプ、1つのページレイアウト。

正解:A

解説:
Explanation- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles.


質問 # 53
UVCでは、複数の部門がCaseオブジェクトをさまざまな目的で使用しています。一部のユーザーはケースを送信し、他のユーザーはケースレコードをカスタマーサポートに提供します。ケースタイプに基づいて、さまざまなユーザーがさまざまなフィールドを表示できるようにするために、App Builderに最低限必要な構成は何ですか?

  • A. レコードタイプ、ページレイアウト、フィールドセット、プロファイル
  • B. レコードタイプ、ページレイアウト、ケースチーム、プロファイル
  • C. レコードタイプ、ページレイアウト、サポートプロセス、プロファイル
  • D. レコードタイプ、ページレイアウト、権限セット、プロファイル

正解:C


質問 # 54
......

最新Platform-App-Builder日本語合格保証 試験問題集でには正確で最新な 問題:https://www.passtest.jp/Salesforce/Platform-App-Builder-JPN-shiken.html