Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #321〜#330

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

Salesforce Platform App Builder Certificationとは

Certification demonstrating skills to develop custom applications on the Salesforce Platform

Salesforce Platform App Builder Certificationの過去問の概要

試験概要
試験種別CRT-403
Ver V12.35

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
  • 答え

    A,B,D

    322

    What are the two types of packages? (Choose two.)

    • Unmanaged
    • Named
    • Managed
    • Upgraded
    • 答え

      A,C

      323

      What is not a possible action of the Lightning Process Builder?

      • Trigger APEX
      • Update a record
      • Trigger a Flow
      • Send an Outbound message
      • 答え

        D

        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.
        • 答え

          B

          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()
          • 答え

            C

            326

            Recursive triggers may cause your organization to exceed its limit for workflow time triggers per hour.

            • True
            • False
            • 答え

              A

              327

              Which of the following represent correct syntax to display first name from global variable user?

              • {User.FirstName}
              • $User.FirstName
              • {!User.FirstName}
              • {!$User.FirstName}
              • 答え

                B

                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.
                • 答え

                  B

                  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.
                  • 答え

                    A

                    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.
                    • 答え

                      A,B,D,E