Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #161-170

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

Certification Preparation for Platform App Builder

41

Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

  • Create sales and marketing profiles to ensure read access to different objects
  • Create roles for sales and marketing and assign a custom homepage layout for each role.
  • Create mobile navigation menus for both the sales and marketing profiles.
  • Create public groups for sales and marketing and create mobile navigation menus for each group .
  • 答え

    C

    42

    Universal Containers sales reps can modify fields on an opportunity until it is closed. Only the sales operation team can modify the post closed follow-up dates and post closed follow-up comments fields. How can these requirements be met?

  • Use record types with field sets and restrict editing fields using field-level security.
  • Use field-level security on page layouts to restrict editing fields
  • Use multiple record types, page layouts and profiles.
  • Use field level security to mark fields as read only on the sales profile
  • 答え

    B

    43

    “Ursa Major Solar (UMS) has a custom object where they track Galactic Vendors. The object has four custom fields for the Galactic Vendors’s location:
    Street (Street_ City)
    (City (City_c)
    Planet (Planet__c)
    Galaxy (Galaxy___c)
    The UMS’s leadership wants these fields to be concatenated into a single formula field on two lines. Which formula fulfills this requirement?
    A)
    Street & BR() &
    City & “”, “” & Planet & “” “” & Galaxy
    B)
    Street
    City, Planet Galaxy
    C)
    Street_c & BR() &
    City_c & “”, “” & Planet_c & “” “” & Galaxy__c
    D)
    Street_c
    City_c, Planet_c Galaxy_c”

  • Option A
  • Option B
  • Option C
  • Option D
  • 答え

    C

    44

    Actions on a Lightning Page allow you to do which of the following?

  • Clone records, add users, and assign permissions.
  • Send email, send outbound messages, and launch a flow.
  • Send email and delete or clone records.
  • Send email, create a task, and create or update records.
  • 答え

    D

    45

    You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce and searchable. What do you have to do before you can use the connection. (Choose 2)

  • URL / choose the URL
  • Press “validate and sync”
  • Choose “include as index field”
  • Choose “include in Salesforce searches” option
  • 答え

    B,D

    46

    UVC needs to flag leads with one or more business areas. They need to add a field to capture these to the Lead Record. There is no need to report on this field. What is the appropriate field type?

  • Text Area
  • Radio Buttons (Multi-select)
  • Picklist (Multi-Select)
  • Picklist
  • 答え

    C

    47

    What are two reason to create an unmanaged package? Choose 2 answers

  • Distributing open-source projects on the AppExchange.
  • Publishing an application for sale on the AppExchange
  • Deploying from a Developer Edition environment
  • Distributing upgradeable components to other Salesforce org
  • 答え

    A,D

    48

    UVC has two types of customer support processes: Platinum and Diamond. The App Builder created separate record types for each process on the Case Object. The customer support team should not be able to create new cases with the Diamond record type. How can this requirement be met?

  • Update the profile to remove the Diamond record type from the support team
  • Make the record type hidden to all users and then use sharing rules to share it
  • Update the OWD to private
  • Remove the ability for the support team to create new case records
  • 答え

    A

    49

    “Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail Opt In picklist field to Yes.
    What validation rule would an app builder use to prevent other users from making this update?”

  • AND( $UserRole.Name != ‘Marketing’, ISCHANGED(Retail_Opt_In__c), ISPICKVAL(Retail_0pt_In_c,”Yes”) )
  • AND( $UserRole.Name != ‘Marketing’, Retail_Opt_In_c = “Yes” )
  • AND( $UserRole.Name = ‘Marketing’, ISPICKVAL(Retail_Opt_In_c,”Yes”) )
  • AND( $UserRole.Name = ‘Marketing’, Retail_Opt_In__c = “Yes” )
  • 答え

    A

    50

    Representatives at Universal Con use salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to SAP with the Lead’s info.

  • Design an approval process
  • Create a process using lightning process builder
  • Create a workflow rule
  • Use Visual Workflow
  • 答え

    C