Examen III

Beschreibung

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

Zusammenfassung der Ressource

Frage 1

Frage
What are the limits for Visualforce pages?
Antworten
  • Up to 10 Mb of content, can display up to 50Mb of data
  • Up to 1Mb of content, can display up to 15Mb of data

Frage 2

Frage
What are Visualforce Controllers?
Antworten
  • A set of instructions that specify what happens when a user interacts with the components specified in the page.
  • It is a set of objects and components

Frage 3

Frage
What attributes are required for the component?
Antworten
  • Name
  • Own
  • Entity Id

Frage 4

Frage
What attribute of the component can be used to hide the related lists
Antworten
  • Related List
  • Hidden

Frage 5

Frage
What attribute of the component can be used to hide the sidebar?
Antworten
  • sidebar
  • hidden

Frage 6

Frage
What are static resources?
Antworten
  • Controller
  • Uploaded content that can be referenced in a Visualforce page

Frage 7

Frage
Where can you access and create new static resources?
Antworten
  • In the Setup menu, under Develop, Static Resources
  • In the Setup menu, Static Resources

Frage 8

Frage
What does development mode enable? (Select all that apply)
Antworten
  • Inline editor
  • File check In and out
  • Page creation
  • Development sandbox

Frage 9

Frage
What type of content can be include in Visualforce pages? (Select all that apply.)
Antworten
  • Text
  • HTML
  • JavaScript
  • Flash

Frage 10

Frage
Which of the following best defines controllers?
Antworten
  • A set of instructions specifying what happens when a user interacts with the components specified in the page. Available for all standard and custom objects.
  • These contain the code for displaying a custom user Interface, and are a combination of standard Web technologies such as HTML JavaScript (including AJAX), and Flex
  • These are either standard or custom UI const

Frage 11

Frage
Script tags allow you to create JavaScript (or other types of) functions that can be used with in your pages.
Antworten
  • True
  • False

Frage 12

Frage
You can only use Style tags to change the look and feel of a page.
Antworten
  • True
  • False

Frage 13

Frage
You can use the component to deploy a flow within a Visualforce page
Antworten
  • True
  • False

Frage 14

Frage
What is Connect Offline?
Antworten
  • Connect Offline is a client application that lets you access a subset of Salesforce records using the same browser-based interface as the online system but without an Internet connection.
  • Connect Offline is a component that lets you connect with other objects without internet

Frage 15

Frage
Which are the types of Assignment Rules?
Antworten
  • Lead Assignment Rules
  • Case Assignment Rules
  • Account Assignment Rules

Frage 16

Frage
Which are the types of auto-response rules?
Antworten
  • Lead auto-response rule
  • Case auto-response rule

Frage 17

Frage
Which Assignment Rule is available only if territory management is enabled?
Antworten
  • Contact Assignment Rule
  • Account Assignment Rule

Frage 18

Frage
Which are the types of teams?
Antworten
  • Sales Teams to work on Opportunities
  • Case Teams to work on Cases
  • Account Teamsto work on Accounts. Sales Team is now called as Opportunity Team.

Frage 19

Frage
Which are the desktop clients that integrate Salesforce with your PC?
Antworten
  • Connect for Outlook
  • Connect for Lotus Notes
  • Connect for Office
  • Connect Offline

Frage 20

Frage
Which are the ways to mass delete records?
Antworten
  • Using Apex Data Loader or from Setup
  • Using VisualForce

Frage 21

Frage
Which are the Standard profiles?
Antworten
  • System Administrator
  • Contact Manager
  • Solution Manager
  • Sale User
  • Standard User
  • Read Only
  • Marketing User
  • Contract Manager

Frage 22

Frage
Out of the custom field types which is not available during data loading using Apex Data Loader?
Antworten
  • Auto-number
  • Id

Frage 23

Frage
Which operations are available in roll-up summary field?
Antworten
  • sum
  • max
  • avg
  • min
  • group

Frage 24

Frage
Which field type is not available while creating a new custom field in a newly created custom object?
Antworten
  • roll-up summary field
  • master-detail field

Frage 25

Frage
The differences between lookup relationship and master-detail relationship: In master-detail relationship if parent record is deleted, then all the associated child records get deleted. In lookup relationship if parent record is deleted, then all the associated child records are not deleted. In master-detail relationship each child record must compulsorily have a parent record. In lookup relationship child records can exist without having parent record. Roll-up summary field is available for master-detail relationship only.
Antworten
  • True
  • False

Frage 26

Frage
When would creation of master-detail relationship fail?
Antworten
  • detail relationships. A standard object can be a child object only in a lookup relationship, not in a master-detail relationship.
  • detail relationships. A custom object can be a child object only in a lookup relationship, not in a master-detail relationship.

Frage 27

Frage
Up to how many custom fields in a standard or custom object can be marked as external id field?
Antworten
  • 3
  • 2
  • 1

Frage 28

Frage
A standard field can be marked as external id field.
Antworten
  • True
  • False

Frage 29

Frage
the difference between Export and Export All in Apex Data Loader: Deleted records are stored in Sales force for 45 days. In 'Export All' the deleted records also get exported. In ‘Export’ the deleted records do not get exported.
Antworten
  • True
  • False

Frage 30

Frage
If no record name is provided in the csv file while inserting a new record into Salesforce, then the record id value is put into the recordname field of this new record.
Antworten
  • True
  • False

Frage 31

Frage
Which are the standard fields of a custom object?
Antworten
  • Name
  • Owner
  • Created By
  • Last Modified By

Frage 32

Frage
Which of the standard fields of a custom object can be modified/specified during data load using Apex Data Loader?
Antworten
  • Name
  • Owner
  • ID

