Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #171〜#180

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

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

171

What can you build with the Lightning Components framework?

  • A standalone app.
  • Components for the Salesforce app.
  • Custom components that override and extend the Salesforce1 app.
  • All of the above.
  • 答え

    D

    172

    “The VP of Sales at Universal Containers wants to have a set of screens to guide the inside sales team through collecting and updating data for leads.
    How can the app builder accomplish this?”

    • Workflow
    • Process Builder
    • Lightning Connect
    • Flow
    • 答え

      D

      173

      “Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account’s billing state. This value should not change after the Opportunity has been created.
      What is the recommended solution to configure this automation behavior?”

      • Formula field
      • Apex
      • Roll-up summary field
      • Workflow
      • 答え

        D

        174

        Which of the following descriptions about the Lightning Components framework is true?

        • It uses JavaScript on the client side and Apex on the server side.
        • It uses events to communicate data between components.
        • It uses a stateful client and stateless server architecture.
        • All of the above.
        • 答え

          D

          175

          Which functions are available when creating a Roll-up Summary Field? (Choose four.)

          • SUM
          • MAX
          • AVG
          • COUNT
          • MIN
          • 答え

            A,B,D,E

            176

            What standard Chatter actions (Post, File, Link, Poll, and Thanks) appear on the user profile page, regardless of the actions in the User page layout? (Choose three.)

            • Create
            • Post
            • Poll
            • Email
            • File
            • 答え

              B,C,E

              177

              You can control access to report folders based on __________.

              • Permissions, roles, and public groups.
              • Public groups, organization-wide defaults, and IP restrictions.
              • Password settings, permissions, and user settings.
              • All of the above.
              • 答え

                A

                178

                Which of these is NOT an appropriate use case for Lightning Connect?

                • You want to integrate external data without writing custom code.
                • The external data is changing frequently.
                • You need to setup workflows and triggers for the external data.
                • You only need real-time access to a small fraction of the external data.
                • 答え

                  C

                  179

                  In terms of the order of execution, what must be taken into account when using Validation rules & Workflows?

                  • The order of execution can be controlled in Salesforce setup.
                  • Validation rules fire before Workflow rules therefore will not catch any data that does not abide by your Validation rules.
                  • Validation rules fire after Workflow rules, so you must ensure that Workflow rules abide by your Validation rules to avoid errors.
                  • Validation rules & Workflow rules fire on separate automation schedules and therefore the order of execution can be ignored.
                  • 答え

                    B

                    180

                    Which statements are true regarding Roll-Up Summary Fields? (Choose three.)

                    • Automatically derived fields, such as current date or current user, are allowed in a Roll-up Summary Field.
                    • Because Roll-up Summary Fields are not displayed on edit pages, you can use them in validation rules.
                    • Once created, you cannot change the detail object selected or delete any field referenced in your Roll-up Summary definition.
                    • Validation errors can display when saving either the detail or master record.
                    • Advanced currency management has no affect on Roll-up Summary Fields.
                    • 答え

                      B,C,D