Developer Certification (DEV401) Flashcards
What is true about a cross-object formula field for a Master-Detail relationship?
a. You can only create a cross-object formula field on the parent object
b. You can only create a cross-object formula field on the child object
c. You can create a cross-object formula field on both the parent and child object
d. A cross-object formula field is not available for a Master-Detail relationship
b
Which of the following is not process or data intensive.
a) Time entry application
b) Inventory management
c) Word processing
d) Human resource management
c
Salesforce.com has notified you that they have enabled the ability to update audit fields for your organization. When inserting a record which field can you set?
a. CreatedDate
b. IsDeleted
c. SysModStamp
d. UpdatedDate
a
A manager in an organization wants to share specific fields of data to his subordinates that only he has access to. What is the best way to share specific fields of data?imp Please select two (2) choices.
a) Run As on dashboards
b) Folder Permission on a Report
c) Run As on scheduled reports
d) Folder Permission on a Dashboard
a,c
What is a junction object?
a. Object with lookup relationship
b. Master detail relationship
c. Object with two lookup relationships
d. Object with two Master-Detail relationships
d
How many master relationships can be there per detail object?
a. 1
b. 2
c. 3
d. 4
b
Where do you change the hover detail?
a. Mini view
b. Page layout
c. Profile
d. Mini page layout
d
A job application object has a child review object to store candidate reviews. The review needs to be tracked between a score of 1 to 5. The score has to be a choice between 1 and 5 displayed as a radio button. How will a developer cater to this requirement?
a. Create 5 fields for scores (1 to 5) of type radio-button and use it in review page layout
b. Create a dependent picklist that feeds the radio button type field
c. Create a formula field
d. Create a Visualforce page with radio buttons for the review object
d
In Master-Detail relationship scenario the fields of the parent object need to be displayed in the related list. How will a developer design this?
a. Cross-object formula field
b. Workflow rule
c. Validation rule
d. Assignment rule
a
What are the data types that are supported by a formula field? Please select three (3) choices.
a. Text
b. Percent
c. E-mail
d. Currency
e. Phone
a,b,d
Which custom fields can be made universally required?
a. Formula
b. Lookup
c. E-mail
d. URL
c
In a recruiting application a position that is of type critical should not be kept open for more than 14 days. How will you develop the business logic to cater to this?
a. Time-dependant workflow action to send an e-mail to the owner after 14 days
b. Time-dependant workflow action to send the record for review to owner after 14 days
c. Time-dependant workflow action to send an e-mail to the owner before 14 days
d. Time-dependant workflow action to close the position after 14 days
a
In a Master-Detail relationship, what happens when the a record is deleted from the parent object?
a. Parent record alone gets deleted
b. Exception occurs
c. Parent and child record will not be deleted
d. All child records are deleted
d
An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record. What type of relationship should be used?
a. Master-Detail
b. Hierarchical
c. Lookup
d. Many-to-many
b
When a record has been rejected by all approvers, Salesforce executes all final rejection actions. Which of the following is NOT a possible final rejection action?
a. Lock the record from being edited
b. Send an email to a designated recipient
c. Delete the record…
d. Update a field on the record
c
When designing an application, a developer needs to make a field editable to all profiles. In field level security what settiings should be used in this situation. Select the one correct answer.
a. Disable Visible and Read-Only
b. Disable Visible but Enable Read-Only
c. Enable Visible but Disable Read-Only
d. Enable Visible and Read-Only
c
Out of the following things which can be done using the Force.com platform? (Select two)
a. Data-warehousing
b. Applications with clicks and not code
c. Applications can be upgraded without loss of customization
d. Code version control system
b,c
Name the prefix used by standard VisualForce markup tags. Select the one correct answer.
a. vf
b. apex
c. c
d. s
b
An opportunity can have only one primary partner.
True/False
True
What types of Salesforce edition are not available?
a. Enterprise edition
b. Unlimited edition
c. limited edition
d. Developer edition
c
What will cause the analytic snapshots run to fail? Please select three (3) choices.
a. The source report has been deleted
b. The target object has a trigger on it
c. The running user has been inactivated
d. The target object is a custom object
e. The source report is saved as matrix report
a,b,c
What are the different custom tabs that you can create? Please select three (3) choices.
a. Web tab
b. Apex tab
c. Visualforce tab
d. Custom object tab
e. Standard object tab
a,c,d
Select the features that are available through custom report types. Please select two (2) items.
a. Define object relationships and fields for reports
b. Define up to 4 object relationships
c. Define anti-join relationships
d. Create analytic snapshot reports
a,b
How does Salesforce enforce data access using role hierarchy?
a. Users are given access to the records owned by the users who are below them in the role hierarchy
b. Users are given access to the records owned by the users who share the same role in the role hierarchy
c. Users are given access to the records accessible by the users who are below them in the role hierarchy
d. Users are given access to the records accessible by the users who are above the role hierarchy
a
Which of the following cannot be used on a User Page Layout? Please select two (2) choices.
a. Tags…
b. Links
c. Buttons…
d. Custom Fields
e. Inline Visualforce
a,c