• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/218

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

218 Cards in this Set

  • Front
  • Back
An administrator notices there are too many duplicate records, numerous sharing rules, and a large number of manually shared records.
Which situation may this be a symptom of?
A. A role hierarchy that has too few roles.
B. A sharing model that is too public.
C. A sharing model that is too private.
D. Object permissions on profiles that are too restrictive.
c
In Salesforce territory management, which statement describes how a territory hierarchy is different from a role hierarchy?
A. A territory hierarchy grants login access to all users in a territory.
B. A territory hierarchy supports assigning users to multiple territories.
C. A territory hierarchy automatically assigns users to sales teams in the territory.
D. A territory hierarchy gives users in a territory full edit access to all accounts in that territory.
b
An administrator wrote a field update action for a workflow rule on a field that is hidden via field-level security.
When the workflow rule triggers, what happens to the data in the hidden field?
A. The field will fail to update and remain in its original state.
B. The field is updated, even though it is hidden.
C. The field will only update if the rule was triggered by a time-based trigger.
D. The field will only update if the user has "Modify All Data" enabled in the profile.
b
Universal Containers would like to track bugs within Salesforce. They need to track the bug's severity and type as well as its status and description. Bugs should be related to cases, but the bug's owner will be different than the owner of the case. How can the Universal Containers administrator meet these requirements?
A. Create a section on the case page layout.
B. Create a field on cases.
C. Create a custom object for bugs and relate it to cases.
D. Create a relationship between the standard bug object and the standard case object.
c
Universal Containers currently uses the standard Salesforce CRM product and pricebook objects.
Is it possible for Universal Containers to publish product and pricebook information to its corporate website so customers in different regions see the correct product catalog with prices in the local currency?
A. Yes, with the Customer Portal.
B. No, it is not possible to present multicurrency data.
C. Yes, by building a custom integration following the X-to-Web design pattern.
D. No, it is not possible to present data stored in standard objects other than cases and solutions to a
website.
c
What is the Force.com Web Services API?
set of application functions that can be programatically invoked over the internet
The Web Services API is designed around the latest standards, including which three ? .
SOAP, WSDL and WS-I Basic Profile
Name three platforms (technologies) to which the Force.com API is available.
Java, .NET, Perl
The Web Services API allows the administrator to mass delete more than 250 records at a time.
True
The Web Services API allows the administrator to perform mass updates to records to clean up duplicate data
True
The Web Services API allows the administrator to perform incremental backups of the data with the APIs data replication methods.
True
Which Salesforce tools use the Force.com API?
Apex Data Loader, Connect for Microsoft Office, Salesforce for Outlook, Offline Edition
What are the most commonly used Web Services API calls? Hint: QURDUCU
Query, Update, Retrieve, Delete, Upsert, Create, Undelete
What does the Query API call do?
Executes a query against the specified object (SOQL).
What does the Retrieve API Call do?
Retrieves one or more objects based on the specified object IDs.
What does the Create API Call do?
Adds one or more new individual records to your organization's data.
What does the Update API Call do?
Updates one or more existing records in your organization's data.
What does the Upsert API Call do?
Performs a create or an update of an object based on match of an ID field.
What does the Delete API Call do?
Deletes one or more individual objects from your organization's data.
What does the Undelete API Call do?
Undeletes eligible records from the recycle bin.
What are the capabilities of the Force.com Metadata API?
Add data to Salesforce orgs, delete standard fields on custom objects, and create, update, and delete custom objects and fields programmatically.
What is the most common use of the Force.com Metadata API?
To migrate changes from a sandbox or testing organization to a production environment.
Which three method calls does the Force.com Metadata API support?
Query, Create, Upsert
What are the two easiest ways to access the Force.com Metadata API?
IDE, Migration Tool
Which tool does the IDE use?
Eclipse
Which tool does the Migration Tool use?
Ant
What are the capabilities of Salesforce Connect for MS Office?
Excel Add-in delivers salesforce reports into Excel.
Word Add-in allows you to insert Salesforce merge fields into a Word mail merge template
What are the capabilities of Salesforce Connect for Lotus Notes?
Add-in that provides similar functionality to the MS add-ins
What are the capabilities of Salesforce Connect Offline?
Client application
Briefcase
Conflict resolution tool
How do you setup Salesforce Offline?
Admin: Briefcase Configuration
User: Install client application
Define DaaS
Development as a Service
How do you setup the sandbox?
Manage environments
True or False: CRM Content shows up as Primary Tabs in Service Cloud Console
True
How do you setup CRM Content?
Enable
Feature License
Permissions
Libraries
Content Fields
List the order in which automation features trigger when a user saves a record. Hint: VAAWE
Validation, Assignment, Auto-Response, Workflow, Escalation
List and describe the functions of the Process Visualizer
For Approval Processes:
1. Diagram
2. Legend
3. Find (text)
4. Sidebar (displays approval process properties)
5. Hover details (for currently selected component)
6. Navigator (drag to focus on different parts of process)
7. Zoom slider
8. Printable view/refresh
Describe the data available on the Adoption Dashboards
login history and trending
feature adoption
use sales and marketing productivity enhancers
Identify ways to audit data in an org
field history
audit log
log analysis
Define Force.com controller
An Apex class that provides a Visualforce page with the data and business logic it needs to run.
Which statement is true regarding custom summary formulas on reports? Select all that apply:
a) They allow you to perform calculations on summary rows of data
b) They use many of the formula functions used elsewhere in the application
c) They can be used on any record to calculate data on that record
d) They share nothing in common with the formulas used elsewhere in the application
a, b
Which function can be used to validate data against an existing table?
a) VLOOKUP()
b) DLOOKUP()
c) VALIDATE()
d) COMPARE()
a
What is a summary function?
Summary functions let you use grouping values in custom summary formulas for reports.
With which report types are formulas available?
Formulas are available with summary, matrix, and joined reports.
What are the two summary functions?
PARENTGROUPVAL and PREVGROUPVAL
What are two ways to indicate more than one expression in a formula?
a) AND() and &
b) AND() and +
c) AND() and ALSO()
d) AND() and MORE()
a
Which function can be used to transform data into text?
a) TRANSFORM()
b) TEXTIFY()
c) TEXT()
d) CHANGE()
c
Name two functions you can use to categorize data.
IF and CASE
What do you call formulas that span objects and can be used to display data from one record on a related record?
Cross-object formulas
In a validation rule, the error message will be displayed and the user will be prevented from saving if the formula evaluates to which: True or False?
True
What is the BR() function?
BREAK function, inserts and html break tag (whih is like a carriage return)
What does __r (double underscore r) represent?
Relationship between the junction object and a related record.
Which function do you use when you need to check multiple conditions?
AND()
What element in a formula is a text string or number?
a) Function
b) Literal value
c) Field reference
d) Global variable
b
Where can formulas be used? Check all that apply.
a) Custom fields
b) Validation rules
c) Field labels
d) Filter criteria
a,b, d
What are the three steps for creating formulas?
Requirements, Simple Statements, Formulas
Formulas are made up of what? Hint: CLOGFM
Comments, Literal Values, Operators, Global Variables, Functions, Merge Fields
Which references the value of another field?
a) Comments
b) Literal Values
c) Operators
d) Global Variables
e) Functions
f) Merge Fields
f
Which is a text string or number?
a) Comments
b) Literal Values
c) Operators
d) Global Variables
e) Functions
f) Merge Fields
b
Which is an annotation within a formula?
a) Comments
b) Literal Values
c) Operators
d) Global Variables
e) Functions
f) Merge Fields
a
Which is a symbol that specifies the type of calculation to perform or the order to perform the calculation?
a) Comments
b) Literal Values
c) Operators
d) Global Variables
e) Functions
f) Merge Fields
c
Which is a reference to the value of a system or environment variable?
a) Comments
b) Literal Values
c) Operators
d) Global Variables
e) Functions
f) Merge Fields
d
What is a function?
System-defined formula
What are formulas used in? Hint: cccffvvd
Custom fields, custom summary formulas, custom buttons and links, filter criteria, field updates, validation rules, visualforce pages, default field values
What allows the administrator to mass delete more than 250 records at a time,
Web Services API
How can a developer restrict access to records?
a) by changing organization-wide defaults
b) by creating manual sharing
c) by creating a new role hierarchy
d) by creating a public group
a
If a developer wants interviewers to view positions, but to never view the grade listed for a position, which tool would the developer use?
a) Field-level security on positions
b) Page layouts
c) Field-level security on grades
d) Record types
a
Which feature sets the baseline level of access for an object?
a) Roles
b) Organization-wide defaults
c) Profiles
d) Sharing rules
b
Interviewers should never be able to view a candidate's social security number. Which tool would you use to meet this requirement?
a) Record types
b) Field-level security
c) Page layouts
d) Page layouts with record types
b
When creating technical positions, hiring managers must fill out the certification requirements for the position. When creating non-technical positions, such as positions in sales and finance, the certification fields are not required and must not be visible. Which tool would you use to meet this requirement?
a) Record types
b) Field-level security
c) Page layouts
d) Page layouts with record types
d
While filling out positions, the hiring manager wants to view the job responsibilities and job description at the top of the page; and the recruiter needs to view the name of the hiring manager and the status of the position at the top. Which tool would you use to to meet this requirement?
a) Record types
b) Field-level security
c) Page layouts
c
Which users can grant sharing privileges on a given record? Select all that apply.
a) System administrators
b) Manager
c) Owner of the record
d) Users above the owner of the record in the role hierarchy
e) User below the owner of the record in the role hierarchy
a, c, d
True or False: Child records in master-detail relationships have their own organization-wide defaults.
False
True or False: Organization-wide defaults can be set for both standard and custom objects.
True
True or False: Only Read/Write access can be granted through sharing rules
False
True or False: Sharing rules are used to restrict access to records.
False
What is the most restrictive organization-wide defaults setting?
a) Read/Write
b) Read Only
c) Private
d) Hidden
c
True or False: You can't use Apex to create criteria-based sharing rules.
True
If a user needs to give access to just one record, which feature should that user choose?
a) Roles
b) Role Hierarchy
c) Profile Setting
d) Manual Sharing
d
True or False: Apex sharing reasons exist only for custom objects
True
If a developer wants to setup access in such a way that managers always see records owned by their subordinates, which feature should the developer use?
a) Organization-wide defaults
b) Role Hierarchy
c) Manual Sharing
d) Profiles
b
Does creating an Apex sharing reason create a sharing rule?
No
What permission is needed for Users to change sharing using Apex sharing reasons?
"Modify All Data"
How many Apex sharing reasons can each object have?
10
True or False: Apex sharing reasons are defined per object
True
True or False: Folder access can be set using Public Groups
True
Public groups can be made up of what? Select all that apply.
a) Profiles
b) Users
c) Other Public Groups
d) Roles and subordinates
b, c, d
Put the five methods in order by which Salesforce evaluates access to records:
OWD, Sharing, Record Ownership, Roles, Permissions
Permissions (View all Data?)
Record Ownership (Is the User the Owner?)
OWD (Read Only, Read/Write?)
Roles (Above the Owner?)
Sharing (Sharing Rules, Manual Sharing)
What are the three types of sharing? Hint: RAM
Rules, Apex and Manual
True or False: Users create new manual sharing rules with Apex sharing reasons to use them.
True
True or False: Apex sharing reasons should be used programatically and NOT through the application
True
What determines whether or not access to custom objects should roll up through the role hierarchy?
"Grant Access Using Hierarchies" setting on OWD
True or False: Assuming no sharing rules have been created, users in the same role can access each others records
False
If you change the OWD setting, will it affect manual sharing?
Potentially
Can you change the OWD setting after the initial implementation?
Yes
Will child records in relationships inherit the OWD from their parents?
No
How can you set the OWD for child records in master-detail relationships?
They inherit OWD from their parent
What are the three OWD settings?
Private, Public Read Only, Public Read/Write
In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there will be an instance of this object that this user is NOT allowed to view?
Private
In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there are no instances of this object that this user is not allowed to view but there will be one they are not allowed to edit?
Public Read Only
In deciding OWD, identify the most restricted user of the object. To what should you set the OWD if there are no instances of this object that this user can not view or edit?
Public Read/Write
If the sharing model determines that the user can view the Java Developer Position record, what is it that specifies which fields the user can view and edit?
Profile
Profile controls whether a user can view positions. The sharing model controls which positions a user can view.
True
Profile controls access to fields on an object
True
What are the three ways to gain access to a record?
"Modify All" Permission, Record Owner, Role Hierarchy
Who can own records?
Users and Queues
True or False: Child records in a master-detail relationship do not have owners.
True
What will you use to limit picklist options?
a) Page layouts
b) Record Types
c) Field Level Security
d) Profiles
B
True or False: A field hidden through field-level security is still visible through the API.
False
True or False: If you remove access to an app from a profile, the users in that profile will still be able to see the tabs in that application.
True
True or False: If you hide a tab from a profile, the users in that profile will not be able to see records for that object.
False
True or False: If you have two record types for an object, you need to have two page layouts for that object
False
True or False: If a user does not have access to a specific record type, they will still be able to see the records with the record type
True
What are the three high-level types of Salesforce licenses?
Salesforce, Salesforce Platform, Feature
True or False: Field-level security is set at the Profile level.
True
True or False: System Administrators can customize the Permissions of both Standard and Custom Profiles
False
What are the Permissions that allow a System Administrator to manage an application? Select all that apply.
a) View All Data
b) Read
c) Create
d) Modify All Data
e) Edit All Data
a, d
Use Permission Sets to grant permissions for what? Hint: FAVATOS
Fields, Apex classes, Visualforce Pages, Tabs, Objects, Service Provider
How many Permission Sets can one Organization have?
1k
Are custom objects available in the Translation Workbench?
No
For how long do deleted dashboard components get stored in the trash bin?
They don't (trick quesion)
What is the only way that users can add tags to record?
The Tags section in a page layout.
What are the two tag settings to enable tags?
Enable Personal Tags and Enable Public Tags.
Where is the Tags Link?
Sidebar
Where is the Recent Tags drop-down?
Sidebar
What Permission must Translators have?
View Salesforce Configuration (to access the setup pages)
What are the Dynamic Dashboards limits per org?
10 (UE) and 5 (EE)
How many additional Dynamic Dashboards can be purchased per Org?
Five
What is a Dynamic Dashboard?
run as logged in user
What do the first three characters of a record ID identify?
Object
What are the two versions of Record ID?
15 character case-sensitive
18 character case-insensitive
True or False: In Salesforce, the Name field is Indexed
True
What are the two data types possible for a Name field?
Text and Auto-Number
For how long are deleted custom fields stored?
45 days
What are three data types in formatted text fields?
Email, Phone, URL
Which fields types can be made external IDs?
Text, Number, Email
Can standard picklist fields be controlling fields?
Yes
Can standard picklist fields be dependent fields?
No
What is the maximum number of values in a controlling field?
300
Can a custom multi-select picklist be a controlling field?
No
Can a custom multi-select picklist be a dependent field?
Yes
Can a checkbox be a controlling field?
Yes
Can an encrypted custom field be unique?
No
Can an encrypted custom field be an External ID?
No
Can an encrypted custom field have a default value?
No
What Permission is required to view encrypted data?
View Encrypted Data
True or False: Encrypted fields can be edited regardless of whether you can view encrypted data.
True
Identify the correct statements about dependent picklists. Select all that apply.
a) Standard picklists can be controlling fields but not dependent fields.
b) The maximum number of values allowed in a controlling field is 400
c) Before defining a dependency, you should ensure that your picklist has at least one value
d) A custom multi-select picklist can be set as the controlling field for a dependent field
e) If a field represents both a controlling field and a dependent field, it cannot contain more than 300 values
a, c, e
In a lookup relationship, on which object do you create the lookup field: Child or Parent?
Child
In a lookup relationship, on which object can you create a related list: Child or Parent?
Parent
What is the maximum number of lookup relationships per object?
25
Can a standard object be on the detail-side of a master-detail relationship?
No
What is the maximum number of master-detail relationships per object?
2
Is a self-relationship a master-detail or lookup relationship?
Lookup
Is a many-to-many relationship master-detail or lookup?
Master-Detail
What is a Junction Object?
a custom object with two relationships
What can you do with Schema Builder?
Add new custom objects, fields and relationships
What are the two types of Communities?
Answers, Ideas
In Answers, who can mark an answer as the best answer?
The user who posted the question
In Answers, how do most useful replies gain visibility?
Voting
True or False: In Answers, questions can be escalated to a Case
True
In Ideas, how do Ideas rise to the top?
Community Promotions
True or False: Ideas can have a status
True
What can be synced in Salesforce for Outlook? Hint: ETEC
Email, Tasks, Events, Contacts
What is synced in Connect for Outlook?
Manually selected Tasks, Events and Contacts
How does syncing happen in Connect for Outlook?
User manually clicks sync
How does syncing happen in Salesforce for Outlook?
Automatically when system tray icon is running
How are emails associated in Salesforce with Connect for Outlook?
Select related Salesforce records while in Outlook
How are emails associated in Salesforce with Salesforce for Outlook?
Based on users's settings
How are email associations administered in Connect for Outlook?
In Outlook, by the user
How are email associations administered in Salesforce for Outlook?
In Salesforce, by the Administrator (and permitted users)
Do recurring events sync in Connect for Outlook?
Yes as individual events
Do recurring events sync in Salesforce for Outlook
No
In Salesforce for Outlook, what are the three ways a user can resolve sync issues?
System Tray Icon, Contacts Tab, Sidebar 'Unresolved Items' Shortcut
True or False: Salesforce CRM Content is available via the Customer Portal and partner portal.
True
What kinds of records have Territories? Hint: there are three
Accounts, opportunities, and users
Can a user be assigned to multiple Territories?
Yes
How do manually assigned accounts differ from those assigned by account assignment rules?
Once manually assigned to a territory, they remain there until they are manually removed from the territory.
How does Opportunity Confinement work?er
The territory's opportunities remain in the territory or its child territories when you run account assignment rules.
What happens when I undelete an Account or Opportunity that was assigned to a Territory?
restores the Territory, but will not be included in Assignment rules evaluation
True or False: Territory Hierarchy grants access to records regardless of ownership.
True
How do Territories affect forecasting?
Users will have a different forecast for each Territory to which they are assigned.
Which objects are included in Territory Management?
Accounts and standard objects (eg opportunities) that have a master-detail relationship to accounts
What is prerequisite to setting up Territory Management?
Customizable Forecasting
Which of the following are correct? Select all that apply.
a) The Excel Connector is a supported tool from Salesforce
b) The Excel Connector is not supported by Salesforce
c) The excel Connector is an open-source tool providing bi-directional access to Salesforce from an Excel Spreadsheet.
b, c
Which of the following statements are correct? Select all that apply.
a) Data Loader can support loads of 50,000 records
b) The Data Loader is aka the Import Wizard
c) The Data Loader can be setup to run scheduled data loads or exports
d) The Data Loader uses SOQL to construct queries
a, c, d
Which of the following statements are correct? Select all that apply.
a) Records can be loaded into Salesforce in any order
b) Master and Parent records should be loaded first so that Detail and Child records can be mapped to the appropriate Master/Parent record ID
c) Detail/child records can be mapped using the Parent record ID or an External ID
b, c
True or False: If you have defined an external ID field on a record, it is not necessary to have a Salesforce record ID
False
True or False: The Excel Connector tool can query export, update and insert and delete records in Salesforce
True
How many External ID fields can you define per object?
3
What are the three ways to obtain a record ID?
its URL, report ID column, data loader
What are data validation rules executed on?
a) Record
b) Object
c) Page Layout
d) Field
d
True or False: When scrubbing data, its best to keep data in Salesforce
False
How often can export requests be made using the Data Export tool?
Once every six days
Can you use Data Loader to mass delete attachements?
Yes
Name three options to backup and archive data.
Data Export service, export reports, data loader
What Permission is needed to export data?
Export Data
Name three ways to mass delete attachments
Attachment Manager (appexchange) Case Detachifier (appexchange) Data Loader
How many records can you delete at once with the Mass Delete feature?
250
To what objects is Mass Delete feature limited?
Cases, Solutions, Accounts, Contacts, Leads, Products and Activities
Name a tool to help you monitor storage
Storage Usage Link
CE: Where can Archived Activities be found?
Archived activities can be viewed only in export files, printable view, or by clicking View All on the Activity History related list. You can also view an archived activity if you know the URL for the activity
CE: What is required to run the Account Owners report
In Setup>Security Controls> Click Account Owner Report (This option is available only in organizations that have a private account sharing model)
Select the checkbox to allow all users to run this report. If you leave the box unchecked, only administrators and users with the "View All Data" permission can run this report.
CE: Where can you author Apex from?
a) sandbox
b) production org
c) force.com ide
d) ________
Directly in Developer Edition or Sandbox, and in
Apex Development Tool or the Force.com IDE .
(Not in Production because Apex requires test coverage in order to deploy to production)
CE: What happens to the CRT and reports based on it, if you delete the custom object which is the Primary object on the CRT
When you delete a custom report type, any reports based off it will also be deleted. Furthermore, any dashboard components created from a report based off of a deleted custom report type display an error message when viewed.
CE: Is Visualforce available with all ediions or only Developer, Enterprise and Unlimited?
All Editions
Contact Manager, Group, Professional, Enterprise, Unlimited, and Developer Editions
CE: what are hooks and triggers eg are links and button hooks?
- A Hook is the location in the user interface where you can launch or kick off an S-Control or URL (The Target)
CE: what is helpful to know/experience with if a developer is building a visualforce controller eg java, javascript, html
Java or C#
CE: when is a Big Deal Alert triggerd?
When opportunities reach both the probability and amount or greater.
(First, BDA has to be setup)
CE: What Don't you get with Log Analysis (eg the encruption password with the log)
...
CE: Can you create an account with Salesforce for Outlook:
No.
what syncs are contacts, tasks, events, emails depending on how you're configured.
CE: what do you use tooverride custom button
Visualforce page
CE: What can you do with a CRT?
1. Set field label to display on the Select Columns page in the report wizard
2. Arrange fields on sections as they should appear to users in the report wizard (Sections, which section, order within section)
2. Set default fields to appear as columns in new reports
CE: What does CONTAINS do?
Compares two arguments of text .
CE: What does CASE do?
Checks a given expression against a series of values.
CE: What does ISNUMBER fo?
Determines whether a text values is a number.
CE: What does ISPICKVAL do?
Determines whether the value of a picklist field is equal to a specified text literal
CE: What does TRIM do?
Removes the spaces and tabs from the beginning and end of a text string
Which editions enable Apex?
EE or UE