Examen V

Descripción

Examen V
yennyyorlady
Test por yennyyorlady, actualizado hace más de 1 año
yennyyorlady
Creado por yennyyorlady hace más de 8 años
29
0

Resumen del Recurso

Pregunta 1

Pregunta
Which of these cannot be deactivated?
Respuesta
  • Validation rule
  • Workflow rule
  • Approval process
  • Sharing rule
  • Apex triggers
  • Escalation rule
  • Assignment rule
  • Auto-response rule.

Pregunta 2

Pregunta
An object can have
Respuesta
  • A master-detail relationship with itself
  • A lookup relationship with itself
  • Both of above are possible

Pregunta 3

Pregunta
A standard object can be a child object in a
Respuesta
  • master-detail relationship
  • lookup relationship
  • Both of above are possible

Pregunta 4

Pregunta
If a custom object is a child in a master-detail relationship, then its OWD setting is controlled by parent
Respuesta
  • True
  • False

Pregunta 5

Pregunta
In a workflow rule which of the following statements is true
Respuesta
  • Specifying at least one criterion is compulsory in the rule criteria section under Run this rule if the following criteria are met
  • Specifying criteria is optional in the rule criteria section under Run this rule if the following criteria are met' If no criteria are specified, then this workflow rule will execute for all records created of that object.

Pregunta 6

Pregunta
'New Meeting Request' button is available on the Open Activities related list on the detail pages of contacts, leads, and person accounts
Respuesta
  • True
  • False

Pregunta 7

Pregunta
Criteria based sharing rule is not available on which standard objects?
Respuesta
  • Account
  • Not available for Lead
  • Campaign. Available for Accounts
  • Contact
  • Opportunity
  • Case

Pregunta 8

Pregunta
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?
Respuesta
  • User Role
  • User License
  • User Profile

Pregunta 9

Pregunta
To remove Chatter tab from the top horizontal bar, remove it from the 'Selected Tabs' from 'Customize My Tabs' from the '+' sign. To remove Chatter link altogether for all profiles, go to Setup -> Customize -> Chatter -> Settings and uncheck 'Enable'. Now Chatter link will not be available even if the '+' sign is clicked. To remove Chatter link altogether only for a specific profile, go to Setup -> Manage Users -> Profiles -> -> Objects and Tabs -> Chatter -> Edit and select'
Respuesta
  • True
  • False

Pregunta 10

Pregunta
Any changes to records owned by a user are automatically followed on Chatter. To disable this feature, go to Setup -> My Chatter Settings -> My Feeds and check the checkbox for 'Stop automatically
Respuesta
  • True
  • False

Pregunta 11

Pregunta
Which are the two report folders to which all users have access?
Respuesta
  • Unfiled Public Reports
  • My Personal Custom Reports
  • Both of above are possible

Pregunta 12

Pregunta
If the email id of an inactive user in Salesforce is changed then:
Respuesta
  • An email is sent immediately to the new email id for verifying the new email id.
  • An email is sent to the new email id for verifying the new email id only when the user is activated.
  • An email is NOT sent to the new email id for verifying the new email id as the email id was changed when the user was inactive. Such a mail would be sent only if the email id of an active user is changed

Pregunta 13

Pregunta
A file which is private:
Respuesta
  • Can always be viewed by only the owner of the file
  • Can always be viewed by the owner of the file and by any user who has the 'Modify All Data' permission.
  • Depends.

Pregunta 14

Pregunta
Mail Merge process: About the mail merge process and merge fields A mail merge is the process of generating form letters and other Microsoft Word documents that are personalized for the recipient, who is often a contact or lead. The content of each document is predefined in a mail merge template. Mail merge templates include variables called merge fields where data from your Salesforce records — for example a contact's name and address—displays in the generated document.
Respuesta
  • True
  • False

Pregunta 15

Pregunta
An Account record is owned by user A. For user B the 'Sharing' option would appear on this record if
Respuesta
  • User B has 'View All' permission at profile level for Account
  • User B has 'Modify All' permission at profile level for Account
  • OWD of Account is public read/writ
  • User B has 'Delete' permission at profile level for Account

