New Year Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Salesforce DEV-401 Practice Exam with Questions & Answers | Set: 4

Questions 31

What is Salesforce to Salesforce?

Options:
Salesforce DEV-401 Premium Access
Questions 32

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:
Questions 33

Which elements can be stored in folders?

Options:
Questions 34

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.

Questions 35

What is running user in a dashboard?

Options:
Questions 36

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

Options:
Questions 37

Which elements can be stored in folders?

Options:
A.

True

B.

False

Questions 38

When loading a new account using Apex Data Loader and specifying the owner id to whom the account should belong, under which of these cases, the data load will fail?

i. The owner id is an invalid id. There is no user in salesforce with this id

ii. The owner id belongs to an inactive user.

Options:
A.

i only

B.

ii only

C.

both a and b

Questions 39

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

Questions 40

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