Examen I

Descripción

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

Resumen del Recurso

Pregunta 1

Pregunta
What is the Declarative Interface?
Respuesta
  • Write custom business logic
  • Create pages with custom look and feel
  • A browser based powerful point and click tool. It makes configuring, customizing and building applications quick and easy

Pregunta 2

Pregunta
What can you do with Apex?
Respuesta
  • Write custom business logic
  • Create pages with custom look and feel
  • User Interface

Pregunta 3

Pregunta
What can be done with Visualforce?
Respuesta
  • Load large amounts of data into the system
  • Create pages with custom look and feel
  • Workflow

Pregunta 4

Pregunta
With Metadata API you can move configuration changes between sandbox and production environments:
Respuesta
  • True
  • False

Pregunta 5

Pregunta
What can be done with Bulk API?
Respuesta
  • Load large amounts of data into the system
  • Business Data
  • Data Model

Pregunta 6

Pregunta
Which of the following are the 3 layers of an application? (Select all that apply)
Respuesta
  • User Interface
  • Business Logic
  • Business Data
  • Data Model E. Objects

Pregunta 7

Pregunta
Data and process-centric applications are best suited for Force.com.
Respuesta
  • True
  • False

Pregunta 8

Pregunta
List the 3 layers of the Tiered design model.
Respuesta
  • User Interface
  • Business Logic
  • Businnes Data
  • Data Model

Pregunta 9

Pregunta
What are the 4 Declarative Application building blocks of the User Interface? (Select all that apply)
Respuesta
  • Visualforce Pages
  • Applications
  • Tabs
  • Workflow
  • Page Layouts
  • Record Types

Pregunta 10

Pregunta
List the 3 Declarative Application building blocks of Business Logic
Respuesta
  • Workflow
  • Approval Processes
  • Visual Force
  • Validation Rules

Pregunta 11

Pregunta
List the 3 Declarative Application building blocks of The Data Model.
Respuesta
  • Objects
  • Validation rules
  • Relationships
  • Fields

Pregunta 12

Pregunta
Building your Data Model What are the 2 types of objects?
Respuesta
  • Standard objects
  • Organization objects
  • Custom objects

Pregunta 13

Pregunta
Building your Data Model True or False The limit on the number of custom fields per object depends on the Salesforce edition.
Respuesta
  • True
  • False

Pregunta 14

Pregunta
Encrypted fields can be edited regardless of whether you have the "View Encrypted Data" permission
Respuesta
  • True
  • False

Pregunta 15

Pregunta
How can you prevent an encrypted field from being edited?
Respuesta
  • Validation rules, Field level security y Page layout settings
  • Users with the "View Encrypted Data" permission

Pregunta 16

Pregunta
Building your Data Model Who can view encrypted fields?
Respuesta
  • Users with validation rules
  • Users with the "View Encrypted Data" permission

Pregunta 17

Pregunta
Building your Data Model Describe 3 limitations of encrypted fields
Respuesta
  • Cannot be unique
  • Cannot be repeated
  • Cannot be an external Id
  • Cannot have default values

Pregunta 18

Pregunta
Which of the following are true about custom objects? (Select all that apply):
Respuesta
  • Salesforce provides a set of custom objects that you can use to store data.
  • After you create a custom object, you need to add the user interface.
  • Custom objects come with an infrastructure including reporting, auditing and access control
  • When you create a custom object, you get a direct access to the database.
  • Custom objects are reportable and search

Pregunta 19

Pregunta
Identify the correct statements about dependent picklists (Select all that apply):
Respuesta
  • Standard picklists can be controlling fields but not dependent fields
  • The maximum number of values allowed in a controlling field is 400
  • Before defining a dependency, you should ensure that your picklist has at least 1 value
  • A custom multi-select picklist can be set at the controlling field for a dependent field
  • If a field represents both a controlling field

Pregunta 20

Pregunta
What is the maximum number of lookup fields you can have in a single object?
Respuesta
  • 10
  • 50
  • 25

Pregunta 21

Pregunta
If a lookup field is optional, what actions can you define for the field if someone deletes a referenced lookup record? (Select all that apply)
Respuesta
  • Clear the value of this field
  • Delete all records which contain this reference
  • Don't allow deletion of the lookup record that's part of a lookup relationship
  • Delete this record also

