Salesforce Platform App Builder Certificationとは
認定 Platform アプリケーションビルダーには、Salesforce Platform の宣言型カスタマイズ機能を使用してカスタムアプリケーションを設計、構築、実装するスキルと知識があります。
Salesforce Platform App Builder Certificationの過去問の概要
121
An admin is trying to add a custom VF page to the mobile app quick navigation menu but can’t.
What might be the problem?
Menu hasn’t been configured for VF page. VF page has fields that profile can’t access. VF page doesn’t have a tab. 122
Which of the following is true about Roll-up Summary Fields?
Roll-up Summary can be used to compute SUM, MIN, MAX, AVG over a set of records. Roll-up Summary Fields are readonly. Roll-up Summary can only be set on the parent of a Master-Detail or Lookup relationship. 123
Universal Container’s app builder needs to display an account’s rating on all contacts related to that account.
Which formula is valid in a text formula field on the contact to display the appropriate value? (Choose two.)
CASE(Account.Rating, Hot, Hot, Warm, Warm, Cold, Cold, Not Rated) CASE(Account.Rating, “Hot”, “Hot”, “Warm”, “Warm”, “Cold”, “Cold”, “Not Rated”) Account.Rating Text(Account.Rating) 124
Universal Containers has purchased a Lightning Component on the AppExchange. In which two areas can these Components be utilized? (Choose two.)
Standalone Lightning App Flow Builder Process Builder Salesforce Mobile App 125
Standard picklist fields can be controlling.
True False 126
All of the following are advantages of the Schema Builder except __________.
All object and field relationship details are available from one screen. You can view fields and relationships for custom, but not standard objects. Schema Builder shows details like field values, required fields, and how objects are related. It’s easy to build objects and fields directly from the Schema Builder, allowing you to visualize and change relationships with ease. 127
When using the Data Export Wizard to manually export data, you can only export data if __________.
Your data doesn’t include attachments, images, or documents. You’ve installed a client application to export the data. Enough time has passed since your last export. You are an Admin. 128
Which of the following sequences of milestones would represent a typical application lifecycle?
Development, Integration Testing, User Acceptance Testing, Staging, Product Migration. Development, User Acceptance Testing, Production Migration. Development, Training, User Acceptance Testing, Staging, Production Migration. Development, Integration Testing, User Acceptance Testing, Regression Testing, Production Migration. 129
Which two are capabilities of record types? (Choose two.)
Displaying different field labels. Displaying different page layouts. Filtering picklist values. Having multiple record types on one record. 130
A user’s profile does not have any permissions to view a custom object.
However, the Organization Wide Defaults for the custom object are set to Public Read/Write. Users with this profile will still be able to access the custom object.
True False