Salesforce Exam Questions

Why would a developer use a formula field Instead of an Apex trigger?

A business requirement can be met by using either a formula field or an Apex trigger. Why would a
developer use a formula field Instead of an Apex trigger? Choose 2 answers

A.
Formula fields can aggregate data from child records.

B.
Formula fields can be created and deployed using only a browser.

C.
Formula fields do not require test methods to deploy.

D.
Formula fields allow greater control and flexibility than Apex triggers