Question 161

Which three code lines are required to create a Lightning component on a Visualforce page? Choose 3 answers
  • Question 162

    A developer has the controller class below.

    Which code block will run successfully in an execute anonymous window?
  • Question 163

    A developer has the controller class below.

    Which code block will run successfully in an execute anonymous window?
    myFooController m = new myFooController();
  • Question 164

    What are two ways a developer can get the status of an enqueued job for a class that implements the queueable interface? (Choose two.)
  • Question 165

    A developer has a requirement to create an Order When an Opportunity reaches a "Closed-Won" status.
    Which tool should be used to implement this requirement?