nerdexam
Salesforce

ADM-211 · Question #143

When should you use Apex? Select all that apply:

The correct answer is B. Augmenting behavior that applies when accessing data through the UI. See the full explanation below for the reasoning.

Question

When should you use Apex? Select all that apply:

Options

  • AAttaching business logic to a data event (insert, update, delete)
  • BAugmenting behavior that applies when accessing data through the UI
  • CDrive logic that executes regardless of where the event originates (UI/S-Control/Web services API)
  • DWant to process multiple records at the same time
  • EUse classes when coding Apex that will he used by other developers.

How the community answered

(67 responses)
  • A
    1% (1)
  • B
    79% (53)
  • C
    3% (2)
  • D
    6% (4)
  • E
    10% (7)

Community Discussion

No community discussion yet for this question.

Full ADM-211 Practice