Examen III

Descripción

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

Resumen del Recurso

Pregunta 1

Pregunta
What are the limits for Visualforce pages?
Respuesta
  • 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

Pregunta 2

Pregunta
What are Visualforce Controllers?
Respuesta
  • 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

Pregunta 3

Pregunta
What attributes are required for the component?
Respuesta
  • Name
  • Own
  • Entity Id

Pregunta 4

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

Pregunta 5

Pregunta
What attribute of the component can be used to hide the sidebar?
Respuesta
  • sidebar
  • hidden

Pregunta 6

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

Pregunta 7

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

Pregunta 8

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

Pregunta 9

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

Pregunta 10

Pregunta
Which of the following best defines controllers?
Respuesta
  • 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

Pregunta 11

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

Pregunta 12

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

Pregunta 13

Pregunta
You can use the component to deploy a flow within a Visualforce page
Respuesta
  • True
  • False

Pregunta 14

Pregunta
What is Connect Offline?
Respuesta
  • 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

Pregunta 15

Pregunta
Which are the types of Assignment Rules?
Respuesta
  • Lead Assignment Rules
  • Case Assignment Rules
  • Account Assignment Rules

Pregunta 16

Pregunta
Which are the types of auto-response rules?
Respuesta
  • Lead auto-response rule
  • Case auto-response rule

Pregunta 17

Pregunta
Which Assignment Rule is available only if territory management is enabled?
Respuesta
  • Contact Assignment Rule
  • Account Assignment Rule

Pregunta 18

Pregunta
Which are the types of teams?
Respuesta
  • 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.

Pregunta 19

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

Pregunta 20

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

Pregunta 21

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

Pregunta 22

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

Pregunta 23

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

Pregunta 24

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

Pregunta 25

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

Pregunta 26

Pregunta
When would creation of master-detail relationship fail?
Respuesta
  • 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.

Pregunta 27

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

Pregunta 28

Pregunta
A standard field can be marked as external id field.
Respuesta
  • True
  • False

Pregunta 29

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

Pregunta 30

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

Pregunta 31

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

Pregunta 32

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

Pregunta 33

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

Pregunta 34

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

Pregunta 35

Pregunta
What values are available for Field-level security?
Respuesta
  • Visible
  • Hidden
  • Read-Only

Pregunta 36

Pregunta
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?
Respuesta
  • Visible
  • Read-Only

Pregunta 37

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

Pregunta 38

Pregunta
Which are the types of activities?
Respuesta
  • tasks
  • calendar events
  • requested meetings
  • Approvals process

Pregunta 39

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

Pregunta 40

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

Pregunta 41

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

Pregunta 42

Pregunta
Standard picklist fields can be either controlling fields or dependent fields.
Respuesta
  • True
  • False

Pregunta 43

Pregunta
Custom picklist fields can be either controlling or dependent fields.
Respuesta
  • True
  • False

Pregunta 44

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

Pregunta 45

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

Pregunta 46

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

Pregunta 47

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

Pregunta 48

Pregunta
Submitters can always recall approval requests.
Respuesta
  • True
  • False

Pregunta 49

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

Pregunta 50

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

Pregunta 51

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

Pregunta 52

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

Pregunta 53

Pregunta
Records can enter an approval process based on
Respuesta
  • 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

Pregunta 54

Pregunta
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.
Respuesta
  • Only A is valid
  • Only B is valid
  • Both A and B are valid

Pregunta 55

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

Pregunta 56

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

Pregunta 57

Pregunta
Rollup summary can be created for
Respuesta
  • Master-detail relationship
  • Lookup relationship
  • Both of above

Pregunta 58

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

Pregunta 59

Pregunta
To enforce data format using validation rule, function used REGEX
Respuesta
  • True
  • False

Pregunta 60

Pregunta
Validation rule trigger assignment rule auto-response rule workflow rule Escalation rule
Respuesta
  • True
  • False
Mostrar resumen completo Ocultar resumen completo

Similar

Independencia de los paises latinoamericanos
Estefani Tretto
Esquema resumen de la Prehistoria
Francisco Ayén
Sub-Disciplinas de la Antropologia
Carlos Botero
Contexto histórico-cultural de Platón. 2º de Bachillerato.
smael Montesinos
vocabulario Tema 2 INGLES
alba mateos figueroa
ESTILOS DE ARQUITECTURA
andres silva a
Tipos de Sociedades
Nicolas Omana
Linea del tiempo de la Ecología
sha_sonia7631
LA ACCIÓN DE TUTELA EN EL ORDENAMIENTO CONSTITUCIONAL COLOMBIANO
juli_franco98
Unit 1. Databases and electronic libraries for English Studies
mgr UNED