Question: 1
A developer is creating an application to track engines and their parts. An individual part can be used in different types of engines. What data model should be used to track the data and to prevent orphan records?
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
What is a valid way of loading external JavaScript files into a Visualforce page? (Choose 2)
Question: 5
Which action can a developer perform in a before update trigger? (Choose 2)