Question 56

Consider the Apex class below that defines a RemoteAction used on 2 Visualforce search page.

Which code snippet will assert that the remote action returned the correct Account?
A)

B)

C)

  • Question 57

    How should a developer reference a third-party JavaScript library from a Lightning component?
  • Question 58

    A company manages information about their product offerings in custom objects named Catalog and Catalog Item. Catalog Item has a master-detail field to Catalog, and each Catalog may have as many as 100,000 Catalog Items.
    Both custom objects have a CurrencylsoCode Text field that contains the currency code they should use. If a Catalog's CurrencylsoCode changes, all of its Catalog Items' CurrencylsoCodes should be changed as well.
    What should a developer use to update the CurrencylsoCodes on the Catalog Items when the Catalog's CurrencylsoCode changes^5
  • Question 59

    Which is a valid Apex REST Annotation? (Choose two.)
  • Question 60

    What is the transaction limit for the number of DML statements allowed?