Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70percent

Salesforce DEV-401 Building Applications with Force.com and Visualforce Exam Practice Test

Demo: 57 questions
Total 386 questions

Building Applications with Force.com and Visualforce Questions and Answers

Question 1

User B has created an Associate record. At the profile level, the profile 'Custom-Recruiter' of User A has Read, Edit access for Associate. OWD of Associate is 'Public Read/Write'. What access will User A have for the record created by User B?

Options:

A.

Read and Edit because OWD can make record access lesser restrictive

B.

Only Read

Question 2

What does Sales Stages refer to?

Options:

Question 3

Multi select picklist can be dependant field only and not a controlling field.

Options:

A.

True

B.

False

Question 4

A workflow rule with workflow action of field update is active but is not giving the desired result. What could be the reason?

Options:

Question 5

An opportunity is triggering a workflow rule that is set to evaluate. When a record is created, or when a record is edited and did not previously meet the rule criteria'. The opportunity previously met the workflow criteria so the workflow rule should not trigger now. But the workflow rule is being triggered. What could be the reason?

Options:

Question 6

Field level security and record types work at

Options:

A.

profile level

B.

record level

Question 7

OWD of Account is private then OWD of Opportunity can be private or public read-only or public read/write.

Options:

A.

True

B.

False

Question 8

Which are the 3 record access levels?

Options:

Question 9

What is used for tracking changes to configuration of Salesforce CRM?

Options:

Question 10

Which record type will get assigned to a record being created?

Options:

A.

Record type assigned by user while creating the record

B.

Record type assigned by workflow rule using workflow action of type ‘Field Update’.

Question 11

Once a sharing rule has been created based on owner, then it can be modified to make it a sharing rule based on criteria.

Options:

A.

True

B.

False

Question 12

Sharing rules can be more restrictive than the Organization Wide Default.

Options:

A.

True

B.

False

Question 13

In Developer Edition, Validation rule for the 'Account Site' field (field of type text) of Account object is, ISCHANGED( Site ) && OwnerId < > $User.Id to make sure that if the 'Account Site' field has been modified and the user is not the owner of the Account record, then an error message would be shown. The System Administrator has Read All, Modify All permission for the Account record. So the System Administrator will be able to modify the 'Account Site' field of the

Options:

A.

True

B.

False

Question 14

A manual sharing can be created using the Apex Data Loader.

Options:

A.

True

B.

False

Question 15

An object can have

Options:

A.

A master-detail relationship with itself

B.

A lookup relationship with itself

C.

Both of above are possible

Question 16

To enforce data format using validation rule, which function should be used?

Options:

Question 17

Standard picklist fields can be either controlling fields or dependent fields.

Options:

A.

True

B.

False

Question 18

Force.com is good for

Options:

A.

data centric apps

B.

process centric apps

C.

both of above

Question 19

What Fields does History Tracking not track?

Options:

Question 20

What is a quote?

Options:

Question 21

If the entry criteria for a step in an approval process are not met, then the record gets rejected.

Options:

A.

True

B.

False

Question 22

You need to track changes that a developer, who has left, made to the configuration. Which tool should you use?

Options:

Question 23

Which are the 2 ways to mass delete records?

Options:

Question 24

A standard field can be marked as external id field.

Options:

A.

True

B.

False

Question 25

If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how would the field be available to the end user as Visible (i.e. editable) or Read-Only?

Options:

Question 26

The sales team would like to include a Chatter feed about the record on the Contact page. What tool should you use?

Options:

Question 27

Specifying entry criteria is compulsory for

Options:

A.

Workflow rule

B.

Approval process

C.

Both workflow rule and approval process

D.

Neither workflow rule nor approval process

Question 28

What attribute of the component can be used to hide the related lists

Options:

Question 29

Which field type is not available while creating a new custom field in a newly created custom object?

Options:

Question 30

What attributes are required for the component?

Options:

Question 31

Among two records related by master – detail relationship, the detail record can have an owner which is different from the owner of the master record.

Options:

A.

True

B.

False

Question 32

Employees in an organization with Salesforce who do not have a Salesforce license can join Chatter.

Options:

A.

True

B.

False

Question 33

What is the Process Visualizer used for?

Options:

Question 34

If any workflow rule is having a task of send email in which a particular user is a recipient of that email, then that user can be deactivated only if the workflow rule is deactivated.

Options:

A.

True

B.

False

Question 35

Users or contacts can be added to the ‘Account Team’ of an account.

Options:

A.

True

B.

False

Question 36

Can attachments to Salesforce records be attached using the Apex Data Loader?

Options:

Question 37

Which of these can be cloned?

Options:

A.

Workflow rule

B.

Approval process

C.

Both of above

Question 38

What is the difference between account team role & contact roles?

Options:

Question 39

If there is a custom validation rule on a custom object Position for the custom text field Location to make sure that this field is not left blank, then what are the various ways of bypassing this validation rule?

Options:

Question 40

What is Salesforce to Salesforce?

Options:

Question 41

What is the difference between Apex Data Loader and Import Wizard as far as generating extra accounts is concerned?

Options:

Question 42

Which of these operations on a file in Chatter leads to the generation of a private file?

Options:

A.

Upload the file on the Files tab

B.

Attach the file to a feed in Chatter

C.

Upload (i.e. contribute) the file in Salesforce CRM Content personal library.

Question 43

Which are the OOTB reports which will give information about campaign effectiveness?

Options:

Question 44

What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.?

Options:

Question 45

If at the profile level, 'Password Never Expires' has been checked but at Setup > Security Controls > Password Policies if it is specified that password expires in 30 days, then which of the two would be true for users of that profile?

Options:

Question 46

What access can be granted through sharing rules?

Options:

Question 47

If a lookup field is optional, what actions can you define for the field if someone deletes a referenced lookup record? (Select all that apply)

Options:

A.

Clear the value of this field

B.

Delete all records which contain this reference

C.

Don't allow deletion of the lookup record that's part of a lookup relationship

D.

Delete this record also

Question 48

List the 3 layers of the Tiered design model.

Options:

Question 49

Who gets full access to a record?

Options:

Question 50

Which of the following statements are true? (Select all that apply.)

Options:

A.

The ISCHANGED function compares the value of a field with its previous value and returns TRUE if the values are different. If the values are the same, this function returns FALSE.

B.

The ISNUMBER function determines if a text value is a number and returns TRUE if it is; otherwise, it returns FALSE.

C.

The ISNEW function compares a text field to a regular expression

Question 51

What is the maximum number of lookup fields you can have in a single object?

Options:

Question 52

Sharing rules are used to further restrict access defined in the Organization-wide Default settings.

Options:

A.

True

B.

False

Question 53

List the 3 Declarative Application building blocks of The Data Model.

Options:

Question 54

Building Business Processes Describe the ISNEW Formula function

Options:

Question 55

What does Field History Tracking do?

Options:

Question 56

When creating technical positions, the hiring manager must fill out the certification requirements for the position. When creating non-technical positions, such as positions in Sales & Finance, the certification fields are not required and therefore must not be visible. Which tool would you use to meet the requirements?

Options:

A.

Record types

B.

Field-level security

C.

Page Layouts

D.

Page Layouts with Record Types

Question 57

Building Business Processes Describe the VLOOKUP Formula Function.

Options:

Demo: 57 questions
Total 386 questions