PDI Exam Question 91

A developer is asked to create a PDF quote document formatted using the company's branding guidelines, and automatically save it to the Opportunity record.
Which two ways should a developer create this functionality? (Choose two.)
  • PDI Exam Question 92

    Universal Containers (UC) decided it will not to send emails to support personnel directly from Salesforce in the event that an unhandled exception occurs. Instead, UC wants an external system be notified of the error.
    What is the appropriate publish/subscribe logic to meet these requirements?
  • PDI Exam Question 93

    Universal Containers decides to use exclusively declarative development to build out a new Salesforce application. Which three options should be used to build out the database layer for the application? Choose 3 answers
  • PDI Exam Question 94

    A developer has the following query: Contact c = [SELECT id, firstname, lastname, email FROM Contact WHERE lastname = 'Smith']; What does the query return if there is no Contact with the last name 'Smith'?
  • PDI Exam Question 95

    A developer has a requirement to create an Order When an Opportunity reaches a "Closed-Won" status.
    Which tool should be used to implement this requirement?