Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

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

Questions 4

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

Options:

Buy Now
Questions 5

Which users can grant sharing privileges on a given record? (Select all that apply)

Options:

A.

System Administrators

B.

Manager

C.

Owner of the record

D.

Users above the owner of the record in the role hierarchy

E.

Users below the owner in the role hierarchy

Buy Now
Questions 6

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

Options:

A.

True

B.

False

Buy Now
Questions 7

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

Options:

Buy Now
Questions 8

If a user needs to give access to just one record, which feature should they use?

Options:

A.

Roles

B.

Role Hierarchy

C.

Profile Setting

D.

Manual Sharing

Buy Now
Questions 9

What are the 3 levels of access available through Organization-wide Defaults?

Options:

Buy Now
Questions 10

When might you need to migrate configuration changes?

Options:

Buy Now
Questions 11

What is the maximum allowed master-detail relationships per object?

Options:

Buy Now
Questions 12

Fill in the missing word: A change set can be used to deploy metadata only between _____________orgs.

Options:

Buy Now
Questions 13

When upserting record using Apex Data Loader for an object that has an external id field, if the value for this external id field is not provided in the csv file or while mapping fields from the csv file to the Salesforce object fields, then the upsert will always fail as the external id is a required field.

Options:

A.

True

B.

False

Buy Now
Questions 14

'View All' has been checked at the profile level for a custom object Position but 'Modify All' has not been checked. OWD is read/write of the Position object. Any user can delete Position records owned by other users.

Options:

A.

True

B.

False

C.

Depends

Buy Now
Questions 15

Apex sharing reason can be used for

Options:

A.

Manual sharing of records or one-off sharing which is done on a record basis

B.

General sharing rule

C.

Both of above

Buy Now
Questions 16

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

Options:

Buy Now
Questions 17

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

Buy Now
Questions 18

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

Options:

A.

True

B.

False

Buy Now
Questions 19

In the initial sync of a quote with an opportunity

Options:

A.

Quote line items will replace opportunity products

B.

Opportunity products will replace Quote line items

Buy Now
Questions 20

Custom Summary Field/Formula is available only in report generated from Custom Report Type using with or without relationship with some other object.

Options:

A.

True

B.

False

Buy Now
Questions 21

Since Apex sharing reasons are not available for standard objects, so sharing individual records of standard objects is not possible.

Options:

A.

True

B.

False

Buy Now
Questions 22

A master object cannot have more than two detail objects through master-detail relationship as at the most 2 master-detail relationships are allowed per object.

Options:

A.

True

B.

False

Buy Now
Questions 23

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

Options:

A.

True

B.

False

Buy Now
Questions 24

Conflict Resolution tool is available in?

Options:

Buy Now
Questions 25

Quotes can be created from

Options:

A.

Quotes tab

B.

From 'Quotes' related list on an opportunity

C.

From both of above

Buy Now
Questions 26

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.

Options:

A.

True

B.

False

Buy Now
Questions 27

Account object has a custom field 'Tax' of type number. Some account records are present in Salesforce which do not have any value in this field. This custom field is now made a required field by editing it. The editing will fail as some records are present which do not have a value for this field.

Options:

A.

True

B.

False

Buy Now
Questions 28

Which are the 3 types of page layouts?

Options:

Buy Now
Questions 29

Which will execute first Apex Scheduler code or workflow rules?

Options:

Buy Now
Questions 30

Which operations can and cannot be performed by any employee of an organization who does not have a Salesforce license but has joined Chatter at the invitation of another user?

Options:

Buy Now
Questions 31

What is Campaign ROI?

Options:

Buy Now
Questions 32

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

Options:

Buy Now
Questions 33

For which objects mass email can be sent, How is it achieved?

Options:

Buy Now
Questions 34

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.

Options:

A.

True

B.

False

Buy Now
Questions 35

What is a price book?

Options:

Buy Now
Questions 36

Files tab shows files from:

Options:

A.

Documents

B.

Salesforce CRM content from the libraries one is a member of from one’s personal libraries

C.

Files from chatter from the groups one is a member of

Buy Now
Questions 37

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

Options:

Buy Now
Questions 38

From where would you add the Default Account Team?

Options:

Buy Now
Questions 39

A picklist called Section on Account has these 2 values A, B. How would you write a validation rule on this picklist to ensure that user selects either A or B while creating an account?

Options:

Buy Now
Questions 40

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

Options:

Buy Now
Questions 41

How many permission sets can you have in an organization?

Options:

Buy Now
Questions 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.

Buy Now
Questions 43

What are ways in which you can obtain a record’s ID? (Select all that apply.)

Options:

A.

URL

B.

Reports

C.

Data Loader

D.

On each record

E.

Import Wizard

Buy Now
Questions 44

What Fields does History Tracking not track?

Options:

Buy Now
Questions 45

The Created Date field can be updated on a record using the Inserting System Fields feature.

Options:

A.

True

B.

False

Buy Now
Questions 46

New approval steps can be added to an active approval process only if it is deactivated.

Options:

A.

True

B.

False

Buy Now
Questions 47

Submitters can always recall approval requests.

Options:

A.

True

B.

False

Buy Now
Questions 48

The recruiting team would like the Programming Languages field to display only when the department is specified as Engineering on a job application. What tool should you use?

Options:

Buy Now
Questions 49

Which operations are available in roll-up summary field?

Options:

Buy Now
Questions 50

While adding a contact role to an Account which of these contacts a counter available?

Options:

A.

Contacts present in the related list of that Account

B.

All Contacts from the Contact object.

Buy Now
Questions 51

Name the 5 data management operations

Options:

Buy Now
Questions 52

Universal Containers has two teams - sales team and marketing team. For sales team all stages of lead lifecycle should be available while for marketing team only 3 stages should be available. How can the administrator ensure this?

Options:

A.

Create validation rule

B.

Create two different lead processes for sales team and marketing team

C.

Create workflow rule

D.

Create approval process

Buy Now
Questions 53

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

Options:

Buy Now
Questions 54

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:

Buy Now
Questions 55

What values are available for Field-level security?

Options:

Buy Now
Questions 56

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

Options:

Buy Now
Questions 57

Rollup summary can be created for

Options:

A.

Master-detail relationship

B.

Lookup relationship

C.

Both of above

Buy Now
Exam Code: DEV-401
Exam Name: Building Applications with Force.com and Visualforce
Last Update: May 5, 2024
Questions: 386
DEV-401 pdf

DEV-401 PDF

$28  $80
DEV-401 Engine

DEV-401 Testing Engine

$33.25  $95
DEV-401 PDF + Engine

DEV-401 PDF + Testing Engine

$45.5  $130