Go Back on PDI Exam
Available in 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $60

Test Engine: $20 $80

PDF + Engine: $25 $99

PDI Practice Test


Page 12 out of 48 Pages

When importing and exporting data into Salesforce, which two statements are true? Choose 2 answers


A. Bulk API can be used to import large data volumes in development environments without bypassing the storage limits.


B. Bulk API can be used to bypass the storage limits when importing large data volumes in development environments.


C. Developer and Developer Pro sandboxes have different storage limits.


D. Data import wizard is a client application provided by Salesforce.





C.
  Developer and Developer Pro sandboxes have different storage limits.

D.
  Data import wizard is a client application provided by Salesforce.

A developer wants to import 500 Opportunity records into a sandbox. Why should the developer choose to use data Loader instead of Data Import Wizard?


A. Data Loader runs from the developer's browser.


B. Data Import Wizard does not support Opportunities.


C. Data Loader automatically relates Opportunities to Accounts.


D. Data Import Wizard cannot import all 500 records.





B.
  Data Import Wizard does not support Opportunities.

A Next Best Action strategy uses an Enhance element that invokes an Apex method to determine a discount level for a Contact, based on a number of factors. What is the correct definition of the Apex method?


A. Option A


B. Option B


C. Option C


D. Option D





D.
  Option D

Given the following Anonymous Block:

Which one do you like? What should a developer consider for an environment that has over 10,000 Case records?


A. The transaction will fail due to exceeding the governor limit.


B. The try/catch block will handle any DML exceptions thrown.


C. The transaction will succeed and changes will be committed.


D. The try/catch block will handle exceptions thrown by governor limits.





A.
  The transaction will fail due to exceeding the governor limit.

A developer identifies the following triggers on the Expense c object: The triggers process before delete, before insert, and before update events respectively. Which two techniques should the developer implement to ensure trigger best practices are followed? Choose 2 answers


A. Create helper classes to execute the appropriate logic when a record is saved.


B. Unify the before insert and before update triggers and use Flow for the delete action.


C. Unify all three triggers in a single trigger on the Expense c object that includes all events.


D. Maintain all three triggers on the Expense c object, but move the Apex logic out of the trigger definition.





A.
  Create helper classes to execute the appropriate logic when a record is saved.

D.
  Maintain all three triggers on the Expense c object, but move the Apex logic out of the trigger definition.


Page 12 out of 48 Pages
Previous