Question 231
Which type of code represents the Model in the MVC architecture when using Apex and Visualforce pages?
Question 232
A developer needs to create a Visualforce page that will override the standard Account edit button. The page will be used to validate the account's address using a SOQL query. The page will also allow the user to make edits to the address. Where would the developer write the Account address verification logic?
Question 233
A visualforce interface is created for Case Management that includes both standard and custom functionality defined in an Apex class called myControllerExtension. The visualforce page should include which <apex:page> attribute(s) to correctly implement controller functionality?
Question 234
A developer at Universal Containers is tasked with implementing a new Salesforce application that must be able to be maintained completely by their company's Salesforce administrator.
Which three options should be considered for building out the business logic layer of the application? (Choose three.)
Question 235
In which two trigger types can a developer modify the new sObject records that are obtained by the trigger.new context? Choose 2 answers
