CRT-450 Exam Question 56

A developer is asked to create a custom Visualforce page that will be used as a dashboard component.
Which three are valid controller options for this page? (Choose three.)
  • CRT-450 Exam Question 57

    As part of a data cleanup strategy, AW Computing wants to proactively delete associated opportunity records when the related Account is deleted.
    Which automation tool should be used to meet this business requirement?
  • CRT-450 Exam Question 58

    An Account trigger updates all related Contacts and Cases each time an Account is saved using the following two DML statements:
    update allContacts; update allCases;
    What is the result if the Case update exceeds the governor limit for maximum number of DML records?
  • CRT-450 Exam Question 59

    Application Events follow the traditional publish-subscribe model. Which method is used to fire an event?
  • CRT-450 Exam Question 60

    A developer created these three Rollup Summary fields in the custom object, Project_ct,

    The developer is asked to create a new field that shows the ratio between rejected and approved timesheets for a given project.
    Which should the developer use to Implement the business requirement in order to minimize maintenance overhead?