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

Viewing page 2 out of 8 pages
Viewing questions 11-20 out of questions
Questions # 11:

Which environments can developers write code? (Select all that apply.)

    Developer edition production org

    Enterprise edition production org

    Enterprise edition sandbox org

    Professional edition sandbox org

Options:

A.

Salesforce-generated email address


B.

Apex code, Visualforce pages, and controllers


C.

Developer edition production org, Enterprise edition sandbox org


D.

Encapsulation principles


Expert Solution
Questions # 12:

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

Options:

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.


Expert Solution
Questions # 13:

A definition of an attribute on a custom component. The attribute tag can only be a child of a component tag.

Note that you cannot define attributes with names like id or rendered. These attributes are automatically created for all custom component definitions.

Options:

A.

apex:attribute


B.

apex:insert


C.

apex:message


D.

apex:include


Expert Solution
Questions # 14:

Which trigger context variable cannot be deleted?

Options:

A.

addError


B.

System


C.

@ReadOnly


D.

Trigger.new


Expert Solution
Questions # 15:

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

Options:

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


Expert Solution
Questions # 16:

The Log a Call publisher lets support agents who use Case Feed create logs for customer calls. This component can only be used in organizations that have Case Feed, Chatter, and feed tracking on cases enabled.

Options:

A.

apex:inputHidden


B.

apex:iframe


C.

apex:chartLabel


D.

apex:logCallPublisher


Expert Solution
Questions # 17:

The System.runAs() functionality can be used to test and verify proper data sharing and data access. However, System.runAs() does NOT validate CRUD or Field Level Security permissions.

Options:

A.

True


B.

False


Expert Solution
Questions # 18:

An area of a page that includes content from a second template page. Template pages are Visualforce pages that include one or more <apex:insert> components. The <apex:composition> component names the associated template, and provides body for the template's <apex:insert> components with matching <apex:define> components. Any content outside of an <apex:composition> component is not rendered.

Options:

A.

apex:inputSecret


B.

apex:composition


C.

apex:pageblockSection


D.

apex:lineSeries


Expert Solution
Questions # 19:

An HTML input element for a value that corresponds to a field on a Salesforce object. The <apex:inputField> component respects the attributes of the associated field, including whether the field is required or unique, and the user interface widget to display to get input from the user. For example, if the specified <apex:inputField> component is a date field, a calendar input widget is displayed. When used in an <apex:pageBlockSection>, <apex:inputField> tags always display with their corresponding output label.

Note that if custom help is defined for the field in Setup, the field must be a child of an <apex:pageBlock> or <apex:pageBlockSectionItem>, and the Salesforce page header must be displayed for the custom help to appear on your Visualforce page. To override the display of custom help, use the <apex:inputField> in the body of an <apex:pageBlockSectionItem>.

Consider the following when using JavaScript events with this tag:

For lookup fields, mouse events fire on both the text box and graphic icon

For multi-select picklists, all events fire, but the DOM ID is suffixed with _unselected for the left box, _selected for the right box, and _right_arrow and _left_arrow for the graphic icons

For rich text areas, no events fire.

Options:

A.

apex:pageBlockButtons


B.

apex:define


C.

apex:outputLabel


D.

apex:inputField


Expert Solution
Questions # 20:

What datatype is used for standard or custom objects that store record data? (No Answer)

Options:

A.

System


B.

sObject


C.

Global


Expert Solution
Viewing page 2 out of 8 pages
Viewing questions 11-20 out of questions