Examen I

Beschreibung

Examen I
yennyyorlady
Quiz von yennyyorlady, aktualisiert more than 1 year ago
yennyyorlady
Erstellt von yennyyorlady vor mehr als 8 Jahre
347
0

Zusammenfassung der Ressource

Frage 1

Frage
What is the Declarative Interface?
Antworten
  • 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

Frage 2

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

Frage 3

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

Frage 4

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

Frage 5

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

Frage 6

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

Frage 7

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

Frage 8

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

Frage 9

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

Frage 10

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

Frage 11

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

Frage 12

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

Frage 13

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

Frage 14

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

Frage 15

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

Frage 16

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

Frage 17

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

Frage 18

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

Frage 19

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

Frage 20

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

Frage 21

Frage
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)
Antworten
  • 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

Frage 22

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

Frage 23

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

Frage 24

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

Frage 25

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

Frage 26

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

Frage 27

Frage
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.
Antworten
  • True
  • False

Frage 28

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

Frage 29

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

Frage 30

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

Frage 31

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

Frage 32

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

Frage 33

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

Frage 34

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

Frage 35

Frage
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.
Antworten
  • True
  • False

Frage 36

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

Frage 37

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

Frage 38

Frage
Describe a roll-up summary
Antworten
  • 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

Frage 39

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

Frage 40

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

Frage 41

Frage
Approval processes a re not available in a change set.
Antworten
  • True
  • False

Frage 42

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

Frage 43

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

Frage 44

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

Frage 45

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

Frage 46

Frage
Describe Organization-wide Defaults
Antworten
  • 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.

Frage 47

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

Frage 48

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

Frage 49

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

Frage 50

Frage
Define Sharing Rules
Antworten
  • 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

Frage 51

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

Frage 52

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

Frage 53

Frage
What are Apex Sharing reasons?
Antworten
  • 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

Frage 54

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

Frage 55

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

Frage 56

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

Frage 57

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

Frage 58

Frage
Which statement is true?
Antworten
  • 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

Frage 59

Frage
Sharing rules are used to restrict access to records
Antworten
  • 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
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

04_Kommanditgesellschaft
Stefan Kurtenbach
Mathe Abiturvorbereitung
JuliaSt
Kalter Krieg
Anina Hagi
Projektmanagement
zok42.com
Euro-FH // Zusammenfassung PEPS3
Robert Paul
Vetie - Tierzucht & Genetik - T III
Fioras Hu
Φαρμακολογία 1 Γ
Lampros Dimakopoulos
Vetie Histopathologie 2013
Cedric-Bo Lüpkemann
Vetie - AVO 2018
Schmolli Schmoll
Vetie Spezielle Pathologie 2020
Fioras Hu
Vetie Repro 2017
Mascha K.