Examen IV

Beschreibung

Examen IV
yennyyorlady
Quiz von yennyyorlady, aktualisiert more than 1 year ago
yennyyorlady
Erstellt von yennyyorlady vor mehr als 8 Jahre
42
0

Zusammenfassung der Ressource

Frage 1

Frage
A user faces problem while logging into Salesforce. What should administrator do?
Antworten
  • Change IP address of the machine
  • Unlock the user
  • See login history

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?
Antworten
  • Create validation rule
  • Create two different lead processes for sales team and marketing team
  • Create workflow rule
  • Create approval process

Frage 3

Frage
What license is needed to install or uninstall apps from AppExchange?
Antworten
  • Install package license
  • Uninstall package license
  • Manage package license

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?
Antworten
  • Three master-detail relationships
  • Two master-detail relationships

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.
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

Frage 12

Frage
Which are the 3 record access levels?
Antworten
  • Read only
  • Write
  • Full access (this includes delete, change owner permissions)
  • Read/write

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
Antworten
  • Manual sharing of records or one-off sharing which is done on a record basis
  • General sharing rule
  • Both of above

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'.
Antworten
  • True
  • False

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
Antworten
  • True
  • False

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
Antworten
  • True
  • False

Frage 21

Frage
Is used for tracking changes to configuration of Salesforce CRM Setup Audit Trail
Antworten
  • True
  • False

Frage 22

Frage
Checkbox can be controlling field only and not a dependant field.
Antworten
  • True
  • False

Frage 23

Frage
Multi select picklist can be dependant field only and not a controlling field
Antworten
  • True
  • False

Frage 24

Frage
External id can be created for field of type text, number or email.
Antworten
  • True
  • False

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
Antworten
  • True
  • False

Frage 26

Frage
If a role is added to Sales Team, then it will get added to which of the following teams?
Antworten
  • Case Team
  • Account Team

Frage 27

Frage
If a role is added to Account Team, then it will get added to which of the following teams?
Antworten
  • Case Team
  • Sales Team

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
Antworten
  • quota
  • forecast
  • quote

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
Antworten
  • True
  • False

Frage 31

Frage
OWD of Account is private then OWD of Opportunity can be private or public read-only or public read/write.
Antworten
  • True
  • False

Frage 32

Frage
Apex sharing reasons are available for standard and custom objects.
Antworten
  • True
  • False

Frage 33

Frage
Since Apex sharing reasons are not available for standard objects, so sharing individual records of standard objects is not possible.
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

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
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

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.
Antworten
  • True
  • False

Frage 41

Frage
Escalation Rules and Auto-Response Rules are available only for cases.
Antworten
  • True
  • False

Frage 42

Frage
Conflict Resolution tool is available in?
Antworten
  • Connect Online
  • Connect Offline

Frage 43

Frage
Quotes can be created from
Antworten
  • Quotes tab
  • From 'Quotes' related list on an opportunity
  • From both of above

Frage 44

Frage
OWD of child is always determined by OWD of parent
Antworten
  • True
  • False

Frage 45

Frage
In the initial sync of a quote with an opportunity
Antworten
  • Quote line items will replace opportunity products
  • Opportunity products will replace Quote line items

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
Antworten
  • The upsert fails
  • New record gets created in Salesforce

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
Antworten
  • True
  • False

Frage 48

Frage
External id can be used for matching record during which of these operations using the Apex Data Loader
Antworten
  • upsert
  • update
  • delete

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?
Antworten
  • Read, Edit
  • Read, Edit, Delete
  • Depends on what access the profile of the senior has for that object out of Read, Edit, Delete.

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
Antworten
  • read/write
  • read-only
  • The creation of the sharing rule fails as OWD is lesser restrictive

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?
Antworten
  • Read and Edit because OWD can make record access lesser restrictive
  • Only Read

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.
Antworten
  • True
  • False

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?
Antworten
  • Create
  • Clone

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.
Antworten
  • True
  • False

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
Antworten
  • True
  • False

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.
Antworten
  • True
  • False
  • Depends
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Deutsch-Abitur-Basiswissen für Gedichts- & Lektürenvergleich
danastone
PR UNI WIEN WS 2014/15
magdalena.zoeschg
Historische Quellenanalyse für Abitur & Matura
Elena Koch
WERB Univie (mögliche Fragen)
frau planlos
ME2 Theorie
Matin Shah
Korre - mögliche Fragen
Anna c.
Fend - 4 Funktionen von Schule
Josephine .
Onlinequiz zu MS-4.2 kapitel II
Deborah Büscher
Milchkunde 2019 - Vetie
Peter Christian Ponn
STADA Jörg Matthes 2021
Julia W.