최신Salesforce Building Applications with Force.com and Visualforce - DEV-401무료샘플문제
문제1
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.
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
문제2
Account object has a custom field 'Tax' of type number. Two account records are present in
Salesforce, account name Acc1 has value 7 in this field while account name Acc2 does not have
any value in this field. This custom field Tax is now given a default value of 89 by editing it. Which
of these cases will happen:
Account object has a custom field 'Tax' of type number. Two account records are present in
Salesforce, account name Acc1 has value 7 in this field while account name Acc2 does not have
any value in this field. This custom field Tax is now given a default value of 89 by editing it. Which
of these cases will happen:
정답: B
문제3
CORRECT TEXT
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?
CORRECT TEXT
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?
정답:
It has got locked out, check the 'Lockout effective period' duration from 'Setup -> Security
Controls -> Password Policies'
Controls -> Password Policies'
문제4
A file which is private:
A file which is private:
정답: B
문제5
CORRECT TEXT
You need to track changes that a developer, who has left, made to the configuration. Which tool
should you use?
CORRECT TEXT
You need to track changes that a developer, who has left, made to the configuration. Which tool
should you use?
정답:
Setup Audit Trail is the only tool that will track changes to the setup and configuration of
Salesforce. Field history tracking tracks change s to data, but not to configuration
Salesforce. Field history tracking tracks change s to data, but not to configuration
문제6
While inserting/updating/upserting a new user using the Apex Data Loader, values for which of
these fields can be provided in the input csv file?
While inserting/updating/upserting a new user using the Apex Data Loader, values for which of
these fields can be provided in the input csv file?
정답: A,B
문제7
CORRECT TEXT
A user has the System Administrator profile & hence has the 'Create' permission on Campaign.
But when the user goes to the Campaign tab, the user cannot see the 'New' button for creating a
new Campaign. What could be the reason?
CORRECT TEXT
A user has the System Administrator profile & hence has the 'Create' permission on Campaign.
But when the user goes to the Campaign tab, the user cannot see the 'New' button for creating a
new Campaign. What could be the reason?
정답:
On the user detail page, the checkbox for 'Marketing User' is unchecked. A user has to
be a Marketing User to be able to create a campaign.
be a Marketing User to be able to create a campaign.
문제8
'Modify all' if checked at the profile level, always overrides the OWD setting.
'Modify all' if checked at the profile level, always overrides the OWD setting.
정답: A
문제9
New approval steps can be added to an active approval process only if it is deactivated.
New approval steps can be added to an active approval process only if it is deactivated.
정답: B
문제10
CORRECT TEXT
Preserving Data Quality How might you use validation rules to prevent data loss?
CORRECT TEXT
Preserving Data Quality How might you use validation rules to prevent data loss?
정답:
Validation rules in conjunction with a roll-up summary field can be used to prevent users
from adding or deleting records. To create a validation rule: 1. Build a roll-up summary on the
parent object that sums the number of child records. 2. Create a validation rule on the parent
object that conditionally prevents changes to the number listed in the roll-up summary field. If a
user tries to add or delete a record, the validation rule prevents the user from doing that.
from adding or deleting records. To create a validation rule: 1. Build a roll-up summary on the
parent object that sums the number of child records. 2. Create a validation rule on the parent
object that conditionally prevents changes to the number listed in the roll-up summary field. If a
user tries to add or delete a record, the validation rule prevents the user from doing that.
문제11
CORRECT TEXT
Describe the Developer Console
CORRECT TEXT
Describe the Developer Console
정답:
The Developer Console is a collection of tools that you can use to analyze and
troubleshoot applications in your Salesforce organization. You can use the Developer Console for
a variety of administrative and development tasks which include general debugging and
troubleshooting, source code editing, and performance validation.
troubleshoot applications in your Salesforce organization. You can use the Developer Console for
a variety of administrative and development tasks which include general debugging and
troubleshooting, source code editing, and performance validation.