Salesforce Platform App Builder Certification PR

Salesforce CRT-403 V12.35 #211〜#220

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

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

211

“Universal Containers is using SF to manage travel requests. They would like to enable managers to approve travel requests via e-mail.
What is true regarding e-mail approval responses?”

  • Approvers must the “API Enabled” system permission.
  • Approval Comments cannot be added in the e-mail response.
  • Approvers must click a link in the approval e-mail.
  • If the request is rejected, the approver must add the rejection comments directly in SF.
  • 答え

    A

    212

    What objects are supported by the Import Wizard?

    • Contacts
    • Leads
    • Accounts
    • Custom objects
    • Solutions
    • All of the above
    • 答え

      F

      213

      “At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority case should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green.
      Which two formulas will accomplish this requirement? (Choose two.)”

      • IMAGE( CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif, “High”, “img/samples/flag_red.gif”, “/s.gif”), “Priority Flag”)
      • IF(ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif , IF(ISPICKVAL(Priority, “Medium”), “/img/ samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “/img/samples/flag_red.gif, “/s.gif”) ) )
      • CASE( Priority, “Low”, “/img/samples/flag_green.gif”, “Medium”, “/img/samples/flag_yellow.gif”, “High”, “/img/samples/flag_red.gif”, “/s.gif”)
      • IMAGE( IF(ISPICKVAL(Priority, “Low”), “/img/samples/flag_green.gif”, IF(ISPICKVAL(Priority, “Medium”), “/img/samples/flag_yellow.gif”, IF(ISPICKVAL(Priority, “High”), “/img/samples/flag_red.gif”, “/s.gif) ) ), “Priority Flag”)
      • 答え

        A,D

        214

        “Universal Containers wants to display a message when an opportunity close date is less than 60 days in the future.
        What can be used to display different text on the opportunity record depending on the number of days until the target close date?”

        • Workflow Update
        • Process Builder
        • Sales Process
        • Formula Field
        • 答え

          D

          215

          What are the limitations of workflow rules?

          • You can’t create e-mail alerts for workflow rules on activities.
          • You can’t package workflow rules with time triggers.
          • You can’t create outbound messages for workflow rules on junction objects.
          • All of the above.
          • 答え

            D

            216

            “An app builder needs to change the data types of a few custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any Apex code.
            What data type change will require the app builder to perform additional steps in order to retain existing functionality?”

            • Changing the data type of a field used in lead conversion from number to text.
            • Changing the data type of a field used as an External ID from number to text.
            • Changing the data type of a field used in an Apex class from number to text.
            • Changing the data type of a field used in a report from text to an encrypted field.
            • 答え

              B

              217

              ABC Company is using assignment rules to distribute cases to regional teams. Which of the following is true?

              • Cases may be assigned to public groups (if configured).
              • It is possible to have multiple active assignment rules.
              • Cases may be assigned to queues (if configured).
              • A workflow field update can be used instead.
              • 答え

                C

                218

                Before code can be deployed in production, what percentage of test coverage must be achieved?

                • 75
                • 100
                • 25
                • 50
                • 答え

                  A

                  219

                  Which three values must be defined when creating a new Opportunity Stage picklist value? (Choose three.)

                  • Quota
                  • Forecast Category
                  • Amount
                  • Probability
                  • Type
                  • 答え

                    B,D,E

                    220

                    What Lightning Experience feature allows Salesforce users to modify existing records without opening them?

                    • Inline editing in List Views
                    • Global Actions
                    • Editable Reports
                    • The edit option in the Favorites menu
                    • 答え

                      A