Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #101-110

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

Certification Preparation for Platform App Builder

101

Universal containers needs to flag leads with one or more business areas. They need to add a field to capture these to the lead records. There is no need to report on this field. What is the appropriate field type?

  • Radio Buttons(multi-select)
  • Picklist
  • Text Area
  • Picklist (multi-select)
  • 答え

    D

    102

    “An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
    Which two steps are necessary to accomplish this task7
    Choose 2 answers”

    • Add the app to a Visualforce page.
    • Upload the app to Static Resources.
    • Create a subdomain using My Domain.
    • Build a Custom Tab for the app.
    • 答え

      A,D

      103

      “Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC’s orders.
      What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?”

      • BEGINS(Account.Zip_Code_r, 5)
      • TEXT(Account.Zip_Code_c, 5)
      • LEFT(Account.Zip_Code_c, 5)
      • LPAD(Account.Zip_Code__r, 5)
      • 答え

        C

        104

        “Universal Containers require different fields to be filled out at each stage of the Opportunity sates process.
        What configuration steps can an app builder use to meet this requirement?”

        • Set page layout required fields based on the current stage.
        • Create a Process Builder to prompt the User for field information.
        • Define record types and page layouts for each stage.
        • Add the Path component to the Lightning record page.
        • 答え

          D

          105

          “Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.
          Which category handles bug fixes and simple changes?”

          • Patch
          • Minor
          • Major
          • Rollback
          • 答え

            A

            106

            “DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the Internal policy.
            How should an app builder automate travel requests based on these criteria?”

            • Process Builder
            • Workflow rule
            • Approval process
            • Apex
            • 答え

              C

              107

              What is a feature that can extend record access beyond the organization-wide defaults? Choose 2 Answers

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

                B,C

                108

                Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes?

                • Multiple currencies
                • Field-Level Security
                • Validation Rules
                • Record type picklist value assignments
                • Decimal places and character limits
                • 答え

                  A,D,E

                  109

                  A new custom object is being created with a private sharing setting. The business wants to share individual records with specific people or group of people on a case by case basis. What options does the business user have to manually share individual records? Choose 3 answers

                  • Public Groups
                  • Permission Sets
                  • Roles
                  • Profiles
                  • Users
                  • 答え

                    A,C,E

                    110

                    A custom field contains a feedback score which is on a scale of one to five. Endusers would like a visual indicator of one to five stars based on the number found inthe feedback score customer field.

                    • Use a custom image
                    • Number
                    • Formula
                    • Text
                    • 答え

                      C