PDII Exam Question 1

A corporation has many different Salesforce orgs, with some different objects and some common objects, and wants to build an application that can create, retrieve, and update common object records in all of the different orgs.
Which method of integration should the application use?
  • PDII Exam Question 2

    Just prior to a new deployment, the Salesforce Administrator who configured a new order fulfillment process in a developer sandbox suddenly left the company. The users had fully tested all of the changes in the sandbox and signed off on them.
    Unfortunately, although a Change Set was started, it was not complete. A developer is brought in to help finish the deployment.
    What should the developer do to identify the configuration changes that need to be moved into production?
  • PDII Exam Question 3

    The test method above calls an @future method that increments the Number_of_Times_Viewed__c value. The assertion is failing because the Number_of_Times_Viewed__c equals 0. What is the optimal way to fix this?
  • PDII Exam Question 4

    Which two objects can be inserted in the same transaction? Choose 2 answers
  • PDII Exam Question 5

    A developer wants to create a Visualforce page that allows a user to search for a given account by Name.
    If the account is found, the account details should be populated on screen. If no account is found, an error message should be displayed to the user.
    How can this be accomplished? (Choose two.)