Examen I

Description

Examen I
nestor_1100
Quiz by nestor_1100, updated more than 1 year ago More Less
yennyyorlady
Created by yennyyorlady about 8 years ago
nestor_1100
Copied by nestor_1100 about 8 years ago
6
0

Resource summary

Question 1

Question
What is the Declarative Interface?
Answer
  • 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

Question 2

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

Question 3

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

Question 4

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

Question 5

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

Question 6

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

Question 7

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

Question 8

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

Question 9

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

Question 10

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

Question 11

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

Question 12

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

Question 13

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

Question 14

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

Question 15

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

Question 16

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

Question 17

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

Question 18

Question
Which of the following are true about custom objects? (Select all that apply):
Answer
  • 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

Question 19

Question
Identify the correct statements about dependent picklists (Select all that apply):
Answer
  • 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

Question 20

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

Question 21

Question
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)
Answer
  • 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

Question 22

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

Question 23

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

Question 24

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

Question 25

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

Question 26

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

Question 27

Question
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.
Answer
  • True
  • False

Question 28

Question
Which of the following statements are true about a lookup relationship? (Select all that apply):
Answer
  • 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

Question 29

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

Question 30

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

Question 31

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

Question 32

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

Question 33

Question
Building your User Interface How can you control the different settings of the page layout?
Answer
  • 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

Question 34

Question
What is a cross-object formula?
Answer
  • 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

Question 35

Question
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.
Answer
  • True
  • False

Question 36

Question
What is the limit for cross-object formulas?
Answer
  • 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

Question 37

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

Question 38

Question
Describe a roll-up summary
Answer
  • 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

Question 39

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

Question 40

Question
When might you need to migrate configuration changes?
Answer
  • 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

Question 41

Question
Approval processes a re not available in a change set.
Answer
  • True
  • False

Question 42

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

Question 43

Question
What happens if 1 component of a change set fails to deploy?
Answer
  • 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

Question 44

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

Question 45

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

Question 46

Question
Describe Organization-wide Defaults
Answer
  • 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.

Question 47

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

Question 48

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

Question 49

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

Question 50

Question
Define Sharing Rules
Answer
  • 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

Question 51

Question
When is Manual Sharing used?
Answer
  • 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.

Question 52

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

Question 53

Question
What are Apex Sharing reasons?
Answer
  • 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

Question 54

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

Question 55

Question
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?
Answer
  • Organization-wide defaults
  • Role hierarchy
  • Manual Sharing
  • Profiles

Question 56

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

Question 57

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

Question 58

Question
Which statement is true?
Answer
  • 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

Question 59

Question
Sharing rules are used to restrict access to records
Answer
  • 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
Show full summary Hide full summary

Similar

Mapa conceptual - El abecedario
Valeria T
Método ABC
gerard.phanie
COSTEO BASADO EN ACTIVIDADES
Maria Fernanda Encalada
Test - El abecedario
Valeria T
TERAPIA RACIONAL EMOTIVA
Diego Diaz
El abecedario
Doris T2c
Modelo humanista
abel saul mirava
el incendio de abc
mariana gonzalez
COMPRAS
paumoreno_2012
Conceptual Map
valentavi
Mapa conceptual función hepática, cardiaca, pancreática, prostática
Luis Villamonte Dominguez