PDII Exam Question 61

Which use case can be performed only by using asynchronous Apex?
  • PDII Exam Question 62

    How should a developer verify that a specific Account record is being tested in a test class for a Visualforce controller?
  • PDII Exam Question 63

    Universal Containers stores user preferences in a hierarchy custom setting, user Prefs_c, with a checkbox field, show _help co. Company-level defaults are stored at the organizational level, but may be overridden at the user level. If a user has not overridden preferences, then the defaults should be used.
    How should the show_Help_ c preference be retrieved for the current user?
  • PDII Exam Question 64

    Given the following information regarding Universal Containers (UC):
    * UC represents their customers as Accounts in Salesforce.
    * All customers have a unique Customer__Number_c that is unique across all of UC's systems.
    * UC also has a custom Invoice c object, with a Lookup to Account, to represent invoices that are sent out from their external system.
    UC wants to integrate invoice data back into Salesforce so Sales Reps can see when a customer pays their bills on time.
    What is the optimal way to implement this?
  • PDII Exam Question 65

    A developer is responsible for formulating the deployment process for a Salesforce project. The project follows a source-driven development approach, and the developer wants to ensure efficient deployment and version control of the metadata changes.
    Which tool or mechanism should be utilized for managing the source-driven deployment process?