Examen VI

Descrição

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

Resumo de Recurso

Questão 1

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

Questão 2

Questão
Specifying entry criteria is compulsory for:
Responda
  • Workflow rule
  • Approval process
  • Both

Questão 3

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

Questão 4

Questão
Which of these can be cloned?
Responda
  • Workflow rule
  • Approval process
  • Both of above

Questão 5

Questão
Can attachments to Salesforce records be attached using the Apex Data Loader?
Responda
  • The csv file would need to have these columns: the Salesforce ID of the parent record to which the attachment should be attached. For example, Account record ID 0019000000CZYfN Name The name with which this attachment should be saved in SFDC (We can give any name, not necessary it should be the file name) File Attachment1 IsPrivate 0 if the attachment is not private; 1 if it is private. OwnerId
  • The csv file would need to have these columns: ParentId – the Salesforce ID of the parent record to which the attachment should be attached. For example, Account record ID 0019000000CZYfN Name The name with which this attachment should be saved in SFDC (We can give any name, not necessary it should be the file name) File Attachment1 IsPrivate 0 if the attachment is not private; 1 if it is private. OwnerId

Questão 6

Questão
For which objects is field history tracking available & for which is it not available?
Responda
  • Field history tracking is available for Account, Leads, Contact, Opportunity, Cases, Contract, Solution, custom objects. It is not available for Activities, Campaign, Quotes, Product, Ideas, Asset, User
  • Field history tracking is available for Account, Leads, Contact, Opportunity, Cases, Users, Solution, custom objects. It is not available for Activities, Campaign, Quotes, Product, Ideas, Asset, Contract

Questão 7

Questão
A custom text field on Account ‘Location’ has a validation rule if(location__c == null || isblank(location__c), true, false) This field has been removed from the Account page layout. So error for this field will not be given when a new account record is being created.
Responda
  • True
  • False

Questão 8

Questão
If a submitted record meets entry criteria of multiple approval processes, then which approval process will it enter?
Responda
  • The first one
  • Randomly chosen one
  • Each one of them one after the other

Questão 9

Questão
A record created meets entry criteria of multiple workflow rules. Which of the workflow rules will execute?
Responda
  • The first one
  • Randomly chosen one
  • Each one of them one after the other

Questão 10

Questão
If there is a custom validation rule on a custom object Position for the custom text field Location to make sure that this field is not left blank, then what are the various ways of bypassing this validation rule?
Responda
  • Deactivate the validation rule
  • Provide a value to this field in the before insert/update trigger on the Location object if this field has been left blank.
  • activate the validation rule

Questão 11

Questão
For which objects quick create is available?
Responda
  • Lead
  • account
  • contact
  • forecast
  • opportunity

Questão 12

Questão
What are the drawbacks of quick create?
Responda
  • The fields which are displayed in the quick create page layout (e.g.while creating a new contact, if we use quick create to create a new account on the fly) can be modified/selected/chosen by us & validation rules don’t fire (for the account which is created quickly using quick create) which is a limitation of Salesforce.
  • The fields which are displayed in the quick create page layout (e.g.while creating a new contact, if we use quick create to create a new account on the fly) cannot be modified/selected/chosen by us & validation rules don’t fire (for the account which is created quickly using quick create) which is a limitation of Salesforce.

Questão 13

Questão
With Sales Process many different Sales Processes can be created with different values in the Stage picklist for each of them & they can be used interchangeably with any record type on a plug-n-play basis. Otherwise the values in the Stage picklist would have to be tediously modified each time if it were done using picklist available for editing for any record type.
Responda
  • True
  • False

Questão 14

Questão
If any workflow rule is having a task of send email in which a particular user is a recipient of that email, then that user can be deactivated only if the workflow rule is deactivated.
Responda
  • True
  • False

Questão 15

Questão
Can a single permission set be assigned to users of different profiles
Responda
  • True
  • False

Questão 16

Questão
Which objects are available while importing data using the import wizard?
Responda
  • Lead
  • Account
  • Contact
  • Solution
  • Custom objects

Questão 17

Questão
A UK user creates a task on a lead for an Indian user for 24/07/2012. The reminder for the task is scheduled for13:00 on 24/07/2012.The difference between UK time & India time is 4.5 hours. When the India user logs in, he will see the reminder scheduled for 13:00 or 17:30?
Responda
  • 13:00
  • 17:30

Questão 18

Questão
The lead validation rules trigger only if this option is checked on Customize > Leads > Settings ‘Enforce Validation and Triggers fromLead Convert
Responda
  • True
  • False

Questão 19

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

Questão 20

Questão
While creating record type specifying associated process is compulsory. So process has to be created first.
Responda
  • True
  • False

Questão 21

Questão
What are the advantages of using Chatter Desktop over using the in-app Chatter?
Responda
  • With Chatter Desktop, no installed browser is required (like IE or Google Chrome or Firefox) for accessing Chatter as it is a desktop application.
  • Chatter Desktop can be configured to start automatically when the machine starts, so no time waste logging into the SFDC environment

Questão 22

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

Questão 23

Questão
Using workflow rule field update action on a child object, any field of its parent can be given a value.
Responda
  • True
  • False

Questão 24

