PDI Exam Question 6

For which three items can a trace flag be configured?
Choose 3 answers
  • PDI Exam Question 7

    The Salesforce Administrator created a custom picklist field, Account_status_c, on the a Account object. This picklist has possible values of Inactive'' and Active?
    As part of a new business process, management wants to ensure an opportunity record is created only for Accounts marked as "Active". A developer is asked to implement this business requirement.
    Which two automation tools should be used to fulfill the business need?
    Choose 2 answers
  • PDI Exam Question 8

    A developer has the following requirements:
    * Calculate the total amount on an Order.
    * Calculate the line amount for each Line Item based on quantity selected and price.
    * Move Line Items to a different Order if a Line Item is not in stock.
    Which relationship implementation supports these requirements on its own7
  • PDI Exam Question 9

    A developer wrote Apex code that calls out to an external system. How should a developer write the test to provide test coverage?
  • PDI Exam Question 10

    The orderHelper class is a utility class that contains business logic for processing orders. Consider the following code snippet:
    A developer needs to create a constant named DELIVERY_MULTIFILTER with a value of 4.15. The value of the constant should not change at any time in the code.
    How should the developer declare the DELIVERY_MULTIFILTER constant to meet the business objectives?