PDI Exam Question 121

What is a valid way of loading external JavaScript files into a Visualforce page? (Choose 2)
  • PDI Exam Question 122

    A developer is creating a Visualforce page that allows users to create multiple Opportunities. The developer is asked to verify the current user's default Opportunity record type, and set certain default values based on the record type before inserting the record. How can the developer find the current user's default record type?
  • PDI Exam Question 123

    Assuming that 'name; is a String obtained by an <apex:inputText> tag on a Visualforce page. Which two SOQL queries performed are safe from SOQL injections? Choose 2 answers
  • PDI Exam Question 124

    What is a correct pattern to follow when programming in Apex on a Multi-tenant platform?
  • PDI Exam Question 125

    Which action can a developer perform in a before update trigger? (Choose 2)