Question 61

A developer has a page with two extensions overriding the Standard controller for Case. <apex:page standardController="Case" extension3="CaseExtensionOne,CaseExtension Two" showHeader="false"> Each extension has a method called Save. The page has a command button as defined: <apex:commandButton value="Save" action="{!save}"/> What will happen when a user clicks the command button?
  • Question 62

    The Bulk API__________.
  • Question 63

    A developer created an Apex class that makes outbound RESTful callout. The following was created to send a fake response in Apex test methods.

    Which method can be called to return this fake response in the test methods?
  • Question 64

    Universal Containers wants to use an external Web Service provided by a third-party vendor to validate that shipping and billing addresses are correct. The current vendor uses basic password authentication, but Universal Containers might switch to a different vendor who uses OAuth.
    What would allow Universal Containers to switch vendors without updating the code to handle authentication?
  • Question 65

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