Question 16

In terms of the MVC paradigm, what are two advantages of implementing the layer of a Salesforce application using Aura Component-based development over Visualforce? Choose 2 answers
  • Question 17

    A developer writes a trigger on the Account object on the before update event that increments a count field.
    Aworkflow rule also increments the count field every time that an Account is created or update. The field update in the workflow rule is configured to not re-evaluate workflow rules. What is the value of the count field if an Account is inserted with an initial value of zero, assuming no other automation logic is implemented on the Account?
  • Question 18

    Which three resources in a Lightning Component Bundle can contain JavaScript functions? Choose 3
  • Question 19

    A developer has a block of code that omits any statements that indicate whether the code block should execute with or without sharing. What will automatically obey the organization-wide defaults and sharing settings for the user who executes the code in the Salesforce organization?
  • Question 20

    How can a developer check the test coverage of active Process Builder and Flows deploying them in a Changing Set?