Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #21〜#30

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

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

21

“You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.
What could be the most optimal model to achieve this?”

  • Create a Project object then Modules as a child object. Add Tasks to Modules.
  • Create a Project then add Tasks to it. Define Modules as a field on Task.
  • Create Project, Module, Responsibility as parent, child and grandchild objects.
  • Create Project and Module objects then Responsibility as a junction object.
  • 答え

    A

    22

    “A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
    Which formula to trigger a workflow would satisfy this requirement?”

    • AnnualRevenue > 1000000
    • AnnualRevenue > 1000000 , TRUE, FALSE
    • IF(AnnualRevenue > 1000000 ,”TRUE”,”FALSE”)
    • AnnualRevenue
    • 答え

      A

      23

      How can an App Builder share Favorites with other Salesforce users?

      • Share link in the Favorites drop-down menu.
      • Sharing can only be performed by users with System Administrator rights.
      • Favorites Settings under My Personal Information.
      • Favorites can’t be shared with other users.
      • 答え

        A

        24

        “ABC Company wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more.
        Which product satisfies the needs?”

        • Custom AppExchange app for product-pricing.
        • Formula fields on Opportunity/Opportunity Product.
        • Lightning process builder.
        • Workflow on Opportunity/Opportunity Product.
        • 答え

          C

          25

          What is true about Junction objects?

          • Junction object records are deleted when either associated master record is deleted and placed in the Recycle Bin.
          • If both associated master records are deleted, the junction object record is deleted permanently and can’t be restored.
          • The first master-detail relationship you create on your junction object becomes the primary relationship.
          • All of the above.
          • 答え

            D

            26

            “A sales manager would like to look at an Account record and view charts of all the related open opportunities, closed/won opportunities, and open cases.
            How many report charts can be added to the Account page layout to meet this requirement?”

            • 3
            • 4
            • 2
            • 1
            • 答え

              C

              27

              What is a user case for validation rules?

              • Ensure Zip/Postal Codes are entered in the correct formal.
              • Restrict partner Lead visibility to the channel sales team.
              • Prevent deals with less than a 10% discount from entering.
              • Prevent non-managers from joining a private Chatter Group.
              • 答え

                C

                28

                “Universal Containers 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.
                What workflow action might cause this behavior? (Choose two.)”

                • Workflow Field updates with the “Re-evaluate Workflow Rules After Field Change” field selected.
                • Workflow Tasks where the “Due Date” field is set to “Rule Trigger Date” minus X Days.
                • Workflow Outbound Messages with the “Protected Component” field selected.
                • Workflow E-mails containing hard-coded links with Salesforce IDs referencing specific workflow rules.
                • 答え

                  A,B

                  29

                  “Universal Containers needs to flag Leads with one or more business areas. They need to add a field to capture these to the Lead Record. There is no need to report on this field.
                  What is the appropriate field type?”

                  • Radio Buttons (Multi-Select)
                  • Picklist
                  • Picklist (Multi-Select)
                  • Text Area
                  • 答え

                    C

                    30

                    Where can a Standard Lightning Component be placed in the Lightning app builder tool?

                    • Canvas
                    • Console Layout
                    • Mini Page Layout
                    • Mobile Card
                    • 答え

                      A