- Salesforce Platform App Builder Certification Handbook
- Siddhesh Kabe
- 423字
- 2021-07-16 11:21:42
Test your knowledge
Q1 Which custom fields can be made universally required?
- Formula
- Lookup
- URL
Q2 Which of the following statements about encrypted fields are correct?
- Encrypted text fields can be an external ID and can have default values
- Encrypted fields are not searchable and cannot be used to define report criteria
- Encrypted fields can be included in search results and report results
- They are not available for use in filters, such as list views, reports, roll-up summary fields, and rule filters
- 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?
- The field will not appear in the edit layout
- The user will see only masked characters but can enter a new value and save it
- It will throw an error when the field is changed and saved
- He can see the original value and he can save it
Q4 Which is true about encrypted fields?
- They are available in Validation Rules or Apex Scripts even if the user lacks the View Encrypted Data permission
- Encrypted fields can be converted to other field types
- A custom field can be converted to a encrypted field
- 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?
- A text field that is unique
- A text field that is required
- A text field that is encrypted
- Date
- 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?
- Master-Detail
- Lookup
- Hierarchical
- Many-to-many
- Self
Q7 How many master relationships can be there for a detail object?
- 1
- 2
- 3
- 4
- 5
Q8 How many lookup relationships can be there for a child?
- 10
- 20
- 15
- 40
Q9 A Standard object has more than one Master-Detail relationship?
- True
- False
Q10 How do we create many–to-many relationships?
- Junction object (custom object) having a Master-Detail relationship to the other two objects.
- Create a lookup on the first object for the other and a lookup on the second for the first.