Which statement is TRUE about field-level security? Choose 2 answers
A. It is specified for each profile.
B. It can be controlled at the record level.
C. It Is enforced in the SOAP API.
D. It determines the values displayed in a visible picklist field.
Which form of dml operation allows execution to occur with subsequent records even if an error occurs with a single record? (No Answer)
A. Database class method
B. Public class MyNewClass
C. Standalone, database class methods
D. Apex classes
Which of the following statements identifies the block of code that can handle a particular exception?
catch
finally
try
throw
A.
3 MB
B.
Ids
C.
FALSE
D.
catch
What are access modifiers used to implement? (No Answer)
A. Traditional for loops
B. Encapsulation principles
C. Class, trigger
D. Static and final
What two forms of dml operations can be used in apex?
A. SOQL statements
B. Traditional for loops
C. Standalone, database class methods
D. Failure response settings
To leverage functionality of Standard Controllers, while simultaneously adding custom logic, you must write a custom class that extends the standard controller. You notify the Visualforce page of your customizations via the "extensions" attribute of the
A. True
B. False
Total number of test classes that can be queued per a 24-hour period (as of Spring'13): The greater of 500 or 10 multiplied by the number of test classes in the organization
A. True
B. False
Defines how labels are displayed. Depending on what component wraps it,
A. apex:chart
B. apex:include
C. apex:chartLabel
D. apex:messages
An HTML input element of type password. Use this component to get user input for a controller method that does not correspond to a field on a Salesforce object, for a value that is masked as the user types.
A. apex:composition
B. apex:barSeries
C. apex:inputSecret
D. apex:attribute
A Flash movie, rendered with the HTML object and embed tags.
A. apex:actionStatus
B. apex:flash
C. apex:inputField
D. apex:pageBlockSectionItem