00:00

QUESTION 21

A data series to be rendered as connected points in a Visualforce chart. At a minimum you must specify the fields in the data collection to use as X and Y values for each point, as well as the X and Y axes to scale against.
Note: This component must be enclosed within an component. You can have multiple and components in a single chart.

Correct Answer: C

QUESTION 22

What are two key tools to debug code in Salesforce?

Correct Answer: B

QUESTION 23

Which invocation method occurs when triggers are called by the Force.com platform during the save process?
✑ Explicit invocation
✑ Implicit invocation
✑ Explicit invocation using anonymous blocks
✑ External API invocation

Correct Answer: B

QUESTION 24

What email addresses can emails be sent to out of Salesforce? (No Answer)

Correct Answer: D

QUESTION 25

An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the are processed by the server, thereby increasing the performance of the page.

Correct Answer: B