Examen V

Descrição

Examen V
yennyyorlady
Quiz por yennyyorlady, atualizado more than 1 year ago
yennyyorlady
Criado por yennyyorlady mais de 8 anos atrás
29
0

Resumo de Recurso

Questão 1

Questão
Which of these cannot be deactivated?
Responda
  • Validation rule
  • Workflow rule
  • Approval process
  • Sharing rule
  • Apex triggers
  • Escalation rule
  • Assignment rule
  • Auto-response rule.

Questão 2

Questão
An object can have
Responda
  • A master-detail relationship with itself
  • A lookup relationship with itself
  • Both of above are possible

Questão 3

Questão
A standard object can be a child object in a
Responda
  • master-detail relationship
  • lookup relationship
  • Both of above are possible

Questão 4

Questão
If a custom object is a child in a master-detail relationship, then its OWD setting is controlled by parent
Responda
  • True
  • False

Questão 5

Questão
In a workflow rule which of the following statements is true
Responda
  • 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.

Questão 6

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

Questão 7

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

Questão 8

Questão
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?
Responda
  • User Role
  • User License
  • User Profile

Questão 9

Questão
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'
Responda
  • True
  • False

Questão 10

Questão
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
Responda
  • True
  • False

Questão 11

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

Questão 12

Questão
If the email id of an inactive user in Salesforce is changed then:
Responda
  • 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

Questão 13

Questão
A file which is private:
Responda
  • 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.

Questão 14

Questão
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.
Responda
  • True
  • False

Questão 15

Questão
An Account record is owned by user A. For user B the 'Sharing' option would appear on this record if
Responda
  • 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

Questão 16

Questão
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.
Responda
  • True
  • False

Questão 17

Questão
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.
Responda
  • True
  • False

Questão 18

Questão
The workflow actions within a workflow rule execute in the order in which they are created.
Responda
  • True
  • False

Questão 19

Questão
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.
Responda
  • True
  • False

Questão 20

Questão
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
Responda
  • True
  • False

Questão 21

Questão
A manual sharing can be created using the Apex Data Loader.
Responda
  • True
  • False

Questão 22

Questão
A manual sharing can be created for a standard or custom object u sing the Apex Data Loader
Responda
  • True
  • False

Questão 23

Questão
Which of these standard objects cannot be shared? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Responda
  • Product
  • User
  • Contract

Questão 24

Questão
Which of these records can be activated? Account, Opportunity, Lead, Case, Product, Campaign, Contract, Contact
Responda
  • Product
  • Contract
  • User
  • Campaign

Questão 25

Questão
Which of these records cannot be deactivated once activated?
Responda
  • Product
  • Contract
  • Campaign

Questão 26

Questão
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.
Responda
  • True
  • False

Questão 27

Questão
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.
Responda
  • True
  • False

Questão 28

Questão
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:
Responda
  • 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

Questão 29

Questão
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.
Responda
  • True
  • False

Questão 30

Questão
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.
Responda
  • Only i
  • Only ii
  • Both i and ii
  • Neither i nor ii

Questão 31

Questão
Sales Stages refer to Stage picklist of opportunity
Responda
  • True
  • False

Questão 32

Questão
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.
Responda
  • True
  • False

Questão 33

Questão
field marked as required while creating the field can be removed from some page layouts
Responda
  • True
  • False

Questão 34

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

Questão 35

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

Questão 36

Questão
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.
Responda
  • True
  • False

Questão 37

Questão
Queues exist for which objects?
Responda
  • Queues exist for
  • Emails
  • Cases and custom objects
  • Leads

Questão 38

Questão
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.
Responda
  • True
  • False

Questão 39

Questão
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?
Responda
  • Sum
  • Largest value
  • Smallest Value
  • Average

Questão 40

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

Questão 41

Questão
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.
Responda
  • True
  • False

Questão 42

Questão
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.
Responda
  • True
  • False

Questão 43

Questão
'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.
Responda
  • True
  • False

Questão 44

Questão
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.
Responda
  • True
  • False

Questão 45

Questão
Which elements can be stored in folders?
Responda
  • Reports
  • dashboards
  • documents

Questão 46

Questão
Files tab shows files from:
Responda
  • 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

Questão 47

Questão
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.
Responda
  • i only
  • ii only
  • both a and b

Questão 48

Questão
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
Responda
  • i only
  • ii only
  • both a and b

Questão 49

Questão
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.
Responda
  • True
  • False

Questão 50

Questão
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.
Responda
  • True
  • False

Questão 51

Questão
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),
Responda
  • True
  • False

Questão 52

Questão
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.
Responda
  • True
  • False

Questão 53

Questão
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.
Responda
  • True
  • False

Questão 54

Questão
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.
Responda
  • True
  • False

Questão 55

Questão
Users or contacts can be added to the ‘Account Team’ of an account.
Responda
  • True
  • False

Questão 56

Questão
A user is facing issues while logging in to Salesforce. What should the administrator do?
Responda
  • 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

Questão 57

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

Questão 58

Questão
Salesforce to Salesforce allows you to share records with businesspartners that use salesforce.com.
Responda
  • True
  • False

Questão 59

Questão
A record type for opportunity can be created before creating any Sales Process for opportunity
Responda
  • 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.

Questão 60

Questão
A single Sales Process can be assigned to multiple opportunity record types
Responda
  • True
  • False

Semelhante

Artigo Científico p/ TCC
Candido Gabriel
Matemática Básica
Alessandra S.
Quimica Inorganica
jaaziel.telles
Plano de Estudo Vestibular- Semana 1
Alessandra S.
Temas mais cobrados em Química
Marina Faria
Plano de estudos: História Geral
Marina Amaral
Projeto Med 2015: História e Geografia
elisacoltro
TÉCNICAS DE ESTUDO
Rafael Fernando
Planejamento e Controle da Produção
Luciana Amaral Pereira Freire
Organização Administrativa
Arthur Souza