- Home
- Salesforce Certification
- DEV-401 Exam
- Salesforce.DEV-401.dumpsfiles Dumps
Free Salesforce DEV-401 Exam Dumps Questions & Answers
| Exam Code/Number: | DEV-401Join the discussion |
| Exam Name: | Building Applications with Force.com and Visualforce |
| Certification: | Salesforce |
| Question Number: | 386 |
| Publish Date: | May 30, 2026 |
|
Rating
100%
|
|
Page: 1 / 78
Total 386 questions
Total 386 questions
CORRECT TEXT
If OWD of Opportunity is set to private, then which all opportunities can a user view?
Correct Answer:
As OWD of Opportunity is set to private, so any user will be able to view only these
opportunities:
1. Opportunities owned by the user.
2. Opportunities shared with the user using Opportunity Sharing Rule.
3. Opportunities owned by users below this user in the organization role hierarchy as 'Grant
Access Using Hierarchies' is always checked for standard objects. It cannot be unchecked.
4. Opportunities on which this user has been added as an Opportunity Team member
opportunities:
1. Opportunities owned by the user.
2. Opportunities shared with the user using Opportunity Sharing Rule.
3. Opportunities owned by users below this user in the organization role hierarchy as 'Grant
Access Using Hierarchies' is always checked for standard objects. It cannot be unchecked.
4. Opportunities on which this user has been added as an Opportunity Team member
CORRECT TEXT
Can attachments to Salesforce records be attached using the Apex Data Loader?
Correct Answer:
The csv file would need to have these columns: ParentId - the Salesforce ID of the
parent record to which the attachment should be attached. For example, Account record ID
0019000000CZYfN Name
The name with which this attachment should be saved in SFDC
(We can give any name, not necessary it should be the file name)
File Attachment1 IsPrivate
0 if the attachment is not private; 1 if it is private. OwnerId
parent record to which the attachment should be attached. For example, Account record ID
0019000000CZYfN Name
The name with which this attachment should be saved in SFDC
(We can give any name, not necessary it should be the file name)
File Attachment1 IsPrivate
0 if the attachment is not private; 1 if it is private. OwnerId
If this option is unchecked on Customize > Leads > Settings, 'Enforce Validation and Triggers from
Lead Convert' then the validation rules and triggers of account, contact & opportunity are
bypassed but the validation rules and triggers of lead execute.
Correct Answer: A
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.
Correct Answer: B