Salesforce Platform App Builder Certificationとは
認定 Platform アプリケーションビルダーには、Salesforce Platform の宣言型カスタマイズ機能を使用してカスタムアプリケーションを設計、構築、実装するスキルと知識があります。
Salesforce Platform App Builder Certificationの過去問の概要
261
How do you highlight totals in a report?
Summary totals Custom Summary Field Formula Field Roll-up Summary Field 262
The app builder at Universal Containers has been asked to ensure that when an Opportunity record exceeding $20k is being saved, details have been captured in the Comments field.
What can be used to meet this requirement?
Process Builder Validation Rule Approval Process Workflow 263
Universal Containers is importing 10,000 contact records in Salesforce. They want to avoid duplicate records from being created during the import.
How can this requirement be met?
When importing the file, select the “Prevent Duplicates” option on the last step of the Data Loader. Include in a column in the import file that corresponds to a field in Salesforce that requires unique values. After importing all the contacts, run a duplicate check report, export the report to a CSV file, and run a mass delete to purge any duplicates. After importing all of the contact records, review all records created and manually merge or delete any duplicate records. 264
What is true about Master-Detail relationships? (Choose two.)
You can have a child record without the parent record. You have to expose the master-detail field on the child object page layout. When the parent record is deleted, all child records will be deleted. You cannot delete a child object. 265
What is a self-relationship?
A lookup field to the user object. A lookup to the global search. A relationship of account to opportunity owned by the same owner. A lookup field to the same object. 266
Which deployment tool will you use to deploy metadata from one organization to another organization?
Force.com Migration Tool Unmanaged Packages Force.com IDE Change sets 267
What is true about external lookup relationship fields? (Choose all that apply.)
Lookup filters are available for external lookup relationship fields. Cascade-delete isn’t available for external object relationships. Only objects that have a custom field with the External ID and Unique attributes are available as parent objects in indirect lookup relationships. All of the above. 268
When scheduling automatic data exporting with the Data Export Wizard, you must specify all of the following except __________.
Start and end dates Time of day Number of attachments Frequency, if your organization supports monthly exports 269
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code.
Which two actions should an app builder take to accomplish this requirement? (Choose two.)
Use a formula field on the Candidate record to show the total number of interviews. Use a roll-up summary field on the Candidate record to show the total number of interviews. Use a master-detail relationship between the Candidate and Interview objects. Use a lookup relationship between the Candidate and Interview objects. 270
Which two rules can be configured for the Opportunity object? (Choose two.)
Escalation Rule Validation Rule Assignment Rule Workflow Rule