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?
Pregunta 3
Pregunta
What can be done with Visualforce?
Pregunta 4
Pregunta
With Metadata API you can move configuration changes between sandbox and production
environments:
Pregunta 5
Pregunta
What can be done with Bulk API?
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.
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.
Pregunta 14
Pregunta
Encrypted fields can be edited regardless of whether you have the "View Encrypted Data"
permission
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?
Pregunta 17
Pregunta
Building your Data Model Describe 3 limitations of encrypted fields
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?
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.
Pregunta 23
Pregunta
In a Master-Detail Relationship, ownership and access to the child record are determined by the
parent record
Pregunta 24
Pregunta
Master-Detail Relationship, the parent field on the child record can be optional
Pregunta 25
Pregunta
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done
Pregunta 26
Pregunta
What is the maximum allowed master-detail relationships per object?
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.
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.
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?
Pregunta 32
Pregunta
What is a page layout?
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.
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.
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)
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.
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
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
Pregunta 45
Pregunta
What are the 3 levels of access available through Organization-wide Defaults?
Pregunta 46
Pregunta
Describe Organization-wide Defaults
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?
Pregunta 49
Pregunta
Sharing rules are used to further restrict access defined in the Organization-wide Default settings.
Pregunta 50
Pregunta
Define 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?
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?
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?
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