Examen I

Descrição

Examen I
yennyyorlady
Quiz por yennyyorlady, atualizado more than 1 year ago
yennyyorlady
Criado por yennyyorlady mais de 8 anos atrás
347
0

Resumo de Recurso

Questão 1

Questão
What is the Declarative Interface?
Responda
  • 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

Questão 2

Questão
What can you do with Apex?
Responda
  • Write custom business logic
  • Create pages with custom look and feel
  • User Interface

Questão 3

Questão
What can be done with Visualforce?
Responda
  • Load large amounts of data into the system
  • Create pages with custom look and feel
  • Workflow

Questão 4

Questão
With Metadata API you can move configuration changes between sandbox and production environments:
Responda
  • True
  • False

Questão 5

Questão
What can be done with Bulk API?
Responda
  • Load large amounts of data into the system
  • Business Data
  • Data Model

Questão 6

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

Questão 7

Questão
Data and process-centric applications are best suited for Force.com.
Responda
  • True
  • False

Questão 8

Questão
List the 3 layers of the Tiered design model.
Responda
  • User Interface
  • Business Logic
  • Businnes Data
  • Data Model

Questão 9

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

Questão 10

Questão
List the 3 Declarative Application building blocks of Business Logic
Responda
  • Workflow
  • Approval Processes
  • Visual Force
  • Validation Rules

Questão 11

Questão
List the 3 Declarative Application building blocks of The Data Model.
Responda
  • Objects
  • Validation rules
  • Relationships
  • Fields

Questão 12

Questão
Building your Data Model What are the 2 types of objects?
Responda
  • Standard objects
  • Organization objects
  • Custom objects

Questão 13

Questão
Building your Data Model True or False The limit on the number of custom fields per object depends on the Salesforce edition.
Responda
  • True
  • False

Questão 14

Questão
Encrypted fields can be edited regardless of whether you have the "View Encrypted Data" permission
Responda
  • True
  • False

Questão 15

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

Questão 16

Questão
Building your Data Model Who can view encrypted fields?
Responda
  • Users with validation rules
  • Users with the "View Encrypted Data" permission

Questão 17

Questão
Building your Data Model Describe 3 limitations of encrypted fields
Responda
  • Cannot be unique
  • Cannot be repeated
  • Cannot be an external Id
  • Cannot have default values

Questão 18

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

Questão 19

Questão
Identify the correct statements about dependent picklists (Select all that apply):
Responda
  • 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

Questão 20

Questão
What is the maximum number of lookup fields you can have in a single object?
Responda
  • 10
  • 50
  • 25

Questão 21

Questão
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)
Responda
  • 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

Questão 22

Questão
Master Detail Relationship can contain a standard object on the detail side.
Responda
  • True
  • False

Questão 23

Questão
In a Master-Detail Relationship, ownership and access to the child record are determined by the parent record
Responda
  • True
  • False

Questão 24

Questão
Master-Detail Relationship, the parent field on the child record can be optional
Responda
  • True
  • False

Questão 25

Questão
In a Lookup relationship, cross-object field updates and roll-up summary fields can be done
Responda
  • True
  • False

Questão 26

Questão
What is the maximum allowed master-detail relationships per object?
Responda
  • 1
  • 3
  • 2

Questão 27

Questão
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.
Responda
  • True
  • False

Questão 28

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

Questão 29

Questão
You cannot relate records from the same object via an relationship field.
Responda
  • True
  • False

Questão 30

Questão
What are the 3 types of custom tabs?
Responda
  • Custom object tab
  • Web tab
  • Data tab
  • Visualforce tab

Questão 31

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

Questão 32

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

Questão 33

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

Questão 34

Questão
What is a cross-object formula?
Responda
  • 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

Questão 35

Questão
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.
Responda
  • True
  • False

Questão 36

Questão
What is the limit for cross-object formulas?
Responda
  • 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

Questão 37

Questão
You cannot reference cross-object formulas in roll-up summary fields.
Responda
  • True
  • False

Questão 38

Questão
Describe a roll-up summary
Responda
  • 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

Questão 39

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

Questão 40

Questão
When might you need to migrate configuration changes?
Responda
  • 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

Questão 41

Questão
Approval processes a re not available in a change set.
Responda
  • True
  • False

Questão 42

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

Questão 43

Questão
What happens if 1 component of a change set fails to deploy?
Responda
  • 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

Questão 44

Questão
Change sets can be used to move data and metadata from one organization to another
Responda
  • True
  • False

Questão 45

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

Questão 46

Questão
Describe Organization-wide Defaults
Responda
  • 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.

Questão 47

Questão
What is the name of the default public group to which all users are added?
Responda
  • All Internal Users
  • External users

Questão 48

Questão
Who gets full access to a record?
Responda
  • Record sharing
  • Record Owner
  • Record Type
  • Users with "Modify All Records" permission

Questão 49

Questão
Sharing rules are used to further restrict access defined in the Organization-wide Default settings.
Responda
  • True
  • False

Questão 50

Questão
Define Sharing Rules
Responda
  • 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

Questão 51

Questão
When is Manual Sharing used?
Responda
  • 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.

Questão 52

Questão
What access can be granted through sharing rules?
Responda
  • Full Access Read/Write Read Only
  • Read/Write Read Only Full access cannot be granted through sharing rules.

Questão 53

Questão
What are Apex Sharing reasons?
Responda
  • 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

Questão 54

Questão
What levels of access can be granted through manual sharing?
Responda
  • Role hierarchy
  • Full Access Read/Write Read Only
  • Profile Setting

Questão 55

Questão
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?
Responda
  • Organization-wide defaults
  • Role hierarchy
  • Manual Sharing
  • Profiles

Questão 56

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

Questão 57

Questão
What is the most restrictive Organization-wide default?
Responda
  • Read/Write
  • Read Only
  • Private
  • Hidden

Questão 58

Questão
Which statement is true?
Responda
  • 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

Questão 59

Questão
Sharing rules are used to restrict access to records
Responda
  • 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

Semelhante

Manual de Técnicas de Redação
Alessandra S.
Os processos de gestão de pessoas
brunocmt
Blocos econômicos
Ighor Ferreira
Vestibular - Crase
GoConqr suporte .
Reinos - Características Gerais/Biologia
GoConqr suporte .
Projeto Med 2015: História e Geografia
elisacoltro
Administração e Gestão por processos
Ana Maria da Silva Telles
Plano de Aula em 5 minutos
GoConqr suporte .
Teorias atomicas
Vitor Felix
Tipos: Reprodução
Andrea Barreto M. Da Poça
Dos Direitos da Personalidade (Arts. 11º ao 21º)
Luiz Concursos