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

What email addresses can emails be sent to out of Salesforce? (No Answer)

A.

Schema Explorer

B.

Plural name plus__r

C.

Static and final

D.

Internal and external

What is the list of steps to match regular expressions using the Pattern and Matcher classes?

A.

A template from which objects are created

B.

1.Instantiate a pattern object from the expression you wish to match.

2. Instantiate a matcher object from the pattern that contains the string you want to check.

3. Use the matcher object to detect if the matcher matches the pattern.

C.

HTTPRequest, HTTPResponse, HTTP

D.

Primitive, sObject, Collections, Null

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

A.

Implicit invocation

B.

SOQL for loops

C.

Record level access

D.

declarative, programmatic

In a recruiting application, all users should be able to see positions with a status of Open. If the status is anything other than Open, the position should be visible only to the record owner.

How would a developer accomplish this? Choose 2 answers

A.

Set the organization-wide default for positions to public read-only, then use a sharing rule to restrict access to closed positions.

B.

Specify view only access for open positions on users' profiles.

C.

Set the organization-wide default for positions to private, then use a criteria-based sharing rule to automatically share open positions.

D.

Set the organization-wide default for positions to private, allowing owners to use manual sharing to add or remove access as positions change status.

The markup defines the user interface components that should be included on the page, and the way they should appear.

A.

True

B.

False

Which standard profile has the "View Encrypted Data" permission by default?

A.

System Administrator Profile

B.

Solution Manager Profile

C.

Standard User Profile

D.

No profile has the permission active by default

Which feature is available for custom objects? Choose 3 answers

A.

Queues

B.

Field history tracking

C.

Assignment rules

D.

Criteria-based sharing

An ordered or unordered list of values that is defined by iterating over a set of data. The body of the component specifies how a single item should appear in the list. The data set can include up to 1,000 items.

A.

apex:inputText

B.

apex:dataList

C.

apex:lineSeries

D.

apex:inputCheckbox

Universal Containers requires that some employees are able to view and edit records of a custom object called Positions, but no users can delete them.

How can Universal Containers accomplish this goal?

A.

Assign the Read-only profile to all users

B.

Set the organization wide default for positions to Read-only

C.

Remove the Delete permission for positions from all profiles

D.

Remove the Delete Access for positions from all user roles

Objects of this Apex class reference the pre-built Visualforce controllers provided by salesforce.com.

A.

VisualforceSetController Class

B.

VisualforceController Class

C.

Controller Class

D.

StandardSetController Class

E.

StandardController Class

F.

None of the above