Question 11
In Lightning component framework, which resource can be used to fire events? Choose 2 answers.
Question 12
Which two ways can a developer instantiate a PageReference in Apex? Choose 2 answers
Question 13
A developer has a unit test that is failing. To identify the issue, the developer copies the code inside the test method and executes it via the Execute Anonymous Apex Tool. The code then executes without failing. Why did the unit test failed, but not the Execute Anonymous?
Question 14
As a part of class implementation a developer must execute a SOQL query against a large data ser based on the contact object. The method implementation is as follows.

Which two methods are best practice to implement heap size control for the above code? (Choose 2 Answers)

Which two methods are best practice to implement heap size control for the above code? (Choose 2 Answers)
Question 15
An org tracks customer orders on an Order object and the items of an Order on the Line Item object. The Line Item object has a MasterDetail relationship to the order object. A developer has a requirement to calculate the order amount on an Order and the line amount on each Line item based on quantity and price.
What is the correct implementation?
What is the correct implementation?
