Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #41-50

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

Certification Preparation for Platform App Builder

41

“An app builder is preparing to deploy a new app from the sandbox to production using change sets.
What two considerations should an app builder keep in mind during this process?
Choose 2 answers”

  • Salesforce Connect automatically establishes a link between environments.
  • Change sets do not include all components and may have to perform some changes manually.
  • Users should be logged out of production when receiving inbound change sets.
  • Transactions will revert if the deployment errors.
  • Anser

    B,D

    42

    What is a use case for approval processes? Choose 2 answers.

    • Approve expense reports automatically when less than $50.
    • Update the PTO record field with the user’s manager.
    • Require the CFO to review the salary range for all job offers.
    • Ensure an opportunity that has at least one product added.
    • Anser

      A,C

      43

      Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000. Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved7 Choose 2 answers

      • Create an approval process on the Contract object with criteria set on a second approval step set as ‘Amount__c > 10,000’ and set the approver as director.
      • Create an approval process on the Contract object and set the field for ‘Next Automated Approver Determined By’ as Manager’.
      • Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
      • Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
      • Anser

        B,D

        44

        Universal containers (uc) wants to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements ? Choose 2 answers

        • Select the correct record type
        • Use import Wizard to update leads using the CSV file
        • Select insert null values in settings.
        • Use Data Loader to update leads using the CSV file
        • Anser

          C,D

          45

          Universal Con conducts evaluations of their sales reps using a custom objectconsisting of numerical scores and executive comments. The company wants toensure that only the sales reps, their managers,and their managers’ executives canview the rep’s evaluation record, but the reps should not be able to view the executive comment field on their review.

          • Use a private sharing model granting record across using hierarchy, managefield access with record types and field-level security
          • Use a private sharing model granting access using customer settings, managefield access with page layouts and field-level security
          • Using custom settings, manage field access with record types and pagelayouts
          • Hierarchy, manage field access with field-level security
          • Anser

            D

            46

            What is recommended to refresh a full sandbox?

            • After a UAT sign-off
            • Whenever a new production user is added.
            • After a major production release.
            • Within 3 hours of when it is needed.
            • Anser

              C

              47

              Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset. Which approach should the app builder take to show Asset Inventory as a related list on Asset?

              • Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
              • Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
              • Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.
              • Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.
              • Anser

                C

                48

                UVC uses a custom object to track open job positions. They would like to automatically post updates on a record’s feed whenever a position stage is changed. Which social feature can be used to accomplish this.

                • Workflow rule
                • Feed tracking
                • Feed quick Action
                • Auto response rule
                • Anser

                  B

                  49

                  A junction object has two Master-Detail relationships. What happens to a junction object record when either associated master record is deleted?

                  • The record is deleted and placed in the recycle bin.
                  • The master record can’t be deleted if it has a child record.
                  • The look-up field on the junction object record is cleared.
                  • The record is permanently deleted and can’t be restored.
                  • Anser

                    A

                    50

                    “Universal Containers uses a custom picklist field Account Region on the account record. They want this region to be reflected on all related contact records and stay in sync if the value of this field changes on the Account.
                    How should an app builder meet this requirement?”

                    • Create a picklist field called ‘Account Region’ on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
                    • Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL (AccountAccount_Region__c).
                    • Create a formula field on the Contact object > Set the value of the formula to TEXT (Account.Account_Region__c).
                    • Create a text field called ‘Account Region’ on Contact object > Create a workflow rule to update this picklist field if the Account Region field on the Account is changed.
                    • Anser

                      C