Examen II

Descrição

Examen II
yennyyorlady
Quiz por yennyyorlady, atualizado more than 1 year ago
yennyyorlady
Criado por yennyyorlady mais de 8 anos atrás
82
1

Resumo de Recurso

Questão 1

Questão
List 5 features which are used to control record access.
Responda
  • Organization-wide defaults
  • Roles
  • Objects
  • Public Groups
  • Worflow
  • Sharing Rules
  • Manual Sharing

Questão 2

Questão
How should you use permissions sets in conjunction with profiles to grant access permissions?
Responda
  • Use profiles to associate objects to a Visualforce
  • Use profiles to assign the most restrictive access settings Use Permission sets to grant additional permissions.

Questão 3

Questão
How many permission sets can you have in an organization?
Responda
  • 2000
  • 1000
  • 50000

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

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

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?
Responda
  • Record types
  • Field-level security
  • Page Layouts
  • Page Layouts with Record Types

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?
Responda
  • Record types
  • Field-level security
  • Page Layouts
  • Page Layouts with Record Types

Questão 12

Questão
Which feature establishes the baseline level of access a user has to records they do not own?
Responda
  • Roles
  • Organization-wide defaults
  • Profiles
  • Sharing Rules

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?
Responda
  • Field-level security on positions
  • Page Layouts
  • Field-level security on grades
  • Record types

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?
Responda
  • CASE
  • ISNEW
  • REGEX
  • IF

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?
Responda
  • 10
  • 20
  • 50

Questão 21

Questão
Which of the following actions are tracked in debug logs? (Select all that apply.)
Responda
  • Database changes
  • Manual workflow processes
  • Request-response HTML
  • Resources used by an Apex script

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

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]
Responda
  • Error message

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

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

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

Questão 32

Questão
The option to skip to the next step is available only if a step has subsequent steps.
Responda
  • True
  • False

Questão 33

Questão
In a multistep process, when do you decide the decision criteria and approval assignment?
Responda
  • Creating initial submission actions
  • Defining recall actions
  • Deciding step definition
  • Setting final approval actions

Questão 34

Questão
How many versions of a flow can be active at one time?
Responda
  • 1
  • 2
  • 3
  • 4

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?
Responda
  • Activities performed generated by end users
  • Activities performed and results generated by end users or code

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?
Responda
  • ONLY on initial data upload to Salesforce and ONLY when this feature has been enabled by Customer Support
  • Only when a record is created for the first time

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?
Responda
  • From a URL
  • From a email
  • From a report
  • From a pagelayout
  • Through the SOAP-based Web Services API
  • Through formulas

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
Responda
  • True
  • False

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?
Responda
  • 10000
  • 50000
  • 20000

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?
Responda
  • In the Monitor section in the Setup menu (You must have 'Manage Data Integrations' permission to do this)
  • In the profiel section

Questão 57

Questão
Data Loader does not use the SOAP-based Web services by default.
Responda
  • True
  • False

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?
Responda
  • Visualforce - you should create a custom page to display a map component and include it in a page layout.
  • Visual Workflow

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?
Responda
  • Visual force
  • Page layout

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?
Responda
  • Page layout with Record Type
  • VisualForce

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?
Responda
  • Page layout
  • Visualforce

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

Semelhante

Informática Médica II, Unidad II: Herramientas para la investigación
Angie Reátegui Zuloeta
Examen II Salesforce Developer (Fixed)
Juan Carlos Montero
Calendário de Estudos ENEM 2014
Alessandra S.
Apresentação em Inglês
GoConqr suporte .
Expressões em inglês #6
Eduardo .
Semântica
GoConqr suporte .
Seguridade Social e o PAS
Clara Fonseca
DIREITO ADMINISTRATIVO LEI 10.261/68
Joelma Silva
Músculos e ossos - Nível fácil
Daniel Pereira
Estados Unidos: Euforia, Depressão e Recuperação
jacson luft
Figuras de Linguagem
Hugo Fonseca