Salesforce Platform App Builder Certification PR

Salesforce Platform App Builder Certification #201-210

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

Certification Preparation for Platform App Builder

21

universal containers has several large customers that sell their products through dealers. Each customer and dealer has an individual rep who works directly with uc and each is billed separately. How can an app builder implement these requirements?

  • Create a single account record, add each rep as a contact and create a custom dealer object
  • Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.
  • Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record
  • Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.
  • 答え

    B

    22

    Universal containers require different fields to be filled out at each stage of the opportunity sales process. what configuration steps san an app builder use to meet this requirement?

  • Define record types and page layouts for each stage
  • Create a process builder to prompt the user for field information
  • Add the path component to the lightning record page
  • Set page layout required fields based on the current stage
  • 答え

    C

    23

    “Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
    Which type of sandbox should be used to accomplish this?”

  • Full
  • Developer
  • Developer Pro
  • partial Copy
  • 答え

    D

    24

    UVC has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. Which two actions can an App Builder take to accomplish this requirement? Choose 2 answers

  • Use a formula field on the Candidate record to show the total number of interviews
  • Use a lookup relationship between the Candidate and Interview objects (Your Answer)
  • Use a MD relationship between the Candidate and Interview Objects
  • Use a roll-up summary field on the Candidate record to show the total number of interviews
  • 答え

    C,D

    25

    “Accounts at Universal Containers are currently readable by all users but editable only by their owners. Management wants to designate some Accounts as VIP Accounts. Only Account owners should have read access to these VIP accounts.
    Which two actions should an app builder take to meet the requirements?
    Choose 2 answers”

  • Implement a sharing rule.
  • Configure a permission set.
  • Set up an Account Team.
  • Change organization-wide defaults.
  • 答え

    A,C

    26

    Universal Container wants to display a message when a case needs follow up. What can be used to display different text on the case record depending on the number of days a case is opened?

  • Formula Field
  • Workflow Update
  • Case Process
  • Lightning Process Builder
  • 答え

    A

    27

    UVC’s CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answer

  • Launch a new approval process that has automatic submission enabled as an initial submission action
  • Create a new process with a submit for approval action to automatically submit deals for approval
  • Create a new approval process that has automatic submission enabled in the entry criteria
  • Launch a flow that uses the submit for approval action to submit deals for approval
  • 答え

    A,B

    28

    What is a use case for validation rules?

  • Prevent non-managers from joining a private Chatter Group
  • Restrict partner Lead visibility to the channel sales team
  • Ensure zip/postal codes are entered in the correct format
  • Prevent deals with less than a 10% discount from entering an approval process
  • 答え

    C

    29

    What are the limitations of Schema Builder when creating a custom object?

  • “Save” should be clicked each time a new object, field, or relationship is created.
  • Fields and relationships can be created, but they will be unable to add the fields to the page layout from the canvas.
  • Relationships can be made to any custom objects, but any relationships to standard objects should be built in Lightning Object Manager.
  • Custom fields can be added to any custom objects, excluding formula field types.
  • 答え

    B

    30

    Need to change ownership when field of custom object changed.

  • Apex trigger
  • Assignment Rule
  • Validation Rule
  • Visual Workflow
  • 答え

    B