Salesforce Platform App Builder Certificationとは
認定 Platform アプリケーションビルダーには、Salesforce Platform の宣言型カスタマイズ機能を使用してカスタムアプリケーションを設計、構築、実装するスキルと知識があります。
Salesforce Platform App Builder Certificationの過去問の概要
31
Contracts must be approved before the status is set to Finalized.
How can this requirement be met?
Add a final approval action in the approval process to update a field on the contract and use a validation rule to check this field when the contract status is changed to Finalized. Use a trigger on the contract object to check the contract has been approved when the status is changed. Use Process Builder to check the contract is approved when the contract is edited and the status is set to Finalized. Add a validation action in the approval process to ensure the status is not set to “Finalized” before the contract is approve. 32
“ABC Company want to store an area code and wants to be able to search for it in applications (apex).
Which are possible fields to store the data? (Choose two.)”
Email Phone Text Multi Picklist Number 33
The Training team at Universal Containers uses a custom Training object to track their customer trainings. An app builder needs to create a relationship between the Training object and the related Students’ record. A private sharing model is in place for both Students and Training. Which two statements are true when creating a Student Lookup field on the Training object? (Choose two.)
On Training record, the Student Lookup field can be made optional. On Student record, users can set on Roll-up summary field on Training records. On Training record, users can only delete Students, if they have access to it. Cross-object field updates between Training and Student records are not supported. 34
When activating a page in the Lightning app builder, what declarative options are available? (Choose three.)
Select a tab icon for the page. Select the tab color. Set the tab visibility. Set the tab order in the navigation menu. 35
Universal Containers would like to automatically assign a specific permission set to new users .
Which two actions should be completed in order to meet this requirement? (Choose two.)”
Create a workflow rule on the User object to assign a permission set. Create a Process on the User object to launch a flow. Create an Approval process on the User object to assign a permission set. Create a Flow on the User object to assign a permission set. 36
You have a team of developers who need logins to sandbox. What’s the best way to give them access?
Create them as inactive users in production. Have them login as one of the users in production. Create them as users in sandbox, then deactivate the same number of users in production. Use Developer Edition to log into sandbox. 37
What sandbox should you use for data load and integration testing?
Developer Partial Copy Full Sandbox Developer Pro 38
Which three standard component types are available in Lightning app builder? (Choose three.)
Plain text Report details Filter report Rich text Recent items 39
A business user wants a quick way to edit a record’s status and enter a custom due date field from the record’s feed in Salesforce Mobile App.
What could be used to accomplish this?
Custom quick access link Custom button Custom URL formula field Custom action 40
Which three statements are true about Master-Detail relationships? (Choose three.)
You can’t convert it if there is a roll-up summary field. Converting a look-up to master detail changes the OWD to Controlled by Parent. A look-up can be converted to a master detail if there are existing records with null values. SF displays a waiting page after you request to change a master detail to a look-up or vice versa.