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: 6 / 8
Total 239 questions

What two ways are available to customize and create applications in salesforce? (No Answer)

A.

declaratively, programmatically

B.

Encapsulation principles

C.

static and final

D.

plural name plus__r

What interface does the Apex email handler implement to setup and inbound email service?

A.

Messaging.sendEmail

B.

Messaging.InboundEmailHandler

C.

Encapsulation principles

D.

isSuccess, sendEmailError

What statements are used to retrieve records from an sObject in the Force.com database?

A.

Exceptions

B.

On-demand

C.

Map, List, Set

D.

SOQL statements

How are static methods and attributes access?

A.

Map, List, Set

B.

Class, trigger

C.

Apex classes

D.

Through class itself

The method used to create an object out of a class definition is called a:

A.

constructor

B.

For loops

C.

Webservice

D.

TRUE

A graphic image, rendered with the HTML tag.

A.

apex:image

B.

apex:composition

C.

apex:actionStatus

D.

apex:componentBody

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 component instead.

A.

apex:iframe

B.

apex:include

C.

apex:inputFile

D.

apex:inputField

A component that adds AJAX support to another component, allowing the component to be refreshed asynchronously by the server when a particular event occurs, such as a button click or mouseover.

See also: .

A.

apex:form

B.

apex:attribute

C.

apex:page

D.

apex:actionSupport

Defines an axis for a chart. Use this to set the units, scale, labeling, and other visual options for the axis. You can define up to four axes for a single chart, one for each edge.

Note: This component must be enclosed within an component. This component is only applicable to bar and line charts.

A.

apex:emailPublisher

B.

apex:messages

C.

apex:image

D.

apex:axis

A section of a Visualforce page that allows users to enter input and then submit it with an or . The body of the form determines the data that is displayed and the way it is processed. It's a best practice to verify that pages and custom components use at most one tag.

As of API version 18.0, this tag can't be a child component of .

A.

apex:form

B.

apex:chart

C.

apex:actionRegion

D.

apex:insert