최신Salesforce Building Applications with Force.com and Visualforce - DEV-401무료샘플문제
문제1
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.
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.
정답: A
문제2
'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'.
'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'.
정답: B
문제3
If a submitted record meets entry criteria of multiple approval processes, then which approval
process will it enter?
If a submitted record meets entry criteria of multiple approval processes, then which approval
process will it enter?
정답: A
문제4
If a developer wants to set up access in such a way that managers always see records owned by
their subordinates, which feature should the developer use?
If a developer wants to set up access in such a way that managers always see records owned by
their subordinates, which feature should the developer use?
정답: C
문제5
A manual sharing can be created using the Apex Data Loader.
A manual sharing can be created using the Apex Data Loader.
정답: A
문제6
CORRECT TEXT
Building your Data Model Describe 3 limitations of encrypted fields
CORRECT TEXT
Building your Data Model Describe 3 limitations of encrypted fields
정답:
Cannot be unique Cannot be an external Id Cannot have default values.
문제7
CORRECT TEXT
Queues exist for which objects?
CORRECT TEXT
Queues exist for which objects?
정답:
Queues exist for, Leads, Cases and custom objects.
문제8
CORRECT TEXT
To transfer records, what permissions are required?
CORRECT TEXT
To transfer records, what permissions are required?
정답:
ALL of the following are required: - "Transfer Record" or "Transfer Lead". - "Edit" on
the specified object. - "Read" on the records being transferred.
the specified object. - "Read" on the records being transferred.
문제9
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
정답: B
문제10
CORRECT TEXT
Where can you access and create new static resources?
CORRECT TEXT
Where can you access and create new static resources?
정답:
In the Setup menu, under Develop, Static Resources