Question 61
A developer created these three Rollup Summary fields in the custom object, Project__c:

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?

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?
Question 62
Developers at Universal Containers (UC) use version control to share their code changes, but they notice that when they deploy their code to different environments they often have failures.
They decide to set up Continuous Integration (CI).
What should the UC development team use to automatically run tests as part of their CI process?
They decide to set up Continuous Integration (CI).
What should the UC development team use to automatically run tests as part of their CI process?
Question 63
A developer needs to create an audit trail for records that are sent to the recycle bin. Which type of trigger is most appropriate to create?
Question 64
A developer has a Visualforce page and custom controller to save Account records. The developer wants to display any validation rule violations to the user.
How can the developer make sure that validation rule violations are displayed?
How can the developer make sure that validation rule violations are displayed?
Question 65
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

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
