Salesforce Platform App Builder Certificationとは
認定 Platform アプリケーションビルダーには、Salesforce Platform の宣言型カスタマイズ機能を使用してカスタムアプリケーションを設計、構築、実装するスキルと知識があります。
Salesforce Platform App Builder Certificationの過去問の概要
321
Global actions can be created to let users create which of the following kinds of records? (Choose three.)
Question Event (without invitees) Products Opportunity Chatter Post Users 322
What are the two types of packages? (Choose two.)
Unmanaged Named Managed Upgraded 323
What is not a possible action of the Lightning Process Builder?
Trigger APEX Update a record Trigger a Flow Send an Outbound message 324
A lightning Page is __________.
A compact, configurable, and reusable element. A custom layout for creating pages in Salesforce. The new name for a SF page layout. A page you can access via a customer community. 325
The Director of Marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.
What function should be used to return today’s date for calculating the difference?
DATE() NOW() TODAY() DATEVALUE() 326
Recursive triggers may cause your organization to exceed its limit for workflow time triggers per hour.
True False 327
Which of the following represent correct syntax to display first name from global variable user?
{User.FirstName} $User.FirstName {!User.FirstName} {!$User.FirstName} 328
When should you refresh a sandbox?
3 Hours before you need it. When you are finished with the current sandbox. 10 Days after an implementation. Anytime. 329
Universal Containers has two types of customer support processes: Platinum and Diamond. The app builder created separate record types for each process on the Case object. The customer support team should not be able to create new cases with the Diamond record type.
How can this requirement be met?
Update the profile to remove the Diamond record type from the support team. Remove the ability for the support team to create new case records. Make the record type hidden to all users and then use sharing rules to share it. Update the organization-wide defaults to private. Make the record type hidden to all users and then use sharing rules to share it. Update the organization-wide defaults to private. Update the organization-wide defaults to private. 330
Which statements are correct about encrypted fields among the following? (Choose four.)
Encrypted fields can be included in search results, and report results. They are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters. Encrypted text fields can be an external and can have default values. Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms. Encrypted fields are not searchable and cannot be used to define report criteria.