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

In the Universal Containers recruiting app, there is a master-detail relationship between the Job Application and Review objects. Job Application is the master object.

If a Job Application record is deleted, what will happen to any associated Review records?

A.

The Review record is also deleted

B.

The owner of the Review record changes

C.

No change to the Review record

D.

An error message is displayed

This Apex class offers article-specific functionality in addition to what is provided by the StandardController Class.

A.

ArticleExtensionStandard Class

B.

StandardKnowledgeContainer Class

C.

StandardKnowledgeController Class

D.

KnowledgeVersionStandardController Class

E.

KnowledgeArticleVersionStandardController Class

F.

None of the above

Which type of custom field can be an external ID?

A.

Custom field of any type

B.

Phone Number, Email, URL and Text-based fields

C.

Text, Number, or Formula fields only

D.

Text, Email, or Number fields only

What is the maximum size of a SOAP request or response regulated by? (No Answer)

A.

@ReadOnly

B.

RETURNING

C.

Trigger.old

D.

a governor limit

Which of the following are collection data types?

    String

    Map

    List

    Date

    Set

    Number

A.

For loops

B.

FALSE

C.

Primitive

D.

Map, List, Set

The list view picklist for an object, including its associated list of records for the currently selected view. In standard Salesforce applications this component is displayed on the main tab for a particular object. This component has additional attributes that can be specified, such as the height and rows per page, as compared to .

Note: When an is rerendered through another component's rerender attribute, the must be inside of an component that has its layout attribute set to "block". The component is not allowed on pages that have the attribute showHeader set to false. You can only have five components on a single page. Ext JS versions less than 3 should not be included on pages that use this component.

A.

apex:attribute

B.

apex:enhancedList

C.

apex:actionFunction

D.

apex:inputCheckbox

Like other Apex classes, custom controllers execute entirely in ____________, in which the object and field-level permissions of the current user are ignored.

A.

User Mode

B.

System Mode

C.

OWD Mode

D.

With-Sharing Mode

E.

Anonymous Mode

F.

None of the above

Which action is available to a developer when two objects are connected by a lookup relationship? Choose 2 answers

A.

create a roll-up summary field on the parent object to count child records

B.

create a custom report type that allows customization of fields displayed from both parent and child objects

C.

create a cross-object formula field on the child object to reference fields on the parent object

D.

create a cross-object formula field on the parent object to reference fields on the child object

What trigger method is used to correlate IDI-to-sObject maps? (No Answer)

A.

Trigger.newMap, Trigger.oldMap

B.

Internal and external

C.

Trigger.new

D.

Queues, time triggers

Which of the following statements are used to repeatedly execute a block of code until the exit condition is met?

    do-while loops

    if statements

    for loops

    if—Lhen statements

A.

For loops

B.

FALSE

C.

Exceptions

D.

SOQL for loops