Frage 1
Frage
A user faces problem while logging into Salesforce. What should administrator do?
Frage 2
Frage
Universal Containers has two teams - sales team and marketing team. For sales team all stages
of lead lifecycle should be available while for marketing team only 3 stages should be available.
How can the administrator ensure this?
Frage 3
Frage
What license is needed to install or uninstall apps from AppExchange?
Frage 4
Frage
Force.com is good for
Antworten
-
data centric apps
-
process centric apps
-
both of above
Frage 5
Frage
Which are the 3 tiers of an app?
Antworten
-
data model
-
user interface
-
data user
-
business logic
Frage 6
Frage
Many-to-many relationship is created using?
Frage 7
Frage
The object used in many-to-many relationship is called as?
Antworten
-
Junction object
-
ratio objects
Frage 8
Frage
Roll up summary field and Cross object formula field can be created only for master detail
relationship.
Frage 9
Frage
What is cross object formula field?
Antworten
-
Cross object formula field helps to access field of parent from child in both master detail
relationship & lookup relationship. It can be used in a formula field on child
likeCustomObject1__c.Details__c where Details__c is a text field on the parent object
CustomObject1.
-
Cross object formula field helps to access field of parent from child in both master detail
relationship & lookup relationship. It can be used in a formula field on child
likeCustomObject1__r.Details__c where Details__c is a text field on the parent object
CustomObject1.
Frage 10
Frage
Field level security and record types work at
Antworten
-
profile level
-
record level
Frage 11
Frage
Sharing rules can be more restrictive than the Organization Wide Default.
Frage 12
Frage
Which are the 3 record access levels?
Frage 13
Frage
Which are the 3 values for Organization wide defaults?
Antworten
-
Global
-
Public read only
-
Public read/write
-
Private
Frage 14
Frage
Apex sharing reason can be used for
Frage 15
Frage
'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'.
Frage 16
Frage
Organization wide default (OWD) & sharing rules are applied at the
Antworten
-
profile level
-
object level
-
record level
Frage 17
Frage
Organization wide default (OWD) is the first check used for determining access to records a user
does not own
Frage 18
Frage
Automating business processes is possible using
Antworten
-
workflow
-
approval processes
-
both of above
Frage 19
Frage
Which are the 5 actions available with workflow rules?
Antworten
-
send email
-
send outbound message
-
send message
-
field update
-
set task
-
use existing action
Frage 20
Frage
Time-based workflow is NOT applicable every time a record is created or edited
Frage 21
Frage
Is used for tracking changes to configuration of Salesforce CRM Setup Audit Trail
Frage 22
Frage
Checkbox can be controlling field only and not a dependant field.
Frage 23
Frage
Multi select picklist can be dependant field only and not a controlling field
Frage 24
Frage
External id can be created for field of type text, number or email.
Frage 25
Frage
In Developer Edition, Validation rule for the 'Account Site' field (field of type text) of Account object
is, ISCHANGED( Site ) && OwnerId < > $User.Id to make sure that if the 'Account Site' field has
been modified and the user is not the owner of the Account record, then an error message would
be shown. The System Administrator has Read All, Modify All permission for the Account record.
So the System Administrator will be able to modify the 'Account Site' field of the
Frage 26
Frage
If a role is added to Sales Team, then it will get added to which of the following teams?
Frage 27
Frage
If a role is added to Account Team, then it will get added to which of the following teams?
Frage 28
Frage
If a role is added to Case Team, then it will get added to which of the following teams?
Antworten
-
Account Team
-
Sales Team
-
None of them
Frage 29
Frage
Opportunity is synced with
Frage 30
Frage
have all a lifecycle:
Opportunities have Stage picklist and Sales Processes based on the values in this Stage picklist.
Leads have Lead Status picklist and Lead Processes based on the values in this Lead Status
picklist. Cases have Status picklist and Support Processes based on the values in this Status
picklist. Solutions have Status picklist and Solution Processes based on the values in this Status
picklist. Quotes, Contracts have Status picklist but no processes associated to limit a
Frage 31
Frage
OWD of Account is private then OWD of Opportunity can be private or public read-only or public
read/write.
Frage 32
Frage
Apex sharing reasons are available for standard and custom objects.
Frage 33
Frage
Since Apex sharing reasons are not available for standard objects, so sharing individual records of
standard objects is not possible.
Frage 34
Frage
OWD of Associate must be public read/write. So sharing is not required for any Associate
record. So the Sharing button does not show up.
Frage 35
Frage
The OWD of the related opportunities, cases or contacts could be private or public readonly.
So there is scope for sharing the account.
Frage 36
Frage
If a record of Associate custom object has been shared using an Apex Sharing Reason, then that
Apex Sharing Reason cannot be deleted until the sharing of that record is changed to use some
other Apex Sharing Reason.
Frage 37
Frage
Until an Apex Sharing Reason is created, a record of a custom object cannot be shared manually
on a one-off basis
Frage 38
Frage
Once a sharing rule has been created based on owner, then it can be modified to make it a
sharing rule based on criteria.
Frage 39
Frage
Which of these can have only one of them active at a time?
Antworten
-
Validation rule
-
Assignment rule
-
Auto-response rule
-
Workflow rule
-
Escalation rule
-
Approval process
-
Sharing rule
Frage 40
Frage
Automatic case escalation can be disabled.
Frage 41
Frage
Escalation Rules and Auto-Response Rules are available only for cases.
Frage 42
Frage
Conflict Resolution tool is available in?
Antworten
-
Connect Online
-
Connect Offline
Frage 43
Frage
Quotes can be created from
Frage 44
Frage
OWD of child is always determined by OWD of parent
Frage 45
Frage
In the initial sync of a quote with an opportunity
Frage 46
Frage
When upserting record using Apex Data Loader and using the record id for matching the record, if
the value for the record id field is not provided in the csv file or while mapping fields from the csv
file to the Salesforce object fields, then
Frage 47
Frage
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
Frage 48
Frage
External id can be used for matching record during which of these operations using the Apex Data
Loader
Frage 49
Frage
If OWD is private for a custom object Position, then a user can view only those Position records
which are owned by him if no one down the role hierarchy below him has created any Position
record and t here is no sharing rule on Position object.
Antworten
-
Always true
-
Not always true
Frage 50
Frage
Checking 'Grant Access Using Hierarchies' gives what type of access to records owned by
subordinates?
Frage 51
Frage
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
Frage 52
Frage
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?
Frage 53
Frage
The statement 'OWD or sharing rule can make access level lesser restrictive but not more
restrictive' is valid only if the user has Edit permission at the profile level for that object.
Edit permission at profile level means that the user can edit records created by him of that object.
Frage 54
Frage
For the 'Clone' button to appear on a record page, what permission should be available at the
profile level for that object in the profile to which the user belongs?
Frage 55
Frage
For which objects, cloning is not possible?
Antworten
-
Account
-
Solution
-
Count
-
User
Frage 56
Frage
'Modify all' if checked at the profile level, always overrides the OWD setting.
Frage 57
Frage
'View All' has been checked at the profile level for a custom object Position. OWD is private of the
Position object. A user will be able to view Position records owned by other users
Frage 58
Frage
'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.