Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #201〜#210

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

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

201

Which of the following are types of access within an organization? (Choose three.)

  • Object
  • Record
  • Field
  • Administrative
  • User
  • 答え

    A,B,C

    202

    When you specify a single running user of a dashboard, that user __________.

    • Is the only one who can post a snapshot of the dashboard to Chatter.
    • Determines which data is displayed on the dashboard, due to the user’s security settings.
    • Must be the same person who created the report.
    • Must have the “View All Data” permission.
    • 答え

      B

      203

      How is the Lightning Component framework different from Visualforce?

      • The framework can be used to build mobile apps only.
      • The framework is client-side centric, while Visualforce relies on server calls.
      • They are both useful in building components, but Visualforce has a simpler markup.
      • None of the above.
      • 答え

        B

        204

        You should use a Validation rule if __________. (Choose two.)

        • You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
        • You are close to the maximum number of lookup filters allowed.
        • You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
        • You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can’t reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.
        • 答え

          B,D

          205

          “Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the “”Allow Customer Invitations”” Chatter Setting.
          What permission is granted to Customers when invited to a Chatter Group?”

          • The ability to @mention accounts of which they are a contact.
          • The ability to interact with members of their groups.
          • The ability to request access to public groups.
          • The ability to invite members to groups of which they are a member.
          • 答え

            B

            206

            What sandbox is used for virtually any development, testing, or training purpose?

            • Developer
            • Partial Copy
            • Full Sandbox
            • Developer Pro
            • 答え

              B

              207

              Which of the following statements are true about Record IDs? (Choose two.)

              • The 18 character ID is case?insensitive
              • The 15 character ID is case?insensitive
              • The 18 character ID is case?sensitive
              • The 15 character ID is case?sensitive
              • 答え

                A,D

                208

                What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)

                • In a batch update, workflow is only re-triggered on the entities where there is a change E.
                • Any workflow rules whose criteria are met as a result of the field update will be ignored.
                • Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.
                • Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.
                • Only workflow rules that didn’t fire before will be re-triggered.
                • 答え

                  A,C,E

                  209

                  When changing a fields data type, which scenario can you expect data loss? (Choose two.)

                  • Number to Text
                  • Text to Picklist
                  • Currency to Number
                  • Email to Text
                  • 答え

                    A,B

                    210

                    “An app builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another app builder creates a workflow with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco.
                    What will happen the next time a sales person saves an Account with a Billing City of San Francisco?”

                    • The record will save and the Industry field will change to Technology.
                    • The record will not save and no error message will be displayed.
                    • The record will not save the validation rule’s error message will be displayed.
                    • The record will save but the industry field will not change to Territory.
                    • 答え

                      B