Pass the Salesforce Salesforce Certification DEV-501 Questions and answers with CertsForce

Viewing page 3 out of 8 pages
Viewing questions 21-30 out of questions
Questions # 21:

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.

See also: <apex:enhancedList>.

Options:

A.

apex:actionStatus


B.

apex:listViews


C.

apex:inputText


D.

apex:pageBlockButtons


Expert Solution
Questions # 22:

What are all the datatypes that Salesforce supports? (No Answer)

Options:

A.

Primitive, sObject, Collections, Null


B.

SOAP Web Service Callouts


C.

List of List Objects


D.

GET, POST, PUT, DELETE


Expert Solution
Questions # 23:

Positions is a custom object in a recruiting application built on the Force.com platform. Department is a field on the Position object.

Which type of report should a developer create to show hiring managers the number of positions grouped by department?

Options:

A.

Summary


B.

Pivot


C.

Reporting Snapshot


D.

Tabular


Expert Solution
Questions # 24:

A set of content that is grouped together, rendered with an HTML tag,

tag, or neither. Use an <apex:outputPanel> to group components together for AJAX refreshes.

Options:

A.

apex:outputPanel


B.

apex:includeScript


C.

apex:chartTips


D.

apex:lineSeries


Expert Solution
Questions # 25:

Which statement is true regarding Force.com Sites? Choose 3 answers

Options:

A.

Sites can leverage declarative page layouts as web pages.


B.

Sites enables developers to build public, unauthenticated websites.


C.

Sites are built with Visualforce pages.


D.

Sites leverage data and content in a Salesforce org.


Expert Solution
Questions # 26:

A set of buttons that are styled like standard Salesforce buttons. This component must be a child component of an <apex:pageBlock>.

Note that it is not necessary for the buttons themselves to be direct children of the <apex:pageBlockButtons> component—buttons that are located at any level within an <apex:pageBlockButtons> component are styled appropriately.

Options:

A.

apex:includeScript


B.

apex:commandButton


C.

apex:pageBlockButtons


D.

apex:form


Expert Solution
Questions # 27:

Which statement is TRUE about master-detail relationships in the Force.com platform? Choose 2 answers

Options:

A.

The master-detail relationship field is required on the page layout of the detail record.


B.

When defining a master-detail relationship, the custom object on which you are working is the master.


C.

The security settings for the master record control the detail record.


D.

When a master record is deleted, the child records remain in the system without a master record.


Expert Solution
Questions # 28:

A/an _____________ is a class written in Apex that adds to or overrides behavior in a standard or custom controller.

Options:

A.

Custom component


B.

Controller extension


C.

Apex extension


D.

Extended Controller


E.

Component extension


F.

None of these


Expert Solution
Questions # 29:

A placeholder for content that is rendered in a specific part of the parent component, such as the header or footer of an <apex:dataTable>.

An <apex:facet> component can only exist in the body of a parent component if the parent supports facets. The name of the facet component must match one of the pre-defined facet names on the parent component. This name determines where the content of the facet component is rendered. Consequently, the order in which a facet component is defined within the body of a parent component does not affect the appearence of the parent component.

See <apex:dataTable> for an example of facets.

Note: Although you can't represent an <apex:facet> directly in Apex, you can specify it on a dynamic component that has the facet. For example:

Options:

A.

apex:logCallPublisher


B.

apex:dataList


C.

apex:inputField


D.

apex:facet


Expert Solution
Questions # 30:

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

Options:

A.

True


B.

False


Expert Solution
Viewing page 3 out of 8 pages
Viewing questions 21-30 out of questions