Frage 33

Frage
The order of evaluation for record viewing is: At profile level Read All or Modify All, Owner of record, Organization Wide Default, Role hierarchy, Sharing rules
Antworten
  • True
  • False

Frage 34

Frage
While adding a contact role to an Account which of these contacts a counter available?
Antworten
  • Contacts present in the related list of that Account
  • All Contacts from the Contact object.

Frage 35

Frage
What values are available for Field-level security?
Antworten
  • Visible
  • Hidden
  • Read-Only

Frage 36

Frage
If a field is marked as 'Visible' in 'Field-level security' and 'Read-Only' on the page layout, then how would the field be available to the end user as Visible (i.e. editable) or Read-Only?
Antworten
  • Visible
  • Read-Only

Frage 37

Frage
Which of these standard fields can be tracked through Field HistoryTracking?
Antworten
  • Name
  • Owner
  • Created By
  • Last Modified By

Frage 38

Frage
Which are the types of activities?
Antworten
  • tasks
  • calendar events
  • requested meetings
  • Approvals process

Frage 39

Frage
Which are the places where activities can be viewed?
Antworten
  • on the associated records
  • on the Approval process
  • on the Home tab

Frage 40

Frage
To remove field which is 'Always on Layout' on the page layout, go to each profile and in 'Field level security section' uncheck 'Visible' checkbox.
Antworten
  • True
  • False

Frage 41

Frage
To remove field which is 'Always on Layout' and 'Required' on the page layout, first make it not compulsorily value required by properties -> uncheck 'Required' on page layout itself (click on the wrench symbol next to the field on the page layout), then go to each profile and in 'Field level security section' uncheck 'Visible' checkbox.
Antworten
  • True
  • False

Frage 42

Frage
Standard picklist fields can be either controlling fields or dependent fields.
Antworten
  • True
  • False

Frage 43

Frage
Custom picklist fields can be either controlling or dependent fields.
Antworten
  • True
  • False

Frage 44

Frage
A field marked as 'Required' on an object (while creating the field itself on the object by checking the checkbox for ‘Required – Always require a value in this field in order to save a record’) can be overridden to make this field 'Read-Only' by checking the ‘Read-Only’ checkbox on the page layout.
Antworten
  • True
  • False

Frage 45

Frage
Record types can be used to determine
Antworten
  • picklist values
  • business processes (using different page layouts)
  • Both of above

Frage 46

Frage
A quote is a record showing proposed prices for products and services. You create a quote from an opportunity and its products. Each opportunity can have multiple associated quotes, and any one of them can be synced with the opportunity. When a quote and an opportunity are synced, any change to line items in the quote will sync with products on the opportunity, and vice versa. When your quote is complete, you can generate a PDF and email it to your customer
Antworten
  • True
  • False

Frage 47

Frage
Which of these can edit a record during an approval process?
Antworten
  • Only Administrator
  • Only Current approver
  • Both of above

Frage 48

Frage
Submitters can always recall approval requests.
Antworten
  • True
  • False

Frage 49

Frage
If the entry criteria for a step in an approval process are not met, then the record gets rejected.
Antworten
  • True
  • False

Frage 50

Frage
Initial Submission Actions, Final Approval Actions, Final Rejection Actions, Recall Actions, Approval Actions and Rejection Actions for each step in the approval process.
Antworten
  • True
  • False

Frage 51

Frage
If an approver rejects an approval request, then the final rejection actions are always executed.
Antworten
  • True
  • False

Frage 52

Frage
New approval steps can be added to an active approval process only if it is deactivated.
Antworten
  • True
  • False

Frage 53

Frage
Records can enter an approval process based on
Antworten
  • A. Based on criteria.
  • B. If 'All records enter this approval process' checkbox is checked, then all records of that object which are submitted for approval would enter this approval process.
  • Only A is valid
  • Only B is valid
  • Both A and B are valid

Frage 54

Frage
A workflow rule is triggered based on A) Based on criteria B) If 'All records enter this workflow rule' checkbox is checked, then all records created of that object would cause the workflow rule to be triggered.
Antworten
  • Only A is valid
  • Only B is valid
  • Both A and B are valid

Frage 55

Frage
Specifying entry criteria is compulsory for
Antworten
  • Workflow rule
  • Approval process
  • Both workflow rule and approval process
  • Neither workflow rule nor approval process

Frage 56

Frage
If the record submitted does not meet the entry criteria of any active approval process, then the record gets rejected
Antworten
  • True
  • False

Frage 57

Frage
Rollup summary can be created for
Antworten
  • Master-detail relationship
  • Lookup relationship
  • Both of above

Frage 58

Frage
To enforce data consistency using validation rule, which function should be used?
Antworten
  • VLOOKUP
  • Approvals process

Frage 59

Frage
To enforce data format using validation rule, function used REGEX
Antworten
  • True
  • False

Frage 60

Frage
Validation rule trigger assignment rule auto-response rule workflow rule Escalation rule
Antworten
  • True
  • False
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

Grundbegriffe der Kostenrechnung
etsab1982
Business Englisch
cathyc
Modul 2D FernUni Hagen Bourdieu
Anni T-Pünktchen
Kraftwerke und Stromsicherheit
Peter Kasebacher
OEKO UniVie
Magdalena Zöschg
Nathan der Weise Quiz
Laura Overhoff
KORRE VO - Fragenkatalog
Anja Freiler
Qualitative und Quantitative Forschungsmethoden
Clarissa Müller-Stengel
Chemieabitur 2016
peteka
Vetie Pharma 2015
Anna Auferkamp
Vetie Chirugie 2015
Svea Schill