Labour Day Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Salesforce > Salesforce Certification > DEV-401

DEV-401 Building Applications with Force.com and Visualforce Question and Answers

Question # 4

Building your User Interface How can you control the different settings of the page layout?

Full Access
Question # 5

In a Lookup relationship, cross-object field updates and roll-up summary fields can be done.

A.

True

B.

False

Full Access
Question # 6

Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula function to enforce data format?

Full Access
Question # 7

Master-Detail Relationship, the parent field on the child record can be optional.

A.

True

B.

False

Full Access
Question # 8

The option to skip to the next step is available only if a step has subsequent steps.

A.

True

B.

False

Full Access
Question # 9

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

Full Access
Question # 10

What is the most restrictive Organization-wide default?

A.

Read/Write

B.

Read Only

C.

Private

D.

Hidden

Full Access
Question # 11

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?

A.

Record types

B.

Field-level security

C.

Page Layouts

D.

Page Layouts with Record Types

Full Access
Question # 12

What is the name of the default public group to which all users are added?

Full Access
Question # 13

A Junction object is a custom object on the detail side of TWO relationships and is used to connect 2 objects you want to relate together and is sometimes called a "Many to Many" relationship.

A.

True

B.

False

Full Access
Question # 14

Which of the following are the 3 layers of an application? (Select all that apply)

A.

User Interface

B.

Business Logic

C.

Business Data

D.

Data Model E. Objects

Full Access
Question # 15

Which of the following statements are true about a lookup relationship? (Select all that apply):

A.

A maximum of 2 relationships are allowed per object

B.

A lookup relationship can span to multiple layers

C.

A parent record is required for each child

D.

A lookup field is not a required field

E.

Access to parent determines access to children

Full Access
Question # 16

What levels of access can be granted using sharing rules?

Full Access
Question # 17

Using workflow rule field update action on a child object, any field of its parent can be given a value.

A.

True

B.

False

Full Access
Question # 18

While converting a lead

A.

The update trigger of lead will fire

B.

The delete trigger of lead will fire

C.

Both update trigger & delete t rigger of lead will fire

D.

Neither update trigger nor delete trigger of lead will fire

Full Access
Question # 19

A record type for opportunity can be created before creating any Sales Process for opportunity.

Full Access
Question # 20

Under which of these cases the deletion of an account will fail?

i) The account has a related case

ii) The account has a related entitlement

A.

i only

B.

ii only

C.

both a and b

Full Access
Question # 21

Which of these can be cloned?

A.

Workflow rule

B.

Approval process

C.

Both of above

Full Access
Question # 22

What levels of access can be granted using manual sharing?

Full Access
Question # 23

For which objects is field history tracking available & for which is it not available?

Full Access
Question # 24

A custom text field on Account ‘Location’ has a validation rule

if(location__c == null || isblank(location__c), true, false)

This field has been removed from the Account page layout. So error for this field will not be given when a new account record is being created.

A.

True

B.

False

Full Access
Question # 25

A single Sales Process can be assigned to multiple opportunity record types.

A.

True

B.

False

Full Access
Question # 26

Files tab is available:

A.

By default

B.

Only after Chatter is enabled (from Setup > Customize > Chatter > Settings)

Full Access
Question # 27

What is the Process Visualizer used for?

Full Access
Question # 28

What is Salesforce to Salesforce?

Full Access
Question # 29

An Apex Sharing Reason cannot be created on a custom object with the label ‘Manual Sharing’ because the in-built standard sharing reason provided by Salesforce has the same label, so it would give error

“An Apex Sharing Reason with this name already exists”

A.

True

B.

False

Full Access
Question # 30

Which of these values can a ‘if’ function used in a validation rule have in either the 2nd or the 3rd parameter?

A.

true

B.

false

C.

1

D.

0

E.

null

Full Access
Question # 31

If the record submitted does not meet the entry criteria of any active approval process, then the record gets rejected.

A.

True

B.

False

Full Access
Question # 32

What is a contact role and for which objects is it available?

Full Access
Question # 33

You can only use Style tags to change the look and feel of a page.

A.

True

B.

False

Full Access
Question # 34

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?

Full Access
Question # 35

What do Debug logs track?

Full Access
Question # 36

Which are the 2 ways to mass delete records?

Full Access
Question # 37

What attributes are required for the component?

Full Access
Question # 38

Record types can be used to determine

A.

picklist values

B.

business processes (using different page layouts)

C.

Both of above

Full Access
Question # 39

The object used in many-to-many relationship is called as?

Full Access
Question # 40

What does development mode enable? (Select all that apply)

A.

Inline editor

B.

File check In and out

C.

Page creation

D.

Development sandbox

Full Access
Question # 41

Script tags allow you to create JavaScript (or other types of) functions that can be used with in your pages.

A.

True

B.

False

Full Access
Question # 42

Which of these can edit a record during an approval process?

A.

Only Administrator

B.

Only Current approver

C.

Both of above

Full Access
Question # 43

Which is the order of execution among these? Escalation rule assignment rule trigger workflow rule validation rule auto-response rule?

Full Access
Question # 44

Which of the following statements are true about field history tracking? (Select all that apply.)

A.

it allows developer s to choose only custom fields for tracking changes.

B.

It allows developers to choose up to 20 fields per object for tracking changes.

C.

It does not track old and new values for long text area fields and multi-select picklists.

D.

It replaces an old entry with a new entry in the History related list, any time a user modifies any of the standard

Full Access
Question # 45

What attribute of the component can be used to hide the sidebar?

Full Access
Question # 46

Automatic case escalation can be disabled.

A.

True

B.

False

Full Access
Question # 47

In the initial sync of a quote with an opportunity

A.

Quote line items will replace opportunity products

B.

Opportunity products will replace Quote line items

Full Access
Question # 48

'Status' is a picklist of the Account object having value 'Open' or 'Closed'. It is possible to create a sharing rule to share only those Accounts whose 'Status' is 'Open'.

A.

True

B.

False

Full Access
Question # 49

A manual sharing can be created for a standard or custom object u sing the Apex Data Loader.

A.

True

B.

False

Full Access
Question # 50

A field marked as required while creating the field can be removed from some page layouts.

A.

True

B.

False

Full Access
Question # 51

A standard object can be a child object in a

A.

master-detail relationship

B.

lookup relationship

C.

Both of above are possible

Full Access
Question # 52

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

A.

True

B.

False

Full Access
Question # 53

Account object has a custom field 'Tax' of type number. Two account records are present in Salesforce which have the same value in this field say 5000. This custom field is now made a unique field by editing it. The editing will fail as two records are present which have the same value for this field.

A.

True

B.

False

Full Access
Question # 54

Once a sharing rule has been created to share Account records with Public Group A with read/write access to the shared accounts, then this sharing rule can be modified to share the Account records with Public Group B with read-only access.

A.

True

B.

False

Full Access
Question # 55

Which are the 3 record access levels?

Full Access
Question # 56

Which of these standard objects cannot be shared? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact

Full Access
Question # 57

What is the Mail Merge process?

Full Access