Pregunta 16

Pregunta
In order to make sure that sharing rules are calculated and acknowledged as they should be, recalculate the rules. Recalculate sharing rules by: a. Navigate to Setup| Security Controls| Sharing Settings b. Under the object where the sharing rule was created or deleted, click on 'Recalculate'. This will reset the record permissions for the object.
Respuesta
  • True
  • False

Pregunta 17

Pregunta
There might be another active workflow rule on the same object which might be giving an output which is conflicting with the output of this workflow rule by updating the same field in some other way. De activate the other workflow rule or check the business logic as to why we are doing multiple field updates on the same field.
Respuesta
  • True
  • False

Pregunta 18

Pregunta
The workflow actions within a workflow rule execute in the order in which they are created.
Respuesta
  • True
  • False

Pregunta 19

Pregunta
If multiple active workflow rules are present on an object, then these workflow rules will execute in the order in which they have been created.
Respuesta
  • True
  • False

Pregunta 20

Pregunta
An opportunity is triggering a workflow rule that is set to evaluate. When a record is created, or when a record is edited and did not previously meet the rule criteria'. The opportunity previously met the workflow criteria so the workflow rule should not trigger now. But the workflow rule is being triggered. This can happen when the account that the opportunity is related to is changed. Doing this will re-parent the opportunity and thus all 'on-create' workflow rules will trigger
Respuesta
  • True
  • False

Pregunta 21

Pregunta
A manual sharing can be created using the Apex Data Loader.
Respuesta
  • True
  • False

Pregunta 22

Pregunta
A manual sharing can be created for a standard or custom object u sing the Apex Data Loader
Respuesta
  • True
  • False

Pregunta 23

Pregunta
Which of these standard objects cannot be shared? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Respuesta
  • Product
  • User
  • Contract

Pregunta 24

Pregunta
Which of these records can be activated? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Respuesta
  • Product
  • Contract
  • User
  • Campaign

Pregunta 25

Pregunta
Which of these records cannot be deactivated once activated?
Respuesta
  • Product
  • Contract
  • Campaign

Pregunta 26

Pregunta
Account object has a custom field 'Tax' of type number. Some account records are present in Salesforce which do not have any value in this field. This custom field is now made a required field by editing it. The editing will fail as some records are present which do not have a value for this field.
Respuesta
  • True
  • False

Pregunta 27

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

Pregunta 28

Pregunta
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:
Respuesta
  • The Tax field of Acc2 will get the value 89 and all accounts created henceforth will have the default value 89 in this Tax field
  • The Tax field of Acc2 will r

Pregunta 29

Pregunta
For manual sharing of any account record, by default the owner of the record has Full Access to the account record and has Read/Write access on the related contacts, opportunities, cases. The Read/Write access on the related contacts, opportunities, cases can be made more restrictive for the owner like read-only by creating a new manual sharing rule for that account record and selecting the owner's name from within the Users list.
Respuesta
  • True
  • False

Pregunta 30

Pregunta
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.
Respuesta
  • Only i
  • Only ii
  • Both i and ii
  • Neither i nor ii

Pregunta 31

Pregunta
Sales Stages refer to Stage picklist of opportunity
Respuesta
  • True
  • False

Pregunta 32

Pregunta
A master object cannot have more than two detail objects through master-detail relationship as at the most 2 master-detail relationships are allowed per object.
Respuesta
  • True
  • False

Pregunta 33

Pregunta
field marked as required while creating the field can be removed from some page layouts
Respuesta
  • True
  • False

Pregunta 34

Pregunta
A workflow rule can have a workflow action of type 'Field Update' to determine which record type should be assigned to the created record.
Respuesta
  • True
  • False

Pregunta 35

Pregunta
Which record type will get assigned to a record being created?
Respuesta
  • Record type assigned by user while creating the record
  • Record type assigned by workflow rule using workflow action of type ‘Field Update’.

