PDI Exam Question 216

Which code displays the contents of a Visualforce page as a PDF?
  • PDI Exam Question 217

    An after trigger on the account object performs a DML update operation on all of the child opportunities of an account. There are no active triggers on the opportunity object, yet a "maximum trigger depth exceeded" error occurs in certain situation. Which two reasons possibly explain the account trigger firing recursively? choose 2 answers
  • PDI Exam Question 218

    Universal Containers hires a developer to build a custom search page to help user- find the Accounts they want. Users will be able to search on Name, Description, and a custom comments field.
    Which consideration should the developer be aware of when deciding between SOQL and SOSL?
    Choose 2 answers
  • PDI Exam Question 219

    custom picklist field, Food_Preference__c, exist on a custom object. The picklist contains the following options: 'Vegan','Kosher','No Preference'. The developer must ensure a value is populated every time a record is created or updated. What is the most efficient way to ensure a value is selected every time a record is saved?
  • PDI Exam Question 220

    To which primitive data type in Apex is a currency field atomically assigned?