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.
OWD of Position object is public read/write. A sharing rule is created to share Position records owned by Role A with Role B with read only access. For users of Role B, the Position records will be
What is the difference between Apex Data Loader and Import Wizard as far as record loading is concerned?
What are the permissions that allow a system administrator to manage an application? (select all that apply)
External id can be used for matching record during which of these operations using the Apex Data Loader
If a role is added to Account Team, then it will get added to which of the following teams?
Interviewers should never be able to view a candidate's social security number. Which tool would you use to meet this requirement?
In a multistep process, when do you decide the decision criteria and approval assignment?
Using workflow rule field update action on a child object, any field of its parent can be given a value.
'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. For any user having this profile Position records owned by other users will be read/write.
User B has created an Associate record. At the profile level, the profile 'Custom-Recruiter' of User A has Read, Edit access for Associate. OWD of Associate is 'Public Read/Write'. What access will User A have for the record created by User B?
Which of these operations on a file in Chatter leads to the generation of a private file?
'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'.
Which of the following are the 3 layers of an application? (Select all that apply)
Identify the correct statements about dependent picklists (Select all that apply):
Time-Dependent workflow can be used when a workflow rule is set to evaluate Every time a record is created or updated.
When a cross object formula references currency fields of a different currency to that on the record where the formula is used, Salesforce randomly picks one currency to use.
When setting up a validation rule, you must write the error condition formula and the_____________
Which of these records cannot be deactivated once activated? Product, Contract, Campaign
'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.
User A belongs to profile ‘Custom – Recruiter’. At the profile level (Path as per Enhanced Profile User Interface, Setup -> Manage Users -> Profiles -> Custom – Recruiter -> Objects and Tabs -> Accounts) he does not have Read access on Account object. But yet he is able to view account records. He is not able to edit or delete account records. What could be the reason?
While creating an approval process and assigning the next approver using the hierarchy relationship field on user [Option’s exact name is “Automatically assign an approver using a standard or custom hierarchy field”], which is the standard user field available?
Which of these values can a ‘if’ function used in a validation rule have in either the 2nd or the 3rd parameter?
An Apex Sharing Reason cannot be created on a custom object with the label ‘Manual Sharing’ because the in-built standard sharing reason provided by Salesforce has the same label, so it would give error
“An Apex Sharing Reason with this name already exists”
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?
If a custom app is not created for a client company and a standard app like ‘Sales’ is being used by the client company, then the client company logo cannot be added to the app.
What is the drawback of loading leads/cases using the Apex Data Loader as compared to creating them from the UI?
Employees in an organization with Salesforce who do not have a Salesforce license can join Chatter.
The values available in the Stage picklist of opportunity can be limited by creating a Sales Process for opportunity or from the picklists available for editing from any record type of opportunity.
If multiple active approval processes exist on Account & an account record submitted for approval meets the entry criteria of multiple approval processes, then it cannot be guaranteed which approval process the record will enter.
What is the difference between Apex Data Loader and Import Wizard as far as displaying error messages is concerned?
Can an administrator view the reports stored in any user’s ‘My Personal Custom Reports’ folder?
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.
OWD of account is public read/write. While creating which of the following, more restrictive values (like public read-only) will be available for sharing?
i. Sharing rule on Account
ii. Manual sharing rule on any specific account record.
When upserting record using Apex Data Loader and using the external id for matching the record, if the value for the external id field is not provided in the csv file or while mapping fields from the csv file to the Salesforce object fields, then
Which of these records can be activated? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Until an Apex Sharing Reason is created, a record of a custom object cannot be shared manually on a one-off basis.
User B has created a Associate record. At the profile level, the profile 'Custom-Recruiter' of User A has only Read, Edit access for Associate. Role of user B is 'Channel Sales Team'. User A belongs to the public group 'All Interviewers'. OWD of Associate is 'Private'. A sharing rule has been created to share Associate records owned by the role 'Channel Sales Team' with the public group 'All Interviewers' wit h Read/Write access. What access will User A have for the record control?
A field marked as required while creating the field can be removed from some page layouts.
If an approver rejects an approval request, then the final rejection actions are always executed.
Out of the custom field types which is not available during data loading using Apex Data Loader?
Script tags allow you to create JavaScript (or other types of) functions that can be used with in your pages.
What are the differences between lookup relationship and master-detail relationship?
If the record submitted does not meet the entry criteria of any active approval process, then the record gets rejected.
Which of the standard fields of a custom object can be modified/specified during data load using Apex Data Loader?
Up to how many custom fields in a standard or custom object can be marked as external id field?
While adding a contact role to an Account which of these contacts a counter available?
The only way to test whether a time-dependent workflow rule is executing as expected is to wait.
When creating technical positions, the hiring manager must fill out the certification requirements for the position. When creating non-technical positions, such as positions in Sales & Finance, the certification fields are not required and therefore must not be visible. Which tool would you use to meet the requirements?
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done.
Which of the following actions are tracked in debug logs? (Select all that apply.)
Which of the following are true about custom objects? (Select all that apply):