Pregunta 36

Pregunta
The various ways of making a tab (say Leads) hidden for any profile: Make it ‘Tab Hidden’ at profile level. (Other options are ‘Default On’ and ‘Default Off’). Remove Read access on Leads at the profile level. The tab automatically becomes hidden for that profile.
Respuesta
  • True
  • False

Pregunta 37

Pregunta
Queues exist for which objects?
Respuesta
  • Queues exist for
  • Emails
  • Cases and custom objects
  • Leads

Pregunta 38

Pregunta
Opportunities are usually influenced by more than one campaign, the campaign influence feature allows you to manually or automatically associate multiple influential campaigns to a single opportunity.
Respuesta
  • True
  • False

Pregunta 39

Pregunta
If a Custom Summary Field/Formula is created in a Custom Report, then which operations can be performed by this field on any of the fields of the primary object or related object?
Respuesta
  • Sum
  • Largest value
  • Smallest Value
  • Average

Pregunta 40

Pregunta
Custom Summary Field/Formula is available only in report generated from Custom Report Type using with or without relationship with some other object.
Respuesta
  • True
  • False

Pregunta 41

Pregunta
An account record can have an Account Team working on that account. Account team role decides what role any Account Team Member plays in that Account Team. ‘Account Team’ is a related list on any account record. ‘Contact Roles’ is also a related list on an account record which is distinct from the ‘Contacts’ related list. Any contact can be added to the ‘Contact Roles’ related list along with specifying what role that contact plays on that account.
Respuesta
  • True
  • False

Pregunta 42

Pregunta
Price Books are a list of products with specifically defined unit price s and currencies. A price book can be set up for multiple currencies. When organizing products into price books,keep in mind that an o opportunity or quote can include products only from a single price book. To add or edit products in a price book, click the price book name.
Respuesta
  • True
  • False

Pregunta 43

Pregunta
'Quote Line Items' is a related list on a quote. A quote can be treated for an opportunity. For adding a Quote Line Item to the 'Quote Li ne Items' related list, click on 'Add Line Item'. Then select any one price book. Then select any of the products available in that price book. Modify the prices if required and specify quantity for each product. A Line Item in the 'Quote Line Items' related list is nothing but a product from the Price Book selected for this Quote.
Respuesta
  • True
  • False

Pregunta 44

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

Pregunta 45

Pregunta
Which elements can be stored in folders?
Respuesta
  • Reports
  • dashboards
  • documents

Pregunta 46

Pregunta
Files tab shows files from:
Respuesta
  • Documents
  • Salesforce CRM content from the libraries one is a member of from one’s personal libraries
  • Files from chatter from the groups one is a member of

Pregunta 47

Pregunta
When loading a new account using Apex Data Loader and specifying the owner id to whom the account should belong, under which of these cases, the data load will fail? i. The owner id is an invalid id. There is no user in salesforce with this id ii. The owner id belongs to an inactive user.
Respuesta
  • i only
  • ii only
  • both a and b

Pregunta 48

Pregunta
Under which of these cases the deletion of an account will fail? i) The account has a related case ii) The account has a related entitlement
Respuesta
  • i only
  • ii only
  • both a and b

Pregunta 49

Pregunta
When leads/cases are loaded using the Apex Data Loader, there is no provision for providing ‘true’ value for the ‘Assign using active assignment rule’ checkbox. So the leads/cases always get assigned to the user who is doing the data load operation.
Respuesta
  • True
  • False

Pregunta 50

Pregunta
Process Visualizer used for: It is used to view the graphical representation of an Approval Process. It can be launched by clicking the ‘View Diagram’ button on the Approval Process detail page. A section called Legend gives a summary of the icons used in the approval process.
Respuesta
  • True
  • False

Pregunta 51

Pregunta
the difference between Apex Data Loader and Import Wizard as far as displaying error messages is concerned: Apex Data Loader Always gives error messages for failures. Error message given if text value provided in field of type number and loading of the record fails irrespective of whether the field is a compulsorily required field or not. Import Wizard. Is not consistent in giving error messages. For example, if a text value is specified in a field of type number (PAN number custom field created on Contact of type Number),
Respuesta
  • True
  • False