Pregunta 22

Pregunta
Master Detail Relationship can contain a standard object on the detail side.
Respuesta
  • True
  • False

Pregunta 23

Pregunta
In a Master-Detail Relationship, ownership and access to the child record are determined by the parent record
Respuesta
  • True
  • False

Pregunta 24

Pregunta
Master-Detail Relationship, the parent field on the child record can be optional
Respuesta
  • True
  • False

Pregunta 25

Pregunta
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done
Respuesta
  • True
  • False

Pregunta 26

Pregunta
What is the maximum allowed master-detail relationships per object?
Respuesta
  • 1
  • 3
  • 2

Pregunta 27

Pregunta
A Junction object is a custom object on the detail side of TWO relationships and is used to connect 2 objects you want to relate together and is sometimes called a "Many to Many" relationship.
Respuesta
  • True
  • False

Pregunta 28

Pregunta
Which of the following statements are true about a lookup relationship? (Select all that apply):
Respuesta
  • A maximum of 2 relationships are allowed per object
  • A lookup relationship can span to multiple layers
  • A parent record is required for each child
  • A lookup field is not a required field
  • Access to parent determines access to children

Pregunta 29

Pregunta
You cannot relate records from the same object via an relationship field.
Respuesta
  • True
  • False

Pregunta 30

Pregunta
What are the 3 types of custom tabs?
Respuesta
  • Custom object tab
  • Web tab
  • Data tab
  • Visualforce tab

Pregunta 31

Pregunta
What is a custom Application?
Respuesta
  • Helps you store objects in 1 logical and easy to access location
  • A set of tabs and Visualforce

Pregunta 32

Pregunta
What is a page layout?
Respuesta
  • A set of objects
  • Defines the organization of fields, custom links and related lists on an object detail or edit page

Pregunta 33

Pregunta
Building your User Interface How can you control the different settings of the page layout?
Respuesta
  • Formulas that span to related objects and reference fields on those objects. These objects can even be across multiple levels of a relationship
  • Calculates values from a set of related records. Example: Calculate the sum of all invoice values related to an account record
  • You can use the Enhanced Page Layout Editor

Pregunta 34

Pregunta
What is a cross-object formula?
Respuesta
  • Calculates values from a set of related records. Example: Calculate the sum of all invoice values related to an account record
  • Formulas that span to related objects and reference fields on those objects. These objects can even be across multiple levels of a relationship

Pregunta 35

Pregunta
When a cross object formula references currency fields of a different currency to that on the record where the formula is used, Salesforce randomly picks one currency to use.
Respuesta
  • True
  • False

Pregunta 36

Pregunta
What is the limit for cross-object formulas?
Respuesta
  • 20 unique relationships per object across all formulas and rules
  • 10 unique relationships per object across all formulas and rules
  • 50 unique relationships per object across all formulas and rules

Pregunta 37

Pregunta
You cannot reference cross-object formulas in roll-up summary fields.
Respuesta
  • True
  • False

Pregunta 38

Pregunta
Describe a roll-up summary
Respuesta
  • Used to define the most restrictive access level for all users in the organization for records not owned by them.
  • Created to grant access to records between users when access does not roll-up through the role hierarchy
  • Calculates values from a set of related records. Example: Calculate the sum of all invoice values related to an account record

Pregunta 39

Pregunta
What tools available to move migration changes (metadata)? (Select all that apply)
Respuesta
  • Change Sets
  • DataLoader
  • Force.com IDE
  • Force.com Migration Tool (ANT-Based)

Pregunta 40

Pregunta
When might you need to migrate configuration changes?
Respuesta
  • Public Read/write - View and edit all records Public Read Only - View all records Private - View only own records
  • You might need to migrate customizations like apps, objects, code, reports or email templates from a development sandbox to a training sandbox or production environment

Pregunta 41

Pregunta
Approval processes a re not available in a change set.
Respuesta
  • True
  • False

Pregunta 42

Pregunta
Fill in the missing word: A change set can be used to deploy metadata only between [blank_start]related[blank_end] orgs
Respuesta
  • related

Pregunta 43

