Question 226

What are two benefits of using External IDs?
Choose 2 answers
  • Question 227

    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 228

    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 229

    Which two queries can a developer use in a Visualforce controller to protect against SOQL injection vulnerabilities? Choose 2 answers
  • Question 230

    A developer can use the debug log to see which three types of information? (Choose three.)