DEV-501 Apex and Visualforce Controllers

Loading demo links...

Showing 4–6 of 15 questions

Question 4

How can a wireless device user approve a record? Choose 3 answers

Select all that apply, then click Submit answer.

  • via a text message

  • via Approvals in Chatter

  • via voice recognition

  • via email from a wireless device

  • via Salesforce1

Question 5

In a recruiting application, a master-detail relationship has been defined between two custom objects. Job Applications (master) and Reviews (detail).

Which statement is TRUE? Choose 2 answers

Select all that apply, then click Submit answer.

  • Review records will inherit ownership from the associated job application.

  • Deleting a job application record will delete associated review records.

  • The master-detail relationship between Job Applications and Reviews is defined on the Job Application object.

  • Review records may exist without an associated job application.

Question 6

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

Select all that apply, then click Submit answer.

  • Formula fields can aggregate data from child records.

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

  • Formula fields do not require test methods to deploy.

  • Formula fields allow greater control and flexibility than Apex triggers