Question 16

A developer created a lightning component name accountList.cmp that display a list of Accounts. Client-side logic that is executed when a user hovers over an account in the list should be stored in which bundle member?
  • Question 17

    Given the following code snippet, that is part of a custom controller for a Visualforce page:

    In which two ways can the try/catch be enclosed to enforce object and field-level permissions and prevent the DML statement from being executed if the current logged-in user does not have the appropriate level of access? Choose 2 answers
  • Question 18

    Which two are true regarding a Dyno? Choose 2 answers
  • Question 19

    A developer is creating a Lightning web component to show a list of sales records.
    The Sales Representative user should be able to see the commission-field on each record. The Sales Assistance user should be able to see all field on the record except the commission field.
    How should this be enforced so that the component works for both users without showing any errors?
  • Question 20

    Universal Container is building a recruiting app with an Applicant object that stores information about an individual person that represents a job. Each application may apply for more than one job.
    What should a developer implement to represent that an applicant has applied for a job?