PDI Exam Question 256

A custom exception "RecordNotFoundException" is defined by the following code of block.public class RecordNotFoundException extends Exception()which statement can a developer use to throw a custom exception?choose 2 answers
  • PDI Exam Question 257

    A developer needs to avoid potential system problems that can arise in a multi-tenant architecture. Which requirement helps prevent poorty written applications from being deployed to a production environment?
  • PDI Exam Question 258

    A developer creates an Apex class that includes private methods. What can the developer do to ensure that the private methods can be accessed by the test class?
  • PDI Exam Question 259

    A developer creates a new Apex trigger with a helper class, and writes a test class that only exercises 95% coverage of new Apex helper class. Change Set deployment to production fails with the test coverage warning: "Test coverage of selected Apex Trigger is 0%, at least 1% test coverage is required" What should the developer do to successfully deploy the new Apex trigger and helper class?
  • PDI Exam Question 260

    Which two are phases in the Salesforce Application Event propagation framework? Choose
    2 answers