Pregunta
What happens if 1 component of a change set fails to deploy?
Respuesta
  • Except the failed component, all other components of the change set get deployed
  • The entire change set gets deployed
  • The entire change set fails to deploy
  • The deployment time increases

Pregunta 44

Pregunta
Change sets can be used to move data and metadata from one organization to another
Respuesta
  • True
  • False

Pregunta 45

Pregunta
What are the 3 levels of access available through Organization-wide Defaults?
Respuesta
  • Public Read/write
  • View all records
  • View all records Private
  • View and edit all records Public Read Only

Pregunta 46

Pregunta
Describe Organization-wide Defaults
Respuesta
  • User in a role higher than the owner in the role hierarchy
  • Used to define the most restrictive access level for all users in the organization for records not owned by them.

Pregunta 47

Pregunta
What is the name of the default public group to which all users are added?
Respuesta
  • All Internal Users
  • External users

Pregunta 48

Pregunta
Who gets full access to a record?
Respuesta
  • Record sharing
  • Record Owner
  • Record Type
  • Users with "Modify All Records" permission

Pregunta 49

Pregunta
Sharing rules are used to further restrict access defined in the Organization-wide Default settings.
Respuesta
  • True
  • False

Pregunta 50

Pregunta
Define Sharing Rules
Respuesta
  • Created to grant access to records between users when access does not roll-up through the role hierarchy
  • Read/Write Read Only Full access cannot be granted through sharing rules

Pregunta 51

Pregunta
When is Manual Sharing used?
Respuesta
  • Can be created declaratively but are used by developers to define reasons for access. Apex sharing reasons can be also selected when manually sharing a record. Exist only for custom objects.
  • When a user needs access to an Individual record, a user will full access to the records can add manual sharing to a record.

Pregunta 52

Pregunta
What access can be granted through sharing rules?
Respuesta
  • Full Access Read/Write Read Only
  • Read/Write Read Only Full access cannot be granted through sharing rules.

Pregunta 53

Pregunta
What are Apex Sharing reasons?
Respuesta
  • Can be created declaratively but are used by developers to define reasons for access. Apex sharing reasons can be also selected when manually sharing a record. Exist only for custom objects.
  • Org-wide defaults can be set for both standard and custom objects

Pregunta 54

Pregunta
What levels of access can be granted through manual sharing?
Respuesta
  • Role hierarchy
  • Full Access Read/Write Read Only
  • Profile Setting

Pregunta 55

Pregunta
If a developer wants to set up access in such a way that managers always see records owned by their subordinates, which feature should the developer use?
Respuesta
  • Organization-wide defaults
  • Role hierarchy
  • Manual Sharing
  • Profiles

Pregunta 56

Pregunta
If a user needs to give access to just one record, which feature should they use?
Respuesta
  • Roles
  • Role Hierarchy
  • Profile Setting
  • Manual Sharing

Pregunta 57

Pregunta
What is the most restrictive Organization-wide default?
Respuesta
  • Read/Write
  • Read Only
  • Private
  • Hidden

Pregunta 58

Pregunta
Which statement is true?
Respuesta
  • Child records in mater-detail relationships have their own org-wide defaults.
  • Org-wide defaults can be set for both standard and custom objects.
  • Only read/write access can be granted through sharing rules
  • Sharing rules are used to restrict access to records

Pregunta 59

Pregunta
Sharing rules are used to restrict access to records
Respuesta
  • System Administrators
  • Manager
  • Owner of the record
  • Users above the owner of the record in the role hierarchy
  • Users below the owner in the role hierarchy
Mostrar resumen completo Ocultar resumen completo

Similar

Universidades de Latinoamérica
Diego Santos
Phrasal Verbs Ingles/español
alba mateos figueroa
Temario de la Selectividad para Extranjeros (UNED)
maya velasquez
Obligations
nat_map
Diferencias entre el latín culto y el latín vulgar
Carlos' Badillo Hdez
LA REPRODUCCION EN LOS ANIMALES
Liliam Beatriz Meneses Quintero
Sistemas Constructivos en Edificaciones
mvargasch.mv
PAST SIMPLE
almajannette.soa
SOSTENIBILIDAD
Carlos Párraga
constitucion de una empresa
isabel escobar
INDUCCION A PROCESOS PEDAGOGICOS
Francia Helena Vasquez Fonseca