Which type of tab can a developer create? Choose 3 answers.
A.
Apex tabs
B.
web tabs
C.
standard object tabs
D.
Visualforce tabs
E.
custom object tabs
web tabs
Visualforce tabs
custom object tabs
Which property of a field can be edited within the page layout editor? Choose 2 answers
A.
Read-only
B.
Controller
C.
Always Displayed
D.
Field Dependency
E.
Required
Read-only
Required
A developer has added a custom object tab to an application. Which additional feature will become
available by default for the object in the application? Choose 3 answers
A.
Create New sidebar component
B.
Custom reporting
C.
Recent items
D.
Quick create
E.
Search
Recent items
Quick create
Search
The list view picklist for an object, including its associated list of records for the currently selected
view. In standard Salesforce applications this component is displayed on the main tab for a
particular object. This component has additional attributes that can be specified, such as the
height and rows per page, as compared to <apex:listView>.
Note: When an <apex:enhancedList> is rerendered through another component's rerender
attribute, the <apex:enhancedList> must be inside of an <apex:outputPanel> component that has
its layout attribute set to "block". The <apex:enhancedList> component is not allowed on pages
that have the attribute showHeader set to false. You can only have five <apex:enhancedList>
components on a single page. Ext JS versions less than 3 should not be included on pages that
use this component.
A.
apex:attribute
B.
apex:enhancedList
C.
apex:actionFunction
D.
apex:inputCheckbox
apex:enhancedList
Defines a chart legend. This component offers additional configuration options beyond the defaults
used by the legend attribute of the <apex:chart> component.
Note: This component must be enclosed within an <apex:chart> component.
A.
apex:dataTable
B.
apex:legend
C.
apex:pageBlockSectionItem
D.
apex:inputSecret
apex:legend
An HTML table that is defined by iterating over a set of data, displaying information about one item
of data per row. The body of the <apex:dataTable> contains one or more column components that
specify what information should be displayed for each item of data. The data set can include up to
1,000 items.
A.
apex:listViews
B.
apex:dataTable
C.
apex:define
D.
apex:inputHidden
apex:dataTable
What three classes along with the Messaging.InboundEmailHandler are used to handle inbound
email messages in Salesforce?
A.
Apex code, Visualforce pages, and controllers
B.
Messaging.InboundEmail, Messaging.InboundEmailResult, Messaging.InboundEnvelope
C.
Messaging.InboundEmailHandler
D.
Make calls to methods using both valid and invalid inputs.
Messaging.InboundEmail, Messaging.InboundEmailResult, Messaging.InboundEnvelope
How can the default profile under which Webservices execute be changed?
A.
with sharing keyword
B.
Webservice
C.
SOQL statements
D.
constructor
with sharing keyword
What are some RESTful service callout HTTP verbs? (No Answer)
A.
GET, POST, PUT, DELETE
B.
System, debug
C.
List of List Objects
D.
Setup menu
GET, POST, PUT, DELETE
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
a governor limit
Page 6 out of 24 Pages |
Previous |