New Year Special Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

DEV-501 Exam Dumps - Certified Force.com Advanced Developer

Go to page:
Question # 9

For objects where data access is granted through the role hierarchy, how is access granted?

A.

Users are granted access to data accessible by users below them in the role hierarchy.

B.

Users are only granted access to data owned by users below them In the role hierarchy.

C.

Users are only granted read access to data owned by users above them in the role hierarchy.

D.

Users are granted access to data accessible to users in the same role in the role hierarchy.

Full Access
Question # 10

A template component that declares a named area that must be defined by an component in another Visualforce page. Use this component with the and components to share data between multiple pages.

A.

apex:outputText

B.

apex:barSeries

C.

apex:insert

D.

apex:inputFile

Full Access
Question # 11

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

Full Access
Question # 12

Displays text on a Visualforce page. You can customize the appearance of using CSS styles, in which case the generated text is wrapped in an HTML tag. You can also escape the rendered text if it contains sensitive HTML and XML characters. This component does take localization into account.

Use with nested param tags to format the text values, where {n} corresponds to the n-th nested param tag. The value attribute supports the same syntax as the MessageFormat class in Java. See the MessageFormat class JavaDocs for more information.

Warning:Encrypted custom fields that are embedded in the component display in clear text. The component doesn't respect the View Encrypted Data permission for users. To prevent showing sensitive information to unauthorized users, use the tag instead.

A.

apex:message

B.

apex:actionSupport

C.

apex:column

D.

apex:outputText

Full Access
Question # 13

A Visualforce chart. Defines general characteristics of the chart, including size and data binding.

A.

apex:actionSupport

B.

apex:inlineEditSupport

C.

apex:chart

D.

apex:enhancedList

Full Access
Question # 14

What two methods of customization are available to create applications in salesforce?

A.

Declarative, programmatic

B.

Dates, Ids, Numbers

C.

Database class method

D.

A governor limit

Full Access
Question # 15

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

Full Access
Question # 16

In a recruiting application, a Position custom object is related to a Salary custom object. Sensitive information, such as current salary, is stored on the Salary object. All users should be able to at least view position information. However, only select individuals should be able to read salary records.

How should a developer accomplish this?

A.

Create a lookup relationship between Position and Salary; set organization-wide defaults to Public Read-Only for Position and Private for Salary

B.

Create a master-detail relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary

C.

Create a master-detail relationship between Position and Salary; set organization-wide defaults to Public Read only for Position and Private for Salary

D.

Create a lookup relationship between Position and Salary; set organization-wide defaults to Private for Position and Salary

Full Access
Go to page: