Question: 1
Which data type or collection of data types can SOQL statements populate or evaluate to? (Choose 3)
Question: 2
A developer needs to create records for the object Property__c. The developer creates the following code block:List propertiesToCreate = helperClass.createProperties();try { // line 3 } catch (Exception exp ) { //exception
handling }Which line of code would the developer insert at line 3 to ensure that at least some records are created, even if a few records have errors and fail to be created?
Question: 3
Which type of code represents the Controller in MVC architecture on the Force.com platform? (Choose 2)
Question: 4
Which action can a developer perform in a before update trigger? (Choose 2)
Question: 5
What is a valid way of loading external JavaScript files into a Visualforce page? (Choose 2)