Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #371-380

記事内に商品プロモーションを含む場合があります
Information

Certification Preparation for Platform App Builder

11

“Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company’s account records.
How should an app builder configure Account sharing so that community users only see their own Account?”

  • Create an account record type for external accounts.
  • Define an owner-based sharing rule for external accounts.
  • Define a permission set for external accounts.
  • Set the account external OWD to private.
  • 答え

    D

    12

    The VP of account management at Universal Containers has requested that all contacts mailing postal codes match the associated accounts shipping postal code. How can this be enforced using validation rules?

  • Create a validation rule using the distance() function
  • Create a validation rule using a compare operator
  • Create a validation rule using the geolocation() function
  • Create a validation rule using a not equal operator
  • 答え

    D

    13

    At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?

  • The invoice must have at least one Master-Detail field for reporting.
  • The Account record includes Invoice roll-up summary fields.
  • The Invoice records have existing values in the Account.
  • The Account is included in the workflow on the Invoice object.
  • 答え

    B

    14

    A custom button can be used for performing all of the following actions, except: Choose 1 answer.

  • Invoke a visualforce page in your Salesforce org
  • Invoke a webpage URL
  • Invoke a Javascript
  • Invoke an Apex Trigger
  • 答え

    D

    15

    UVC wants to automate a business process using workflow. They are aware that workflow rules may cause recursive behavior, and as a result certain actions will only cause workflow rules that didn’t fire previously to be retriggered. Which workflow action might cause this behavior?

  • Workflow Outbound messages with the “Protected Component” field selected
  • Workflow Field Updates with the “Re-evaluate Workflow Rules After Field Changes” field selected
  • Workflow Emails containing hard coded links with Salesforce IDs referencing specific workflow rules
  • Workflow Tasks where the “Due Date” field is set to “Rule Trigger Date” minus X days
  • 答え

    B

    16

    Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

  • A summary report on the Opportunity object.
  • A summary report on the Account object.
  • A tabular report on the Account object.
  • A tabular report on the Opportunity object.
  • 答え

    A

    17

    Cool Air Conditioners has been using Service Cloud to manage cases, but are now considering using it to manage field service jobs. They would like to track field service activity and assignment to technicians. What is the recommended solution to meet these requirements? Choose 1 answer.

  • Install an AppExchange product that provides Field Service functionality
  • Extend the Service Cloud configuration to handle Field Service cases
  • Utilize the standard objects Work Order and Work Order Line Items
  • Use real time API integration to connect Salesforce with an external field service application
  • 答え

    C

    18

    Which two features can extend record access beyond the organization-wide defaults?

  • Dynamic role hierarchy
  • Criteria-based sharing rules
  • Owner-based sharing rules
  • Public or private groups
  • 答え

    B,C

    19

    Which statement is true when using record types to control picklist value. (Select 2)

  • If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types
  • If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged
  • If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types
  • If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type
  • 答え

    A,B

    20

    “Universal Containers (UC) wants to build a Recruiting app that allows for multiple Positions to appear on custom objects Websites and Postings. UC requires a report that shows the related custom objects of Postings.
    Which two items should an app builder configure to implement this?
    Choose 2 answers”

  • Configure a Postings object with Master-Detail field to both Positions and Websites.
  • Configure a Postings object with Lookup field to both Positions and Websites.
  • Create two new Custom Report Types.
  • Utilize the Standard Report Types.
  • 答え

    C,D