Friday, 24 October 2014

Salesforce.com Certified Developer DEV401 Practice Exams

1. 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



2. Which of the following statements are true concerning e-mail activation?
(Select one)
a. The e-mail activation feature requires that the user click an activation
link before logging in from a new computer
b. The e-mail activation feature cannot be disabled
c. The e-mail activation feature can be disabled by request to Salesforce.
com support
d. The e-mail activation feature can be disabled through the UI



3. A security token is required for API access when connecting from an IP
address within the list of trusted networks.
a. True
b. False


4. Out of the following which applications are suitable for Force.com?
(Choose three)
a. Time card application
b. Word processor
c. Online auction management
d. Inventory management


5. Which of the following refers to the data model of Salesforce? (Choose 2)
a. Force.com API
b. Force.com metadata API
c. Sandbox
d. Force.com IDE


6. What types of paid Salesforce edition are available?
a. Enterprise edition
b. Unlimited edition
c. Trial edition
d. Developer edition


7. Where are Force.com IDs identical?
a. Production and full copy sandbox only
b. Production and dev sandbox only
c. Two developer orgs
d. Two sandbox org
----------------------------------------------------------------------------------------------------

1. Which custom fields can be made universally required?
a. Formula
b. Lookup
c. E-mail
d. URL



2. Which statements are correct about encrypted fields among the following?
a. Encrypted text fields can be an external ID and can have
default values
b. Encrypted fields are not searchable and cannot be used to define
report criteria
c. Encrypted fields can be included in search results, and report results
d. They are not available for use in filters such as list views, reports, rollup
summary fields, and rule filters
e. Encrypted fields are not available in lead conversion, workflow rule
criteria or formulas, formula fields, outbound messages, default
values, and Web-to-Lead and Web-to-Case forms

3. A person, who does not have "View Encrypted Data" permission, will see the
field with masked characters. Assuming the field is in the page layout, what
happens if he clicks the Edit button and tries to edit the value?
a. The field will not appear in the edit layout
b. The user will see only masked characters, but can enter a new value
and save it.
c. It will throw an error on changing that field and when he saves
d. He can see the original value and he can save it
4. Which is true about encrypted fields?
a. They are available in Validation Rules or Apex Scripts even if the
user is not having the permission "View Encrypted Data"
b. Encrypted fields can be converted to other field types.
c. A custom field can be converted to a encrypted field
d. In Email Templates, if an encrypted field needs to be displayed
without the mask character, the User who receives the e-mail, should
have "View Encrypted Data" permission.


5. Which type of custom fields can be used as External Id?
a. A text field that is unique
b. A text field that is required
c. A text field that is encrypted
d. Date
e. E-mail
f. Phone


6. The media object record needs to refer to a similar media object record. For
that a lookup field to "media" is created. What is this relation type called?
a. Master-Detail
b. Lookup
c. Hierarchical
d. Many-Many
e. Self


7. How many master relationships can be there per detail object?
a. 1
b. 2
c. 3
d. 4
e. 5


8. How many lookup relationships can be there per child?
a. 10
b. 20
c. 15
d. 25


9. A Standard object has more than one Master-Detail relationship?
a. True
b. False


10. How do you create many–to-many relationships?
a. Junction object (custom object) having a Master-Detail to the
other two objects
b. Create a lookup on the first object for the other and lookup on
the second for the first

-------------------------------------------------------------------------------


1. Which of the following statements are true about page layouts?
a. They can have one or two columns per section
b. We can add a list button using a page layout editor
c. We can hide a section header detail view or edit view or both view
d. We can add blank spaces instead of fields
e. Preview the layout for different profiles


2. In a Model View Controller architecture, which of the below corresponds to
View? (Select two)
a. Page layouts
b. Validation rules
c. Tabs
d. Workflows


3. What is possible through page layouts of custom objects? (Select two)
a. Add custom fields and buttons
b. Set mandatory field based on certain value on other field
c. Add inline visual force pages
d. Set three column display


4. Of the following, what are the things not possible to include in the user page
layout (Choose two)
a. Tagging
b. Custom links
c. Inline Visualforce page
d. Custom buttons
e. Custom fields


5. Which of the following refers to the controller part of the MVC architecture?
a. Apex
b. Visualforce
c. S-control
d. Page layout


6. Which editions support Apex and Visualforce? (Select two)
a. Unlimited Edition
b. Enterprise Edition
c. Apex Edition
d. Professional Edition
e. Group Edition


7. Position is a custom object containing details of each position. Candidate
contains the details of each candidate such as skills. When a user is viewing
the position records, he should also be able to see all those candidates who
match the skill required for the post. However, a position can have no
candidate and a candidate record can also be kept blank. A position can be
applied by multiple candidates, while a candidate can also apply to multiple
positions. What can be done to achieve this?
a. Create a master-child relationship between them
b. Create a junction object to store both the values
c. Create a lookup relationship of candidate on position
d. Create a Visualforce page


8. The user wishes to add the ratings on the page. The ratings will be displayed
as the radio button from 1 to 5 with the features on the y axis. How can we
achieve this?
a. Create a new field radio button
b. Create a picklist with radio values
c. Create a Visualforce page to include radio group in a data table


9. What are the different custom tabs that you can create? Please select three
choices.
a. Web tab
b. Apex tab
c. Visualforce tab
d. Custom object tab
e. Standard object tab


----------------------------------------------------------------------------


1. Which one of the following is not possible to view in the debug logs?
a. Workflow formula evaluation results
b. Assignment rules
c. Formula field calculations
d. Validation rules
e. Resources used by Apex Script


2. Which of the following do we get as part of logic as a service out of box
offering? [Select any three]
a. Data warehouse
b. Approval process
c. Workflow rules
d. Validation rules


3. Only a particular user with the right profile should be able to submit the
record for approval. How do you achieve this?
a. Add this condition in the entry criteria
b. Choose the initial submission action
c. Add this condition in the approval step entry criteria
d. Add this condition as a rejection action


4. If the approval process has three parallel approvers in the first step when will
it move to the next step? Select any two options.
a. Unanimous approval is required and all the approvals are there
b. Majority approval is required and majority of approval is there
c. Unanimous approval is required and majority of approval is there.
d. First approval is there and unanimous approval is not required


5. Under what circumstances is a workflow rule triggered?
a. Automatically when the record is saved
b. When the user submits it for workflow
c. When the manager submits it to workflow


6. Which one of the following can't be a final rejection action in the approval
process?
a. Lock the record
b. Outbound message
c. Delete the record and send to recycle bin
d. E-mail alert


7. Using an approval process an organization has configured the application
to have the first step of the process require approvals from three different
hiring managers.
Select the two possible approval choices based on multiple approvers for an
approval step.
a. Approve or reject based on the first response
b. Require majority approval from all selected approvers
c. Require x out of y approval from all selected approvers
d. Require unanimous approval from all selected approvers

No comments:

Post a Comment