PDI Exam Question 111

Which two statements are accurate regarding Apex classes and interfaces?
Choose 2 answers
  • PDI Exam Question 112

    Which is a valid apex assignment?
  • PDI Exam Question 113

    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?
  • PDI Exam Question 114

    A developer created a helper class with a method that can be called from Visualforce pages, web services, triggers, and of even anonymous code. When the method is called from a trigger, the developer needs to execute logic that should not be executed If the method Is called from anywhere else. How can the developer determine if the code Is executed in a trigger context?
  • PDI Exam Question 115

    In an organization that has enabled multiple currencies, a developer needs to aggregate the sum of the Estimated_value__c currency field from the CampaignMember object using a roll-up summary field called Total_estimated_value__c on Campaign.