Pregunta 52

Pregunta
The difference between Apex Data Loader and Import Wizard as far as record loading is concerned: Apex Data Loader,Loading of a record fails if even one column/field has invalid data in it. Import Wizard,Inconsistent behavior. Sometimes the field with invalid data is not loaded but the remaining record gets loaded as mentioned above when text value was provided in a field of type number but the field was not a compulsorily required field. The record loading fails if this field is made a compulsorily required field.
Respuesta
  • True
  • False

Pregunta 53

Pregunta
is the difference between Apex Data Loader and Import Wizard as far as generating extra accounts is concerned: Apex Data Loader If Salesforce account ID is specified incorrectly while loading contact, then loading of contact fails as no account exists in Salesforce with this account ID. Import Wizard. If account name is specified incorrectly while loading contact, then new account gets generated with the new name.
Respuesta
  • True
  • False

Pregunta 54

Pregunta
Among two records related by master – detail relationship, the detail record can have an owner which is different from the owner of the master record.
Respuesta
  • True
  • False

Pregunta 55

Pregunta
Users or contacts can be added to the ‘Account Team’ of an account.
Respuesta
  • True
  • False

Pregunta 56

Pregunta
A user is facing issues while logging in to Salesforce. What should the administrator do?
Respuesta
  • Check if the user is using the correct URL’s for Salesforce. Check ifthe user is using the correct User Name and Password for that environment. Check the user’s login history from Setup - > Manage Users -> Login History Check if any login in hour restrictions or login IP address restrictions exist on the profile to which the user belongs from Setup -> Manage Users -> Profiles - > -> Login Hours and Setup -> Login IP Ranges Check if there is
  • Check if the user is using the correct URL’s for Salesforce. Check ifthe user is using the correct User Name and Password for that environment. Check the user’s login history from Setup - > Manage Users -> Login History Check if any login in hour restrictions or login IP address restrictions exist on the profile to which the user belongs from Setup -> Manage Users -> Profiles - > -> Login Hours and Setup -> Manage Users -> Profiles -> -> Login IP Ranges Check if there is

Pregunta 57

Pregunta
Which of these values can a ‘if’ function used in a validation rule have in either the 2nd or the 3rd parameter?
Respuesta
  • true
  • false
  • 1
  • 0
  • null

Pregunta 58

Pregunta
Salesforce to Salesforce allows you to share records with businesspartners that use salesforce.com.
Respuesta
  • True
  • False

Pregunta 59

Pregunta
A record type for opportunity can be created before creating any Sales Process for opportunity
Respuesta
  • At least 1 Sales Process has to exist for being able to createa record type on opportunity. Same applies for Lead Process of Leads & Lead Record Type, Support Process of Cases & Case Record Type, Solution Process of Solution & Solution Record Type.
  • It is not necessary to have a sales process to create such an opportunity registration. Same applies for Lead Process of Leads & Lead Record Type, Support Process of Cases & Case Record Type, Solution Process of Solution & Solution Record Type.

Pregunta 60

Pregunta
A single Sales Process can be assigned to multiple opportunity record types
Respuesta
  • True
  • False
Mostrar resumen completo Ocultar resumen completo

Similar

La Biología
maya velasquez
Qué Carrera Estudiar
maya velasquez
Sistema nervioso
crisferroeldeluna
Sub-Disciplinas de la Antropologia
Carlos Botero
REVOLUCIÓN RUSA (1917)
coorprogresistal
PINTURAS FAMOSAS: Título y Autor...
Ulises Yo
INCONTINENCIA Y PROLAPSO
Luz Moor
Mapas Conceptuales con GoConqr
Diego Santos
La educación física durante toda la historia
haroldjhonny
Tipos de Investigación Científica
Karen Dubón
Texto Narrativo
Diana Banda