Salesforce Platform App Builder Certificationとは
認定 Platform アプリケーションビルダーには、Salesforce Platform の宣言型カスタマイズ機能を使用してカスタムアプリケーションを設計、構築、実装するスキルと知識があります。
Salesforce Platform App Builder Certificationの過去問の概要
71
What type of sandbox should you use for full performance and load testing?
Developer Partial Copy Full Sandbox Developer Pro 72
What is true about validation rules? (Choose all that apply.)
When one validation rule fails, Salesforce continues to check any additional validation rules on that field or any other field on the page and displays all appropriate error messages at once. Campaign hierarchies follow validation rules. Validation rules are only enforced during lead conversion if “validation and triggers for lead conversion” are enabled in your organization. Salesforce runs validation rules before creating records submitted via Web-to-Lead and Web-to- Case, and only creates records that have valid values. 73
In a data model object, A is related to B, B is related to C.
How will a developer create a report to include fields of A & C?
Create a custom report with A and C fields as the relationship already exists. Create a custom report type with A, B and C, and use it in the report. Create lookup relationships between A, B and C. Report cannot be created. 74
When configuring a record type, an app builder can configure the available value of a picklist field for the page layout.
Which two Opportunity standard fields are available to be configured directly in the Opportunity record type? (Choose two.)
Lead Source Forecast category Stage Type 75
Which Action Type is not available when working with Global Actions?
Create a Record Update a Record Log a Call Custom Visualforce 76
Which two are true statements about record types? (Choose two.)
They can be used to control user role hierarchy. They allow different page layouts and mandatory fields. They can be enabled by profile and permission set. They allow different picklist values for all picklist fields. 77
An app builder at Universal Containers would like to prevent users from creating new records on an Account related list by overriding standard buttons.Which two should the app builder consider before overriding standard buttons? (Choose two.)
Standard buttons that are not available for overrides can still be hidden on page layouts. Standard buttons can be changed on lookup dialogs, list views, and search result layouts. Standard buttons can be overridden, relocated on the detail page, and relabeled. Standard buttons can be overridden with a Visualforce page. 78
What are use cases for Validation Rules?
Enforce conditionally required fields Enforce proper data format Enforce consistency Prevent data loss All of the above 79
What are the three different custom tabs you can create? (Choose three.)
Custom Object Tab Visualforce Tab Standard Object Tab Web Tab APEX Tab 80
Universal Containers uses a custom object to track Projects. When the status of a Project is changed from “”In Progress”” to “”On Hold””, the business wants the Project owner to be automatically assigned to an “”On Hold”” queue.
What capability can be used to accomplish this?
Quick Action Workflow Rule Assignment Rule Escalation Rule