Question 41

hat are three techniques that a developer can use to invoke an anonymous block of code? Choose 3 answers
  • Question 42

    A developer must create an Apex class, contactcontroller, that a Lightning component can use to search for Contact records. User of the Lightning component should only be able to search Contact records to which they have access. Which two will restrict the records correctly?
  • Question 43

    A developer wants to store a description of a product that can be entered on separate lines by a user during product setup and later displayed on a Visualforce page for shoppers. Which field type should the developer choose to ensure that the description will be searchable in the custom Apex SOQL queries that are written?
  • Question 44

    What will be the output in the debug log in the event of a QueryExeption during a call to the @query method in the following Example?
  • Question 45

    A developer Is asked to create a Visualforce page that lists the contacts owned by the current user. This component will be embedded In a Lightning page.
    Without writing unnecessary code, which controller should be used for this purpose?