DEX-450 Exam Question 36

What are two ways that a controller and extension can be specified on a Visualforce page?
Choose 2 answers
  • DEX-450 Exam Question 37

    What are three capabilities of the <ltng : require> tag when loading JavaScript resources in Aura components?
    Choose 3 answers
  • DEX-450 Exam Question 38

    Management asked for opportunities to be automatically created for accounts with annual revenue greater than $1,000,000. A developer created the following trigger on the Account object to satisfy this requirement.

    Users are able to update the account records via the UI and can see an opportunity created for high annual revenue accounts. However, when the administrator tries to upload a list of 179 accounts using Data Loader, It fails with system. Exception errors.
    Which two actions should the developer take to fix the code segment shown above?
    Choose 2 answers
  • DEX-450 Exam Question 39

    Refer to the following code snippet for an environment has more than 200 Accounts belonging to the Technology' industry:

    When the code execution, which two events occur as a result of the Apex transaction?
    When the code executes, which two events occur as a result of the Apex transaction?
    Choose 2 answers
  • DEX-450 Exam Question 40

    What does the Lightning Component framework provide to developers?