Pass the Salesforce Salesforce Certification DEV-501 Questions and answers with CertsForce

Viewing page 7 out of 8 pages
Viewing questions 61-70 out of questions
Questions # 61:

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

Options:

A.

@ReadOnly


B.

RETURNING


C.

Webservice


D.

Trigger.new


Expert Solution
Questions # 62:

Universal Containers tracks Positions as a custom object in a recruiting application. All positions with a priority of critical should NOT be open for more than two weeks. If a position remains open for more than 14 days, the priority should be re-examined.

How would a developer automate this process?

Options:

A.

Create a workflow action to clone the position, assigned to the owner of the position record, that is due 14 days after record creation


B.

Create a validation rule that compares today's date and the record's creation date to determine if the difference is greater than 14 days


C.

Recreate a time-dependent workflow action that sends an email to the recruiter if the position is still open 14 days after record creation


D.

Create a time-dependent workflow action that updates the position status to Closed 14 days after record creation


Expert Solution
Questions # 63:

List the HTTP classes available in Salesforce?

Options:

A.

GET, POST, PUT, DELETE


B.

Failure response settings


C.

Queues, time triggers


D.

HTTPRequest, HTTPResponse, HTTP


Expert Solution
Questions # 64:

A single piece of data in an <apex:pageBlockSection> that takes up one column in one row. An <apex:pageBlockSectionItem> component can include up to two child components. If no content is specified, the column is rendered as an empty space. If one child component is specified, the content spans both cells of the column. If two child components are specified, the content of the first is rendered in the left, "label" cell of the column, while the content of the second is rendered in the right, "data" cell of the column.

Note that if you include an <apex:outputField> or an <apex:inputField> component in an <apex:pageBlockSectionItem>, these components do not display with their label or custom help text as they do when they are children of an <apex:pageBlockSectionItem>. Also note that <apex:pageBlockSectionItem> components cannot be rerendered; rerender the child components instead.

Options:

A.

apex:flash


B.

apex:pageBlockSectionItem


C.

apex:outputField


D.

apex:componentBody


Expert Solution
Questions # 65:

Which feature is available for custom objects? Choose 3 answers

Options:

A.

Queues


B.

Field history tracking


C.

Assignment rules


D.

Criteria-based sharing


Expert Solution
Questions # 66:

Which of the following are collection data types?

    String

    Map

    List

    Date

    Set

    Number

Options:

A.

For loops


B.

FALSE


C.

Primitive


D.

Map, List, Set


Expert Solution
Questions # 67:

What does Apex use to record disruptions in code execution?

Options:

A.

@ReadOnly


B.

Catch


C.

Webservice


D.

Exceptions


Expert Solution
Questions # 68:

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

Options:

A.

Trigger.new


B.

Trigger.old


C.

@ReadOnly


D.

TRUE


Expert Solution
Questions # 69:

Which is a valid formula return type for a custom formula field? Choose 3 answers

Options:

A.

Date


B.

Percent


C.

Email


D.

Phone


E.

Currency


Expert Solution
Questions # 70:

Which portion of the Model-View-Controller paradigm is represented in Force.com as a standard or custom object?

Options:

A.

Model


B.

Controller


C.

View


Expert Solution
Viewing page 7 out of 8 pages
Viewing questions 61-70 out of questions