Questão
While converting a lead
Responda
  • The update trigger of lead will fire
  • The delete trigger of lead will fire
  • Both update trigger & delete t rigger of lead will fire
  • Neither update trigger nor delete trigger of lead will fire

Questão 25

Questão
A lead can have more than one values in the lead status picklist with the ‘Converted’ checkbox checked for them so that these values are available while converting the lead to be assigned to the ‘Status’ picklist as the converted status
Responda
  • True
  • False

Questão 26

Questão
Apex Scheduler code will execute first at the specified time. If the Apex Scheduler code causes updation of any record then the triggers & workflow rules for that object will execute.
Responda
  • True
  • False

Questão 27

Questão
From where would you add the Default Account Team?
Responda
  • From Setup > My Personal Information > Personal Information > Default Account Team related list
  • From My Personal Information > Personal Information > Default Account Team related list

Questão 28

Questão
While creating a list view for opportunities if the filter chosen is “My Opportunity Teams” then this list view will list these opportunities:
Responda
  • Opportunities owned by that user even if that user is not a member of the Opportunity Teams of those opportunities
  • Only those opportunities owned by that user in which he is also a member of the Opportunity Teams of those opportunities
  • Opportunities owned by that user or any other user in which he is a member of the Opp

Questão 29

Questão
If an opportunity team member is cloned (From the opportunity team related list of an opportunity record by clicking on the team member name & then clicking on ‘Clone’), a new user record gets created.
Responda
  • True
  • False

Questão 30

Questão
On the user detail page, the checkbox for ‘Marketing User’ is unchecked. A user has to be a Marketing User to be able to create a campaign.
Responda
  • True
  • False

Questão 31

Questão
On the Campaign detail page, the ‘Campaign Members’ related list refers to the people:
Responda
  • Who will be targeted by this campaign (for generating sales opportunities i.e. orders)
  • On whose behalf the emails etc. will be sent while executing this campaign

Questão 32

Questão
Files can be uploaded on Chatter from:
Responda
  • Files tab
  • Documents tab
  • Local file system of your computer
  • Attachments from the ‘Notes and Attachments’ related list

Questão 33

Questão
Files tab is available:
Responda
  • By default
  • Only after Chatter is enabled (from Setup > Customize > Chatter > Settings)

Questão 34

Questão
When the email ID of a user is changed then email with link to verify the change is sent to:
Responda
  • Only the new email ID
  • Only the old email ID
  • Both the old and the new email Ids

Questão 35

Questão
Mass email can be sent to Leads, Contacts and Cases. This is achieved by: Clicking the link ‘Mass Email Leads’ on the Leads tab. Clicking the link ‘Mass Email Contacts’ on the Contacts tab. Clicking the link ‘Mass Email Cases’ on the Cases tab.
Responda
  • True
  • False

Questão 36

Questão
How to find out if SFDC environment uses packages?
Responda
  • Create > Packages
  • Go to Setup > Create > Packages

Questão 37

Questão
Which of the following is not standard salesforce.com functionality?
Responda
  • Email to lead
  • Email to case
  • Web to lead
  • Web to case

Questão 38

Questão
Which are the types of page layouts?
Responda
  • Detail
  • mini
  • console

Questão 39

Questão
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?
Responda
  • User
  • Manager

Questão 40

Questão
Which object allows creation of a hierarchical relationship with itself? (Data type: Hierarchy)
Responda
  • User object (From Setup -> Customize -> Users -> Fields -> New)
  • User object ( Customize -> Users -> Fields -> New)

Questão 41

Questão
How many maximum cross object formula fields are allowed in an object?
Responda
  • 20
  • 10
  • 30

Questão 42

Questão
What is the name of the default public group to which all users are added?
Responda
  • All Internal Users
  • All Users

Questão 43

Questão
What levels of access can be granted using sharing rules?
Responda
  • Write-Only
  • Read/Write Granting ‘Full Access’ is not possible using sharing rules.
  • Read-Only

Questão 44

Questão
What levels of access can be granted using manual sharing?
Responda
  • Read-Only
  • Read/Write
  • Full Access

Questão 45

Questão
How many permission sets can you have in an organization?
Responda
  • 2000
  • 1000
  • 50000

Questão 46

Questão
What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.? A. Custom validation rules are executed like required field check validation rule. So in the before trigger you can assign value to any such field which was left blank while creating the record & the custom validation rule won't give error then. B. System validation rules are executed like data type checking of the field values. So error for text value in numeric field etc. C. Before triggers execute.
Responda
  • A,B,C
  • B,C,A
  • A,C,B

Semelhante

O Cortiço
Alessandra S.
FATORES NEUROPSICOLÓGICOS (anexo neuropsicologia)
Lorena S. Sousa
II GUERRA MUNDIAL
Luis Augusto Oliveira
Direito Penal
ERICA FREIRE
FCE Phrasal Verbs True or False Quiz
titaleoni
PLANO DE NEGÓCIOS
Einstein Menezes
PLANEJAMENTO DE LÍNGUA PORTUGUESA 2018 - 2ª ETAPA
Adriana Marcia Couto Poletti
Estatuto dos militares - Exercício 2
Ibsen Rodrigues Maciel
Questionário 1 - Introdução à Informática
Ederval Pablo Ferreira
Art. 5º da CF/88
Luís Felipe Mesiano
ACA - PARTE 1
Carlos Henrique Lima