Salesforce Platform App Builder Certification Handbook
上QQ阅读APP看书,第一时间看更新

Test your knowledge

Q1 Which custom fields can be made universally required?

  1. Formula
  2. Lookup
  3. E-mail
  4. URL

Q2 Which of the following statements about encrypted fields are correct?

  1. Encrypted text fields can be an external ID and can have default values
  2. Encrypted fields are not searchable and cannot be used to define report criteria
  3. Encrypted fields can be included in search results and report results
  4. They are not available for use in filters, such as list views, reports, roll-up summary fields, and rule filters
  5. Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms

Q3 A person, who does not have the View Encrypted Data permission, will see the field with masked characters. Assuming that the field is in the page layout, what happens if he/she clicks on the Edit button and tries to edit the value?

  1. The field will not appear in the edit layout
  2. The user will see only masked characters but can enter a new value and save it
  3. It will throw an error when the field is changed and saved
  4. He can see the original value and he can save it

Q4 Which is true about encrypted fields?

  1. They are available in Validation Rules or Apex Scripts even if the user lacks the View Encrypted Data permission
  2. Encrypted fields can be converted to other field types
  3. A custom field can be converted to a encrypted field
  4. In Email Templates, if an encrypted field needs to be displayed without the mask character, the user who receives the e-mail should have the View Encrypted Data permission

Q5 Which type of custom fields can be used as External IDs?

  1. A text field that is unique
  2. A text field that is required
  3. A text field that is encrypted
  4. Date
  5. E-mail
  6. Phone

Q6 The media object record needs to refer to a similar media object record. For this, a lookup field to media is created. What is this relationship type called?

  1. Master-Detail
  2. Lookup
  3. Hierarchical
  4. Many-to-many
  5. Self

Q7 How many master relationships can be there for a detail object?

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5

Q8 How many lookup relationships can be there for a child?

  1. 10
  2. 20
  3. 15
  4. 40

Q9 A Standard object has more than one Master-Detail relationship?

  1. True
  2. False

Q10 How do we create many–to-many relationships?

  1. Junction object (custom object) having a Master-Detail relationship to the other two objects.
  2. Create a lookup on the first object for the other and a lookup on the second for the first.