Examen VI

Beschreibung

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

Zusammenfassung der Ressource

Frage 1

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

Frage 2

Frage
Specifying entry criteria is compulsory for:
Antworten
  • Workflow rule
  • Approval process
  • Both

Frage 3

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

Frage 4

Frage
Which of these can be cloned?
Antworten
  • Workflow rule
  • Approval process
  • Both of above

Frage 5

Frage
Can attachments to Salesforce records be attached using the Apex Data Loader?
Antworten
  • 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

Frage 6

Frage
For which objects is field history tracking available & for which is it not available?
Antworten
  • 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

Frage 7

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

Frage 8

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

Frage 9

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

Frage 10

Frage
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?
Antworten
  • 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

Frage 11

Frage
For which objects quick create is available?
Antworten
  • Lead
  • account
  • contact
  • forecast
  • opportunity

Frage 12

Frage
What are the drawbacks of quick create?
Antworten
  • 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.

Frage 13

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

Frage 14

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

Frage 15

Frage
Can a single permission set be assigned to users of different profiles
Antworten
  • True
  • False

Frage 16

Frage
Which objects are available while importing data using the import wizard?
Antworten
  • Lead
  • Account
  • Contact
  • Solution
  • Custom objects

Frage 17

Frage
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?
Antworten
  • 13:00
  • 17:30

Frage 18

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

Frage 19

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

Frage 20

Frage
While creating record type specifying associated process is compulsory. So process has to be created first.
Antworten
  • True
  • False

Frage 21

Frage
What are the advantages of using Chatter Desktop over using the in-app Chatter?
Antworten
  • 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

Frage 22

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

Frage 23

Frage
Using workflow rule field update action on a child object, any field of its parent can be given a value.
Antworten
  • True
  • False

Frage 24

Frage
While converting a lead
Antworten
  • 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

Frage 25

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

Frage 26

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

Frage 27

Frage
From where would you add the Default Account Team?
Antworten
  • From Setup > My Personal Information > Personal Information > Default Account Team related list
  • From My Personal Information > Personal Information > Default Account Team related list

Frage 28

Frage
While creating a list view for opportunities if the filter chosen is “My Opportunity Teams” then this list view will list these opportunities:
Antworten
  • 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

Frage 29

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

Frage 30

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

Frage 31

Frage
On the Campaign detail page, the ‘Campaign Members’ related list refers to the people:
Antworten
  • 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

Frage 32

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

Frage 33

Frage
Files tab is available:
Antworten
  • By default
  • Only after Chatter is enabled (from Setup > Customize > Chatter > Settings)

Frage 34

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

Frage 35

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

Frage 36

Frage
How to find out if SFDC environment uses packages?
Antworten
  • Create > Packages
  • Go to Setup > Create > Packages

Frage 37

Frage
Which of the following is not standard salesforce.com functionality?
Antworten
  • Email to lead
  • Email to case
  • Web to lead
  • Web to case

Frage 38

Frage
Which are the types of page layouts?
Antworten
  • Detail
  • mini
  • console

Frage 39

Frage
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?
Antworten
  • User
  • Manager

Frage 40

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

Frage 41

Frage
How many maximum cross object formula fields are allowed in an object?
Antworten
  • 20
  • 10
  • 30

Frage 42

Frage
What is the name of the default public group to which all users are added?
Antworten
  • All Internal Users
  • All Users

Frage 43

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

Frage 44

Frage
What levels of access can be granted using manual sharing?
Antworten
  • Read-Only
  • Read/Write
  • Full Access

Frage 45

Frage
How many permission sets can you have in an organization?
Antworten
  • 2000
  • 1000
  • 50000

Frage 46

Frage
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.
Antworten
  • A,B,C
  • B,C,A
  • A,C,B
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Quiz-Allgemeinwissen
AntonS
soziale Ungleichheit
Melanie Najm
Politik von Bismarck
fio xxx
Zivilrecht - Gesellschaftsrecht Streitigkeiten
myJurazone
Klausur Thrombose 1.3.3.b
Kevin Kuncic
Online Karteikarten im Klassenraum
Laura Overhoff
Blut und Blutkreislauf
Ulrike Renauer
Φαρμακολογια 1 Β
Lampros Dimakopoulos
MEKO WS 18/19
max knoll
Vetie: spez Patho 2018
Johanna Tr
Vetie Geflügel 2019
Mascha K.