Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #311〜#320

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

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

311

What of the following are general types of actions available in Salesforce? (Choose four.)

  • Update – Update Records
  • Create – create a record
  • Log a Call – log a call and it is recorded as a task
  • Custom – requires visual force page
  • Remove – Remove a record
  • Delete – permanently remove a record
  • 答え

    A,B,C,D

    312

    Which Validation formula is valid to make sure Phone & Email fields are filled in when converting a Lead?

    • IsConverted = TRUE && (ISBLANK(Phone) && ISBLANK(Email)
    • IsConverted = TRUE && OR(ISBLANK(Phone), ISBLANK(Email))
    • IsConverted = FALSE && (ISBLANK(Phone) && ISBLANK(Email)
    • IsConverted = TRUE && OR(Phone, Email)
    • 答え

      B

      313

      “Universal Containers is rolling out a new opportunity review process. Regional managers will need to edit opportunities for their subordinates, but not for other groups. Managers and users should be able to view all opportunities.
      Which two approaches are recommended to meet their requirement? (Choose two.)”

      • Set organization-wide defaults to public read/only.
      • Create standard role hierarchies
      • Set organization-wide defaults to public read/write.
      • Create criteria based sharing rules.
      • 答え

        A,B

        314

        In order to create an App Launcher component in Lightning an admin must ___________.

        • Join the pilot Lightning App Builder team.
        • Purchase a license for the Lightning App Builder.
        • Contact Salesforce to have the component activated for the Lightning App Builder.
        • Navigate to Setup-Customize-User Interface to enable the component for the Lightning App Builder.
        • 答え

          C

          315

          Which is true about encrypted fields?

          • A custom field can be converted to an encrypted field.
          • They are available in Validation Rules or Apex Scripts even if the user is not having the permission “View Encrypted Data”.
          • Encrypted fields can be converted to other field types.
          • In Email Templates, if an encrypted field needs to be displayed without the mask character, the User who receives the email should have the View Encrypted Data permission.
          • 答え

            B

            316

            “At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records.
            What is the minimum required configuration for an app builder to enable different users to see different fields, based on the case type?”

            • Record Types, Page Layouts, Case Teams, and Profiles.
            • Record Types, Page Layouts, Support Process, and Profiles.
            • Record Types, Page Layouts, Permission Sets, and Profiles.
            • Record Types, Page Layouts, Field Sets, and Profiles.
            • 答え

              C

              317

              Person Accounts ___________. (Choose two.)

              • Are enabled via feature license.
              • Can only be merged with other person accounts.
              • Have the same icon as Business accounts.
              • Are enabled by default.
              • Do use space in both account and contacts table.
              • 答え

                B,E

                318

                “Users at Universal Containers need to be able to quickly create a Resource record from the Project record’s Chatter feed.
                How should the app builder define this functionality?”

                • By creating a custom “Detail Page” Button on the Project.
                • By creating a custom “Detail Page” Button on the Resource.
                • By creating a custom “Create a Record” Action on the Project.
                • By creating a custom “Create a Record” Action on the Resource.
                • 答え

                  D

                  319

                  When do you need to refresh a sandbox? (Choose two.)

                  • 3 Hours before you need it.
                  • When modification have been made to the production organization.
                  • Anytime.
                  • When you are done making changes to it.
                  • 答え

                    B,D

                    320

                    When a user creates a record by using an object specific create action, what feed item for that record appears? (Choose three.)

                    • In the Chatter feed of the first user who follows the record on the record was created.
                    • In the Chatter feed of the user who created the record.
                    • As the first entry in the feed for the new record.
                    • In the feed for the record on which the new record was created.
                    • In the user profile feed for all users who can view the record.
                    • 答え

                      B,C,D