Question 91

A developer receives an error when trying to call a global server-side method using the @remoteAction decorator. How can the developer resolve the error?
  • Question 92

    A developer is integrated with a legacy on-premises SQL database.
    What should the developer use to ensure the data being integrated is matched to the right records in Salesforce?
  • Question 93

    An environment has two Apex Triggers: an after-update trigger on Account and an after-update trigger on Contact. The Account after-update trigger fires whenever an Account's address is updated, and it updates every associated Contact with that address. The Contact after-update trigger fires on every edit, and it updates every Campaign Member record related to the Contact with the Contact's state.
    Consider the following: A mass update of 200 Account records' addresses, where each Account has 50 Contacts. Each Contact has 1 Campaign Member. This means there are 10,000 Contact records across the Accounts and 10,000 Campaign Member records across the contacts.
    What will happen when the mass update occurs?
  • Question 94

    A developer creates an application event that has triggered an infinite loop. What may have caused this problem?
  • Question 95

    How can a developer efficiently incorporate multiple JavaScript libraries, such as JQuery and MomenUS, in a Lightning Component?