Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce DEV-501 - Certified Force.com Advanced Developer

Page: 4 / 8
Total 239 questions

Developers can use Visualforce pages to: (Select all that apply)

A.

Override standard buttons

B.

Override tab overview pages

C.

Define custom tabs

D.

Embed components in detail page layouts

E.

Create dashboard components or custom help pages

F.

Create custom Console components.

G.

None of these

This tag allows a custom component author to define a location where a user can insert content into the custom component. This is especially useful for generating custom iteration components. This component is valid only within an tag, and only a single definition per custom component is allowed.

A.

apex:facet

B.

apex:chart

C.

apex:include

D.

apex:componentBody

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

Apex is available in which Salesforce Editions? (Select all that apply)

A.

Professional Edition

B.

Unlimited Edition

C.

Enterprise Edition

D.

Developer Edition

E.

Database.com

F.

None of these`|`A. Professional Edition

G.

Unlimited Edition

Universal Containers tracks reviews as a custom object in a recruiting application. An interview score is tracked on each review record and should be numerical, so that hiring managers can perform score calculations. The scores should be restricted to Integer values l through 5 and displayed as a set of radio buttons.

How can a developer meet this requirement?

A.

Create the Interview Score field as a picklist, displayed as a radio button on the page layout

B.

Create a formula field that displays the interview score as a set of radio buttons

C.

Create a Visualforce component to display the interview score as a set of radio buttons

D.

Create the Interview Score field with a data type of radio button

Match the Force.com platform aspects with their corresponding descriptions.

A single column in a table. An component must always be a child of an or component.

Note that if you specify an sObject field as the value attribute for an , the associated label for that field is used as the column header by default. To override this behavior, use the headerValue attribute on the column, or the column's header facet.

A.

apex:inputField

B.

apex:column

C.

apex:inputText

D.

apex:insert

A ____________ is a class written in Apex that implements all of a page's logic, without leveraging a standard controller.

A.

Controller Extension

B.

Validation Extension

C.

Visualforce Component

D.

Visualforce Plugin

E.

Custom Controller

F.

None of the above

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.

A.

apex:pageblockSection

B.

apex:inputHidden

C.

apex:lineSeries

D.

apex:inputSecret

What components must be deployed manually to the production environment?

A.

Queues, time triggers

B.

Multi-tenant

C.

Constructor

D.

Dates, Ids, Numbers