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

An HTML input element of type hidden, that is, an input element that is invisible to the user. Use this component to pass variables from page to page.

A.

apex:inputHidden

B.

apex:actionPoller

C.

apex:pageBlockSectionItem

D.

apex:enhancedList

Which keywords do developers use to handle exceptions in Apex?

A.

Through class itself

B.

Throw, try, catch, finally

C.

Static and final

D.

GET, POST, PUT, DELETE

A developer is loading data, in CSV format, into a custom application from a legacy system. The developer would like to load users into the user object, and positions and job applications owned by named users into related custom objects.

Which obstacle will the developer encounter when using the import wizard?

A.

The import wizards cannot Import data from CSV files.

B.

The import wizards do not support custom objects.

C.

The import wizards do not import files to specify record owner.

D.

The import wizards do not support the User object.

What are two ways to invoke a custom web service?

A.

Apex process classes

B.

A governor limit

C.

List of List Objects

D.

Ajax toolkit, client program

Which trigger context variable allows you to modify field values before they are written to the database in the before trigger?

A.

@ReadOnly

B.

RETURNING

C.

Webservice

D.

Trigger.new

What can the Force.com IDE be used to create? (No Answer)

A.

Apex code, Visualforce pages, and controllers

B.

Standalone, database class methods

C.

Record level access

D.

Apex, Visualforce, and APIs

Which of the following are collection data types Identify the classes that u can use to make HTTP or RESTful callouts.

    HTTP class

    HTTPRequesL class

    HTTPServerRequest. class

    HTTPRsponse class

    HTTPServerResponse class

A.

HTTP class, HTTPRequesL class, HTTPRsponse class

B.

Apex classes

C.

Logs, anonymous blocks

D.

Apex code, Visualforce pages, and controllers

This component provides inline editing support to and various container components. In order to support inline editing, this component must also be within an tag.

The component can only be a descendant of the following tags:

See also: the inlineEdit attribute of

A.

apex:inlineEditSupport

B.

apex:chartLabel

C.

apex:page

D.

apex:outputPanel

Which trigger context variable cannot be deleted?

A.

addError

B.

System

C.

@ReadOnly

D.

Trigger.new

A message for a specific component, such as a warning or error. If an or component is not included in a page, most warning and error messages are only shown in the debug log.

A.

apex:message

B.

apex:flash

C.

apex:detail

D.

apex:listViews