Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

A Visualforce page consists of which primary elements? (Select all that apply)

A.

An Apex class

B.

A Visualforce controller

C.

A trigger.

D.

S-Controls

E.

Visualforce Markup

F.

None of the above

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

What name identifies datatypes such as Integer, Boolean, String and Enum in Salesforce?

A.

Primitive

B.

@ReadOnly

C.

Trigger.new

D.

FALSE

How can a wireless device user approve a record? Choose 3 answers

A.

via a text message

B.

via Approvals in Chatter

C.

via voice recognition

D.

via email from a wireless device

E.

via Salesforce1

A single Visualforce page. All pages must be wrapped inside a single page component tag.

A.

apex:insert

B.

apex:page

C.

apex:axis

D.

apex:outputLabel

Although Trigger.new is a collection of records, when used as a bind variable in a SOQL query, Apex automatically....

A.

Passes the collection to the query, as long as the calling class implements the Trigger.QueryBind class.

B.

Transforms the list of records into a list of corresponding Ids.

C.

Truncates the collection so that only the Id and Name fields.

D.

Throws a DMLException with the ILLEGAL_QUERY status.

E.

Transforms the SOQL to an in-place SOSL query and returns the FIND results.

F.

None of these

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.

Users X and Y need to see the same candidate record. For security reasons, user Y should NOT be able to view and report on the Email Address field on the record.

How would a developer meet this requirement?

A.

Use a custom Visualforce page to make the email address visible to user X but not user Y

B.

Use a sharing rule to make the email address only visible to user X

C.

use page layouts to make the email address visible to user X but not user Y

D.

Use field-level security to make the email address visible to user X but not user Y

An area of a Visualforce page that demarcates which components should be processed by the Force.com server when an AJAX request is generated. Only the components in the body of the are processed by the server, thereby increasing the performance of the page.

A.

apex:outputLabel

B.

apex:actionRegion

C.

apex:facet

D.

apex:emailPublisher

What is a Junction object?

A.

A standard object with a master-detail relationship

B.

A custom object with two master-detail relationships

C.

A standard object with two master-detail relationships

D.

A custom object with a master-detail relationship