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

Under what circumstances is it appropriate for a developer to add functionality to their application via the SOAP API? (Select all that apply)

A.

When consumers of the desired functionality have no experience with Force.com development.

B.

When the desired functionality processes only one type of record at a time.

C.

When the organization chooses not to share its Enterprise WSDL.

D.

When the desired functionality does not require any transactional control.

E.

None of these

What can be viewed using the process visualizer?

A.

Approval processes

B.

Support processes

C.

Workflow rules

D.

Sales processes

This Apex class allows developers to collect and display errors when building custom controllers or extensions.

A.

Exception Class

B.

Message Class

C.

Debug Class

D.

Validation Class

E.

Messaging Class

F.

None of the above

A set of buttons that are styled like standard Salesforce buttons. This component must be a child component of an .

Note that it is not necessary for the buttons themselves to be direct children of the component—buttons that are located at any level within an component are styled appropriately.

A.

apex:includeScript

B.

apex:commandButton

C.

apex:pageBlockButtons

D.

apex:form

Total number of test classes that can be queued per a 24-hour period (as of Spring'13): The greater of 500 or 10 multiplied by the number of test classes in the organization

A.

True

B.

False

Which exception type should be checked for when catching exceptions thrown when governor limits are exceeded?

A.

StackOverflowException

B.

LimitException

C.

GovernorException

D.

PlatformLimitException

E.

InvalidLimitException

F.

None of these

A data series to be rendered as bars in a Visualforce chart. At a minimum you must specify the fields in the data collection to use as X and Y values for each bar, as well as the X and Y axes to scale against.

Note: This component must be enclosed within an component. You can have multiple and components in a single chart.

A.

apex:barSeries

B.

apex:inputHidden

C.

apex:outputLink

D.

apex:outputField

Universal Containers has built a recruiting application with two custom objects, Job Applications and Reviews that have a master-detail relationship. Users should NOT be allowed to delete review records after job application records have been approved.

How would a developer meet this requirement?

A.

Change the interviewer's profile to Read-only for the review object

B.

Use workflow to change the page layout to Read-only

C.

Remove the Delete button from the job application page layout

D.

Use a validation rule in conjunction with a roll-up summary field

What are the five types of Apex procedural loops? (No Answer)

A.

Do-while loop, traditional for loop, list or set iteration loops, and soql for loops

B.

Develop, integrate, stage, production/training

C.

Create complex functionality declarative features cannot provide.

D.

In, like, and, or, not, group by, order by, all rows, limit

When do users have the option to manually share records they own from the record detail page?

A.

When a developer adds the Sharing button to the page layout.

B.

When a developer grants the users the Share Records permission.

C.

When the organization wide default for the object is set to private or read-only.

D.

When the organization wide default for the object is set to public read/write.