Questão 1
Questão
List 5 features which are used to control record access.
Questão 2
Questão
How should you use permissions sets in conjunction with profiles to grant access permissions?
Questão 3
Questão
How many permission sets can you have in an organization?
Questão 4
Questão
What are the permissions that allow a system administrator to manage an application? (select all
that apply)
Responda
-
View All Data
-
Read
-
Create
-
Modify All Data
-
Edit All Data
Questão 5
Questão
Standard Profiles can be customized to fit your organization’s requirements.
Questão 6
Questão
Identify all statements that are true:
Responda
-
If you remove access to an app from a profiles, the users in that profile will still be able to see
the tabs in that application
-
If you hide a tab from a profile, the users in that profile will not be able to see records for that
object.
-
If you have 2 records types for an object, you need to have 2 page layouts for that object.
-
If a user does not have access to a specific record type, they will still be
Questão 7
Questão
A field hidden by field-level security is still visible through the API.
Questão 8
Questão
What can you use to limit available picklist options? (Choose 1)
Responda
-
Page Layouts
-
Record Types
-
Field Level Security
-
Profiles
Questão 9
Questão
While filling out positions, the hiring manager wants to view job responsibilities and job description
at the top of the page; The recruiter wants to view the name of the hiring manager and the status
at the top. Which tool would you use to meet this requirement?
Responda
-
Record Types
-
Field Level Security
-
Page Layouts
Questão 10
Questão
When creating technical positions, the hiring manager must fill out the certification requirements
for the position. When creating non-technical positions, such as positions in Sales & Finance, the
certification fields are not required and therefore must not be visible. Which tool would you use to
meet the requirements?
Questão 11
Questão
Interviewers should never be able to view a candidate's social security number. Which tool would
you use to meet this requirement?
Questão 12
Questão
Which feature establishes the baseline level of access a user has to records they do not own?
Questão 13
Questão
If a developer wants interviewers to view positions, but to never view the Pay Grade listed for a
position, which tool would the developer use?
Questão 14
Questão
How can a developer restrict access to records?
Responda
-
By changing the organization-wide defaults
-
By creating manual sharing
-
By creating a new role hierarchy
-
By creating a public group
Questão 15
Questão
Building Business Processes Describe the ISNEW Formula function
Responda
-
The ISNEW function checks if a formula is running during the creation of a new record
and returns TRUE if it is.
-
If the formula is running for updating an existing record, this function
returns FALSE.
Questão 16
Questão
Building Business Processes Describe the VLOOKUP Formula Function.
Responda
-
The VLOOKUP function returns a value by looking up a related value in a custom object.
This function checks against a key and returns a value from that key.
-
VLOOKUP function , searches an Excel file
-
Similar to theVLOOKUP ()
function in Microsoft Excel
Questão 17
Questão
Which function verifies the format of the data?
Questão 18
Questão
Which of the following statements are true? (Select all that apply.)
Responda
-
The ISCHANGED function compares the value of a field with its previous value and returns
TRUE if the values are different. If the values are the same, this function returns FALSE.
-
The ISNUMBER function determines if a text value is a number and returns TRUE if it is;
otherwise, it returns FALSE
-
The ISNEW function compares a text field to a regular expression
Questão 19
Questão
Describe the Developer Console
Responda
-
The Developer Console is a collection of tools that you can use to analyze and
troubleshoot applications in your Salesforce organization
-
Developer console we used to set permissions for each user
-
You can use the Developer Console
fora variety of administrative and development tasks which include general debugging and
troubleshooting, source code editing, and performance validation.
Questão 20
Questão
How many Debug logs can be retained for an organization?
Questão 21
Questão
Which of the following actions are tracked in debug logs? (Select all that apply.)
Questão 22
Questão
Preserving Data Quality What would be a use case for validation rules utilizing REGEX formula
function to enforce data format?
Responda
-
Email
-
Postal/Zip Codes
-
Password
Questão 23
Questão
Validation rules in conjunction with a roll-up summary field can be used to prevent users
from adding or deleting records. To create a validation rule: 1. Build a roll-up summary on the
parent object that sums the number of child records. 2. Create a validation rule on the parent
object that conditionally prevents changes to the number listed in the roll-up summary field. If a
user tries to add or delete a record, the validation rule prevents the user from doing that.
Questão 24
Questão
When are validation rules applied?
Responda
-
When a user saves a record.
-
When a user views a record.
-
When a user exports a record.
-
When a user reports on a record.
Questão 25
Questão
When setting up a validation rule, you must write the error condition formula and
the [blank_start]Error message[blank_end]
Questão 26
Questão
When is a validation rule enforced?
Responda
-
When a button is executed
-
Before the user can save the record. When the user hits save, the record cannot be
saved unless all validation rules are fulfilled
Questão 27
Questão
Identify the features of a workflow rule. (Select all that apply.)
Responda
-
It triggers an action when a record meets the criteria for the rule.
-
It can trigger only immediate actions
-
It is evaluated before the rule is created.
-
It can be triggered on import of data.
Questão 28
Questão
Time-Dependent workflow can be used when a workflow rule is set to evaluate Every time a
record is created or updated.
Questão 29
Questão
Select the actions that can be associated with a workflow rule? (Select all that apply.)
Responda
-
Send an email
-
Send an outbound message
-
Create a record
-
Update a field
-
Create a task
-
Send an inbound message
Questão 30
Questão
The only way to test whether a time-dependent workflow rule is executing as expected is to wait.
Questão 31
Questão
If a record that has an action pending against it in the time-based workflow queue is modified so
that the record no longer meets the criteria or the timing changes, the action will be updated in the
queue.
Questão 32
Questão
The option to skip to the next step is available only if a step has subsequent steps.
Questão 33
Questão
In a multistep process, when do you decide the decision criteria and approval assignment?
Questão 34
Questão
How many versions of a flow can be active at one time?
Questão 35
Questão
What are the different ways a flow can be deployed? (Select all that apply.)
Responda
-
Custom button
-
Custom link
-
Visualforce page
-
Apex trigger
-
Field Updates
-
Custom actions
Questão 36
Questão
List the types of resources available to use in a flow (6 items)
Responda
-
Variable
-
Constant
-
Record type
-
Text
-
Template Choice
-
Dynamic Choice
-
Formular
Questão 37
Questão
List the types of Data Element available to use in a flow (4 items)
Responda
-
Record Create
-
Record Update
-
Record Insert
-
Record undelete
-
Record Lookup
-
Record Delete
Questão 38
Questão
What does Field History Tracking do?
Responda
-
Identifies who created the object
-
It tracks modification to any standard or custom field, whose history is set to be tracked in
the object's history related list
Questão 39
Questão
What Fields does History Tracking not track?
Responda
-
Values are not tracked for: Long text area Multi-select picklists
-
Values are not tracked for: text area , picklists
Questão 40
Questão
What is the limit for Fields History Tracking per object?
Responda
-
10 fields per object
-
20 fields per object
-
30 fields per object
Questão 41
Questão
What do Debug logs track?
Questão 42
Questão
How long is the setup audit trail stored for?
Responda
-
200 days
-
180 days
-
365 days
Questão 43
Questão
You need to track changes that a developer, who has left, made to the configuration. Which tool
should you use?
Responda
-
Tracks changes to data in custom object records
-
Setup Audit Trail is the only tool that will track changes to the setup and configuration of
Salesforce. Field history tracking tracks change s to data, but not to configuration
Questão 44
Questão
Which of the following statements are true about field history tracking? (Select all that apply.)
Responda
-
it allows developer s to choose only custom fields for tracking changes.
-
It allows developers to choose up to 20 fields per object for tracking changes.
-
It does not track old and new values for long text area fields and multi-select picklists.
-
It replaces an old entry with a new entry in the History related list, any time a user modifies any
of the standard
Questão 45
Questão
Which of the following statements about setup audit trail are true? (Select all that apply.)
Responda
-
Tracks setup changes made by developers and administrators
-
Displays 20 most recent changes
-
Tracks only the date of change
-
Tracks changes to data in custom object records
Questão 46
Questão
Name the 5 data management operations
Responda
-
Exporting data
-
Undeleting data
-
Deleting data
-
Selecting data
-
Inserting data
-
Updating data
-
upsetting data
Questão 47
Questão
When can system fields data such as created by and created date be given customized values?
Questão 48
Questão
Which characters in the unique record Id identify the object to which it relates?
Responda
-
The first 2 characters
-
The first 3 characters
Questão 49
Questão
What is the difference between the 15 digit Sale force record Id and the 18 digit equivalent?
Responda
-
The 15 digit Id is case sensitive, where the 18 digit Id is case Insensitive and should be
used when analyzing data in case insensitive tools such as Excel
-
The 15 digits are handled between external objects , and 18 digits between internal objects
Questão 50
Questão
What are the 4 ways you can access record Ids?
Questão 51
Questão
To transfer records, what permissions are required?
Responda
-
“Transfer Record” or “Transfer Lead”.
-
“Edit” on
the specified object
-
“Read” on the records being transferred
Questão 52
Questão
The Created Date field can be updated on a record using the Inserting System Fields feature
Questão 53
Questão
What are ways in which you can obtain a record’s ID? (Select all that apply.)
Responda
-
URL
-
Reports
-
Data Loader
-
On each record
-
Import Wizard
Questão 54
Questão
What is the record limit for loading records using import wizards?
Questão 55
Questão
What records can be loaded using import wizards? (5 items)
Responda
-
Accounts
-
Contacts
-
Approval process
-
Custom objects
-
Solutions
-
Leads
Questão 56
Questão
Where can you monitor bulk data load jobs?
Questão 57
Questão
Data Loader does not use the SOAP-based Web services by default.
Questão 58
Questão
The sales team would like to have a map displaying the company location on the Account page.
What tool should you use?
Questão 59
Questão
The sales team would like to include a Chatter feed about the record on the Contact page. What
tool should you use?
Questão 60
Questão
The recruiting team would like the Programming Languages field to display only when the
department is specified as Engineering on a job application. What tool should you use?
Questão 61
Questão
The recruiting team would like every section and related list to display as an individual tab that can
be viewed when clicked on. Which tool should you use?
Questão 62
Questão
List the available tools to develop Visualforce pages
Responda
-
Inline editor
-
Developer console
-
Force.com IDE in Eclipse
Questão 63
Questão
What feature must be enabled on your user record before you can use the Inline editor?
Responda
-
Development mode
-
VisualForce
Questão 64
Questão
What is the Developer Console?
Responda
-
The developer console is a tool for creating Visualforce pages and page layout
-
The developer console is another tool for coding, debugging and testing applications. The
developer console can be used to edit Visualforce pages components, and controllers