Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #121-130

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

Certification Preparation for Platform App Builder

1

“An app builder wants to deploy a new version of an auto launched flow production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment?”

  • Verify there is an apex test that provides test coverage for the flow
  • Include the profile that access the flow in the deployment
  • Verify there is a static resource that provides test coverage for the flow
  • Include the process builder calling the flow in the deployment
  • 答え

    A

    2

    “The VP of Sales wants a Chatter post to the All Sales private group when an Opportunity goes to the closed won stage.
    What two tools should the app builder use to automate this process?
    Choose 2 answers”

  • Workflow
  • Flow
  • Big Deal Alert
  • Process Builder
  • 答え

    B,D

    3

    Universal Container 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 dat a. Choose 2

  • Phone
  • Number
  • Text
  • Multi Picklist
  • Email
  • 答え

    B,C

    4

    An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?

  • Use a workflow rule and an outbound message
  • Use a flow and an outbound message
  • Use a process and Apex Code
  • Use a process and an outbound message
  • 答え

    A,C

    5

    “Cloud Kicks (CK) wants to set up a custom child object to track gift cards issued to a customer. A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created.
    On the gift card object, what type of field should be created to support this requirement?”

  • Master-detail relationship
  • Roll-up summary
  • Formula
  • Lookup relationship
  • 答え

    A

    6

    “A production org includes custom objects containing confidential Information. A sandbox h needed that Includes data records, excludes all of the confidential objects, and can be refreshed weekly the confidential objects, and can be refreshed weekly.
    What steps should an App Builder take to meet these requirements?”

  • Create a Full Sandbox and use a sandbox template
  • Create a Developer Pro Sandbox and schedule Data loader to download selected object data weekly.
  • Create a Partial Copy Sandbox and use a sandbox template.
  • Create a Developer Sandbox and schedule Data loader to download selected object data weekly.
  • 答え

    C

    7

    “DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
    What automation tool should be used to complete this task?”

  • Approval process
  • Workflow
  • Flow
  • Process Builder
  • 答え

    B

    8

    universal containers has several new fields they requested for the opportunity product object. What should an app builder be able to configure using a formula field ?

  • A hyperlink to the parent account of the parent opportunity.
  • A mix of functions and concatenation of 10 account fields and 10 opportunity fields.
  • A combination of the opportunity`s text and a description fields.
  • A Rich text area field that uses HTML to bold certain characters
  • 答え

    D

    9

    “Universal Containers has public Read-Write as the Account Org Wide Default (OWO) setting. visit form to the Universal Containers Customer Community report they can see all of Universal Containers’ 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.
  • Set the Account External OWD to Private.
  • Define an Owner-based Sharing Rule for External Accounts.
  • Define a Permission Set External Accounts.
  • 答え

    D

    10

    “Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.
    How should an app builder implement this requirement?”

  • Create a formula field on the Case object using the TEXT function.
  • Create a formula field on the Account object using the ISPICKVAL function.
  • Create a Process Builder and use a field update on the Case object.
  • Create a roll-up summary field using Support Level on the Account object.
  • 答え

    C