Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #211-220

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

Certification Preparation for Platform App Builder

31

UC 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. Is there a recommended solution to configure this automated behavior?

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

    C

    32

    universal containers has implemented multi currency. There are several products that universal containers sells exclusively in europe and the UK. Opportunities for these products need to be written in euros or british pounds. Which solution should an app builder recommend ?

  • Create a new page layout for these products that shows only the EUR and GRP currencies in the opportunity currency picklist.
  • Create a new record type for these products and include only the EUR and GBP currencies from the opportunity currency picklist
  • Create a new sales process that includes only the EUR and GBP currencies for these products.
  • Create a new validation rule that allows only EUR or GBP to be selected from all active currencies when an opportunity is created for these products.
  • 答え

    C

    33

    “An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
    What automation should the app builder use?”

  • Screen flow
  • Process Builder
  • Apex code
  • Workflow rule
  • 答え

    C

    34

    Universal containers is importing 1000 records into Salesforce. They want to avoid any duplicate records from being created during the import. How can these requirements be met?

  • Include a column in the import file that has either record names, Salesforce IDs, or external IDs that can be used to match records.
  • When importing the file, select the “Prevent Duplicates” option on the last step of the Import Wizard and import the file.
  • After importing all of the custom objects, run a duplicate check report, export the record to a CSV File, and run a mass delete to purge any duplicates.
  • After importing all of the custom objects, review all records created and manually merge or delete and duplicate record
  • 答え

    A

    35

    Which type of relationships can be defined with external objects? Choose 2 answers

  • External Lookup
  • Indirect Lookup
  • External Master-Detail
  • Cross-Ogranization Lookup
  • 答え

    A,B

    36

    Which setting is available to customize the salesforce1 mobile app for branding ? Select 3

  • Action bar color
  • Background color on loading page
  • Notification and search icon
  • The image on loading page
  • Header and search bar color
  • 答え

    B,D,E

    37

    What can be branded in SF1?(Select 3)

  • 0
  • Loading page color
  • Loading logo
  • Action tab bar
  • Header and Search
  • 答え

    A,B,D

    38

    You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.

  • An external ID is indexed and increases query performance
  • An external ID can be either text, number or email data types
  • An external ID is used to represent an identifier for a record from an external system
  • External IDs are not case sensitive
  • 答え

    A,B,C

    39

    “Universal Containers created a custom object called Component to capture details about products sold.
    What approach should an app builder take to show Component as a related list on Product?”

  • Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
  • Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
  • Create a roll-up on Product. Add the Component related list to the Product page layout.
  • Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
  • 答え

    D

    40

    What is a true statement in regard to creating custom report types?

  • When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually
  • Any object can be chosen unless the object is not visible to the person creating the report type through security settings.
  • The detail object in a master-detail relationship cannot be added as a secondary object on a custom report type.
  • Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type
  • 答え

    D