If a change is made to an approval process, how can a developer determine the user that made the change? Choose 2 answers
A. By examining the setup audit trail
B. By checking the field history on the associated record
C. By looking at "Modified By" on the approval definition
D. By examining the Debug Log
What is the maximum size of a SOAP request or response regulated by? (No Answer)
A. @ReadOnly
B. RETURNING
C. Trigger.old
D. a governor limit
What trigger method is used to correlate IDI-to-sObject maps? (No Answer)
A. Trigger.newMap, Trigger.oldMap
B. Internal and external
C. Trigger.new
D. Queues, time triggers
What does each email service have for which users can send messages? (No Answer)
A. Code contained in a trigger
B. Salesforce-generated email address
C. Schema Explorer
D. Apex process classes
What determines how the email service responds when an attempt to access the email service fails? (No Answer)
A. Failure response settings
B. RETURNING
C. Queues, time triggers
D. Apex classes
What two methods of customization are available to create applications in salesforce?
A. Implicit invocation
B. SOQL for loops
C. Record level access
D. declarative, programmatic
A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or custom controller.
A. Custom component
B. Controller extension
C. Apex extension
D. Extended Controller
E. Component extension
F. None of these
This Apex class lets a developer access cookies for a Force.com site using Apex.
A. Cookie Class
B. PageReference.Cookie Class
C. ApexPages.Cookie Class
D. Component.Cookie Class
E. Visualforce.Cookie Class
F. None of the above
A component that inserts a second Visualforce page into the current page. The entire page subtree is
injected into the Visualforce DOM at the point of reference and the scope of the included page is
maintained.
If content should be stripped from the included page, use the
A. apex:iframe
B. apex:include
C. apex:inputFile
D. apex:inputField
A timer that sends an AJAX update request to the server according to a time interval that you specify. The update request can then result in a full or partial page update. You should avoid using this component with enhanced lists.
A. apex:dataList
B. apex:actionPoller
C. apex:inlineEditSupport
D. apex:image